<?php
namespace ContainerTX8xlq7;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class App_KernelDevDebugContainer extends Container
{
protected $containerDir;
protected $targetDir;
protected $parameters = [];
private $buildParameters;
protected $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'Pimcore\\Cache\\Runtime' => true,
'Pimcore\\Extension\\Config' => true,
'kernel' => true,
];
$this->methodMap = [
'.container.private.App\\Twig\\EnvironmentExtension' => 'getEnvironmentExtensionService',
'.container.private.coreshop.context.country.composite' => 'get_Container_Private_Coreshop_Context_Country_CompositeService',
'.container.private.coreshop.context.country.request_based' => 'get_Container_Private_Coreshop_Context_Country_RequestBasedService',
'.container.private.coreshop.context.country.request_based.resolver.geo_lite' => 'get_Container_Private_Coreshop_Context_Country_RequestBased_Resolver_GeoLiteService',
'.container.private.coreshop.context.customer.request_based' => 'get_Container_Private_Coreshop_Context_Customer_RequestBasedService',
'.container.private.coreshop.context.store.request_based.resolver.admin' => 'get_Container_Private_Coreshop_Context_Store_RequestBased_Resolver_AdminService',
'.container.private.coreshop.context.store.request_based.resolver.composite' => 'get_Container_Private_Coreshop_Context_Store_RequestBased_Resolver_CompositeService',
'.container.private.coreshop.context.store.request_based.resolver.hostname_based' => 'get_Container_Private_Coreshop_Context_Store_RequestBased_Resolver_HostnameBasedService',
'.container.private.coreshop.frontend.twig.locale_switcher' => 'get_Container_Private_Coreshop_Frontend_Twig_LocaleSwitcherService',
'.container.private.coreshop.notification_rule.condition.order.backend_created' => 'get_Container_Private_Coreshop_NotificationRule_Condition_Order_BackendCreatedService',
'.container.private.coreshop.notification_rule.condition.order.carriers' => 'get_Container_Private_Coreshop_NotificationRule_Condition_Order_CarriersService',
'.container.private.coreshop.notification_rule.condition.order.comment' => 'get_Container_Private_Coreshop_NotificationRule_Condition_Order_CommentService',
'.container.private.coreshop.notification_rule.condition.store' => 'get_Container_Private_Coreshop_NotificationRule_Condition_StoreService',
'.container.private.coreshop.product_quantity_price_rules.action.amount_decrease' => 'get_Container_Private_Coreshop_ProductQuantityPriceRules_Action_AmountDecreaseService',
'.container.private.coreshop.product_quantity_price_rules.action.amount_increase' => 'get_Container_Private_Coreshop_ProductQuantityPriceRules_Action_AmountIncreaseService',
'.container.private.coreshop.product_quantity_price_rules.action.fixed' => 'get_Container_Private_Coreshop_ProductQuantityPriceRules_Action_FixedService',
'.container.private.coreshop.product_quantity_price_rules.calculator.unit_volume' => 'get_Container_Private_Coreshop_ProductQuantityPriceRules_Calculator_UnitVolumeService',
'.container.private.coreshop.shipping.carrier.validator.composite' => 'get_Container_Private_Coreshop_Shipping_Carrier_Validator_CompositeService',
'.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'.container.private.state_machine.coreshop_invoice' => 'get_Container_Private_StateMachine_CoreshopInvoiceService',
'.container.private.state_machine.coreshop_order' => 'get_Container_Private_StateMachine_CoreshopOrderService',
'.container.private.state_machine.coreshop_order_invoice' => 'get_Container_Private_StateMachine_CoreshopOrderInvoiceService',
'.container.private.state_machine.coreshop_order_payment' => 'get_Container_Private_StateMachine_CoreshopOrderPaymentService',
'.container.private.state_machine.coreshop_order_sales_type' => 'get_Container_Private_StateMachine_CoreshopOrderSalesTypeService',
'.container.private.state_machine.coreshop_order_shipment' => 'get_Container_Private_StateMachine_CoreshopOrderShipmentService',
'.container.private.state_machine.coreshop_payment' => 'get_Container_Private_StateMachine_CoreshopPaymentService',
'.container.private.state_machine.coreshop_quote' => 'get_Container_Private_StateMachine_CoreshopQuoteService',
'.container.private.state_machine.coreshop_shipment' => 'get_Container_Private_StateMachine_CoreshopShipmentService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'App\\CoreShop\\Repository\\OrderRepository' => 'getOrderRepositoryService',
'CoreShop\\Bundle\\AddressBundle\\Collector\\CountryCollector' => 'getCountryCollectorService',
'CoreShop\\Bundle\\CoreBundle\\Collector\\CurrencyCollector' => 'getCurrencyCollectorService',
'CoreShop\\Bundle\\CoreBundle\\EventListener\\RequestCartAvailability' => 'getRequestCartAvailabilityService',
'CoreShop\\Bundle\\CoreBundle\\EventListener\\RequestCartRecalculation' => 'getRequestCartRecalculationService',
'CoreShop\\Bundle\\CoreBundle\\Storage\\CookieStorage' => 'getCookieStorageService',
'CoreShop\\Bundle\\CoreBundle\\Twig\\AddToCartExtension' => 'getAddToCartExtensionService',
'CoreShop\\Bundle\\CoreBundle\\Twig\\CheckoutIdentifierExtension' => 'getCheckoutIdentifierExtensionService',
'CoreShop\\Bundle\\CoreBundle\\Twig\\ConfigurationExtension' => 'getConfigurationExtensionService',
'CoreShop\\Bundle\\CoreBundle\\Twig\\ProductPriceExtension' => 'getProductPriceExtensionService',
'CoreShop\\Bundle\\CoreBundle\\Twig\\ProductQuantityPriceRuleRangesPriceExtension' => 'getProductQuantityPriceRuleRangesPriceExtensionService',
'CoreShop\\Bundle\\CoreBundle\\Twig\\ProductTaxExtension' => 'getProductTaxExtensionService',
'CoreShop\\Bundle\\CoreBundle\\Twig\\TaxationDisplayProviderExtension' => 'getTaxationDisplayProviderExtensionService',
'CoreShop\\Bundle\\MoneyBundle\\Formatter\\MoneyFormatter' => 'getMoneyFormatterService',
'CoreShop\\Bundle\\OrderBundle\\Collector\\CartCollector' => 'getCartCollectorService',
'CoreShop\\Bundle\\OrderBundle\\Manager\\CartManager' => 'getCartManagerService',
'CoreShop\\Bundle\\OrderBundle\\Twig\\OrderStateExtension' => 'getOrderStateExtensionService',
'CoreShop\\Bundle\\PayumBundle\\EventListener\\TransactionListener' => 'getTransactionListenerService',
'CoreShop\\Bundle\\PimcoreBundle\\Loader\\DependencyInjectionImplementationLoader' => 'getDependencyInjectionImplementationLoaderService',
'CoreShop\\Bundle\\ResourceBundle\\Doctrine\\ResourceMappingDriverChain' => 'getResourceMappingDriverChainService',
'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\CacheResourceMarshaller' => 'getCacheResourceMarshallerService',
'CoreShop\\Bundle\\StoreBundle\\Collector\\StoreCollector' => 'getStoreCollectorService',
'CoreShop\\Bundle\\StoreBundle\\Theme\\StoreThemeResolver' => 'getStoreThemeResolverService',
'CoreShop\\Bundle\\ThemeBundle\\Context\\ThemeContext' => 'getThemeContextService',
'CoreShop\\Bundle\\ThemeBundle\\Service\\CompositeThemeResolver' => 'getCompositeThemeResolverService',
'CoreShop\\Bundle\\TrackingBundle\\EventListener\\GtmDataLayerBlockListener' => 'getGtmDataLayerBlockListenerService',
'CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\TagManager\\CodeTracker' => 'getCodeTrackerService',
'CoreShop\\Bundle\\WorkflowBundle\\History\\HistoryRepository' => 'getHistoryRepositoryService',
'CoreShop\\Bundle\\WorkflowBundle\\Manager\\StateMachineManager' => 'getStateMachineManagerService',
'CoreShop\\Bundle\\WorkflowBundle\\StateManager\\WorkflowStateInfoManager' => 'getWorkflowStateInfoManagerService',
'CoreShop\\Component\\Address\\Context\\FixedCountryContext' => 'getFixedCountryContextService',
'CoreShop\\Component\\Address\\Context\\RequestBased\\CachedCountryContext' => 'getCachedCountryContextService',
'CoreShop\\Component\\Address\\Formatter\\AddressFormatter' => 'getAddressFormatterService',
'CoreShop\\Component\\Core\\Cart\\CartContextResolver' => 'getCartContextResolverService',
'CoreShop\\Component\\Core\\Configuration\\ConfigurationService' => 'getConfigurationServiceService',
'CoreShop\\Component\\Core\\Context\\Country\\StoreAwareCountryContext' => 'getStoreAwareCountryContextService',
'CoreShop\\Component\\Core\\Context\\Currency\\StorageBasedCurrencyContext' => 'getStorageBasedCurrencyContextService',
'CoreShop\\Component\\Core\\Context\\Currency\\StoreAwareCurrencyContext' => 'getStoreAwareCurrencyContextService',
'CoreShop\\Component\\Core\\Context\\ShopperContext' => 'getShopperContextService',
'CoreShop\\Component\\Core\\Context\\StoreBasedCartContext' => 'getStoreBasedCartContextService',
'CoreShop\\Component\\Core\\Context\\TokenBasedCustomerContext' => 'getTokenBasedCustomerContextService',
'CoreShop\\Component\\Core\\Currency\\CurrencyStorage' => 'getCurrencyStorageService',
'CoreShop\\Component\\Core\\Customer\\Allocator\\CustomerAddressAllocatorInterface' => 'getCustomerAddressAllocatorInterfaceService',
'CoreShop\\Component\\Core\\Locale\\Context\\PimcoreAdminLocaleContext' => 'getPimcoreAdminLocaleContextService',
'CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductDiscountCalculator' => 'getPurchasableProductDiscountCalculatorService',
'CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductDiscountPriceCalculator' => 'getPurchasableProductDiscountPriceCalculatorService',
'CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductPriceCalculator' => 'getPurchasableProductPriceCalculatorService',
'CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductRetailPriceCalculator' => 'getPurchasableProductRetailPriceCalculatorService',
'CoreShop\\Component\\Core\\Order\\Processor\\CartAdjustmentClearer' => 'getCartAdjustmentClearerService',
'CoreShop\\Component\\Core\\Order\\Processor\\CartCurrencyConversionProcessor' => 'getCartCurrencyConversionProcessorService',
'CoreShop\\Component\\Core\\Order\\Processor\\CartItemProcessor' => 'getCartItemProcessorService',
'CoreShop\\Component\\Core\\Order\\Processor\\CartItemsProcessor' => 'getCartItemsProcessorService',
'CoreShop\\Component\\Core\\Order\\Processor\\CartItemsWholesaleProcessor' => 'getCartItemsWholesaleProcessorService',
'CoreShop\\Component\\Core\\Order\\Processor\\CartPaymentProcessor' => 'getCartPaymentProcessorService',
'CoreShop\\Component\\Core\\Order\\Processor\\CartPriceRuleVoucherProcessor' => 'getCartPriceRuleVoucherProcessorService',
'CoreShop\\Component\\Core\\Order\\Processor\\CartRuleAutoProcessor' => 'getCartRuleAutoProcessorService',
'CoreShop\\Component\\Core\\Order\\Processor\\CartShippingProcessor' => 'getCartShippingProcessorService',
'CoreShop\\Component\\Core\\Order\\Processor\\CartSubtotalProcessor' => 'getCartSubtotalProcessorService',
'CoreShop\\Component\\Core\\Order\\Processor\\CartTaxProcessor' => 'getCartTaxProcessorService',
'CoreShop\\Component\\Core\\Order\\Processor\\CartTextProcessor' => 'getCartTextProcessorService',
'CoreShop\\Component\\Core\\Payment\\Rule\\Action\\AdditionAmountActionProcessor' => 'getAdditionAmountActionProcessorService',
'CoreShop\\Component\\Core\\Payment\\Rule\\Action\\DiscountAmountActionProcessor' => 'getDiscountAmountActionProcessorService',
'CoreShop\\Component\\Core\\Payment\\Rule\\Action\\PriceActionProcessor' => 'getPriceActionProcessorService',
'CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\CategoriesConditionChecker' => 'getCategoriesConditionCheckerService',
'CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\CountriesConditionChecker' => 'getCountriesConditionCheckerService',
'CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\CurrenciesConditionChecker' => 'getCurrenciesConditionCheckerService',
'CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\CustomerGroupsConditionChecker' => 'getCustomerGroupsConditionCheckerService',
'CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\CustomersConditionChecker' => 'getCustomersConditionCheckerService',
'CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\ProductsConditionChecker' => 'getProductsConditionCheckerService',
'CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\StoresConditionChecker' => 'getStoresConditionCheckerService',
'CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\ZonesConditionChecker' => 'getZonesConditionCheckerService',
'CoreShop\\Component\\Core\\Product\\Calculator\\StoreProductPriceCalculator' => 'getStoreProductPriceCalculatorService',
'CoreShop\\Component\\Core\\Product\\Calculator\\StoreProductUnitDefinitionPriceCalculator' => 'getStoreProductUnitDefinitionPriceCalculatorService',
'CoreShop\\Component\\Core\\Product\\ProductTaxCalculatorFactory' => 'getProductTaxCalculatorFactoryService',
'CoreShop\\Component\\Core\\Product\\TaxedProductPriceCalculator' => 'getTaxedProductPriceCalculatorService',
'CoreShop\\Component\\Core\\Provider\\ContextBasedDefaultTaxAddressProvider' => 'getContextBasedDefaultTaxAddressProviderService',
'CoreShop\\Component\\Core\\Provider\\StoreBasedAddressProvider' => 'getStoreBasedAddressProviderService',
'CoreShop\\Component\\Core\\Shipping\\Calculator\\TaxedCarrierPriceRuleCalculator' => 'getTaxedCarrierPriceRuleCalculatorService',
'CoreShop\\Component\\Core\\Shipping\\Discover\\StoreBasedShippableCarriersDiscovery' => 'getStoreBasedShippableCarriersDiscoveryService',
'CoreShop\\Component\\Core\\Shipping\\Resolver\\CheapestDefaultCarrierResolver' => 'getCheapestDefaultCarrierResolverService',
'CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\AdditionAmountActionProcessor' => 'getAdditionAmountActionProcessor2Service',
'CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\DiscountAmountActionProcessor' => 'getDiscountAmountActionProcessor2Service',
'CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\PriceActionProcessor' => 'getPriceActionProcessor2Service',
'CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CategoriesConditionChecker' => 'getCategoriesConditionChecker2Service',
'CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CountriesConditionChecker' => 'getCountriesConditionChecker2Service',
'CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CurrenciesConditionChecker' => 'getCurrenciesConditionChecker2Service',
'CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CustomerGroupsConditionChecker' => 'getCustomerGroupsConditionChecker2Service',
'CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CustomersConditionChecker' => 'getCustomersConditionChecker2Service',
'CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\ProductsConditionChecker' => 'getProductsConditionChecker2Service',
'CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\StoresConditionChecker' => 'getStoresConditionChecker2Service',
'CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\ZonesConditionChecker' => 'getZonesConditionChecker2Service',
'CoreShop\\Component\\Core\\Shipping\\Taxation\\TaxCalculationStrategyCartItems' => 'getTaxCalculationStrategyCartItemsService',
'CoreShop\\Component\\Core\\Shipping\\Taxation\\TaxCalculationStrategyTaxRule' => 'getTaxCalculationStrategyTaxRuleService',
'CoreShop\\Component\\Core\\Taxation\\CachedTaxCalculatorFactory' => 'getCachedTaxCalculatorFactoryService',
'CoreShop\\Component\\Core\\Taxation\\DefaultTaxationDisplayProvider' => 'getDefaultTaxationDisplayProviderService',
'CoreShop\\Component\\Core\\Taxation\\TaxApplicator' => 'getTaxApplicatorService',
'CoreShop\\Component\\Core\\Taxation\\TaxCalculatorFactory' => 'getTaxCalculatorFactoryService',
'CoreShop\\Component\\Currency\\Context\\CachedCurrencyContext' => 'getCachedCurrencyContextService',
'CoreShop\\Component\\Currency\\Context\\FixedCurrencyContext' => 'getFixedCurrencyContextService',
'CoreShop\\Component\\Currency\\Converter\\CurrencyConverter' => 'getCurrencyConverterService',
'CoreShop\\Component\\Currency\\Display\\DisplayFractionProviderInterface' => 'getDisplayFractionProviderInterfaceService',
'CoreShop\\Component\\Customer\\Context\\FixedCustomerContext' => 'getFixedCustomerContextService',
'CoreShop\\Component\\Inventory\\Checker\\AvailabilityChecker' => 'getAvailabilityCheckerService',
'CoreShop\\Component\\Locale\\Context\\FixedLocaleContext' => 'getFixedLocaleContextService',
'CoreShop\\Component\\Locale\\Context\\PimcoreLocaleContext' => 'getPimcoreLocaleContextService',
'CoreShop\\Component\\Order\\Calculator\\CompositePurchasableDiscountCalculator' => 'getCompositePurchasableDiscountCalculatorService',
'CoreShop\\Component\\Order\\Calculator\\CompositePurchasableDiscountPriceCalculator' => 'getCompositePurchasableDiscountPriceCalculatorService',
'CoreShop\\Component\\Order\\Calculator\\CompositePurchasablePriceCalculator' => 'getCompositePurchasablePriceCalculatorService',
'CoreShop\\Component\\Order\\Calculator\\CompositePurchasableRetailPriceCalculator' => 'getCompositePurchasableRetailPriceCalculatorService',
'CoreShop\\Component\\Order\\Calculator\\CompositePurchasableWholesalePriceCalculator' => 'getCompositePurchasableWholesalePriceCalculatorService',
'CoreShop\\Component\\Order\\Calculator\\NoDiscountPurchasableCalculator' => 'getNoDiscountPurchasableCalculatorService',
'CoreShop\\Component\\Order\\Calculator\\PurchasableCalculator' => 'getPurchasableCalculatorService',
'CoreShop\\Component\\Order\\Calculator\\PurchasablePriceCalculator' => 'getPurchasablePriceCalculatorService',
'CoreShop\\Component\\Order\\Calculator\\PurchasableWholesalePriceCalculator' => 'getPurchasableWholesalePriceCalculatorService',
'CoreShop\\Component\\Order\\CartItem\\Rule\\Condition\\AmountConditionChecker' => 'getAmountConditionCheckerService',
'CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleProcessor' => 'getCartPriceRuleProcessorService',
'CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleUnProcessor' => 'getCartPriceRuleUnProcessorService',
'CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleValidationProcessor' => 'getCartPriceRuleValidationProcessorService',
'CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\AmountConditionChecker' => 'getAmountConditionChecker2Service',
'CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\NotCombinableConditionChecker' => 'getNotCombinableConditionCheckerService',
'CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\TimeSpanConditionChecker' => 'getTimeSpanConditionCheckerService',
'CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\VoucherConditionChecker' => 'getVoucherConditionCheckerService',
'CoreShop\\Component\\Order\\Cart\\Rule\\ProposalCartPriceRuleCalculator' => 'getProposalCartPriceRuleCalculatorService',
'CoreShop\\Component\\Order\\Context\\CompositeCartContext' => 'getCompositeCartContextService',
'CoreShop\\Component\\Order\\Context\\FixedCartContext' => 'getFixedCartContextService',
'CoreShop\\Component\\Order\\Distributor\\ProportionalIntegerDistributor' => 'getProportionalIntegerDistributorService',
'CoreShop\\Component\\Order\\Processor\\CompositeCartProcessor' => 'getCompositeCartProcessorService',
'CoreShop\\Component\\Payment\\Calculator\\PaymentProviderRulePriceCalculator' => 'getPaymentProviderRulePriceCalculatorService',
'CoreShop\\Component\\Payment\\Checker\\PaymentProviderRuleChecker' => 'getPaymentProviderRuleCheckerService',
'CoreShop\\Component\\Payment\\Rule\\Action\\AdditionPercentActionProcessor' => 'getAdditionPercentActionProcessorService',
'CoreShop\\Component\\Payment\\Rule\\Action\\DiscountPercentActionProcessor' => 'getDiscountPercentActionProcessorService',
'CoreShop\\Component\\Payment\\Rule\\Action\\PaymentProviderRuleActionProcessor' => 'getPaymentProviderRuleActionProcessorService',
'CoreShop\\Component\\Payment\\Rule\\Condition\\AmountConditionChecker' => 'getAmountConditionChecker3Service',
'CoreShop\\Component\\Pimcore\\DataObject\\ObjectService' => 'getObjectServiceService',
'CoreShop\\Component\\Pimcore\\Twig\\Extension\\DataObjectRoutingExtension' => 'getDataObjectRoutingExtensionService',
'CoreShop\\Component\\ProductQuantityPriceRules\\Detector\\QuantityReferenceDetector' => 'getQuantityReferenceDetectorService',
'CoreShop\\Component\\ProductQuantityPriceRules\\Fetcher\\QuantityPriceFetcher' => 'getQuantityPriceFetcherService',
'CoreShop\\Component\\ProductQuantityPriceRules\\Fetcher\\QuantityRuleFetcher' => 'getQuantityRuleFetcherService',
'CoreShop\\Component\\ProductQuantityPriceRules\\Rule\\Fetcher\\MemoryCachedValidRuleFetcher' => 'getMemoryCachedValidRuleFetcherService',
'CoreShop\\Component\\Product\\Calculator\\CompositeDiscountCalculator' => 'getCompositeDiscountCalculatorService',
'CoreShop\\Component\\Product\\Calculator\\CompositeDiscountPriceCalculator' => 'getCompositeDiscountPriceCalculatorService',
'CoreShop\\Component\\Product\\Calculator\\CompositeRetailPriceCalculator' => 'getCompositeRetailPriceCalculatorService',
'CoreShop\\Component\\Product\\Calculator\\ProductPriceCalculator' => 'getProductPriceCalculatorService',
'CoreShop\\Component\\Product\\Rule\\Action\\DiscountAmountActionProcessor' => 'getDiscountAmountActionProcessor3Service',
'CoreShop\\Component\\Product\\Rule\\Action\\DiscountPercentActionProcessor' => 'getDiscountPercentActionProcessor2Service',
'CoreShop\\Component\\Product\\Rule\\Action\\DiscountPriceActionProcessor' => 'getDiscountPriceActionProcessorService',
'CoreShop\\Component\\Product\\Rule\\Action\\PriceActionProcessor' => 'getPriceActionProcessor3Service',
'CoreShop\\Component\\Product\\Rule\\Condition\\TimeSpanConditionChecker' => 'getTimeSpanConditionChecker2Service',
'CoreShop\\Component\\Product\\Rule\\Fetcher\\CompositeValidRuleFetcher' => 'getCompositeValidRuleFetcherService',
'CoreShop\\Component\\Product\\Rule\\Fetcher\\ValidProductPriceRuleFetcher' => 'getValidProductPriceRuleFetcherService',
'CoreShop\\Component\\Product\\Rule\\Fetcher\\ValidProductSpecificPriceRuleFetcher' => 'getValidProductSpecificPriceRuleFetcherService',
'CoreShop\\Component\\Resource\\Metadata\\Registry' => 'getRegistryService',
'CoreShop\\Component\\Resource\\Service\\FolderCreationService' => 'getFolderCreationServiceService',
'CoreShop\\Component\\Resource\\TokenGenerator\\UniqueTokenGenerator' => 'getUniqueTokenGeneratorService',
'CoreShop\\Component\\Resource\\Translation\\Provider\\PimcoreTranslationLocaleProvider' => 'getPimcoreTranslationLocaleProviderService',
'CoreShop\\Component\\Shipping\\Calculator\\CarrierPriceCalculator' => 'getCarrierPriceCalculatorService',
'CoreShop\\Component\\Shipping\\Calculator\\CarrierShippingRulePriceCalculator' => 'getCarrierShippingRulePriceCalculatorService',
'CoreShop\\Component\\Shipping\\Checker\\CarrierShippingRuleChecker' => 'getCarrierShippingRuleCheckerService',
'CoreShop\\Component\\Shipping\\Resolver\\CarriersResolver' => 'getCarriersResolverService',
'CoreShop\\Component\\Shipping\\Rule\\Action\\AdditionPercentActionProcessor' => 'getAdditionPercentActionProcessor2Service',
'CoreShop\\Component\\Shipping\\Rule\\Action\\DiscountPercentActionProcessor' => 'getDiscountPercentActionProcessor3Service',
'CoreShop\\Component\\Shipping\\Rule\\Action\\ShippingRuleActionProcessor' => 'getShippingRuleActionProcessorService',
'CoreShop\\Component\\Shipping\\Rule\\Condition\\AmountConditionChecker' => 'getAmountConditionChecker4Service',
'CoreShop\\Component\\Shipping\\Rule\\Condition\\DimensionConditionChecker' => 'getDimensionConditionCheckerService',
'CoreShop\\Component\\Shipping\\Rule\\Condition\\PostcodeConditionChecker' => 'getPostcodeConditionCheckerService',
'CoreShop\\Component\\Shipping\\Rule\\Condition\\ShippingRuleConditionChecker' => 'getShippingRuleConditionCheckerService',
'CoreShop\\Component\\Shipping\\Rule\\Condition\\WeightConditionChecker' => 'getWeightConditionCheckerService',
'CoreShop\\Component\\Shipping\\Validator\\ShippingRuleCarrierValidator' => 'getShippingRuleCarrierValidatorService',
'CoreShop\\Component\\StorageList\\Context\\StorageListContextInterface' => 'getStorageListContextInterfaceService',
'CoreShop\\Component\\Store\\Context\\FixedStoreContext' => 'getFixedStoreContextService',
'CoreShop\\Component\\Store\\Context\\RequestBased\\CachedStoreContext' => 'getCachedStoreContextService',
'CoreShop\\Component\\Taxation\\Collector\\TaxCollector' => 'getTaxCollectorService',
'CoreShop\\Component\\Variant\\AttributeCollector' => 'getAttributeCollectorService',
'Pimcore\\Bundle\\AdminBundle\\Security\\ContentSecurityPolicyHandler' => 'getContentSecurityPolicyHandlerService',
'Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler' => 'getCsrfProtectionHandlerService',
'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener' => 'getFullPageCacheListenerService',
'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener' => 'getGoogleAnalyticsCodeListenerService',
'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener' => 'getGoogleTagManagerListenerService',
'Pimcore\\Cache\\Core\\CoreCacheHandler' => 'getCoreCacheHandlerService',
'Pimcore\\Config' => 'getConfigService',
'Pimcore\\Document\\Editable\\Block\\BlockStateStack' => 'getBlockStateStackService',
'Pimcore\\Document\\Renderer\\DocumentRenderer' => 'getDocumentRendererService',
'Pimcore\\Document\\StaticPageGenerator' => 'getStaticPageGeneratorService',
'Pimcore\\Extension\\Bundle\\PimcoreBundleManager' => 'getPimcoreBundleManagerService',
'Pimcore\\Http\\RequestHelper' => 'getRequestHelperService',
'Pimcore\\Http\\Request\\Resolver\\DocumentResolver' => 'getDocumentResolverService',
'Pimcore\\Http\\Request\\Resolver\\EditmodeResolver' => 'getEditmodeResolverService',
'Pimcore\\Http\\Request\\Resolver\\OutputTimestampResolver' => 'getOutputTimestampResolverService',
'Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver' => 'getPimcoreContextResolverService',
'Pimcore\\Http\\Request\\Resolver\\ResponseHeaderResolver' => 'getResponseHeaderResolverService',
'Pimcore\\Http\\Request\\Resolver\\SiteResolver' => 'getSiteResolverService',
'Pimcore\\Http\\Request\\Resolver\\StaticPageResolver' => 'getStaticPageResolverService',
'Pimcore\\Http\\ResponseHelper' => 'getResponseHelperService',
'Pimcore\\Localization\\LocaleServiceInterface' => 'getLocaleServiceInterfaceService',
'Pimcore\\Model\\Document\\Editable\\Loader\\EditableLoader' => 'getEditableLoaderService',
'Pimcore\\Model\\Document\\Service' => 'getServiceService',
'Pimcore\\Security\\User\\TokenStorageUserResolver' => 'getTokenStorageUserResolverService',
'Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator' => 'getDocumentTargetingConfiguratorService',
'Pimcore\\Templating\\Renderer\\EditableRenderer' => 'getEditableRendererService',
'Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension' => 'getWebLinkExtensionService',
'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener' => 'getSessionListenerService',
'Symfony\\Component\\Lock\\LockFactory' => 'getLockFactoryService',
'Symfony\\Contracts\\Translation\\TranslatorInterface' => 'getTranslatorInterfaceService',
'cache.app' => 'getCache_AppService',
'cache.system' => 'getCache_SystemService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'cmf_routing.route_provider' => 'getCmfRouting_RouteProviderService',
'coreshop.cart_item_price_rule.action.discount_amount' => 'getCoreshop_CartItemPriceRule_Action_DiscountAmountService',
'coreshop.cart_item_price_rule.action.discount_percent' => 'getCoreshop_CartItemPriceRule_Action_DiscountPercentService',
'coreshop.cart_item_price_rule.condition.categories' => 'getCoreshop_CartItemPriceRule_Condition_CategoriesService',
'coreshop.cart_item_price_rule.condition.products' => 'getCoreshop_CartItemPriceRule_Condition_ProductsService',
'coreshop.cart_item_price_rule.conditions.validation.processor.decorated' => 'getCoreshop_CartItemPriceRule_Conditions_Validation_Processor_DecoratedService',
'coreshop.cart_price_rule.action.discount_amount' => 'getCoreshop_CartPriceRule_Action_DiscountAmountService',
'coreshop.cart_price_rule.action.discount_percent' => 'getCoreshop_CartPriceRule_Action_DiscountPercentService',
'coreshop.cart_price_rule.action.order_item_action' => 'getCoreshop_CartPriceRule_Action_OrderItemActionService',
'coreshop.cart_price_rule.action.surcharge_percent' => 'getCoreshop_CartPriceRule_Action_SurchargePercentService',
'coreshop.cart_price_rule.action.voucher_credit' => 'getCoreshop_CartPriceRule_Action_VoucherCreditService',
'coreshop.cart_price_rule.cart_item_rule_applier' => 'getCoreshop_CartPriceRule_CartItemRuleApplierService',
'coreshop.cart_price_rule.cart_rule_applier' => 'getCoreshop_CartPriceRule_CartRuleApplierService',
'coreshop.cart_price_rule.condition.categories' => 'getCoreshop_CartPriceRule_Condition_CategoriesService',
'coreshop.cart_price_rule.condition.nested' => 'getCoreshop_CartPriceRule_Condition_NestedService',
'coreshop.cart_price_rule.condition.products' => 'getCoreshop_CartPriceRule_Condition_ProductsService',
'coreshop.cart_price_rule.conditions.validation.processor.decorated' => 'getCoreshop_CartPriceRule_Conditions_Validation_Processor_DecoratedService',
'coreshop.checkout_manager.factory' => 'getCoreshop_CheckoutManager_FactoryService',
'coreshop.context.customer' => 'getCoreshop_Context_CustomerService',
'coreshop.context.customer.request_based.resolver.composite' => 'getCoreshop_Context_Customer_RequestBased_Resolver_CompositeService',
'coreshop.context.locale' => 'getCoreshop_Context_LocaleService',
'coreshop.context.store' => 'getCoreshop_Context_StoreService',
'coreshop.custom_factory.adjustment' => 'getCoreshop_CustomFactory_AdjustmentService',
'coreshop.factory.address' => 'getCoreshop_Factory_AddressService',
'coreshop.factory.cart_price_rule_item' => 'getCoreshop_Factory_CartPriceRuleItemService',
'coreshop.factory.configuration' => 'getCoreshop_Factory_ConfigurationService',
'coreshop.factory.order' => 'getCoreshop_Factory_OrderService',
'coreshop.factory.order_item' => 'getCoreshop_Factory_OrderItemService',
'coreshop.factory.price_rule_item' => 'getCoreshop_Factory_PriceRuleItemService',
'coreshop.factory.tax_item' => 'getCoreshop_Factory_TaxItemService',
'coreshop.factory.wishlist' => 'getCoreshop_Factory_WishlistService',
'coreshop.notification_rule.conditions.processor.decorated' => 'getCoreshop_NotificationRule_Conditions_Processor_DecoratedService',
'coreshop.payment_provider_rule.condition.nested' => 'getCoreshop_PaymentProviderRule_Condition_NestedService',
'coreshop.payment_provider_rule.conditions.processor.decorated' => 'getCoreshop_PaymentProviderRule_Conditions_Processor_DecoratedService',
'coreshop.pimcore.document.editable.carrier' => 'getCoreshop_Pimcore_Document_Editable_CarrierService',
'coreshop.pimcore.document.editable.country' => 'getCoreshop_Pimcore_Document_Editable_CountryService',
'coreshop.pimcore.document.editable.currency' => 'getCoreshop_Pimcore_Document_Editable_CurrencyService',
'coreshop.pimcore.document.editable.filter' => 'getCoreshop_Pimcore_Document_Editable_FilterService',
'coreshop.pimcore.document.editable.index' => 'getCoreshop_Pimcore_Document_Editable_IndexService',
'coreshop.pimcore.document.editable.state' => 'getCoreshop_Pimcore_Document_Editable_StateService',
'coreshop.pimcore.document.editable.store' => 'getCoreshop_Pimcore_Document_Editable_StoreService',
'coreshop.pimcore.document.editable.tax_rate' => 'getCoreshop_Pimcore_Document_Editable_TaxRateService',
'coreshop.pimcore.document.editable.tax_rule_group' => 'getCoreshop_Pimcore_Document_Editable_TaxRuleGroupService',
'coreshop.pimcore.document.editable.zone' => 'getCoreshop_Pimcore_Document_Editable_ZoneService',
'coreshop.product.price_calculator.product_price_rules' => 'getCoreshop_Product_PriceCalculator_ProductPriceRulesService',
'coreshop.product.price_calculator.product_price_valid_rules_fetcher.memory_cache' => 'getCoreshop_Product_PriceCalculator_ProductPriceValidRulesFetcher_MemoryCacheService',
'coreshop.product.price_calculator.product_specific_price_rules' => 'getCoreshop_Product_PriceCalculator_ProductSpecificPriceRulesService',
'coreshop.product.price_calculator.product_specific_price_valid_rules_fetcher.memory_cached' => 'getCoreshop_Product_PriceCalculator_ProductSpecificPriceValidRulesFetcher_MemoryCachedService',
'coreshop.product_price_rule.condition.categories' => 'getCoreshop_ProductPriceRule_Condition_CategoriesService',
'coreshop.product_price_rule.condition.nested' => 'getCoreshop_ProductPriceRule_Condition_NestedService',
'coreshop.product_price_rule.condition.products' => 'getCoreshop_ProductPriceRule_Condition_ProductsService',
'coreshop.product_price_rule.condition.quantity' => 'getCoreshop_ProductPriceRule_Condition_QuantityService',
'coreshop.product_price_rule.conditions.processor.decorated' => 'getCoreshop_ProductPriceRule_Conditions_Processor_DecoratedService',
'coreshop.product_price_rule.processor' => 'getCoreshop_ProductPriceRule_ProcessorService',
'coreshop.product_quantity_price_rules.conditions.nested' => 'getCoreshop_ProductQuantityPriceRules_Conditions_NestedService',
'coreshop.product_quantity_price_rules.conditions.processor.decorated' => 'getCoreshop_ProductQuantityPriceRules_Conditions_Processor_DecoratedService',
'coreshop.product_quantity_price_rules.processor' => 'getCoreshop_ProductQuantityPriceRules_ProcessorService',
'coreshop.product_specific_price_rule.condition.nested' => 'getCoreshop_ProductSpecificPriceRule_Condition_NestedService',
'coreshop.product_specific_price_rule.conditions.processor.decorated' => 'getCoreshop_ProductSpecificPriceRule_Conditions_Processor_DecoratedService',
'coreshop.product_specific_price_rule.processor' => 'getCoreshop_ProductSpecificPriceRule_ProcessorService',
'coreshop.registry.cart_item_price_rule.actions' => 'getCoreshop_Registry_CartItemPriceRule_ActionsService',
'coreshop.registry.cart_item_price_rule.conditions' => 'getCoreshop_Registry_CartItemPriceRule_ConditionsService',
'coreshop.registry.cart_price_rule.actions' => 'getCoreshop_Registry_CartPriceRule_ActionsService',
'coreshop.registry.cart_price_rule.conditions' => 'getCoreshop_Registry_CartPriceRule_ConditionsService',
'coreshop.registry.notification_rule.conditions' => 'getCoreshop_Registry_NotificationRule_ConditionsService',
'coreshop.registry.order.purchasable.discount_calculators' => 'getCoreshop_Registry_Order_Purchasable_DiscountCalculatorsService',
'coreshop.registry.order.purchasable.discount_price_calculators' => 'getCoreshop_Registry_Order_Purchasable_DiscountPriceCalculatorsService',
'coreshop.registry.order.purchasable.price_calculators' => 'getCoreshop_Registry_Order_Purchasable_PriceCalculatorsService',
'coreshop.registry.order.purchasable.retail_price_calculators' => 'getCoreshop_Registry_Order_Purchasable_RetailPriceCalculatorsService',
'coreshop.registry.order.purchasable.wholesale_price_calculators' => 'getCoreshop_Registry_Order_Purchasable_WholesalePriceCalculatorsService',
'coreshop.registry.payment_provider_rule.actions' => 'getCoreshop_Registry_PaymentProviderRule_ActionsService',
'coreshop.registry.payment_provider_rule.conditions' => 'getCoreshop_Registry_PaymentProviderRule_ConditionsService',
'coreshop.registry.pimcore.document.editable' => 'getCoreshop_Registry_Pimcore_Document_EditableService',
'coreshop.registry.product.discount_calculators' => 'getCoreshop_Registry_Product_DiscountCalculatorsService',
'coreshop.registry.product.discount_price_calculators' => 'getCoreshop_Registry_Product_DiscountPriceCalculatorsService',
'coreshop.registry.product.retail_price_calculators' => 'getCoreshop_Registry_Product_RetailPriceCalculatorsService',
'coreshop.registry.product.rules.fetcher' => 'getCoreshop_Registry_Product_Rules_FetcherService',
'coreshop.registry.product_price_rule.actions' => 'getCoreshop_Registry_ProductPriceRule_ActionsService',
'coreshop.registry.product_price_rule.conditions' => 'getCoreshop_Registry_ProductPriceRule_ConditionsService',
'coreshop.registry.product_quantity_price_rules.conditions' => 'getCoreshop_Registry_ProductQuantityPriceRules_ConditionsService',
'coreshop.registry.product_specific_price_rule.actions' => 'getCoreshop_Registry_ProductSpecificPriceRule_ActionsService',
'coreshop.registry.product_specific_price_rule.conditions' => 'getCoreshop_Registry_ProductSpecificPriceRule_ConditionsService',
'coreshop.registry.shipping.price_calculators' => 'getCoreshop_Registry_Shipping_PriceCalculatorsService',
'coreshop.registry.shipping.tax_calculation_strategies' => 'getCoreshop_Registry_Shipping_TaxCalculationStrategiesService',
'coreshop.registry.shipping_rule.actions' => 'getCoreshop_Registry_ShippingRule_ActionsService',
'coreshop.registry.shipping_rule.conditions' => 'getCoreshop_Registry_ShippingRule_ConditionsService',
'coreshop.repository.carrier' => 'getCoreshop_Repository_CarrierService',
'coreshop.repository.cart_price_rule' => 'getCoreshop_Repository_CartPriceRuleService',
'coreshop.repository.cart_price_rule_voucher_code' => 'getCoreshop_Repository_CartPriceRuleVoucherCodeService',
'coreshop.repository.category' => 'getCoreshop_Repository_CategoryService',
'coreshop.repository.configuration' => 'getCoreshop_Repository_ConfigurationService',
'coreshop.repository.country' => 'getCoreshop_Repository_CountryService',
'coreshop.repository.currency' => 'getCoreshop_Repository_CurrencyService',
'coreshop.repository.exchange_rate' => 'getCoreshop_Repository_ExchangeRateService',
'coreshop.repository.payment_provider_rule' => 'getCoreshop_Repository_PaymentProviderRuleService',
'coreshop.repository.product' => 'getCoreshop_Repository_ProductService',
'coreshop.repository.product_price_rule' => 'getCoreshop_Repository_ProductPriceRuleService',
'coreshop.repository.shipping_rule' => 'getCoreshop_Repository_ShippingRuleService',
'coreshop.repository.stack.purchasable' => 'getCoreshop_Repository_Stack_PurchasableService',
'coreshop.repository.store' => 'getCoreshop_Repository_StoreService',
'coreshop.repository.tax_rate' => 'getCoreshop_Repository_TaxRateService',
'coreshop.repository.tax_rule' => 'getCoreshop_Repository_TaxRuleService',
'coreshop.repository.wishlist' => 'getCoreshop_Repository_WishlistService',
'coreshop.rule.cart_price_rule.action.free_shipping' => 'getCoreshop_Rule_CartPriceRule_Action_FreeShippingService',
'coreshop.rule.cart_price_rule.action.gift_product' => 'getCoreshop_Rule_CartPriceRule_Action_GiftProductService',
'coreshop.rule.cart_price_rule.condition.carriers' => 'getCoreshop_Rule_CartPriceRule_Condition_CarriersService',
'coreshop.rule.cart_price_rule.condition.countries' => 'getCoreshop_Rule_CartPriceRule_Condition_CountriesService',
'coreshop.rule.cart_price_rule.condition.currencies' => 'getCoreshop_Rule_CartPriceRule_Condition_CurrenciesService',
'coreshop.rule.cart_price_rule.condition.customer_groups' => 'getCoreshop_Rule_CartPriceRule_Condition_CustomerGroupsService',
'coreshop.rule.cart_price_rule.condition.customers' => 'getCoreshop_Rule_CartPriceRule_Condition_CustomersService',
'coreshop.rule.cart_price_rule.condition.stores' => 'getCoreshop_Rule_CartPriceRule_Condition_StoresService',
'coreshop.rule.cart_price_rule.condition.zones' => 'getCoreshop_Rule_CartPriceRule_Condition_ZonesService',
'coreshop.rule.condition.countries' => 'getCoreshop_Rule_Condition_CountriesService',
'coreshop.rule.condition.currencies' => 'getCoreshop_Rule_Condition_CurrenciesService',
'coreshop.rule.condition.customer_groups' => 'getCoreshop_Rule_Condition_CustomerGroupsService',
'coreshop.rule.condition.customers' => 'getCoreshop_Rule_Condition_CustomersService',
'coreshop.rule.condition.stores' => 'getCoreshop_Rule_Condition_StoresService',
'coreshop.rule.condition.zones' => 'getCoreshop_Rule_Condition_ZonesService',
'coreshop.shipping_rule.condition.nested' => 'getCoreshop_ShippingRule_Condition_NestedService',
'coreshop.shipping_rule.conditions.processor.decorated' => 'getCoreshop_ShippingRule_Conditions_Processor_DecoratedService',
'coreshop.state_machine.marking_store.payment_orm_marketing_store' => 'getCoreshop_StateMachine_MarkingStore_PaymentOrmMarketingStoreService',
'coreshop.state_machine.marking_store.single_state.state' => 'getCoreshop_StateMachine_MarkingStore_SingleState_StateService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'event_dispatcher' => 'getEventDispatcherService',
'http_kernel' => 'getHttpKernelService',
'hwi_oauth.resource_ownermap.coreshop_frontend' => 'getHwiOauth_ResourceOwnermap_CoreshopFrontendService',
'knp_menu.matcher' => 'getKnpMenu_MatcherService',
'messenger.default_bus' => 'getMessenger_DefaultBusService',
'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
'monolog.logger.cache' => 'getMonolog_Logger_CacheService',
'monolog.logger.doctrine' => 'getMonolog_Logger_DoctrineService',
'monolog.logger.event' => 'getMonolog_Logger_EventService',
'monolog.logger.http_client' => 'getMonolog_Logger_HttpClientService',
'monolog.logger.init' => 'getMonolog_Logger_InitService',
'monolog.logger.php' => 'getMonolog_Logger_PhpService',
'monolog.logger.profiler' => 'getMonolog_Logger_ProfilerService',
'monolog.logger.request' => 'getMonolog_Logger_RequestService',
'monolog.logger.router' => 'getMonolog_Logger_RouterService',
'monolog.logger.routing' => 'getMonolog_Logger_RoutingService',
'monolog.logger.security' => 'getMonolog_Logger_SecurityService',
'oneup_uploader.templating.uploader_helper' => 'getOneupUploader_Templating_UploaderHelperService',
'oneup_uploader.twig.extension.uploader' => 'getOneupUploader_Twig_Extension_UploaderService',
'payum.profiler.payum_collector' => 'getPayum_Profiler_PayumCollectorService',
'pimcore.cache.pool' => 'getPimcore_Cache_PoolService',
'pimcore.routing.router.request_context' => 'getPimcore_Routing_Router_RequestContextService',
'pimcore.templating.engine.delegating' => 'getPimcore_Templating_Engine_DelegatingService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'coreshop.menu.renderer.json' => 'getCoreshop_Menu_Renderer_JsonService',
'coreshop.resource_loader' => 'getCoreshop_ResourceLoaderService',
'coreshop.pimcore_controller.grid' => 'getCoreshop_PimcoreController_GridService',
'coreshop.context.locale.pimcore' => 'getCoreshop_Context_Locale_PimcoreService',
'coreshop.context.locale.fixed' => 'getCoreshop_Context_Locale_FixedService',
'coreshop.admin_controller.resource_settings' => 'getCoreshop_AdminController_ResourceSettingsService',
'coreshop.translation_locale_provider.pimcore' => 'getCoreshop_TranslationLocaleProvider_PimcoreService',
'coreshop.fixture.data.executor' => 'getCoreshop_Fixture_Data_ExecutorService',
'coreshop.fixture.update_data_fixtures' => 'getCoreshop_Fixture_UpdateDataFixturesService',
'coreshop.fixture.data.loader' => 'getCoreshop_Fixture_Data_LoaderService',
'coreshop.state_machine_manager' => 'getCoreshop_StateMachineManagerService',
'coreshop.state_machine_applier' => 'getCoreshop_StateMachineApplierService',
'coreshop.state_machine_cascade_transition' => 'getCoreshop_StateMachineCascadeTransitionService',
'coreshop.cart.item_finder' => 'getCoreshop_Cart_ItemFinderService',
'coreshop.cart.modifier' => 'getCoreshop_Cart_ModifierService',
'coreshop.cart.expire' => 'getCoreshop_Cart_ExpireService',
'coreshop.order.expire' => 'getCoreshop_Order_ExpireService',
'coreshop.cart_price_rule.condition.timespan' => 'getCoreshop_CartPriceRule_Condition_TimespanService',
'coreshop.cart_price_rule.condition.voucher' => 'getCoreshop_CartPriceRule_Condition_VoucherService',
'coreshop.cart_price_rule.condition.amount' => 'getCoreshop_CartPriceRule_Condition_AmountService',
'coreshop.generator.cart_price_rule_voucher_codes' => 'getCoreshop_Generator_CartPriceRuleVoucherCodesService',
'coreshop.validator.cart_price_rule' => 'getCoreshop_Validator_CartPriceRuleService',
'coreshop.form.data_mapper.cart_item_quantity' => 'getCoreshop_Form_DataMapper_CartItemQuantityService',
'coreshop.context.cart.fixed' => 'getCoreshop_Context_Cart_FixedService',
'coreshop.context.cart.composite' => 'getCoreshop_Context_Cart_CompositeService',
'coreshop.order_invoice.transformer.cart_item_to_order_item' => 'getCoreshop_OrderInvoice_Transformer_CartItemToOrderItemService',
'coreshop.order.payment_provider' => 'getCoreshop_Order_PaymentProviderService',
'coreshop.order.renderer.pdf' => 'getCoreshop_Order_Renderer_PdfService',
'coreshop.renderer.order.pdf.asset' => 'getCoreshop_Renderer_Order_Pdf_AssetService',
'coreshop.order.purchasable.price_calculator' => 'getCoreshop_Order_Purchasable_PriceCalculatorService',
'coreshop.order.purchasable.wholesale_price_calculator' => 'getCoreshop_Order_Purchasable_WholesalePriceCalculatorService',
'coreshop.order.purchasable.wholesale_price_calculator.default' => 'getCoreshop_Order_Purchasable_WholesalePriceCalculator_DefaultService',
'coreshop.state_machine_resolver.order' => 'getCoreshop_StateMachineResolver_OrderService',
'coreshop.state_machine_resolver.order_payment' => 'getCoreshop_StateMachineResolver_OrderPaymentService',
'coreshop.state_machine_resolver.order_shipment' => 'getCoreshop_StateMachineResolver_OrderShipmentService',
'coreshop.state_machine_resolver.order_invoice' => 'getCoreshop_StateMachineResolver_OrderInvoiceService',
'coreshop.context.customer.composite' => 'getCoreshop_Context_Customer_CompositeService',
'coreshop.context.customer.fixed' => 'getCoreshop_Context_Customer_FixedService',
'coreshop.inventory.availability_checker.default' => 'getCoreshop_Inventory_AvailabilityChecker_DefaultService',
'coreshop.product_price_rule.condition.timespan' => 'getCoreshop_ProductPriceRule_Condition_TimespanService',
'coreshop.product_price_rule.action.price' => 'getCoreshop_ProductPriceRule_Action_PriceService',
'coreshop.product_price_rule.action.discount_price' => 'getCoreshop_ProductPriceRule_Action_DiscountPriceService',
'coreshop.product_price_rule.action.discount_amount' => 'getCoreshop_ProductPriceRule_Action_DiscountAmountService',
'coreshop.product_price_rule.action.discount_percent' => 'getCoreshop_ProductPriceRule_Action_DiscountPercentService',
'coreshop.context.country.fixed' => 'getCoreshop_Context_Country_FixedService',
'coreshop.context.country.cached' => 'getCoreshop_Context_Country_CachedService',
'coreshop.address.formatter' => 'getCoreshop_Address_FormatterService',
'coreshop.context.currency.cached' => 'getCoreshop_Context_Currency_CachedService',
'coreshop.context.currency.fixed' => 'getCoreshop_Context_Currency_FixedService',
'coreshop.collector.taxes' => 'getCoreshop_Collector_TaxesService',
'coreshop.context.store.composite' => 'getCoreshop_Context_Store_CompositeService',
'coreshop.context.store.request_based.cached' => 'getCoreshop_Context_Store_RequestBased_CachedService',
'coreshop.context.store.fixed' => 'getCoreshop_Context_Store_FixedService',
'coreshop.index.getter.brickfield' => 'getCoreshop_Index_Getter_BrickfieldService',
'coreshop.index.getter.classification_store' => 'getCoreshop_Index_Getter_ClassificationStoreService',
'coreshop.index.getter.field_collection' => 'getCoreshop_Index_Getter_FieldCollectionService',
'coreshop.index.getter.localized_field' => 'getCoreshop_Index_Getter_LocalizedFieldService',
'coreshop.index.interpreter.soundex' => 'getCoreshop_Index_Interpreter_SoundexService',
'coreshop.index.interpreter.object_id' => 'getCoreshop_Index_Interpreter_ObjectIdService',
'coreshop.index.interpreter.object_id_sum' => 'getCoreshop_Index_Interpreter_ObjectIdSumService',
'coreshop.index.interpreter.object' => 'getCoreshop_Index_Interpreter_ObjectService',
'coreshop.index.interpreter.object_property' => 'getCoreshop_Index_Interpreter_ObjectPropertyService',
'coreshop.index.interpreter.quantity_value' => 'getCoreshop_Index_Interpreter_QuantityValueService',
'coreshop.index.interpreter.locale_mapping' => 'getCoreshop_Index_Interpreter_LocaleMappingService',
'coreshop.index.interpreter.timestamp' => 'getCoreshop_Index_Interpreter_TimestampService',
'coreshop.index.interpreter.expression' => 'getCoreshop_Index_Interpreter_ExpressionService',
'coreshop.index.interpreter.nested' => 'getCoreshop_Index_Interpreter_NestedService',
'coreshop.index.interpreter.nested_localized' => 'getCoreshop_Index_Interpreter_NestedLocalizedService',
'coreshop.index.interpreter.nested_relational' => 'getCoreshop_Index_Interpreter_NestedRelationalService',
'coreshop.index.interpreter.iterator' => 'getCoreshop_Index_Interpreter_IteratorService',
'coreshop.index.column_type.classification_store' => 'getCoreshop_Index_ColumnType_ClassificationStoreService',
'coreshop.index.column_type.field_collection' => 'getCoreshop_Index_ColumnType_FieldCollectionService',
'coreshop.index.column_type.localized_fields' => 'getCoreshop_Index_ColumnType_LocalizedFieldsService',
'coreshop.index.column_type.object_brick' => 'getCoreshop_Index_ColumnType_ObjectBrickService',
'coreshop.index.column_type.object' => 'getCoreshop_Index_ColumnType_ObjectService',
'coreshop.index.column_type.system' => 'getCoreshop_Index_ColumnType_SystemService',
'coreshop.filter.condition_type.select' => 'getCoreshop_Filter_ConditionType_SelectService',
'coreshop.filter.condition_type.range' => 'getCoreshop_Filter_ConditionType_RangeService',
'coreshop.filter.condition_type.multiselect' => 'getCoreshop_Filter_ConditionType_MultiselectService',
'coreshop.filter.condition_type.relational_multihref' => 'getCoreshop_Filter_ConditionType_RelationalMultihrefService',
'coreshop.filter.condition_type.relational_select' => 'getCoreshop_Filter_ConditionType_RelationalSelectService',
'coreshop.filter.condition_type.category_select' => 'getCoreshop_Filter_ConditionType_CategorySelectService',
'coreshop.carrier.resolver' => 'getCoreshop_Carrier_ResolverService',
'coreshop.carrier.price_calculator' => 'getCoreshop_Carrier_PriceCalculatorService',
'coreshop.carrier.price_calculator.default' => 'getCoreshop_Carrier_PriceCalculator_DefaultService',
'coreshop.shipping_rule.condition.amount' => 'getCoreshop_ShippingRule_Condition_AmountService',
'coreshop.shipping_rule.condition.postcodes' => 'getCoreshop_ShippingRule_Condition_PostcodesService',
'coreshop.shipping_rule.condition.weight' => 'getCoreshop_ShippingRule_Condition_WeightService',
'coreshop.shipping_rule.condition.dimension' => 'getCoreshop_ShippingRule_Condition_DimensionService',
'coreshop.shipping_rule.condition.shipping_rule' => 'getCoreshop_ShippingRule_Condition_ShippingRuleService',
'coreshop.shipping_rule.action.addition_percent' => 'getCoreshop_ShippingRule_Action_AdditionPercentService',
'coreshop.shipping_rule.action.discount_percent' => 'getCoreshop_ShippingRule_Action_DiscountPercentService',
'coreshop.shipping_rule.action.shipping_rule' => 'getCoreshop_ShippingRule_Action_ShippingRuleService',
'coreshop.carrier.processor.shipping_rules' => 'getCoreshop_Carrier_Processor_ShippingRulesService',
'coreshop.shippable_carrier.shipping_rule.validator' => 'getCoreshop_ShippableCarrier_ShippingRule_ValidatorService',
'coreshop.carrier.shipping_rule.checker' => 'getCoreshop_Carrier_ShippingRule_CheckerService',
'coreshop.sequence.generator' => 'getCoreshop_Sequence_GeneratorService',
'coreshop.tracking.event.gtm_code_tracker' => 'getCoreshop_Tracking_Event_GtmCodeTrackerService',
'coreshop.tracking.tracker.google.analytics.enhanced_ecommerce' => 'getCoreshop_Tracking_Tracker_Google_Analytics_EnhancedEcommerceService',
'coreshop.tracking.tracker.google.analytics.universal_ecommerce' => 'getCoreshop_Tracking_Tracker_Google_Analytics_UniversalEcommerceService',
'coreshop.tracking.tracker.google.analytics.gtag_enhanced_ecommerce' => 'getCoreshop_Tracking_Tracker_Google_Analytics_GtagEnhancedEcommerceService',
'coreshop.tracking.tracker.google.analytics.gtm_classic_ecommerce' => 'getCoreshop_Tracking_Tracker_Google_Analytics_GtmClassicEcommerceService',
'coreshop.tracking.tracker.google.analytics.gtm_enhanced_ecommerce' => 'getCoreshop_Tracking_Tracker_Google_Analytics_GtmEnhancedEcommerceService',
'coreshop.frontend.template_configurator' => 'getCoreshop_Frontend_TemplateConfiguratorService',
'coreshop.payum_action.resolve_next_route' => 'getCoreshop_PayumAction_ResolveNextRouteService',
'coreshop.payum_action.confirm_order' => 'getCoreshop_PayumAction_ConfirmOrderService',
'coreshop.payum_action.offline.convert_payment' => 'getCoreshop_PayumAction_Offline_ConvertPaymentService',
'coreshop.payum_action.offine.resolve_next_route' => 'getCoreshop_PayumAction_Offine_ResolveNextRouteService',
'coreshop.payum_action.offine.confirm_order' => 'getCoreshop_PayumAction_Offine_ConfirmOrderService',
'coreshop.payum_action.offline.status' => 'getCoreshop_PayumAction_Offline_StatusService',
'Doctrine\\Common\\Persistence\\ConnectionRegistry' => 'getConnectionRegistryService',
'coreshop.taxation.factory.tax_calculator' => 'getCoreshop_Taxation_Factory_TaxCalculatorService',
'coreshop.taxation.tax_applicator' => 'getCoreshop_Taxation_TaxApplicatorService',
'coreshop.taxation.factory.cached_tax_calculator' => 'getCoreshop_Taxation_Factory_CachedTaxCalculatorService',
'coreshop.core.configuration.service' => 'getCoreshop_Core_Configuration_ServiceService',
'coreshop.provider.store_based_default_address_provider' => 'getCoreshop_Provider_StoreBasedDefaultAddressProviderService',
'coreshop.provider.taxation.default_country' => 'getCoreshop_Provider_Taxation_DefaultCountryService',
'coreshop.cart_item.processor' => 'getCoreshop_CartItem_ProcessorService',
'coreshop.cart_processor.adjustments_clearer' => 'getCoreshop_CartProcessor_AdjustmentsClearerService',
'coreshop.cart_processor.items' => 'getCoreshop_CartProcessor_ItemsService',
'coreshop.cart_processor.items_wholesale' => 'getCoreshop_CartProcessor_ItemsWholesaleService',
'coreshop.cart_processor.shipping' => 'getCoreshop_CartProcessor_ShippingService',
'coreshop.cart_processor.rule_auto' => 'getCoreshop_CartProcessor_RuleAutoService',
'coreshop.cart_processor.rule_calculator' => 'getCoreshop_CartProcessor_RuleCalculatorService',
'coreshop.cart_processor.taxes' => 'getCoreshop_CartProcessor_TaxesService',
'coreshop.checkout.step.customer' => 'getCoreshop_Checkout_Step_CustomerService',
'coreshop.checkout.step.address' => 'getCoreshop_Checkout_Step_AddressService',
'coreshop.checkout.step.shipping' => 'getCoreshop_Checkout_Step_ShippingService',
'coreshop.checkout.step.payment' => 'getCoreshop_Checkout_Step_PaymentService',
'coreshop.checkout.step.summary' => 'getCoreshop_Checkout_Step_SummaryService',
'coreshop.context.currency.storage_based' => 'getCoreshop_Context_Currency_StorageBasedService',
'coreshop.context.currency.store_aware' => 'getCoreshop_Context_Currency_StoreAwareService',
'coreshop.context.cart.new.store_based' => 'getCoreshop_Context_Cart_New_StoreBasedService',
'coreshop.context.country.store_aware' => 'getCoreshop_Context_Country_StoreAwareService',
'coreshop.customer.login_service' => 'getCoreshop_Customer_LoginServiceService',
'coreshop.handler.shop_logout' => 'getCoreshop_Handler_ShopLogoutService',
'coreshop.installer.checker.command_directory' => 'getCoreshop_Installer_Checker_CommandDirectoryService',
'coreshop.commands_provider.database_setup' => 'getCoreshop_CommandsProvider_DatabaseSetupService',
'coreshop.installer.executor.folder_installer' => 'getCoreshop_Installer_Executor_FolderInstallerService',
'coreshop.inventory.order_operator' => 'getCoreshop_Inventory_OrderOperatorService',
'coreshop.context.locale.pimcore_admin' => 'getCoreshop_Context_Locale_PimcoreAdminService',
'coreshop.core.order.transformer.order_to_shipment' => 'getCoreshop_Core_Order_Transformer_OrderToShipmentService',
'coreshop.core.order_shipment.transformer.order_item_to_shipment_item' => 'getCoreshop_Core_OrderShipment_Transformer_OrderItemToShipmentItemService',
'coreshop.mail.processor.order' => 'getCoreshop_Mail_Processor_OrderService',
'coreshop.core.cart_item.quantity_modifier' => 'getCoreshop_Core_CartItem_QuantityModifierService',
'coreshop.payment.store_based_payment_provider_resolver' => 'getCoreshop_Payment_StoreBasedPaymentProviderResolverService',
'coreshop.product.cloner.quantity_price_rules' => 'getCoreshop_Product_Cloner_QuantityPriceRulesService',
'coreshop.product.cloner.unit_definitions' => 'getCoreshop_Product_Cloner_UnitDefinitionsService',
'coreshop.product.tax_factory' => 'getCoreshop_Product_TaxFactoryService',
'coreshop.product.taxed_price_calculator' => 'getCoreshop_Product_TaxedPriceCalculatorService',
'coreshop.product.price_calculator.property_price' => 'getCoreshop_Product_PriceCalculator_PropertyPriceService',
'coreshop.product.price_calculator.unit_price' => 'getCoreshop_Product_PriceCalculator_UnitPriceService',
'coreshop.order.purchasable.price_calculator.product' => 'getCoreshop_Order_Purchasable_PriceCalculator_ProductService',
'coreshop.order.purchasable.retail_price_calculator.product' => 'getCoreshop_Order_Purchasable_RetailPriceCalculator_ProductService',
'coreshop.order.purchasable.discount_calculator.product' => 'getCoreshop_Order_Purchasable_DiscountCalculator_ProductService',
'coreshop.order.purchasable.discount_price_calculator.product' => 'getCoreshop_Order_Purchasable_DiscountPriceCalculator_ProductService',
'coreshop.report.products' => 'getCoreshop_Report_ProductsService',
'coreshop.report.categories' => 'getCoreshop_Report_CategoriesService',
'coreshop.report.customers' => 'getCoreshop_Report_CustomersService',
'coreshop.report.carts' => 'getCoreshop_Report_CartsService',
'coreshop.report.carts_abandoned' => 'getCoreshop_Report_CartsAbandonedService',
'coreshop.report.manufacturer' => 'getCoreshop_Report_ManufacturerService',
'coreshop.report.sales' => 'getCoreshop_Report_SalesService',
'coreshop.report.carriers' => 'getCoreshop_Report_CarriersService',
'coreshop.report.payment_providers' => 'getCoreshop_Report_PaymentProvidersService',
'coreshop.report.vouchers' => 'getCoreshop_Report_VouchersService',
'coreshop.admin_controller.settings' => 'getCoreshop_AdminController_SettingsService',
'coreshop.admin_controller.reports' => 'getCoreshop_AdminController_ReportsService',
'coreshop.admin_controller.portlets' => 'getCoreshop_AdminController_PortletsService',
'coreshop.admin_controller.product_preview' => 'getCoreshop_AdminController_ProductPreviewService',
'coreshop.admin_controller.product_validation' => 'getCoreshop_AdminController_ProductValidationService',
'coreshop.admin_controller.product_variant_unit_solidifer' => 'getCoreshop_AdminController_ProductVariantUnitSolidiferService',
'coreshop.admin_controller.customer_transformer' => 'getCoreshop_AdminController_CustomerTransformerService',
'coreshop.shipping.tax_calculation_strategy.tax_rule' => 'getCoreshop_Shipping_TaxCalculationStrategy_TaxRuleService',
'coreshop.shipping.tax_calculation_strategy.cart_items' => 'getCoreshop_Shipping_TaxCalculationStrategy_CartItemsService',
'coreshop.shipping_rule.condition.categories' => 'getCoreshop_ShippingRule_Condition_CategoriesService',
'coreshop.shipping_rule.condition.products' => 'getCoreshop_ShippingRule_Condition_ProductsService',
'coreshop.shipping_rule.condition.countries' => 'getCoreshop_ShippingRule_Condition_CountriesService',
'coreshop.shipping_rule.condition.zones' => 'getCoreshop_ShippingRule_Condition_ZonesService',
'coreshop.shipping_rule.condition.customers' => 'getCoreshop_ShippingRule_Condition_CustomersService',
'coreshop.shipping_rule.condition.customer_groups' => 'getCoreshop_ShippingRule_Condition_CustomerGroupsService',
'coreshop.shipping_rule.condition.stores' => 'getCoreshop_ShippingRule_Condition_StoresService',
'coreshop.shipping_rule.condition.currencies' => 'getCoreshop_ShippingRule_Condition_CurrenciesService',
'coreshop.shipping_rule.action.price' => 'getCoreshop_ShippingRule_Action_PriceService',
'coreshop.shipping_rule.action.addition_amount' => 'getCoreshop_ShippingRule_Action_AdditionAmountService',
'coreshop.shipping_rule.action.discount_amount' => 'getCoreshop_ShippingRule_Action_DiscountAmountService',
'coreshop.carrier.price_calculator.taxed' => 'getCoreshop_Carrier_PriceCalculator_TaxedService',
'coreshop.carrier.cart.store_based_resolver' => 'getCoreshop_Carrier_Cart_StoreBasedResolverService',
'coreshop.storage.session' => 'getCoreshop_Storage_SessionService',
'coreshop.storage.cookie' => 'getCoreshop_Storage_CookieService',
'coreshop.tracking.extractor.order' => 'getCoreshop_Tracking_Extractor_OrderService',
'App\\Twig\\EnvironmentExtension' => 'getEnvironmentExtension2Service',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'state_machine.coreshop_order' => 'getStateMachine_CoreshopOrderService',
'state_machine.coreshop_quote' => 'getStateMachine_CoreshopQuoteService',
'state_machine.coreshop_shipment' => 'getStateMachine_CoreshopShipmentService',
'state_machine.coreshop_invoice' => 'getStateMachine_CoreshopInvoiceService',
'state_machine.coreshop_order_payment' => 'getStateMachine_CoreshopOrderPaymentService',
'state_machine.coreshop_order_invoice' => 'getStateMachine_CoreshopOrderInvoiceService',
'state_machine.coreshop_order_shipment' => 'getStateMachine_CoreshopOrderShipmentService',
'state_machine.coreshop_order_sales_type' => 'getStateMachine_CoreshopOrderSalesTypeService',
'state_machine.coreshop_payment' => 'getStateMachine_CoreshopPaymentService',
'serializer' => 'getSerializerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'profiler' => 'getProfilerService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'coreshop.seo.extractor.description' => 'getCoreshop_Seo_Extractor_DescriptionService',
'coreshop.seo.extractor.title' => 'getCoreshop_Seo_Extractor_TitleService',
'coreshop.seo.extractor.og' => 'getCoreshop_Seo_Extractor_OgService',
'coreshop.seo.extractor.image' => 'getCoreshop_Seo_Extractor_ImageService',
'coreshop.seo.extractor.document' => 'getCoreshop_Seo_Extractor_DocumentService',
'coreshop.rule_availability_processor' => 'getCoreshop_RuleAvailabilityProcessorService',
'coreshop.transformer.event_dispatcher' => 'getCoreshop_Transformer_EventDispatcherService',
'coreshop.context.customer.request_based' => 'getCoreshop_Context_Customer_RequestBasedService',
'coreshop.context.country.composite' => 'getCoreshop_Context_Country_CompositeService',
'coreshop.context.country.request_based' => 'getCoreshop_Context_Country_RequestBasedService',
'coreshop.context.country.request_based.resolver.geo_lite' => 'getCoreshop_Context_Country_RequestBased_Resolver_GeoLiteService',
'coreshop.context.store.request_based.resolver.composite' => 'getCoreshop_Context_Store_RequestBased_Resolver_CompositeService',
'coreshop.context.store.request_based.resolver.admin' => 'getCoreshop_Context_Store_RequestBased_Resolver_AdminService',
'coreshop.context.store.request_based.resolver.hostname_based' => 'getCoreshop_Context_Store_RequestBased_Resolver_HostnameBasedService',
'coreshop.index.worker.mysql' => 'getCoreshop_Index_Worker_MysqlService',
'coreshop.index.condition.renderer.mysql.compare' => 'getCoreshop_Index_Condition_Renderer_Mysql_CompareService',
'coreshop.index.condition.renderer.mysql.concat' => 'getCoreshop_Index_Condition_Renderer_Mysql_ConcatService',
'coreshop.index.condition.renderer.mysql.in' => 'getCoreshop_Index_Condition_Renderer_Mysql_InService',
'coreshop.index.condition.renderer.mysql.is_null' => 'getCoreshop_Index_Condition_Renderer_Mysql_IsNullService',
'coreshop.index.condition.renderer.mysql.is' => 'getCoreshop_Index_Condition_Renderer_Mysql_IsService',
'coreshop.index.condition.renderer.mysql.like' => 'getCoreshop_Index_Condition_Renderer_Mysql_LikeService',
'coreshop.index.condition.renderer.mysql.range' => 'getCoreshop_Index_Condition_Renderer_Mysql_RangeService',
'coreshop.index.order.renderer.mysql.simple' => 'getCoreshop_Index_Order_Renderer_Mysql_SimpleService',
'coreshop.shipping.carrier.validator.composite' => 'getCoreshop_Shipping_Carrier_Validator_CompositeService',
'coreshop.frontend.twig.locale_switcher' => 'getCoreshop_Frontend_Twig_LocaleSwitcherService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'pimcore_admin.security.user_provider' => 'getPimcoreAdmin_Security_UserProviderService',
'pimcore_admin.security.user_loader' => 'getPimcoreAdmin_Security_UserLoaderService',
'pimcore_admin.security.user_checker' => 'getPimcoreAdmin_Security_UserCheckerService',
'coreshop.security.customer.user_provider' => 'getCoreshop_Security_Customer_UserProviderService',
'coreshop.notification_rule.condition.order.carriers' => 'getCoreshop_NotificationRule_Condition_Order_CarriersService',
'coreshop.notification_rule.condition.order.comment' => 'getCoreshop_NotificationRule_Condition_Order_CommentService',
'coreshop.notification_rule.condition.order.backend_created' => 'getCoreshop_NotificationRule_Condition_Order_BackendCreatedService',
'coreshop.notification_rule.condition.store' => 'getCoreshop_NotificationRule_Condition_StoreService',
'coreshop.notification_rule.action.order_mail' => 'getCoreshop_NotificationRule_Action_OrderMailService',
'coreshop.notification_rule.action.mail' => 'getCoreshop_NotificationRule_Action_MailService',
'coreshop.notification_rule.action.store_mail' => 'getCoreshop_NotificationRule_Action_StoreMailService',
'coreshop.notification_rule.action.store_order_mail' => 'getCoreshop_NotificationRule_Action_StoreOrderMailService',
'coreshop.product_quantity_price_rules.action.amount_decrease' => 'getCoreshop_ProductQuantityPriceRules_Action_AmountDecreaseService',
'coreshop.product_quantity_price_rules.action.amount_increase' => 'getCoreshop_ProductQuantityPriceRules_Action_AmountIncreaseService',
'coreshop.product_quantity_price_rules.action.fixed' => 'getCoreshop_ProductQuantityPriceRules_Action_FixedService',
'coreshop.product_quantity_price_rules.calculator.unit_volume' => 'getCoreshop_ProductQuantityPriceRules_Calculator_UnitVolumeService',
'coreshop.tracking.extractor.order_item' => 'getCoreshop_Tracking_Extractor_OrderItemService',
'coreshop.tracking.extractor.purchasable' => 'getCoreshop_Tracking_Extractor_PurchasableService',
'coreshop.validator.quantity_validator' => 'getCoreshop_Validator_QuantityValidatorService',
'session' => 'getSessionService',
'validator' => 'getValidatorService',
];
$this->fileMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.coreshop.index.condition.renderer.mysql.compare' => 'get_Container_Private_Coreshop_Index_Condition_Renderer_Mysql_CompareService',
'.container.private.coreshop.index.condition.renderer.mysql.concat' => 'get_Container_Private_Coreshop_Index_Condition_Renderer_Mysql_ConcatService',
'.container.private.coreshop.index.condition.renderer.mysql.in' => 'get_Container_Private_Coreshop_Index_Condition_Renderer_Mysql_InService',
'.container.private.coreshop.index.condition.renderer.mysql.is' => 'get_Container_Private_Coreshop_Index_Condition_Renderer_Mysql_IsService',
'.container.private.coreshop.index.condition.renderer.mysql.is_null' => 'get_Container_Private_Coreshop_Index_Condition_Renderer_Mysql_IsNullService',
'.container.private.coreshop.index.condition.renderer.mysql.like' => 'get_Container_Private_Coreshop_Index_Condition_Renderer_Mysql_LikeService',
'.container.private.coreshop.index.condition.renderer.mysql.range' => 'get_Container_Private_Coreshop_Index_Condition_Renderer_Mysql_RangeService',
'.container.private.coreshop.index.order.renderer.mysql.simple' => 'get_Container_Private_Coreshop_Index_Order_Renderer_Mysql_SimpleService',
'.container.private.coreshop.index.worker.mysql' => 'get_Container_Private_Coreshop_Index_Worker_MysqlService',
'.container.private.coreshop.notification_rule.action.mail' => 'get_Container_Private_Coreshop_NotificationRule_Action_MailService',
'.container.private.coreshop.notification_rule.action.order_mail' => 'get_Container_Private_Coreshop_NotificationRule_Action_OrderMailService',
'.container.private.coreshop.notification_rule.action.store_mail' => 'get_Container_Private_Coreshop_NotificationRule_Action_StoreMailService',
'.container.private.coreshop.notification_rule.action.store_order_mail' => 'get_Container_Private_Coreshop_NotificationRule_Action_StoreOrderMailService',
'.container.private.coreshop.rule_availability_processor' => 'get_Container_Private_Coreshop_RuleAvailabilityProcessorService',
'.container.private.coreshop.security.customer.user_provider' => 'get_Container_Private_Coreshop_Security_Customer_UserProviderService',
'.container.private.coreshop.seo.extractor.description' => 'get_Container_Private_Coreshop_Seo_Extractor_DescriptionService',
'.container.private.coreshop.seo.extractor.document' => 'get_Container_Private_Coreshop_Seo_Extractor_DocumentService',
'.container.private.coreshop.seo.extractor.image' => 'get_Container_Private_Coreshop_Seo_Extractor_ImageService',
'.container.private.coreshop.seo.extractor.og' => 'get_Container_Private_Coreshop_Seo_Extractor_OgService',
'.container.private.coreshop.seo.extractor.title' => 'get_Container_Private_Coreshop_Seo_Extractor_TitleService',
'.container.private.coreshop.tracking.extractor.order_item' => 'get_Container_Private_Coreshop_Tracking_Extractor_OrderItemService',
'.container.private.coreshop.tracking.extractor.purchasable' => 'get_Container_Private_Coreshop_Tracking_Extractor_PurchasableService',
'.container.private.coreshop.transformer.event_dispatcher' => 'get_Container_Private_Coreshop_Transformer_EventDispatcherService',
'.container.private.coreshop.validator.quantity_validator' => 'get_Container_Private_Coreshop_Validator_QuantityValidatorService',
'.container.private.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.pimcore_admin.security.user_checker' => 'get_Container_Private_PimcoreAdmin_Security_UserCheckerService',
'.container.private.pimcore_admin.security.user_loader' => 'get_Container_Private_PimcoreAdmin_Security_UserLoaderService',
'.container.private.pimcore_admin.security.user_provider' => 'get_Container_Private_PimcoreAdmin_Security_UserProviderService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.session' => 'get_Container_Private_SessionService',
'App\\CommonTask\\MaileonUnsubscribeExecutor' => 'getMaileonUnsubscribeExecutorService',
'App\\Controller\\Api\\AbstractApiController' => 'getAbstractApiControllerService',
'App\\Controller\\Api\\AppController' => 'getAppControllerService',
'App\\Controller\\Api\\BrandambAssadorsController' => 'getBrandambAssadorsControllerService',
'App\\Controller\\Api\\CategoryController' => 'getCategoryControllerService',
'App\\Controller\\Api\\ContactController' => 'getContactControllerService',
'App\\Controller\\Api\\GamesController' => 'getGamesControllerService',
'App\\Controller\\Api\\MagazinesController' => 'getMagazinesControllerService',
'App\\Controller\\Api\\MeasurementController' => 'getMeasurementControllerService',
'App\\Controller\\Api\\MockController' => 'getMockControllerService',
'App\\Controller\\Api\\NewsController' => 'getNewsControllerService',
'App\\Controller\\Api\\NotificationController' => 'getNotificationControllerService',
'App\\Controller\\Api\\PartnerProgramController' => 'getPartnerProgramControllerService',
'App\\Controller\\Api\\ProductController' => 'getProductControllerService',
'App\\Controller\\Api\\RegisteredWatchesController' => 'getRegisteredWatchesControllerService',
'App\\Controller\\Api\\SearchController' => 'getSearchControllerService',
'App\\Controller\\Api\\ShopsController' => 'getShopsControllerService',
'App\\Controller\\Api\\UsersController' => 'getUsersControllerService',
'App\\Controller\\Api\\VersionCheckController' => 'getVersionCheckControllerService',
'App\\Controller\\Api\\WatchRepairsController' => 'getWatchRepairsControllerService',
'App\\Controller\\Api\\WishlistController' => 'getWishlistControllerService',
'App\\Controller\\B2b\\RegisteredWatchController' => 'getRegisteredWatchControllerService',
'App\\Controller\\B2b\\WatchRepairController' => 'getWatchRepairControllerService',
'App\\Controller\\DefaultController' => 'getDefaultControllerService',
'App\\Controller\\Maileon\\MaileonController' => 'getMaileonControllerService',
'App\\Controller\\Origo\\ProductController' => 'getProductController2Service',
'App\\Controller\\PimcoreRenderletController' => 'getPimcoreRenderletControllerService',
'App\\Controller\\ProtectedAssetController' => 'getProtectedAssetControllerService',
'App\\Controller\\Seiko\\NewsController' => 'getNewsController2Service',
'App\\Controller\\Vir\\AbstractVirController' => 'getAbstractVirControllerService',
'App\\Controller\\Vir\\RegisteredWatchController' => 'getRegisteredWatchController2Service',
'App\\Controller\\Vir\\WatchRepairController' => 'getWatchRepairController2Service',
'App\\Controller\\Web2printController' => 'getWeb2printControllerService',
'App\\CoreShop\\Controller\\OrderCommentController' => 'getOrderCommentControllerService',
'App\\CoreShop\\Core\\Customer\\AddressAssignmentManager' => 'getAddressAssignmentManagerService',
'App\\CoreShop\\Repository\\PaymentRepository' => 'getPaymentRepositoryService',
'App\\Ecommerce\\Controller\\CartController' => 'getCartControllerService',
'App\\Ecommerce\\Controller\\CategoryController' => 'getCategoryController2Service',
'App\\Ecommerce\\Controller\\CheckoutController' => 'getCheckoutControllerService',
'App\\Ecommerce\\Controller\\CustomerController' => 'getCustomerControllerService',
'App\\Ecommerce\\Controller\\OrderController' => 'getOrderControllerService',
'App\\Ecommerce\\Controller\\ProductController' => 'getProductController3Service',
'App\\Ecommerce\\Controller\\RegisterController' => 'getRegisterControllerService',
'App\\Ecommerce\\Controller\\SecurityController' => 'getSecurityControllerService',
'App\\Ecommerce\\Controller\\WishListController' => 'getWishListController2Service',
'App\\Helpers\\Customer\\GamesPanelRenderer' => 'getGamesPanelRendererService',
'App\\Helpers\\Customer\\RegisteredWatchPanelRenderer' => 'getRegisteredWatchPanelRendererService',
'App\\Helpers\\Customer\\WishlistPanelRenderer' => 'getWishlistPanelRendererService',
'App\\Helpers\\Question\\AnswersPanelRenderer' => 'getAnswersPanelRendererService',
'App\\Helpers\\Question\\SubmittedAnswersPanelRenderer' => 'getSubmittedAnswersPanelRendererService',
'App\\Helpers\\WatchRepair\\WatchRepairPanelRenderer' => 'getWatchRepairPanelRendererService',
'App\\Helpers\\WatchRepair\\WatchRepairRemarkPanelRenderer' => 'getWatchRepairRemarkPanelRendererService',
'App\\Pimcore\\Controller\\AdminAbstractController' => 'getAdminAbstractControllerService',
'App\\Pimcore\\Controller\\CoreShopOrderController' => 'getCoreShopOrderControllerService',
'App\\Pimcore\\Controller\\CustomerHelperController' => 'getCustomerHelperControllerService',
'App\\Pimcore\\Controller\\DataObjectHelperController' => 'getDataObjectHelperControllerService',
'App\\Pimcore\\Controller\\MagazineHelperController' => 'getMagazineHelperControllerService',
'App\\Pimcore\\Controller\\MessageCenterController' => 'getMessageCenterControllerService',
'App\\Pimcore\\Controller\\ProductUpdateController' => 'getProductUpdateControllerService',
'App\\Pimcore\\Controller\\QuestionHelperController' => 'getQuestionHelperControllerService',
'App\\Pimcore\\Controller\\RegisteredWatchHelperController' => 'getRegisteredWatchHelperControllerService',
'App\\Pimcore\\Controller\\SubmittedAnswersController' => 'getSubmittedAnswersControllerService',
'App\\Security\\OAuth\\OAuthRegistrationHandler' => 'getOAuthRegistrationHandlerService',
'App\\Website\\LinkGenerator\\CategoryLinkGenerator' => 'getCategoryLinkGeneratorService',
'App\\Website\\LinkGenerator\\NewsCategoryLinkGenerator' => 'getNewsCategoryLinkGeneratorService',
'App\\Website\\LinkGenerator\\NewsLinkGenerator' => 'getNewsLinkGeneratorService',
'App\\Website\\LinkGenerator\\ProductLinkGenerator' => 'getProductLinkGeneratorService',
'App\\Website\\LinkGenerator\\ProspexEventLinkGenerator' => 'getProspexEventLinkGeneratorService',
'App\\Website\\LinkGenerator\\RegisteredWatchesLinkGenerator' => 'getRegisteredWatchesLinkGeneratorService',
'App\\Website\\LinkGenerator\\WatchRepairUserReportLinkGenerator' => 'getWatchRepairUserReportLinkGeneratorService',
'App\\Website\\LinkGenerator\\WatchRepairsLinkGenerator' => 'getWatchRepairsLinkGeneratorService',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\AddressIdentifierChoiceType' => 'getAddressIdentifierChoiceTypeService',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\AddressIdentifierType' => 'getAddressIdentifierTypeService',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\AddressType' => 'getAddressTypeService',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\CountryChoiceType' => 'getCountryChoiceTypeService',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\CountryTranslationType' => 'getCountryTranslationTypeService',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\CountryType' => 'getCountryTypeService',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\SalutationChoiceType' => 'getSalutationChoiceTypeService',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\StateChoiceType' => 'getStateChoiceTypeService',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\StateTranslationType' => 'getStateTranslationTypeService',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\StateType' => 'getStateTypeService',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\ZoneChoiceType' => 'getZoneChoiceTypeService',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\ZoneType' => 'getZoneTypeService',
'CoreShop\\Bundle\\AddressBundle\\Validator\\Constraints\\ValidAddressIdentifierValidator' => 'getValidAddressIdentifierValidatorService',
'CoreShop\\Bundle\\ClassDefinitionPatchBundle\\Command\\PatchCommand' => 'getPatchCommandService',
'CoreShop\\Bundle\\ClassDefinitionPatchBundle\\Console\\ColorConsoleDiffFormatter' => 'getColorConsoleDiffFormatterService',
'CoreShop\\Bundle\\ClassDefinitionPatchBundle\\Console\\ConsoleDiffer' => 'getConsoleDifferService',
'CoreShop\\Bundle\\ClassDefinitionPatchBundle\\Patcher' => 'getPatcherService',
'CoreShop\\Bundle\\ClassDefinitionPatchBundle\\Patches' => 'getPatchesService',
'CoreShop\\Bundle\\ConfigurationBundle\\Form\\Type\\ConfigurationCollectionType' => 'getConfigurationCollectionTypeService',
'CoreShop\\Bundle\\ConfigurationBundle\\Form\\Type\\ConfigurationType' => 'getConfigurationTypeService',
'CoreShop\\Bundle\\ConfigurationBundle\\Serialization\\ObjectHandler' => 'getObjectHandlerService',
'CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\AddressCheckoutStep' => 'getAddressCheckoutStepService',
'CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\CustomerAddressCheckoutStep' => 'getCustomerAddressCheckoutStepService',
'CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\CustomerCheckoutStep' => 'getCustomerCheckoutStepService',
'CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\GuestAddressCheckoutStep' => 'getGuestAddressCheckoutStepService',
'CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\PaymentCheckoutStep' => 'getPaymentCheckoutStepService',
'CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\ShippingCheckoutStep' => 'getShippingCheckoutStepService',
'CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\SummaryCheckoutStep' => 'getSummaryCheckoutStepService',
'CoreShop\\Bundle\\CoreBundle\\Controller\\CustomerTransformerController' => 'getCustomerTransformerControllerService',
'CoreShop\\Bundle\\CoreBundle\\Controller\\PortletsController' => 'getPortletsControllerService',
'CoreShop\\Bundle\\CoreBundle\\Controller\\ProductPreviewController' => 'getProductPreviewControllerService',
'CoreShop\\Bundle\\CoreBundle\\Controller\\ProductValidationController' => 'getProductValidationControllerService',
'CoreShop\\Bundle\\CoreBundle\\Controller\\ProductVariantUnitSolidifierController' => 'getProductVariantUnitSolidifierControllerService',
'CoreShop\\Bundle\\CoreBundle\\Controller\\ReportsController' => 'getReportsControllerService',
'CoreShop\\Bundle\\CoreBundle\\Controller\\SettingsController' => 'getSettingsControllerService',
'CoreShop\\Bundle\\CoreBundle\\Customer\\CustomerLoginService' => 'getCustomerLoginServiceService',
'CoreShop\\Bundle\\CoreBundle\\Customer\\CustomerManager' => 'getCustomerManagerService',
'CoreShop\\Bundle\\CoreBundle\\EventListener\\AdminJavascriptListener' => 'getAdminJavascriptListenerService',
'CoreShop\\Bundle\\CoreBundle\\EventListener\\CartBlamerListener' => 'getCartBlamerListenerService',
'CoreShop\\Bundle\\CoreBundle\\EventListener\\CustomerCompanyRelationListener' => 'getCustomerCompanyRelationListenerService',
'CoreShop\\Bundle\\CoreBundle\\EventListener\\CustomerOrderDeletionListener' => 'getCustomerOrderDeletionListenerService',
'CoreShop\\Bundle\\CoreBundle\\EventListener\\Order\\OrderDocumentWkhtmlPrintOptionsListener' => 'getOrderDocumentWkhtmlPrintOptionsListenerService',
'CoreShop\\Bundle\\CoreBundle\\EventListener\\Order\\OrderMailNoteEventListener' => 'getOrderMailNoteEventListenerService',
'CoreShop\\Bundle\\CoreBundle\\EventListener\\PriceRuleUpdateEventListener' => 'getPriceRuleUpdateEventListenerService',
'CoreShop\\Bundle\\CoreBundle\\EventListener\\ProductAvailabilityEventListener' => 'getProductAvailabilityEventListenerService',
'CoreShop\\Bundle\\CoreBundle\\EventListener\\ProductStoreValuesAdminGetListener' => 'getProductStoreValuesAdminGetListenerService',
'CoreShop\\Bundle\\CoreBundle\\EventListener\\ProductUpdateEventListener' => 'getProductUpdateEventListenerService',
'CoreShop\\Bundle\\CoreBundle\\EventListener\\QuantityRangeUnitValidationListener' => 'getQuantityRangeUnitValidationListenerService',
'CoreShop\\Bundle\\CoreBundle\\EventListener\\ShopUserLogoutHandler' => 'getShopUserLogoutHandlerService',
'CoreShop\\Bundle\\CoreBundle\\Form\\DataMapper\\CustomerDataMapper' => 'getCustomerDataMapperService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\AddToCartTypeExtension' => 'getAddToCartTypeExtensionService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\AddressTypeExtension' => 'getAddressTypeExtensionService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\CarrierTypeExtension' => 'getCarrierTypeExtensionService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\CartCreationCartItemTypeExtension' => 'getCartCreationCartItemTypeExtensionService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\CartCreationTypeExtension' => 'getCartCreationTypeExtensionService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\CartItemTypeExtension' => 'getCartItemTypeExtensionService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\CartTypeExtension' => 'getCartTypeExtensionService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\CountryTypeExtension' => 'getCountryTypeExtensionService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\CustomerTypeExtension' => 'getCustomerTypeExtensionService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\OrderShipmentCreationTypeExtension' => 'getOrderShipmentCreationTypeExtensionService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\PaymentProviderTypeExtension' => 'getPaymentProviderTypeExtensionService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\ProductQuantityRangeCollectionTypeExtension' => 'getProductQuantityRangeCollectionTypeExtensionService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\ProductQuantityRangeTypeExtension' => 'getProductQuantityRangeTypeExtensionService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\StoreTypeExtension' => 'getStoreTypeExtensionService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\TaxRuleTypeExtension' => 'getTaxRuleTypeExtensionService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\AddressChoiceType' => 'getAddressChoiceTypeService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\AddressType' => 'getAddressType2Service',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\CarrierChoiceType' => 'getCarrierChoiceTypeService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\CarrierType' => 'getCarrierTypeService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\GuestAddressType' => 'getGuestAddressTypeService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\PaymentType' => 'getPaymentTypeService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\SummaryType' => 'getSummaryTypeService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\CustomerRegistrationType' => 'getCustomerRegistrationTypeService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\GuestRegistrationType' => 'getGuestRegistrationTypeService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Order\\PaymentType' => 'getPaymentType2Service',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Payment\\Rule\\Action\\AdditionAmountActionConfigurationType' => 'getAdditionAmountActionConfigurationTypeService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Payment\\Rule\\Action\\DiscountAmountActionConfigurationType' => 'getDiscountAmountActionConfigurationTypeService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Payment\\Rule\\Action\\PriceActionConfigurationType' => 'getPriceActionConfigurationTypeService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\ProductPriceRule\\Condition\\QuantityConfigurationType' => 'getQuantityConfigurationTypeService',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Shipping\\Rule\\Action\\AdditionAmountActionConfigurationType' => 'getAdditionAmountActionConfigurationType2Service',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Shipping\\Rule\\Action\\DiscountAmountActionConfigurationType' => 'getDiscountAmountActionConfigurationType2Service',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Shipping\\Rule\\Action\\PriceActionConfigurationType' => 'getPriceActionConfigurationType2Service',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\UserRegistrationType' => 'getUserRegistrationTypeService',
'CoreShop\\Bundle\\CoreBundle\\Installer' => 'getInstallerService',
'CoreShop\\Bundle\\CoreBundle\\Installer\\Checker\\CommandDirectoryChecker' => 'getCommandDirectoryCheckerService',
'CoreShop\\Bundle\\CoreBundle\\Installer\\Executor\\FolderInstallerProvider' => 'getFolderInstallerProviderService',
'CoreShop\\Bundle\\CoreBundle\\Installer\\Provider\\DatabaseSetupCommandsProvider' => 'getDatabaseSetupCommandsProviderService',
'CoreShop\\Bundle\\CoreBundle\\Menu\\MainMenuBuilder' => 'getMainMenuBuilderService',
'CoreShop\\Bundle\\CoreBundle\\Order\\OrderMailProcessor' => 'getOrderMailProcessorService',
'CoreShop\\Bundle\\CoreBundle\\Pimcore\\GridColumnConfig\\Operator\\Factory\\StorePriceFactory' => 'getStorePriceFactoryService',
'CoreShop\\Bundle\\CoreBundle\\Pimcore\\LinkGenerator\\ResourceConfigurationLinkGenerator' => 'getResourceConfigurationLinkGeneratorService',
'CoreShop\\Bundle\\CoreBundle\\Report\\AbandonedCartsReport' => 'getAbandonedCartsReportService',
'CoreShop\\Bundle\\CoreBundle\\Report\\CarriersReport' => 'getCarriersReportService',
'CoreShop\\Bundle\\CoreBundle\\Report\\CartsReport' => 'getCartsReportService',
'CoreShop\\Bundle\\CoreBundle\\Report\\CategoriesReport' => 'getCategoriesReportService',
'CoreShop\\Bundle\\CoreBundle\\Report\\CustomersReport' => 'getCustomersReportService',
'CoreShop\\Bundle\\CoreBundle\\Report\\ManufacturerReport' => 'getManufacturerReportService',
'CoreShop\\Bundle\\CoreBundle\\Report\\PaymentProvidersReport' => 'getPaymentProvidersReportService',
'CoreShop\\Bundle\\CoreBundle\\Report\\ProductsReport' => 'getProductsReportService',
'CoreShop\\Bundle\\CoreBundle\\Report\\SalesReport' => 'getSalesReportService',
'CoreShop\\Bundle\\CoreBundle\\Report\\VouchersReport' => 'getVouchersReportService',
'CoreShop\\Bundle\\CoreBundle\\Security\\AccessVoter' => 'getAccessVoterService',
'CoreShop\\Bundle\\CoreBundle\\Storage\\SessionStorage' => 'getSessionStorageService',
'CoreShop\\Bundle\\CurrencyBundle\\Form\\Type\\CurrencyChoiceType' => 'getCurrencyChoiceTypeService',
'CoreShop\\Bundle\\CurrencyBundle\\Form\\Type\\CurrencyType' => 'getCurrencyTypeService',
'CoreShop\\Bundle\\CurrencyBundle\\Form\\Type\\ExchangeRateType' => 'getExchangeRateTypeService',
'CoreShop\\Bundle\\CustomerBundle\\Form\\Type\\ChangePasswordType' => 'getChangePasswordTypeService',
'CoreShop\\Bundle\\CustomerBundle\\Form\\Type\\CustomerLoginType' => 'getCustomerLoginTypeService',
'CoreShop\\Bundle\\CustomerBundle\\Form\\Type\\CustomerSelectionType' => 'getCustomerSelectionTypeService',
'CoreShop\\Bundle\\CustomerBundle\\Form\\Type\\CustomerType' => 'getCustomerTypeService',
'CoreShop\\Bundle\\FixtureBundle\\Command\\LoadDataFixturesCommand' => 'getLoadDataFixturesCommandService',
'CoreShop\\Bundle\\FixtureBundle\\Fixture\\DataFixturesExecutor' => 'getDataFixturesExecutorService',
'CoreShop\\Bundle\\FixtureBundle\\Fixture\\Loader\\DataFixturesLoader' => 'getDataFixturesLoaderService',
'CoreShop\\Bundle\\FixtureBundle\\Fixture\\UpdateDataFixturesFixture' => 'getUpdateDataFixturesFixtureService',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\CartController' => 'getCartController2Service',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\CategoryController' => 'getCategoryController3Service',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\CheckoutController' => 'getCheckoutController2Service',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\CurrencyController' => 'getCurrencyControllerService',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\CustomerController' => 'getCustomerController2Service',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\IndexController' => 'getIndexControllerService',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\MailController' => 'getMailControllerService',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\OrderController' => 'getOrderController2Service',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\PaymentController' => 'getPaymentControllerService',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\ProductController' => 'getProductController4Service',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\QuoteController' => 'getQuoteControllerService',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\RegisterController' => 'getRegisterController2Service',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\SearchController' => 'getSearchController2Service',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\SecurityController' => 'getSecurityController2Service',
'CoreShop\\Bundle\\FrontendBundle\\TemplateConfigurator\\TemplateConfigurator' => 'getTemplateConfiguratorService',
'CoreShop\\Bundle\\IndexBundle\\Command\\IndexCommand' => 'getIndexCommandService',
'CoreShop\\Bundle\\IndexBundle\\EventListener\\CreateIndexListener' => 'getCreateIndexListenerService',
'CoreShop\\Bundle\\IndexBundle\\EventListener\\DeleteIndexListener' => 'getDeleteIndexListenerService',
'CoreShop\\Bundle\\IndexBundle\\EventListener\\IndexDeleteObjectListener' => 'getIndexDeleteObjectListenerService',
'CoreShop\\Bundle\\IndexBundle\\EventListener\\IndexObjectListener' => 'getIndexObjectListenerService',
'CoreShop\\Bundle\\IndexBundle\\EventListener\\UpdateIndexListener' => 'getUpdateIndexListenerService',
'CoreShop\\Bundle\\IndexBundle\\Factory\\FilteredListingFactory' => 'getFilteredListingFactoryService',
'CoreShop\\Bundle\\IndexBundle\\Factory\\ListingFactory' => 'getListingFactoryService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Column\\IndexColumnTypeClassificationStoreType' => 'getIndexColumnTypeClassificationStoreTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Column\\IndexColumnTypeFieldCollectionType' => 'getIndexColumnTypeFieldCollectionTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Column\\IndexColumnTypeLocalizedFieldsType' => 'getIndexColumnTypeLocalizedFieldsTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Column\\IndexColumnTypeObjectBrickType' => 'getIndexColumnTypeObjectBrickTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Column\\IndexColumnTypeObjectType' => 'getIndexColumnTypeObjectTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Column\\IndexColumnTypeSystemType' => 'getIndexColumnTypeSystemTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterPreConditionChoiceType' => 'getFilterPreConditionChoiceTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterPreConditionCollectionType' => 'getFilterPreConditionCollectionTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterPreConditionType' => 'getFilterPreConditionTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterType' => 'getFilterTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterUserConditionChoiceType' => 'getFilterUserConditionChoiceTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterUserConditionCollectionType' => 'getFilterUserConditionCollectionTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterUserConditionType' => 'getFilterUserConditionTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionBooleanType' => 'getFilterConditionBooleanTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionCategoryMultiSelectType' => 'getFilterConditionCategoryMultiSelectTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionCategorySelectType' => 'getFilterConditionCategorySelectTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionMultiselectType' => 'getFilterConditionMultiselectTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionRangeType' => 'getFilterConditionRangeTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionSearchType' => 'getFilterConditionSearchTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionSelectType' => 'getFilterConditionSelectTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterPreConditionNestedType' => 'getFilterPreConditionNestedTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterUserConditionNestedType' => 'getFilterUserConditionNestedTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Getter\\BrickGetterFormType' => 'getBrickGetterFormTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Getter\\ClassificationStoreGetterFormType' => 'getClassificationStoreGetterFormTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Getter\\FieldCollectionGetterFormType' => 'getFieldCollectionGetterFormTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexChoiceType' => 'getIndexChoiceTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnChoiceType' => 'getIndexColumnChoiceTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnCollectionType' => 'getIndexColumnCollectionTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnGetterChoiceType' => 'getIndexColumnGetterChoiceTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnInterpreterChoiceType' => 'getIndexColumnInterpreterChoiceTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnType' => 'getIndexColumnTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexType' => 'getIndexTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexWorkerChoiceType' => 'getIndexWorkerChoiceTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\ExpressionInterpreterFormType' => 'getExpressionInterpreterFormTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\InterpreterCollectionType' => 'getInterpreterCollectionTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\InterpreterType' => 'getInterpreterTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\IteratorInterpreterType' => 'getIteratorInterpreterTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\NestedInterpreterType' => 'getNestedInterpreterTypeService',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\ObjectPropertyInterpreterFormType' => 'getObjectPropertyInterpreterFormTypeService',
'CoreShop\\Bundle\\InventoryBundle\\Validator\\Constraints\\InStockValidator' => 'getInStockValidatorService',
'CoreShop\\Bundle\\MenuBundle\\Controller\\MenuController' => 'getMenuControllerService',
'CoreShop\\Bundle\\MenuBundle\\EventListener\\PimcoreAdminListener' => 'getPimcoreAdminListenerService',
'CoreShop\\Bundle\\MenuBundle\\Guard\\PimcoreGuard' => 'getPimcoreGuardService',
'CoreShop\\Bundle\\MenuBundle\\Renderer\\JsonRenderer' => 'getJsonRendererService',
'CoreShop\\Bundle\\MessengerBundle\\Controller\\ListMessagesController' => 'getListMessagesControllerService',
'CoreShop\\Bundle\\MessengerBundle\\Controller\\MessageController' => 'getMessageControllerService',
'CoreShop\\Bundle\\MessengerBundle\\EventListener\\AdminJavascriptListener' => 'getAdminJavascriptListener2Service',
'CoreShop\\Bundle\\MoneyBundle\\Form\\Type\\MoneyType' => 'getMoneyTypeService',
'CoreShop\\Bundle\\NotificationBundle\\EventListener\\NotificationRuleEventListener' => 'getNotificationRuleEventListenerService',
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleActionChoiceType' => 'getNotificationRuleActionChoiceTypeService',
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleActionCollectionType' => 'getNotificationRuleActionCollectionTypeService',
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleActionType' => 'getNotificationRuleActionTypeService',
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleConditionChoiceType' => 'getNotificationRuleConditionChoiceTypeService',
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleConditionCollectionType' => 'getNotificationRuleConditionCollectionTypeService',
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleConditionType' => 'getNotificationRuleConditionTypeService',
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleType' => 'getNotificationRuleTypeService',
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleTypeChoiceType' => 'getNotificationRuleTypeChoiceTypeService',
'CoreShop\\Bundle\\NotificationBundle\\Processor\\EventedRuleProcessor' => 'getEventedRuleProcessorService',
'CoreShop\\Bundle\\OrderBundle\\Command\\CartExpireCommand' => 'getCartExpireCommandService',
'CoreShop\\Bundle\\OrderBundle\\Command\\OrderExpireCommand' => 'getOrderExpireCommandService',
'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderDocumentPrintController' => 'getOrderDocumentPrintControllerService',
'CoreShop\\Bundle\\OrderBundle\\EventListener\\Grid\\CartFilterListener' => 'getCartFilterListenerService',
'CoreShop\\Bundle\\OrderBundle\\Expiration\\CartExpiration' => 'getCartExpirationService',
'CoreShop\\Bundle\\OrderBundle\\Expiration\\OrderAndCartExpiration' => 'getOrderAndCartExpirationService',
'CoreShop\\Bundle\\OrderBundle\\Expiration\\OrderExpiration' => 'getOrderExpirationService',
'CoreShop\\Bundle\\OrderBundle\\Factory\\AddMultipleToCartFactory' => 'getAddMultipleToCartFactoryService',
'CoreShop\\Bundle\\OrderBundle\\Factory\\AddToCartFactory' => 'getAddToCartFactoryService',
'CoreShop\\Bundle\\OrderBundle\\Form\\DataMapper\\CartItemQuantityDataMapper' => 'getCartItemQuantityDataMapperService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartCreationCartItemType' => 'getCartCreationCartItemTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartCreationType' => 'getCartCreationTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleActionChoiceType' => 'getCartItemPriceRuleActionChoiceTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleActionCollectionType' => 'getCartItemPriceRuleActionCollectionTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleActionType' => 'getCartItemPriceRuleActionTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleConditionChoiceType' => 'getCartItemPriceRuleConditionChoiceTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleConditionCollectionType' => 'getCartItemPriceRuleConditionCollectionTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleConditionType' => 'getCartItemPriceRuleConditionTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemType' => 'getCartItemTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleActionChoiceType' => 'getCartPriceRuleActionChoiceTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleActionCollectionType' => 'getCartPriceRuleActionCollectionTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleActionType' => 'getCartPriceRuleActionTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleChoiceType' => 'getCartPriceRuleChoiceTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleConditionChoiceType' => 'getCartPriceRuleConditionChoiceTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleConditionCollectionType' => 'getCartPriceRuleConditionCollectionTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleConditionType' => 'getCartPriceRuleConditionTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleTranslationType' => 'getCartPriceRuleTranslationTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleType' => 'getCartPriceRuleTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartType' => 'getCartTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\OrderInvoiceCreationItemsType' => 'getOrderInvoiceCreationItemsTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\OrderInvoiceCreationType' => 'getOrderInvoiceCreationTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\OrderShipmentCreationItemsType' => 'getOrderShipmentCreationItemsTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\OrderShipmentCreationType' => 'getOrderShipmentCreationTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\QuantityType' => 'getQuantityTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\VoucherGeneratorType' => 'getVoucherGeneratorTypeService',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\VoucherType' => 'getVoucherTypeService',
'CoreShop\\Bundle\\OrderBundle\\Pimcore\\GridColumnConfig\\Operator\\Factory\\OrderStateFactory' => 'getOrderStateFactoryService',
'CoreShop\\Bundle\\OrderBundle\\Pimcore\\GridColumnConfig\\Operator\\Factory\\PriceFormatterFactory' => 'getPriceFormatterFactoryService',
'CoreShop\\Bundle\\OrderBundle\\Renderer\\AssetOrderDocumentPdfRenderer' => 'getAssetOrderDocumentPdfRendererService',
'CoreShop\\Bundle\\OrderBundle\\Renderer\\OrderDocumentPdfRenderer' => 'getOrderDocumentPdfRendererService',
'CoreShop\\Bundle\\OrderBundle\\Renderer\\Pdf\\WkHtmlToPdf' => 'getWkHtmlToPdfService',
'CoreShop\\Bundle\\OrderBundle\\StateResolver\\OrderInvoiceStateResolver' => 'getOrderInvoiceStateResolverService',
'CoreShop\\Bundle\\OrderBundle\\StateResolver\\OrderPaymentStateResolver' => 'getOrderPaymentStateResolverService',
'CoreShop\\Bundle\\OrderBundle\\StateResolver\\OrderShippingStateResolver' => 'getOrderShippingStateResolverService',
'CoreShop\\Bundle\\OrderBundle\\StateResolver\\OrderStateResolver' => 'getOrderStateResolverService',
'CoreShop\\Bundle\\OrderBundle\\Validator\\Constraints\\CartPriceRuleValidator' => 'getCartPriceRuleValidatorService',
'CoreShop\\Bundle\\OrderBundle\\Validator\\Constraints\\VoucherAmountValidator' => 'getVoucherAmountValidatorService',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderChoiceType' => 'getPaymentProviderChoiceTypeService',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleActionChoiceType' => 'getPaymentProviderRuleActionChoiceTypeService',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleActionCollectionType' => 'getPaymentProviderRuleActionCollectionTypeService',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleActionType' => 'getPaymentProviderRuleActionTypeService',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleChoiceType' => 'getPaymentProviderRuleChoiceTypeService',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleConditionChoiceType' => 'getPaymentProviderRuleConditionChoiceTypeService',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleConditionCollectionType' => 'getPaymentProviderRuleConditionCollectionTypeService',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleConditionType' => 'getPaymentProviderRuleConditionTypeService',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleGroupType' => 'getPaymentProviderRuleGroupTypeService',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleType' => 'getPaymentProviderRuleTypeService',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderTranslationType' => 'getPaymentProviderTranslationTypeService',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderType' => 'getPaymentProviderTypeService',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\Rule\\Action\\AdditionPercentActionConfigurationType' => 'getAdditionPercentActionConfigurationTypeService',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\Rule\\Action\\DiscountPercentActionConfigurationType' => 'getDiscountPercentActionConfigurationTypeService',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\Rule\\Common\\PaymentProviderRuleConfigurationType' => 'getPaymentProviderRuleConfigurationTypeService',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\Rule\\Condition\\AmountConfigurationType' => 'getAmountConfigurationTypeService',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\Rule\\Condition\\NestedConfigurationType' => 'getNestedConfigurationTypeService',
'CoreShop\\Bundle\\PayumBundle\\Action\\AuthorizePaymentAction' => 'getAuthorizePaymentActionService',
'CoreShop\\Bundle\\PayumBundle\\Action\\CapturePaymentAction' => 'getCapturePaymentActionService',
'CoreShop\\Bundle\\PayumBundle\\Action\\ConfirmOrderAction' => 'getConfirmOrderActionService',
'CoreShop\\Bundle\\PayumBundle\\Action\\ExecuteSameRequestWithPaymentDetailsAction' => 'getExecuteSameRequestWithPaymentDetailsActionService',
'CoreShop\\Bundle\\PayumBundle\\Action\\Offline\\ConfirmOrderAction' => 'getConfirmOrderAction2Service',
'CoreShop\\Bundle\\PayumBundle\\Action\\Offline\\ConvertPaymentAction' => 'getConvertPaymentActionService',
'CoreShop\\Bundle\\PayumBundle\\Action\\Offline\\ResolveNextRouteAction' => 'getResolveNextRouteActionService',
'CoreShop\\Bundle\\PayumBundle\\Action\\Offline\\StatusAction' => 'getStatusActionService',
'CoreShop\\Bundle\\PayumBundle\\Action\\Paypal\\ExpressCheckout\\ConvertPaymentAction' => 'getConvertPaymentAction2Service',
'CoreShop\\Bundle\\PayumBundle\\Action\\ResolveNextRouteAction' => 'getResolveNextRouteAction2Service',
'CoreShop\\Bundle\\PayumBundle\\CoreGatewayFactoryBuilder' => 'getCoreGatewayFactoryBuilderService',
'CoreShop\\Bundle\\PayumBundle\\Extension\\UpdateOrderStateExtension' => 'getUpdateOrderStateExtensionService',
'CoreShop\\Bundle\\PayumBundle\\Extension\\UpdatePaymentStateExtension' => 'getUpdatePaymentStateExtensionService',
'CoreShop\\Bundle\\PayumBundle\\Factory\\ConfirmOrderFactory' => 'getConfirmOrderFactoryService',
'CoreShop\\Bundle\\PayumBundle\\Factory\\GetStatusFactory' => 'getGetStatusFactoryService',
'CoreShop\\Bundle\\PayumBundle\\Factory\\ResolveNextRouteFactory' => 'getResolveNextRouteFactoryService',
'CoreShop\\Bundle\\PayumBundle\\Form\\Type\\PaypalGatewayConfigurationType' => 'getPaypalGatewayConfigurationTypeService',
'CoreShop\\Bundle\\PayumBundle\\Form\\Type\\SofortGatewayConfigurationType' => 'getSofortGatewayConfigurationTypeService',
'CoreShop\\Bundle\\PayumPaymentBundle\\Resolver\\EventBasedPaymentProviderResolver' => 'getEventBasedPaymentProviderResolverService',
'CoreShop\\Bundle\\PimcoreBundle\\Command\\AppMigrateCommand' => 'getAppMigrateCommandService',
'CoreShop\\Bundle\\PimcoreBundle\\Command\\AppMigrationGenerateCommand' => 'getAppMigrationGenerateCommandService',
'CoreShop\\Bundle\\PimcoreBundle\\Controller\\Admin\\DynamicDropdownController' => 'getDynamicDropdownControllerService',
'CoreShop\\Bundle\\PimcoreBundle\\Controller\\Admin\\GridController' => 'getGridControllerService',
'CoreShop\\Bundle\\PimcoreBundle\\EventListener\\AdminJavascriptListener' => 'getAdminJavascriptListener3Service',
'CoreShop\\Bundle\\PimcoreBundle\\EventListener\\Grid\\ObjectListFilterListener' => 'getObjectListFilterListenerService',
'CoreShop\\Bundle\\PimcoreBundle\\EventListener\\SluggableListener' => 'getSluggableListenerService',
'CoreShop\\Bundle\\PimcoreBundle\\Mail\\MailProcessor' => 'getMailProcessorService',
'CoreShop\\Bundle\\ProductBundle\\EventListener\\CategoryPersistEventListener' => 'getCategoryPersistEventListenerService',
'CoreShop\\Bundle\\ProductBundle\\EventListener\\ClearCachedPriceRulesListener' => 'getClearCachedPriceRulesListenerService',
'CoreShop\\Bundle\\ProductBundle\\EventListener\\ProductDeleteListener' => 'getProductDeleteListenerService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleActionChoiceType' => 'getProductPriceRuleActionChoiceTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleActionCollectionType' => 'getProductPriceRuleActionCollectionTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleActionType' => 'getProductPriceRuleActionTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleConditionChoiceType' => 'getProductPriceRuleConditionChoiceTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleConditionCollectionType' => 'getProductPriceRuleConditionCollectionTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleConditionType' => 'getProductPriceRuleConditionTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleTranslationType' => 'getProductPriceRuleTranslationTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleType' => 'getProductPriceRuleTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSelectionType' => 'getProductSelectionTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleActionChoiceType' => 'getProductSpecificPriceRuleActionChoiceTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleActionCollectionType' => 'getProductSpecificPriceRuleActionCollectionTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleActionType' => 'getProductSpecificPriceRuleActionTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleConditionChoiceType' => 'getProductSpecificPriceRuleConditionChoiceTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleConditionCollectionType' => 'getProductSpecificPriceRuleConditionCollectionTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleConditionType' => 'getProductSpecificPriceRuleConditionTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleTranslationType' => 'getProductSpecificPriceRuleTranslationTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleType' => 'getProductSpecificPriceRuleTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Action\\DiscountAmountConfigurationType' => 'getDiscountAmountConfigurationTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Action\\DiscountPercentConfigurationType' => 'getDiscountPercentConfigurationTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Action\\PriceConfigurationType' => 'getPriceConfigurationTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Condition\\ProductPriceNestedConfigurationType' => 'getProductPriceNestedConfigurationTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Condition\\ProductSpecificPriceNestedConfigurationType' => 'getProductSpecificPriceNestedConfigurationTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Condition\\TimespanConfigurationType' => 'getTimespanConfigurationTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitChoiceType' => 'getProductUnitChoiceTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitDefinitionPriceType' => 'getProductUnitDefinitionPriceTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitDefinitionSelectionType' => 'getProductUnitDefinitionSelectionTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitDefinitionType' => 'getProductUnitDefinitionTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitDefinitionsType' => 'getProductUnitDefinitionsTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitTranslationType' => 'getProductUnitTranslationTypeService',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitType' => 'getProductUnitTypeService',
'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityPriceRuleConditionChoiceType' => 'getProductQuantityPriceRuleConditionChoiceTypeService',
'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityPriceRuleConditionCollectionType' => 'getProductQuantityPriceRuleConditionCollectionTypeService',
'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityPriceRuleConditionType' => 'getProductQuantityPriceRuleConditionTypeService',
'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityPriceRuleType' => 'getProductQuantityPriceRuleTypeService',
'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityRangeType' => 'getProductQuantityRangeTypeService',
'CoreShop\\Bundle\\ResourceBundle\\Command\\CreateDatabaseTablesCommand' => 'getCreateDatabaseTablesCommandService',
'CoreShop\\Bundle\\ResourceBundle\\Command\\DropDatabaseTablesCommand' => 'getDropDatabaseTablesCommandService',
'CoreShop\\Bundle\\ResourceBundle\\Command\\InstallResourcesCommand' => 'getInstallResourcesCommandService',
'CoreShop\\Bundle\\ResourceBundle\\Controller\\EventDispatcherInterface' => 'getEventDispatcherInterfaceService',
'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceFormFactory' => 'getResourceFormFactoryService',
'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceSettingsController' => 'getResourceSettingsControllerService',
'CoreShop\\Bundle\\ResourceBundle\\Controller\\ViewHandlerInterface' => 'getViewHandlerInterfaceService',
'CoreShop\\Bundle\\ResourceBundle\\EventListener\\DeepCopySubscriber' => 'getDeepCopySubscriberService',
'CoreShop\\Bundle\\ResourceBundle\\EventListener\\ORMMappedSuperClassSubscriber' => 'getORMMappedSuperClassSubscriberService',
'CoreShop\\Bundle\\ResourceBundle\\EventListener\\ORMRepositoryClassSubscriber' => 'getORMRepositoryClassSubscriberService',
'CoreShop\\Bundle\\ResourceBundle\\EventListener\\ORMTranslatableListener' => 'getORMTranslatableListenerService',
'CoreShop\\Bundle\\ResourceBundle\\Form\\DataTransformer\\PimcoreAssetDataTransformer' => 'getPimcoreAssetDataTransformerService',
'CoreShop\\Bundle\\ResourceBundle\\Form\\Helper\\ErrorSerializer' => 'getErrorSerializerService',
'CoreShop\\Bundle\\ResourceBundle\\Form\\Type\\PimcoreAssetChoiceType' => 'getPimcoreAssetChoiceTypeService',
'CoreShop\\Bundle\\ResourceBundle\\Form\\Type\\PimcoreClassChoiceType' => 'getPimcoreClassChoiceTypeService',
'CoreShop\\Bundle\\ResourceBundle\\Form\\Type\\ResourceTranslationsType' => 'getResourceTranslationsTypeService',
'CoreShop\\Bundle\\ResourceBundle\\Installer\\CompositeResourceInstaller' => 'getCompositeResourceInstallerService',
'CoreShop\\Bundle\\ResourceBundle\\Installer\\PimcoreClassInstaller' => 'getPimcoreClassInstallerService',
'CoreShop\\Bundle\\ResourceBundle\\Installer\\PimcoreDependantBundleInstaller' => 'getPimcoreDependantBundleInstallerService',
'CoreShop\\Bundle\\ResourceBundle\\Installer\\PimcoreDocumentsInstaller' => 'getPimcoreDocumentsInstallerService',
'CoreShop\\Bundle\\ResourceBundle\\Installer\\PimcoreGridConfigInstaller' => 'getPimcoreGridConfigInstallerService',
'CoreShop\\Bundle\\ResourceBundle\\Installer\\PimcoreImageThumbnailsInstaller' => 'getPimcoreImageThumbnailsInstallerService',
'CoreShop\\Bundle\\ResourceBundle\\Installer\\PimcorePermissionInstaller' => 'getPimcorePermissionInstallerService',
'CoreShop\\Bundle\\ResourceBundle\\Installer\\PimcoreRoutesInstaller' => 'getPimcoreRoutesInstallerService',
'CoreShop\\Bundle\\ResourceBundle\\Installer\\SqlInstaller' => 'getSqlInstallerService',
'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager' => 'getObjectManagerService',
'CoreShop\\Bundle\\ResourceBundle\\Serialization\\CarbonHandler' => 'getCarbonHandlerService',
'CoreShop\\Bundle\\ResourceBundle\\Serialization\\Driver\\PimcoreDataObjectDriver' => 'getPimcoreDataObjectDriverService',
'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreAssetHandler' => 'getPimcoreAssetHandlerService',
'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreDocumentHandler' => 'getPimcoreDocumentHandlerService',
'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreObjectHandler' => 'getPimcoreObjectHandlerService',
'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreSiteHandler' => 'getPimcoreSiteHandlerService',
'CoreShop\\Bundle\\ResourceBundle\\Serialization\\RelationsHandler' => 'getRelationsHandlerService',
'CoreShop\\Bundle\\ResourceBundle\\Serialization\\VersionObjectConstructor' => 'getVersionObjectConstructorService',
'CoreShop\\Bundle\\ResourceBundle\\Slug\\ResourceConfigurationSlugGenerator' => 'getResourceConfigurationSlugGeneratorService',
'CoreShop\\Bundle\\ResourceBundle\\Validator\\Constraints\\UniqueEntityValidator' => 'getUniqueEntityValidatorService',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\CarrierChoiceType' => 'getCarrierChoiceType2Service',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\CarrierTranslationType' => 'getCarrierTranslationTypeService',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\CarrierType' => 'getCarrierType2Service',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Action\\AdditionPercentActionConfigurationType' => 'getAdditionPercentActionConfigurationType2Service',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Action\\DiscountPercentActionConfigurationType' => 'getDiscountPercentActionConfigurationType2Service',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Common\\ShippingRuleConfigurationType' => 'getShippingRuleConfigurationTypeService',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Condition\\AmountConfigurationType' => 'getAmountConfigurationType2Service',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Condition\\DimensionConfigurationType' => 'getDimensionConfigurationTypeService',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Condition\\NestedConfigurationType' => 'getNestedConfigurationType2Service',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Condition\\PostcodeConfigurationType' => 'getPostcodeConfigurationTypeService',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Condition\\WeightConfigurationType' => 'getWeightConfigurationTypeService',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleActionChoiceType' => 'getShippingRuleActionChoiceTypeService',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleActionCollectionType' => 'getShippingRuleActionCollectionTypeService',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleActionType' => 'getShippingRuleActionTypeService',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleChoiceType' => 'getShippingRuleChoiceTypeService',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleConditionChoiceType' => 'getShippingRuleConditionChoiceTypeService',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleConditionCollectionType' => 'getShippingRuleConditionCollectionTypeService',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleConditionType' => 'getShippingRuleConditionTypeService',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleGroupCollectionType' => 'getShippingRuleGroupCollectionTypeService',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleGroupType' => 'getShippingRuleGroupTypeService',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleType' => 'getShippingRuleTypeService',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingTaxCalculationStrategyChoiceType' => 'getShippingTaxCalculationStrategyChoiceTypeService',
'CoreShop\\Bundle\\StoreBundle\\CoreExtension\\StoreOptionProvider' => 'getStoreOptionProviderService',
'CoreShop\\Bundle\\StoreBundle\\Form\\Type\\StoreChoiceType' => 'getStoreChoiceTypeService',
'CoreShop\\Bundle\\StoreBundle\\Form\\Type\\StoreType' => 'getStoreTypeService',
'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateChoiceType' => 'getTaxRateChoiceTypeService',
'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateTranslationType' => 'getTaxRateTranslationTypeService',
'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateType' => 'getTaxRateTypeService',
'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRuleGroupChoiceType' => 'getTaxRuleGroupChoiceTypeService',
'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRuleGroupType' => 'getTaxRuleGroupTypeService',
'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRuleType' => 'getTaxRuleTypeService',
'CoreShop\\Bundle\\ThemeBundle\\EventListener\\DocumentRenderListener' => 'getDocumentRenderListenerService',
'CoreShop\\Bundle\\ThemeBundle\\Service\\ThemeHelper' => 'getThemeHelperService',
'CoreShop\\Bundle\\TrackingBundle\\Resolver\\ConfigResolver' => 'getConfigResolverService',
'CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\AnalyticsEnhancedEcommerce' => 'getAnalyticsEnhancedEcommerceService',
'CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\GA4Ecommerce' => 'getGA4EcommerceService',
'CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\GA4TagManagerEcommerce' => 'getGA4TagManagerEcommerceService',
'CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\GlobalSiteTagEnhancedEcommerce' => 'getGlobalSiteTagEnhancedEcommerceService',
'CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\TagManager\\TagManagerClassicEcommerce' => 'getTagManagerClassicEcommerceService',
'CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\TagManager\\TagManagerEnhancedEcommerce' => 'getTagManagerEnhancedEcommerceService',
'CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\UniversalEcommerce' => 'getUniversalEcommerceService',
'CoreShop\\Bundle\\UserBundle\\Form\\Type\\ChangePasswordType' => 'getChangePasswordType2Service',
'CoreShop\\Bundle\\UserBundle\\Form\\Type\\RequestResetPasswordType' => 'getRequestResetPasswordTypeService',
'CoreShop\\Bundle\\UserBundle\\Form\\Type\\ResetPasswordType' => 'getResetPasswordTypeService',
'CoreShop\\Bundle\\VariantBundle\\EventListener\\AttributeListener' => 'getAttributeListenerService',
'CoreShop\\Bundle\\VariantBundle\\EventListener\\MainVariantListener' => 'getMainVariantListenerService',
'CoreShop\\Bundle\\VariantBundle\\EventListener\\ProductListener' => 'getProductListenerService',
'CoreShop\\Bundle\\VariantBundle\\Pimcore\\VariantLinkGenerator' => 'getVariantLinkGeneratorService',
'CoreShop\\Bundle\\VariantBundle\\Validator\\Constraints\\ValidAttributesTypeValidator' => 'getValidAttributesTypeValidatorService',
'CoreShop\\Bundle\\VariantBundle\\Validator\\Constraints\\ValidAttributesValidator' => 'getValidAttributesValidatorService',
'CoreShop\\Bundle\\WishlistBundle\\Command\\WishlistExpireCommand' => 'getWishlistExpireCommandService',
'CoreShop\\Bundle\\WishlistBundle\\Form\\Type\\AddToWishlistType' => 'getAddToWishlistTypeService',
'CoreShop\\Bundle\\WishlistBundle\\Form\\Type\\WishlistItemType' => 'getWishlistItemTypeService',
'CoreShop\\Bundle\\WishlistBundle\\Form\\Type\\WishlistType' => 'getWishlistTypeService',
'CoreShop\\Bundle\\WorkflowBundle\\Applier\\StateMachineApplier' => 'getStateMachineApplierService',
'CoreShop\\Bundle\\WorkflowBundle\\Callback\\CascadeTransition' => 'getCascadeTransitionService',
'CoreShop\\Bundle\\WorkflowBundle\\EventListener\\WorkflowListener' => 'getWorkflowListenerService',
'CoreShop\\Bundle\\WorkflowBundle\\History\\HistoryLogger' => 'getHistoryLoggerService',
'CoreShop\\Bundle\\WorkflowBundle\\History\\StateHistoryLogger' => 'getStateHistoryLoggerService',
'CoreShop\\Component\\Core\\Customer\\Address\\AddressAccessOptionsProvider' => 'getAddressAccessOptionsProviderService',
'CoreShop\\Component\\Core\\Customer\\Address\\AddressAssignmentManager' => 'getAddressAssignmentManager2Service',
'CoreShop\\Component\\Core\\Customer\\Address\\AddressAssignmentManagerInterface' => 'getAddressAssignmentManagerInterfaceService',
'CoreShop\\Component\\Core\\Customer\\CustomerTransformHelperInterface' => 'getCustomerTransformHelperInterfaceService',
'CoreShop\\Component\\Core\\Inventory\\Operator\\OrderInventoryOperator' => 'getOrderInventoryOperatorService',
'CoreShop\\Component\\Core\\Order\\Committer\\OrderCommitter' => 'getOrderCommitterService',
'CoreShop\\Component\\Core\\Order\\Committer\\QuoteCommitter' => 'getQuoteCommitterService',
'CoreShop\\Component\\Core\\Order\\Modifier\\CartItemQuantityModifier' => 'getCartItemQuantityModifierService',
'CoreShop\\Component\\Core\\Order\\Transformer\\OrderItemToShipmentItemTransformer' => 'getOrderItemToShipmentItemTransformerService',
'CoreShop\\Component\\Core\\Order\\Transformer\\OrderToShipmentTransformer' => 'getOrderToShipmentTransformerService',
'CoreShop\\Component\\Core\\Payment\\Resolver\\StoreBasedPaymentProviderResolver' => 'getStoreBasedPaymentProviderResolverService',
'CoreShop\\Component\\Core\\Product\\Cloner\\ProductQuantityPriceRulesCloner' => 'getProductQuantityPriceRulesClonerService',
'CoreShop\\Component\\Core\\Product\\Cloner\\ProductUnitDefinitionsCloner' => 'getProductUnitDefinitionsClonerService',
'CoreShop\\Component\\Core\\Product\\Cloner\\UnitMatcher' => 'getUnitMatcherService',
'CoreShop\\Component\\Core\\Tracking\\Extractor\\OrderExtractor' => 'getOrderExtractorService',
'CoreShop\\Component\\Index\\Extension\\DecimalIndexColumnTypeConfigExtension' => 'getDecimalIndexColumnTypeConfigExtensionService',
'CoreShop\\Component\\Index\\Filter\\BooleanFilterConditionProcessor' => 'getBooleanFilterConditionProcessorService',
'CoreShop\\Component\\Index\\Filter\\CategoryMultiSelectConditionProcessor' => 'getCategoryMultiSelectConditionProcessorService',
'CoreShop\\Component\\Index\\Filter\\CategorySelectConditionProcessor' => 'getCategorySelectConditionProcessorService',
'CoreShop\\Component\\Index\\Filter\\FilterProcessor' => 'getFilterProcessorService',
'CoreShop\\Component\\Index\\Filter\\MultiselectFilterConditionFromMultiselectProcessor' => 'getMultiselectFilterConditionFromMultiselectProcessorService',
'CoreShop\\Component\\Index\\Filter\\MultiselectFilterConditionProcessor' => 'getMultiselectFilterConditionProcessorService',
'CoreShop\\Component\\Index\\Filter\\RangeFilterConditionProcessor' => 'getRangeFilterConditionProcessorService',
'CoreShop\\Component\\Index\\Filter\\RelationalMultiselectConditionProcessor' => 'getRelationalMultiselectConditionProcessorService',
'CoreShop\\Component\\Index\\Filter\\RelationalSelectConditionProcessor' => 'getRelationalSelectConditionProcessorService',
'CoreShop\\Component\\Index\\Filter\\SearchConditionProcessor' => 'getSearchConditionProcessorService',
'CoreShop\\Component\\Index\\Filter\\SelectFilterConditionFromMultiselectProcessor' => 'getSelectFilterConditionFromMultiselectProcessorService',
'CoreShop\\Component\\Index\\Filter\\SelectFilterConditionProcessor' => 'getSelectFilterConditionProcessorService',
'CoreShop\\Component\\Index\\Getter\\BrickGetter' => 'getBrickGetterService',
'CoreShop\\Component\\Index\\Getter\\ClassificationStoreGetter' => 'getClassificationStoreGetterService',
'CoreShop\\Component\\Index\\Getter\\FieldCollectionGetter' => 'getFieldCollectionGetterService',
'CoreShop\\Component\\Index\\Getter\\LocalizedFieldGetter' => 'getLocalizedFieldGetterService',
'CoreShop\\Component\\Index\\Interpreter\\ExpressionInterpreter' => 'getExpressionInterpreterService',
'CoreShop\\Component\\Index\\Interpreter\\IteratorInterpreter' => 'getIteratorInterpreterService',
'CoreShop\\Component\\Index\\Interpreter\\LocaleMappingInterpreter' => 'getLocaleMappingInterpreterService',
'CoreShop\\Component\\Index\\Interpreter\\LocalizedNestedInterpreter' => 'getLocalizedNestedInterpreterService',
'CoreShop\\Component\\Index\\Interpreter\\NestedInterpreter' => 'getNestedInterpreterService',
'CoreShop\\Component\\Index\\Interpreter\\ObjectIdInterpreter' => 'getObjectIdInterpreterService',
'CoreShop\\Component\\Index\\Interpreter\\ObjectIdSumInterpreter' => 'getObjectIdSumInterpreterService',
'CoreShop\\Component\\Index\\Interpreter\\ObjectInterpreter' => 'getObjectInterpreterService',
'CoreShop\\Component\\Index\\Interpreter\\ObjectPropertyInterpreter' => 'getObjectPropertyInterpreterService',
'CoreShop\\Component\\Index\\Interpreter\\QuantityValueInterpreter' => 'getQuantityValueInterpreterService',
'CoreShop\\Component\\Index\\Interpreter\\RelationalNestedInterpreter' => 'getRelationalNestedInterpreterService',
'CoreShop\\Component\\Index\\Interpreter\\SoundexInterpreter' => 'getSoundexInterpreterService',
'CoreShop\\Component\\Index\\Interpreter\\TimestampInterpreter' => 'getTimestampInterpreterService',
'CoreShop\\Component\\Index\\Service\\IndexUpdaterService' => 'getIndexUpdaterServiceService',
'CoreShop\\Component\\Index\\Worker\\FilterGroupHelper' => 'getFilterGroupHelperService',
'CoreShop\\Component\\Notification\\Processor\\RuleApplier' => 'getRuleApplierService',
'CoreShop\\Component\\Notification\\Processor\\RulesProcessor' => 'getRulesProcessorService',
'CoreShop\\Component\\Order\\Cart\\CartItemResolver' => 'getCartItemResolverService',
'CoreShop\\Component\\Order\\Cart\\CartModifier' => 'getCartModifierService',
'CoreShop\\Component\\Order\\Distributor\\FloatDistributor' => 'getFloatDistributorService',
'CoreShop\\Component\\Order\\Distributor\\IntegerDistributor' => 'getIntegerDistributorService',
'CoreShop\\Component\\Order\\Generator\\CartPriceRuleVoucherCodeGenerator' => 'getCartPriceRuleVoucherCodeGeneratorService',
'CoreShop\\Component\\Order\\Generator\\CodeGeneratorChecker' => 'getCodeGeneratorCheckerService',
'CoreShop\\Component\\Order\\Generator\\CodeGeneratorLetterResolver' => 'getCodeGeneratorLetterResolverService',
'CoreShop\\Component\\Order\\Modifier\\VoucherModifier' => 'getVoucherModifierService',
'CoreShop\\Component\\Order\\Payment\\OrderPaymentProvider' => 'getOrderPaymentProviderService',
'CoreShop\\Component\\Order\\Transformer\\OrderItemToInvoiceItemTransformer' => 'getOrderItemToInvoiceItemTransformerService',
'CoreShop\\Component\\Payment\\Processor\\PaymentProviderRuleActionProcessor' => 'getPaymentProviderRuleActionProcessor2Service',
'CoreShop\\Component\\Payment\\Resolver\\PaymentProviderResolver' => 'getPaymentProviderResolverService',
'CoreShop\\Component\\Payment\\Resolver\\RuleBasedPaymentProviderResolver' => 'getRuleBasedPaymentProviderResolverService',
'CoreShop\\Component\\Payment\\Validator\\PaymentProviderRuleValidator' => 'getPaymentProviderRuleValidatorService',
'CoreShop\\Component\\Payment\\Validator\\PaymentProviderValidator' => 'getPaymentProviderValidatorService',
'CoreShop\\Component\\Pimcore\\DataObject\\ClassInstaller' => 'getClassInstallerService',
'CoreShop\\Component\\Pimcore\\DataObject\\GridConfigInstaller' => 'getGridConfigInstallerService',
'CoreShop\\Component\\Pimcore\\DataObject\\NoteService' => 'getNoteServiceService',
'CoreShop\\Component\\Pimcore\\DataObject\\ObjectCloner' => 'getObjectClonerService',
'CoreShop\\Component\\Pimcore\\ExpressionLanguage\\PHPFunctionsProvider' => 'getPHPFunctionsProviderService',
'CoreShop\\Component\\Pimcore\\ExpressionLanguage\\PimcoreLanguageProvider' => 'getPimcoreLanguageProviderService',
'CoreShop\\Component\\Pimcore\\ResourceLoader' => 'getResourceLoaderService',
'CoreShop\\Component\\Pimcore\\Slug\\DataObjectSiteSlugGenerator' => 'getDataObjectSiteSlugGeneratorService',
'CoreShop\\Component\\Pimcore\\Slug\\DataObjectSlugGenerator' => 'getDataObjectSlugGeneratorService',
'CoreShop\\Component\\Pimcore\\Slug\\SluggableSlugger' => 'getSluggableSluggerService',
'CoreShop\\Component\\Resource\\Pimcore\\ResourceSlugLinkGenerator' => 'getResourceSlugLinkGeneratorService',
'CoreShop\\Component\\Resource\\Translation\\TranslatableEntityLocaleAssigner' => 'getTranslatableEntityLocaleAssignerService',
'CoreShop\\Component\\SEO\\SEOPresentation' => 'getSEOPresentationService',
'CoreShop\\Component\\Sequence\\Generator\\SequenceGenerator' => 'getSequenceGeneratorService',
'CoreShop\\Component\\Shipping\\Calculator\\CompositePriceCalculator' => 'getCompositePriceCalculatorService',
'CoreShop\\Component\\Shipping\\Processor\\ShippingRuleActionProcessor' => 'getShippingRuleActionProcessor2Service',
'CoreShop\\Component\\StorageList\\Factory\\AddToStorageListFactory' => 'getAddToStorageListFactoryService',
'CoreShop\\Component\\StorageList\\Manager\\StorageListPimcoreModelManager' => 'getStorageListPimcoreModelManagerService',
'CoreShop\\Component\\StorageList\\SimpleStorageListModifier' => 'getSimpleStorageListModifierService',
'CoreShop\\Component\\StorageList\\StorageListItemQuantityModifier' => 'getStorageListItemQuantityModifierService',
'CoreShop\\Component\\StorageList\\StorageListItemResolver' => 'getStorageListItemResolverService',
'CoreShop\\Component\\StorageList\\StorageListsManager' => 'getStorageListsManagerService',
'CoreShop\\Component\\Tracking\\Tracker\\CompositeTracker' => 'getCompositeTrackerService',
'CoreShop\\Component\\Wishlist\\Wishlist\\WishlistModifier' => 'getWishlistModifierService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'GuzzleHttp\\Client' => 'getClientService',
'HWI\\Bundle\\OAuthBundle\\Controller\\ConnectController' => 'getConnectControllerService',
'HWI\\Bundle\\OAuthBundle\\Controller\\LoginController' => 'getLoginControllerService',
'HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController' => 'getRedirectToServiceControllerService',
'Knp\\Component\\Pager\\PaginatorInterface' => 'getPaginatorInterfaceService',
'Payum\\Bundle\\PayumBundle\\Controller\\AuthorizeController' => 'getAuthorizeControllerService',
'Payum\\Bundle\\PayumBundle\\Controller\\CancelController' => 'getCancelControllerService',
'Payum\\Bundle\\PayumBundle\\Controller\\CaptureController' => 'getCaptureControllerService',
'Payum\\Bundle\\PayumBundle\\Controller\\NotifyController' => 'getNotifyControllerService',
'Payum\\Bundle\\PayumBundle\\Controller\\PayoutController' => 'getPayoutControllerService',
'Payum\\Bundle\\PayumBundle\\Controller\\RefundController' => 'getRefundControllerService',
'Payum\\Bundle\\PayumBundle\\Controller\\SyncController' => 'getSyncControllerService',
'Pimcore\\Admin\\Serializer' => 'getSerializer2Service',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetController' => 'getAssetControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetHelperController' => 'getAssetHelperControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassController' => 'getClassControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassificationstoreController' => 'getClassificationstoreControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectController' => 'getDataObjectControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectHelperController' => 'getDataObjectHelperController2Service',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\QuantityValueController' => 'getQuantityValueControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\VariantsController' => 'getVariantsControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\DocumentController' => 'getDocumentControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\EmailController' => 'getEmailControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\FolderController' => 'getFolderControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\HardlinkController' => 'getHardlinkControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\LinkController' => 'getLinkControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\NewsletterController' => 'getNewsletterControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PageController' => 'getPageControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintcontainerController' => 'getPrintcontainerControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintpageController' => 'getPrintpageControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\RenderletController' => 'getRenderletControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\SnippetController' => 'getSnippetControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\ElementController' => 'getElementControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\EmailController' => 'getEmailController2Service',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\AdminerController' => 'getAdminerControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\OpcacheController' => 'getOpcacheControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\IndexController' => 'getIndexController2Service',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\InstallController' => 'getInstallControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LogController' => 'getLogControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LoginController' => 'getLoginController2Service',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\MiscController' => 'getMiscControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\NotificationController' => 'getNotificationController2Service',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\PortalController' => 'getPortalControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RecyclebinController' => 'getRecyclebinControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RedirectsController' => 'getRedirectsControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\SettingsController' => 'getSettingsController2Service',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TagsController' => 'getTagsControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TargetingController' => 'getTargetingControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TranslationController' => 'getTranslationControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\UserController' => 'getUserControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\WorkflowController' => 'getWorkflowControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\ExtensionManager\\ExtensionManagerController' => 'getExtensionManagerControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AdminController' => 'getAdminControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AssetController' => 'getAssetController2Service',
'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\DataObjectController' => 'getDataObjectController2Service',
'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\PimcoreUsersController' => 'getPimcoreUsersControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\SentMailController' => 'getSentMailControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\AnalyticsController' => 'getAnalyticsControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\CustomReportController' => 'getCustomReportControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\SettingsController' => 'getSettingsController3Service',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Searchadmin\\SearchController' => 'getSearchController3Service',
'Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver' => 'getTokenStorageUserResolver2Service',
'Pimcore\\Bundle\\AdminBundle\\Session\\Handler\\AdminSessionHandler' => 'getAdminSessionHandlerService',
'Pimcore\\Bundle\\CoreBundle\\Controller\\PublicServicesController' => 'getPublicServicesControllerService',
'Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener' => 'getWorkflowManagementListenerService',
'Pimcore\\Cache\\Symfony\\CacheClearer' => 'getCacheClearer2Service',
'Pimcore\\Controller\\Config\\ControllerDataProvider' => 'getControllerDataProviderService',
'Pimcore\\DataObject\\BlockDataMarshaller\\Consent' => 'getConsentService',
'Pimcore\\DataObject\\BlockDataMarshaller\\Date' => 'getDateService',
'Pimcore\\DataObject\\BlockDataMarshaller\\ExternalImage' => 'getExternalImageService',
'Pimcore\\DataObject\\BlockDataMarshaller\\Geobounds' => 'getGeoboundsService',
'Pimcore\\DataObject\\BlockDataMarshaller\\Geopoint' => 'getGeopointService',
'Pimcore\\DataObject\\BlockDataMarshaller\\Geopolygon' => 'getGeopolygonService',
'Pimcore\\DataObject\\BlockDataMarshaller\\Localizedfields' => 'getLocalizedfieldsService',
'Pimcore\\DataObject\\BlockDataMarshaller\\RgbaColor' => 'getRgbaColorService',
'Pimcore\\DataObject\\BlockDataMarshaller\\StructuredTable' => 'getStructuredTableService',
'Pimcore\\DataObject\\ClassBuilder\\FieldDefinitionDocBlockBuilderInterface' => 'getFieldDefinitionDocBlockBuilderInterfaceService',
'Pimcore\\DataObject\\ClassBuilder\\PHPClassDumperInterface' => 'getPHPClassDumperInterfaceService',
'Pimcore\\DataObject\\ClassBuilder\\PHPFieldCollectionClassDumperInterface' => 'getPHPFieldCollectionClassDumperInterfaceService',
'Pimcore\\DataObject\\ClassBuilder\\PHPObjectBrickClassDumperInterface' => 'getPHPObjectBrickClassDumperInterfaceService',
'Pimcore\\DataObject\\ClassBuilder\\PHPObjectBrickContainerClassDumperInterface' => 'getPHPObjectBrickContainerClassDumperInterfaceService',
'Pimcore\\DataObject\\Consent\\Service' => 'getService2Service',
'Pimcore\\DataObject\\FielddefinitionMarshaller\\BlockDataMarshaller\\EncryptedField' => 'getEncryptedFieldService',
'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\BooleanSelect' => 'getBooleanSelectService',
'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\EncryptedField' => 'getEncryptedField2Service',
'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\Multiselect' => 'getMultiselectService',
'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\QuantityValue' => 'getQuantityValueService',
'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\RgbaColor' => 'getRgbaColor2Service',
'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\Table' => 'getTableService',
'Pimcore\\DataObject\\GridColumnConfig\\Service' => 'getService3Service',
'Pimcore\\Document\\Editable\\EditableHandler' => 'getEditableHandlerService',
'Pimcore\\Document\\Editable\\EditableUsageResolver' => 'getEditableUsageResolverService',
'Pimcore\\Element\\MarshallerService' => 'getMarshallerServiceService',
'Pimcore\\Extension\\Document\\Areabrick\\AreabrickManagerInterface' => 'getAreabrickManagerInterfaceService',
'Pimcore\\Helper\\LongRunningHelper' => 'getLongRunningHelperService',
'Pimcore\\Http\\ClientFactory' => 'getClientFactoryService',
'Pimcore\\Http\\Request\\Resolver\\TemplateResolver' => 'getTemplateResolverService',
'Pimcore\\Image\\Adapter\\GD' => 'getGDService',
'Pimcore\\Image\\Adapter\\Imagick' => 'getImagickService',
'Pimcore\\Image\\Optimizer' => 'getOptimizerService',
'Pimcore\\Localization\\IntlFormatter' => 'getIntlFormatterService',
'Pimcore\\Log\\ApplicationLogger' => 'getApplicationLoggerService',
'Pimcore\\Log\\Handler\\ApplicationLoggerDb' => 'getApplicationLoggerDbService',
'Pimcore\\Mail\\Mailer' => 'getMailerService',
'Pimcore\\Migrations\\FilteredMigrationsRepository' => 'getFilteredMigrationsRepositoryService',
'Pimcore\\Migrations\\FilteredTableMetadataStorage' => 'getFilteredTableMetadataStorageService',
'Pimcore\\Model\\DataObject\\ClassDefinition\\ClassDefinitionManager' => 'getClassDefinitionManagerService',
'Pimcore\\Model\\DataObject\\ClassDefinition\\ClassLayoutDefinitionManager' => 'getClassLayoutDefinitionManagerService',
'Pimcore\\Model\\DataObject\\ClassDefinition\\DynamicOptionsProvider\\CountryOptionsProvider' => 'getCountryOptionsProviderService',
'Pimcore\\Model\\DataObject\\QuantityValue\\QuantityValueConverterInterface' => 'getQuantityValueConverterInterfaceService',
'Pimcore\\Model\\DataObject\\QuantityValue\\UnitConversionService' => 'getUnitConversionServiceService',
'Pimcore\\Model\\Notification\\Service\\NotificationService' => 'getNotificationServiceService',
'Pimcore\\Model\\Version\\Adapter\\VersionStorageAdapterInterface' => 'getVersionStorageAdapterInterfaceService',
'Pimcore\\Serializer\\Serializer' => 'getSerializer3Service',
'Pimcore\\Tool\\AssetsInstaller' => 'getAssetsInstallerService',
'Pimcore\\Tool\\Storage' => 'getStorageService',
'Pimcore\\Workflow\\Dumper\\GraphvizDumper' => 'getGraphvizDumperService',
'Pimcore\\Workflow\\Dumper\\StateMachineGraphvizDumper' => 'getStateMachineGraphvizDumperService',
'Pimcore\\Workflow\\ExpressionService' => 'getExpressionServiceService',
'Pimcore\\Workflow\\Manager' => 'getManagerService',
'Pimcore\\Workflow\\Notification\\NotificationEmailService' => 'getNotificationEmailServiceService',
'Pimcore\\Workflow\\Place\\StatusInfo' => 'getStatusInfoService',
'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
'SebastianBergmann\\Diff\\Differ' => 'getDifferService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'app.security.user_provider.oauth' => 'getApp_Security_UserProvider_OauthService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache_warmer' => 'getCacheWarmerService',
'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService',
'console.command.public_alias.App\\Command\\AbandonedCartsCommand' => 'getAbandonedCartsCommandService',
'console.command.public_alias.App\\Command\\AccessLevelCheckCommand' => 'getAccessLevelCheckCommandService',
'console.command.public_alias.App\\Command\\ChangeRegisteredWatchWarranty' => 'getChangeRegisteredWatchWarrantyService',
'console.command.public_alias.App\\Command\\CheckNewsletterCommand' => 'getCheckNewsletterCommandService',
'console.command.public_alias.App\\Command\\CleanUnusedAddressesCommand' => 'getCleanUnusedAddressesCommandService',
'console.command.public_alias.App\\Command\\CustomerRegisterSourceCommand' => 'getCustomerRegisterSourceCommandService',
'console.command.public_alias.App\\Command\\DBCleanCommand' => 'getDBCleanCommandService',
'console.command.public_alias.App\\Command\\DatabaseCleanCommand' => 'getDatabaseCleanCommandService',
'console.command.public_alias.App\\Command\\DeleteDeviceinfoCommand' => 'getDeleteDeviceinfoCommandService',
'console.command.public_alias.App\\Command\\DevelCommand' => 'getDevelCommandService',
'console.command.public_alias.App\\Command\\DuplicatedWatchesCommand' => 'getDuplicatedWatchesCommandService',
'console.command.public_alias.App\\Command\\ExportInstructionCommand' => 'getExportInstructionCommandService',
'console.command.public_alias.App\\Command\\FixPushTopicSubscribersCommand' => 'getFixPushTopicSubscribersCommandService',
'console.command.public_alias.App\\Command\\FixRegWatchRelationToRepairCommand' => 'getFixRegWatchRelationToRepairCommandService',
'console.command.public_alias.App\\Command\\FixRegisterSourceCommand' => 'getFixRegisterSourceCommandService',
'console.command.public_alias.App\\Command\\GatherIncorrectRegisteredWatchesCommand' => 'getGatherIncorrectRegisteredWatchesCommandService',
'console.command.public_alias.App\\Command\\GatherMissingRegisteredWatchesCommand' => 'getGatherMissingRegisteredWatchesCommandService',
'console.command.public_alias.App\\Command\\InactiveUsersCommand' => 'getInactiveUsersCommandService',
'console.command.public_alias.App\\Command\\InvalidAddressesCommand' => 'getInvalidAddressesCommandService',
'console.command.public_alias.App\\Command\\MaileonCheckCommand' => 'getMaileonCheckCommandService',
'console.command.public_alias.App\\Command\\MaileonTest' => 'getMaileonTestService',
'console.command.public_alias.App\\Command\\MaileonUpdateCommand' => 'getMaileonUpdateCommandService',
'console.command.public_alias.App\\Command\\MigrateWishlistCommand' => 'getMigrateWishlistCommandService',
'console.command.public_alias.App\\Command\\NewsHighlightedCommand' => 'getNewsHighlightedCommandService',
'console.command.public_alias.App\\Command\\NewsImportCommand' => 'getNewsImportCommandService',
'console.command.public_alias.App\\Command\\PushMessageTestCommand' => 'getPushMessageTestCommandService',
'console.command.public_alias.App\\Command\\PushMessageTopicCommand' => 'getPushMessageTopicCommandService',
'console.command.public_alias.App\\Command\\QuestionImportCommand' => 'getQuestionImportCommandService',
'console.command.public_alias.App\\Command\\RegisteredWatchesDuplicateCheckerCommand' => 'getRegisteredWatchesDuplicateCheckerCommandService',
'console.command.public_alias.App\\Command\\RegisteredWatchesFixCommand' => 'getRegisteredWatchesFixCommandService',
'console.command.public_alias.App\\Command\\RegisteredWatchesWarrantyCommand' => 'getRegisteredWatchesWarrantyCommandService',
'console.command.public_alias.App\\Command\\ReindexCommand' => 'getReindexCommandService',
'console.command.public_alias.App\\Command\\RenameWarrantyCommand' => 'getRenameWarrantyCommandService',
'console.command.public_alias.App\\Command\\RepairWatchRepairCommand' => 'getRepairWatchRepairCommandService',
'console.command.public_alias.App\\Command\\SubscribeToFCMCommand' => 'getSubscribeToFCMCommandService',
'console.command.public_alias.App\\Command\\SubscribeTopicsCommand' => 'getSubscribeTopicsCommandService',
'console.command.public_alias.App\\Command\\TemplateCommand' => 'getTemplateCommandService',
'console.command.public_alias.App\\Command\\TesztCommand' => 'getTesztCommandService',
'console.command.public_alias.App\\Command\\UnneededAddressesCommand' => 'getUnneededAddressesCommandService',
'console.command.public_alias.App\\Command\\UpdateAddressCountriesCommand' => 'getUpdateAddressCountriesCommandService',
'console.command.public_alias.App\\Command\\UpdateCaliberCommand' => 'getUpdateCaliberCommandService',
'console.command.public_alias.App\\Command\\UpdateCategoryCommand' => 'getUpdateCategoryCommandService',
'console.command.public_alias.App\\Command\\UpdateCustomerPhoneCommand' => 'getUpdateCustomerPhoneCommandService',
'console.command.public_alias.App\\Command\\UpdateInactiveUsersCommand' => 'getUpdateInactiveUsersCommandService',
'console.command.public_alias.App\\Command\\UpdateLocalizationCommand' => 'getUpdateLocalizationCommandService',
'console.command.public_alias.App\\Command\\UpdatePicsCommand' => 'getUpdatePicsCommandService',
'console.command.public_alias.App\\Command\\UpdateProductXMLCommand' => 'getUpdateProductXMLCommandService',
'console.command.public_alias.App\\Command\\UpdateQuestionCommand' => 'getUpdateQuestionCommandService',
'console.command.public_alias.App\\Command\\UpdateRegisteredWatches' => 'getUpdateRegisteredWatchesService',
'console.command.public_alias.App\\Command\\UpdateRegisteredWatchesPartnerName' => 'getUpdateRegisteredWatchesPartnerNameService',
'console.command.public_alias.App\\Command\\UpdateWatchRepairsCommand' => 'getUpdateWatchRepairsCommandService',
'console.command.public_alias.App\\Command\\UpdateWatchesCommand' => 'getUpdateWatchesCommandService',
'console.command.public_alias.App\\Command\\UserCheckCommand' => 'getUserCheckCommandService',
'console.command.public_alias.App\\Command\\UserDeleteCommand' => 'getUserDeleteCommandService',
'console.command.public_alias.App\\Command\\UserEmptyRegSourceCommand' => 'getUserEmptyRegSourceCommandService',
'console.command.public_alias.App\\Command\\UserImportCommand' => 'getUserImportCommandService',
'console.command.public_alias.App\\Command\\UserNewsletterCommand' => 'getUserNewsletterCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Bundle\\ListCommand' => 'getListCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\CacheWarmingCommand' => 'getCacheWarmingCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ClassesDefinitionsBuildCommand' => 'getClassesDefinitionsBuildCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ClassCommand' => 'getClassCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\CustomLayoutCommand' => 'getCustomLayoutCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\FieldCollectionCommand' => 'getFieldCollectionCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ObjectBrickCommand' => 'getObjectBrickCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteClassificationStoreCommand' => 'getDeleteClassificationStoreCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteUnusedLocaleDataCommand' => 'getDeleteUnusedLocaleDataCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\GeneratePagePreviews' => 'getGeneratePagePreviewsService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\MigrateElementsCommand' => 'getMigrateElementsCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\EmailLogsCleanupCommand' => 'getEmailLogsCleanupCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\GenerateStaticPagesCommand' => 'getGenerateStaticPagesCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalMigrationHelpersCommand' => 'getInternalMigrationHelpersCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalModelDaoMappingGeneratorCommand' => 'getInternalModelDaoMappingGeneratorCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalUnicodeCldrLanguageTerritoryGeneratorCommand' => 'getInternalUnicodeCldrLanguageTerritoryGeneratorCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\LowQualityImagePreviewCommand' => 'getLowQualityImagePreviewCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MaintenanceModeCommand' => 'getMaintenanceModeCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Migrate\\StorageCommand' => 'getStorageCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Migrate\\ThumbnailsFolderStructureCommand' => 'getThumbnailsFolderStructureCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MysqlToolsCommand' => 'getMysqlToolsCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RecyclebinCleanupCommand' => 'getRecyclebinCleanupCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RequirementsCheckCommand' => 'getRequirementsCheckCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ResetPasswordCommand' => 'getResetPasswordCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RunScriptCommand' => 'getRunScriptCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\SearchBackendReindexCommand' => 'getSearchBackendReindexCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsClearCommand' => 'getThumbnailsClearCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsImageCommand' => 'getThumbnailsImageCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsVideoCommand' => 'getThumbnailsVideoCommandService',
'console.command.public_alias.Sylius\\Bundle\\ThemeBundle\\Command\\AssetsInstallCommand' => 'getAssetsInstallCommandService',
'console.command.public_alias.Sylius\\Bundle\\ThemeBundle\\Command\\ListCommand' => 'getListCommand2Service',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'coreshop.admin_controller.address_identifier' => 'getCoreshop_AdminController_AddressIdentifierService',
'coreshop.admin_controller.carrier' => 'getCoreshop_AdminController_CarrierService',
'coreshop.admin_controller.cart_price_rule' => 'getCoreshop_AdminController_CartPriceRuleService',
'coreshop.admin_controller.configuration' => 'getCoreshop_AdminController_ConfigurationService',
'coreshop.admin_controller.country' => 'getCoreshop_AdminController_CountryService',
'coreshop.admin_controller.currency' => 'getCoreshop_AdminController_CurrencyService',
'coreshop.admin_controller.customer' => 'getCoreshop_AdminController_CustomerService',
'coreshop.admin_controller.customer_group' => 'getCoreshop_AdminController_CustomerGroupService',
'coreshop.admin_controller.exchange_rate' => 'getCoreshop_AdminController_ExchangeRateService',
'coreshop.admin_controller.filter' => 'getCoreshop_AdminController_FilterService',
'coreshop.admin_controller.index' => 'getCoreshop_AdminController_IndexService',
'coreshop.admin_controller.notification_rule' => 'getCoreshop_AdminController_NotificationRuleService',
'coreshop.admin_controller.payment' => 'getCoreshop_AdminController_PaymentService',
'coreshop.admin_controller.payment_provider' => 'getCoreshop_AdminController_PaymentProviderService',
'coreshop.admin_controller.payment_provider_rule' => 'getCoreshop_AdminController_PaymentProviderRuleService',
'coreshop.admin_controller.product' => 'getCoreshop_AdminController_ProductService',
'coreshop.admin_controller.product_price_rule' => 'getCoreshop_AdminController_ProductPriceRuleService',
'coreshop.admin_controller.product_unit' => 'getCoreshop_AdminController_ProductUnitService',
'coreshop.admin_controller.product_unit_definitions' => 'getCoreshop_AdminController_ProductUnitDefinitionsService',
'coreshop.admin_controller.rule_action' => 'getCoreshop_AdminController_RuleActionService',
'coreshop.admin_controller.rule_condition' => 'getCoreshop_AdminController_RuleConditionService',
'coreshop.admin_controller.sequence' => 'getCoreshop_AdminController_SequenceService',
'coreshop.admin_controller.shipping_rule' => 'getCoreshop_AdminController_ShippingRuleService',
'coreshop.admin_controller.state' => 'getCoreshop_AdminController_StateService',
'coreshop.admin_controller.store' => 'getCoreshop_AdminController_StoreService',
'coreshop.admin_controller.tax_rate' => 'getCoreshop_AdminController_TaxRateService',
'coreshop.admin_controller.tax_rule_group' => 'getCoreshop_AdminController_TaxRuleGroupService',
'coreshop.admin_controller.zone' => 'getCoreshop_AdminController_ZoneService',
'coreshop.expression_language' => 'getCoreshop_ExpressionLanguageService',
'coreshop.expression_language.provider.symfony_container' => 'getCoreshop_ExpressionLanguage_Provider_SymfonyContainerService',
'coreshop.factory.address_identifier' => 'getCoreshop_Factory_AddressIdentifierService',
'coreshop.factory.attribute_color' => 'getCoreshop_Factory_AttributeColorService',
'coreshop.factory.attribute_group' => 'getCoreshop_Factory_AttributeGroupService',
'coreshop.factory.attribute_value' => 'getCoreshop_Factory_AttributeValueService',
'coreshop.factory.carrier' => 'getCoreshop_Factory_CarrierService',
'coreshop.factory.carrier_translation' => 'getCoreshop_Factory_CarrierTranslationService',
'coreshop.factory.cart_price_rule' => 'getCoreshop_Factory_CartPriceRuleService',
'coreshop.factory.cart_price_rule_translation' => 'getCoreshop_Factory_CartPriceRuleTranslationService',
'coreshop.factory.cart_price_rule_voucher_code' => 'getCoreshop_Factory_CartPriceRuleVoucherCodeService',
'coreshop.factory.category' => 'getCoreshop_Factory_CategoryService',
'coreshop.factory.company' => 'getCoreshop_Factory_CompanyService',
'coreshop.factory.country' => 'getCoreshop_Factory_CountryService',
'coreshop.factory.country_translation' => 'getCoreshop_Factory_CountryTranslationService',
'coreshop.factory.currency' => 'getCoreshop_Factory_CurrencyService',
'coreshop.factory.customer' => 'getCoreshop_Factory_CustomerService',
'coreshop.factory.customer_group' => 'getCoreshop_Factory_CustomerGroupService',
'coreshop.factory.data_fixture' => 'getCoreshop_Factory_DataFixtureService',
'coreshop.factory.exchange_rate' => 'getCoreshop_Factory_ExchangeRateService',
'coreshop.factory.filter' => 'getCoreshop_Factory_FilterService',
'coreshop.factory.filter_condition' => 'getCoreshop_Factory_FilterConditionService',
'coreshop.factory.gateway_config' => 'getCoreshop_Factory_GatewayConfigService',
'coreshop.factory.index' => 'getCoreshop_Factory_IndexService',
'coreshop.factory.index_column' => 'getCoreshop_Factory_IndexColumnService',
'coreshop.factory.manufacturer' => 'getCoreshop_Factory_ManufacturerService',
'coreshop.factory.notification_rule' => 'getCoreshop_Factory_NotificationRuleService',
'coreshop.factory.order_invoice' => 'getCoreshop_Factory_OrderInvoiceService',
'coreshop.factory.order_invoice_item' => 'getCoreshop_Factory_OrderInvoiceItemService',
'coreshop.factory.order_shipment' => 'getCoreshop_Factory_OrderShipmentService',
'coreshop.factory.order_shipment_item' => 'getCoreshop_Factory_OrderShipmentItemService',
'coreshop.factory.payment' => 'getCoreshop_Factory_PaymentService',
'coreshop.factory.payment_provider' => 'getCoreshop_Factory_PaymentProviderService',
'coreshop.factory.payment_provider_rule' => 'getCoreshop_Factory_PaymentProviderRuleService',
'coreshop.factory.payment_provider_rule_group' => 'getCoreshop_Factory_PaymentProviderRuleGroupService',
'coreshop.factory.payment_provider_translation' => 'getCoreshop_Factory_PaymentProviderTranslationService',
'coreshop.factory.payment_security_token' => 'getCoreshop_Factory_PaymentSecurityTokenService',
'coreshop.factory.product' => 'getCoreshop_Factory_ProductService',
'coreshop.factory.product_price_rule' => 'getCoreshop_Factory_ProductPriceRuleService',
'coreshop.factory.product_price_rule_translation' => 'getCoreshop_Factory_ProductPriceRuleTranslationService',
'coreshop.factory.product_quantity_price_rule' => 'getCoreshop_Factory_ProductQuantityPriceRuleService',
'coreshop.factory.product_quantity_price_rule_range' => 'getCoreshop_Factory_ProductQuantityPriceRuleRangeService',
'coreshop.factory.product_specific_price_rule' => 'getCoreshop_Factory_ProductSpecificPriceRuleService',
'coreshop.factory.product_specific_price_rule_translation' => 'getCoreshop_Factory_ProductSpecificPriceRuleTranslationService',
'coreshop.factory.product_store_values' => 'getCoreshop_Factory_ProductStoreValuesService',
'coreshop.factory.product_unit' => 'getCoreshop_Factory_ProductUnitService',
'coreshop.factory.product_unit_definition' => 'getCoreshop_Factory_ProductUnitDefinitionService',
'coreshop.factory.product_unit_definition_price' => 'getCoreshop_Factory_ProductUnitDefinitionPriceService',
'coreshop.factory.product_unit_definitions' => 'getCoreshop_Factory_ProductUnitDefinitionsService',
'coreshop.factory.product_unit_translation' => 'getCoreshop_Factory_ProductUnitTranslationService',
'coreshop.factory.rule_action' => 'getCoreshop_Factory_RuleActionService',
'coreshop.factory.rule_condition' => 'getCoreshop_Factory_RuleConditionService',
'coreshop.factory.sequence' => 'getCoreshop_Factory_SequenceService',
'coreshop.factory.shipping_rule' => 'getCoreshop_Factory_ShippingRuleService',
'coreshop.factory.shipping_rule_group' => 'getCoreshop_Factory_ShippingRuleGroupService',
'coreshop.factory.state' => 'getCoreshop_Factory_StateService',
'coreshop.factory.state_translation' => 'getCoreshop_Factory_StateTranslationService',
'coreshop.factory.store' => 'getCoreshop_Factory_StoreService',
'coreshop.factory.tax_rate' => 'getCoreshop_Factory_TaxRateService',
'coreshop.factory.tax_rate_translation' => 'getCoreshop_Factory_TaxRateTranslationService',
'coreshop.factory.tax_rule' => 'getCoreshop_Factory_TaxRuleService',
'coreshop.factory.tax_rule_group' => 'getCoreshop_Factory_TaxRuleGroupService',
'coreshop.factory.user' => 'getCoreshop_Factory_UserService',
'coreshop.factory.wishlist_item' => 'getCoreshop_Factory_WishlistItemService',
'coreshop.factory.zone' => 'getCoreshop_Factory_ZoneService',
'coreshop.filter.condition_type.pre_nested' => 'getCoreshop_Filter_ConditionType_PreNestedService',
'coreshop.filter.condition_type.user_nested' => 'getCoreshop_Filter_ConditionType_UserNestedService',
'coreshop.form.data_mapper.cart_item_quantity.property_mapper' => 'getCoreshop_Form_DataMapper_CartItemQuantity_PropertyMapperService',
'coreshop.form_registry.cart_item_price_rule.actions' => 'getCoreshop_FormRegistry_CartItemPriceRule_ActionsService',
'coreshop.form_registry.cart_item_price_rule.conditions' => 'getCoreshop_FormRegistry_CartItemPriceRule_ConditionsService',
'coreshop.form_registry.cart_price_rule.actions' => 'getCoreshop_FormRegistry_CartPriceRule_ActionsService',
'coreshop.form_registry.cart_price_rule.conditions' => 'getCoreshop_FormRegistry_CartPriceRule_ConditionsService',
'coreshop.form_registry.filter.pre_condition_types' => 'getCoreshop_FormRegistry_Filter_PreConditionTypesService',
'coreshop.form_registry.filter.user_condition_types' => 'getCoreshop_FormRegistry_Filter_UserConditionTypesService',
'coreshop.form_registry.index.getter' => 'getCoreshop_FormRegistry_Index_GetterService',
'coreshop.form_registry.index.interpreter' => 'getCoreshop_FormRegistry_Index_InterpreterService',
'coreshop.form_registry.index.worker' => 'getCoreshop_FormRegistry_Index_WorkerService',
'coreshop.form_registry.index_column_types' => 'getCoreshop_FormRegistry_IndexColumnTypesService',
'coreshop.form_registry.notification_rule.actions' => 'getCoreshop_FormRegistry_NotificationRule_ActionsService',
'coreshop.form_registry.notification_rule.conditions' => 'getCoreshop_FormRegistry_NotificationRule_ConditionsService',
'coreshop.form_registry.payment.settings' => 'getCoreshop_FormRegistry_Payment_SettingsService',
'coreshop.form_registry.payment_provider_rule.actions' => 'getCoreshop_FormRegistry_PaymentProviderRule_ActionsService',
'coreshop.form_registry.payment_provider_rule.conditions' => 'getCoreshop_FormRegistry_PaymentProviderRule_ConditionsService',
'coreshop.form_registry.payum_gateway_config' => 'getCoreshop_FormRegistry_PayumGatewayConfigService',
'coreshop.form_registry.product_price_rule.actions' => 'getCoreshop_FormRegistry_ProductPriceRule_ActionsService',
'coreshop.form_registry.product_price_rule.conditions' => 'getCoreshop_FormRegistry_ProductPriceRule_ConditionsService',
'coreshop.form_registry.product_quantity_price_rules.conditions' => 'getCoreshop_FormRegistry_ProductQuantityPriceRules_ConditionsService',
'coreshop.form_registry.product_specific_price_rule.actions' => 'getCoreshop_FormRegistry_ProductSpecificPriceRule_ActionsService',
'coreshop.form_registry.product_specific_price_rule.conditions' => 'getCoreshop_FormRegistry_ProductSpecificPriceRule_ConditionsService',
'coreshop.form_registry.shipping.tax_calculation_strategies' => 'getCoreshop_FormRegistry_Shipping_TaxCalculationStrategiesService',
'coreshop.form_registry.shipping_rule.actions' => 'getCoreshop_FormRegistry_ShippingRule_ActionsService',
'coreshop.form_registry.shipping_rule.conditions' => 'getCoreshop_FormRegistry_ShippingRule_ConditionsService',
'coreshop.index.condition.renderer' => 'getCoreshop_Index_Condition_RendererService',
'coreshop.index.order.renderer' => 'getCoreshop_Index_Order_RendererService',
'coreshop.maintenance.rule_availability_task' => 'getCoreshop_Maintenance_RuleAvailabilityTaskService',
'coreshop.menu.registry' => 'getCoreshop_Menu_RegistryService',
'coreshop.menu_provider.lazy_provider' => 'getCoreshop_MenuProvider_LazyProviderService',
'coreshop.messenger.pimcore.messenger_logger' => 'getCoreshop_Messenger_Pimcore_MessengerLoggerService',
'coreshop.notification_rule.validation.processor' => 'getCoreshop_NotificationRule_Validation_ProcessorService',
'coreshop.object.link_generator.category' => 'getCoreshop_Object_LinkGenerator_CategoryService',
'coreshop.object.link_generator.product' => 'getCoreshop_Object_LinkGenerator_ProductService',
'coreshop.order.invoice.processable' => 'getCoreshop_Order_Invoice_ProcessableService',
'coreshop.order.number_generator.prefix_suffix' => 'getCoreshop_Order_NumberGenerator_PrefixSuffixService',
'coreshop.order.shipment.processable' => 'getCoreshop_Order_Shipment_ProcessableService',
'coreshop.order.transformer.order_to_invoice.state_applier' => 'getCoreshop_Order_Transformer_OrderToInvoice_StateApplierService',
'coreshop.order.transformer.order_to_shipment.state_applier' => 'getCoreshop_Order_Transformer_OrderToShipment_StateApplierService',
'coreshop.order_invoice.number_generator.prefix_suffix' => 'getCoreshop_OrderInvoice_NumberGenerator_PrefixSuffixService',
'coreshop.order_shipment.number_generator.prefix_suffix' => 'getCoreshop_OrderShipment_NumberGenerator_PrefixSuffixService',
'coreshop.payment_provider_rule.processor' => 'getCoreshop_PaymentProviderRule_ProcessorService',
'coreshop.payum.http_client' => 'getCoreshop_Payum_HttpClientService',
'coreshop.pimcore_controller.order' => 'getCoreshop_PimcoreController_OrderService',
'coreshop.pimcore_controller.order_address_creation' => 'getCoreshop_PimcoreController_OrderAddressCreationService',
'coreshop.pimcore_controller.order_creation' => 'getCoreshop_PimcoreController_OrderCreationService',
'coreshop.pimcore_controller.order_customer_creation' => 'getCoreshop_PimcoreController_OrderCustomerCreationService',
'coreshop.pimcore_controller.order_edit' => 'getCoreshop_PimcoreController_OrderEditService',
'coreshop.pimcore_controller.order_invoice' => 'getCoreshop_PimcoreController_OrderInvoiceService',
'coreshop.pimcore_controller.order_payment' => 'getCoreshop_PimcoreController_OrderPaymentService',
'coreshop.pimcore_controller.order_shipment' => 'getCoreshop_PimcoreController_OrderShipmentService',
'coreshop.quote.number_generator.prefix_suffix' => 'getCoreshop_Quote_NumberGenerator_PrefixSuffixService',
'coreshop.registry.filter.pre_condition_types' => 'getCoreshop_Registry_Filter_PreConditionTypesService',
'coreshop.registry.filter.user_condition_types' => 'getCoreshop_Registry_Filter_UserConditionTypesService',
'coreshop.registry.grid.action' => 'getCoreshop_Registry_Grid_ActionService',
'coreshop.registry.grid.filter' => 'getCoreshop_Registry_Grid_FilterService',
'coreshop.registry.index.column_types' => 'getCoreshop_Registry_Index_ColumnTypesService',
'coreshop.registry.index.extensions' => 'getCoreshop_Registry_Index_ExtensionsService',
'coreshop.registry.index.getter' => 'getCoreshop_Registry_Index_GetterService',
'coreshop.registry.index.interpreter' => 'getCoreshop_Registry_Index_InterpreterService',
'coreshop.registry.index.worker' => 'getCoreshop_Registry_Index_WorkerService',
'coreshop.registry.notification_rule.actions' => 'getCoreshop_Registry_NotificationRule_ActionsService',
'coreshop.registry.payment.price_calculators' => 'getCoreshop_Registry_Payment_PriceCalculatorsService',
'coreshop.registry.portlets' => 'getCoreshop_Registry_PortletsService',
'coreshop.registry.product.price_calculators' => 'getCoreshop_Registry_Product_PriceCalculatorsService',
'coreshop.registry.reports' => 'getCoreshop_Registry_ReportsService',
'coreshop.registry.resource.installers' => 'getCoreshop_Registry_Resource_InstallersService',
'coreshop.registry.seo.extractor' => 'getCoreshop_Registry_Seo_ExtractorService',
'coreshop.registry.tracking.extractor' => 'getCoreshop_Registry_Tracking_ExtractorService',
'coreshop.registry.tracking.tracker' => 'getCoreshop_Registry_Tracking_TrackerService',
'coreshop.repository.address' => 'getCoreshop_Repository_AddressService',
'coreshop.repository.address_identifier' => 'getCoreshop_Repository_AddressIdentifierService',
'coreshop.repository.adjustment' => 'getCoreshop_Repository_AdjustmentService',
'coreshop.repository.attribute_color' => 'getCoreshop_Repository_AttributeColorService',
'coreshop.repository.attribute_group' => 'getCoreshop_Repository_AttributeGroupService',
'coreshop.repository.attribute_value' => 'getCoreshop_Repository_AttributeValueService',
'coreshop.repository.carrier_translation' => 'getCoreshop_Repository_CarrierTranslationService',
'coreshop.repository.cart_price_rule_item' => 'getCoreshop_Repository_CartPriceRuleItemService',
'coreshop.repository.cart_price_rule_translation' => 'getCoreshop_Repository_CartPriceRuleTranslationService',
'coreshop.repository.company' => 'getCoreshop_Repository_CompanyService',
'coreshop.repository.country_translation' => 'getCoreshop_Repository_CountryTranslationService',
'coreshop.repository.customer' => 'getCoreshop_Repository_CustomerService',
'coreshop.repository.customer_group' => 'getCoreshop_Repository_CustomerGroupService',
'coreshop.repository.data_fixture' => 'getCoreshop_Repository_DataFixtureService',
'coreshop.repository.factory.address' => 'getCoreshop_Repository_Factory_AddressService',
'coreshop.repository.factory.address_identifier' => 'getCoreshop_Repository_Factory_AddressIdentifierService',
'coreshop.repository.factory.adjustment' => 'getCoreshop_Repository_Factory_AdjustmentService',
'coreshop.repository.factory.attribute_color' => 'getCoreshop_Repository_Factory_AttributeColorService',
'coreshop.repository.factory.attribute_group' => 'getCoreshop_Repository_Factory_AttributeGroupService',
'coreshop.repository.factory.attribute_value' => 'getCoreshop_Repository_Factory_AttributeValueService',
'coreshop.repository.factory.carrier' => 'getCoreshop_Repository_Factory_CarrierService',
'coreshop.repository.factory.carrier_translation' => 'getCoreshop_Repository_Factory_CarrierTranslationService',
'coreshop.repository.factory.cart_price_rule' => 'getCoreshop_Repository_Factory_CartPriceRuleService',
'coreshop.repository.factory.cart_price_rule_item' => 'getCoreshop_Repository_Factory_CartPriceRuleItemService',
'coreshop.repository.factory.cart_price_rule_translation' => 'getCoreshop_Repository_Factory_CartPriceRuleTranslationService',
'coreshop.repository.factory.cart_price_rule_voucher_code' => 'getCoreshop_Repository_Factory_CartPriceRuleVoucherCodeService',
'coreshop.repository.factory.category' => 'getCoreshop_Repository_Factory_CategoryService',
'coreshop.repository.factory.company' => 'getCoreshop_Repository_Factory_CompanyService',
'coreshop.repository.factory.configuration' => 'getCoreshop_Repository_Factory_ConfigurationService',
'coreshop.repository.factory.country' => 'getCoreshop_Repository_Factory_CountryService',
'coreshop.repository.factory.country_translation' => 'getCoreshop_Repository_Factory_CountryTranslationService',
'coreshop.repository.factory.currency' => 'getCoreshop_Repository_Factory_CurrencyService',
'coreshop.repository.factory.customer' => 'getCoreshop_Repository_Factory_CustomerService',
'coreshop.repository.factory.customer_group' => 'getCoreshop_Repository_Factory_CustomerGroupService',
'coreshop.repository.factory.data_fixture' => 'getCoreshop_Repository_Factory_DataFixtureService',
'coreshop.repository.factory.exchange_rate' => 'getCoreshop_Repository_Factory_ExchangeRateService',
'coreshop.repository.factory.filter' => 'getCoreshop_Repository_Factory_FilterService',
'coreshop.repository.factory.filter_condition' => 'getCoreshop_Repository_Factory_FilterConditionService',
'coreshop.repository.factory.gateway_config' => 'getCoreshop_Repository_Factory_GatewayConfigService',
'coreshop.repository.factory.index' => 'getCoreshop_Repository_Factory_IndexService',
'coreshop.repository.factory.index_column' => 'getCoreshop_Repository_Factory_IndexColumnService',
'coreshop.repository.factory.manufacturer' => 'getCoreshop_Repository_Factory_ManufacturerService',
'coreshop.repository.factory.notification_rule' => 'getCoreshop_Repository_Factory_NotificationRuleService',
'coreshop.repository.factory.order' => 'getCoreshop_Repository_Factory_OrderService',
'coreshop.repository.factory.order_invoice' => 'getCoreshop_Repository_Factory_OrderInvoiceService',
'coreshop.repository.factory.order_invoice_item' => 'getCoreshop_Repository_Factory_OrderInvoiceItemService',
'coreshop.repository.factory.order_item' => 'getCoreshop_Repository_Factory_OrderItemService',
'coreshop.repository.factory.order_shipment' => 'getCoreshop_Repository_Factory_OrderShipmentService',
'coreshop.repository.factory.order_shipment_item' => 'getCoreshop_Repository_Factory_OrderShipmentItemService',
'coreshop.repository.factory.payment' => 'getCoreshop_Repository_Factory_PaymentService',
'coreshop.repository.factory.payment_provider' => 'getCoreshop_Repository_Factory_PaymentProviderService',
'coreshop.repository.factory.payment_provider_rule' => 'getCoreshop_Repository_Factory_PaymentProviderRuleService',
'coreshop.repository.factory.payment_provider_rule_group' => 'getCoreshop_Repository_Factory_PaymentProviderRuleGroupService',
'coreshop.repository.factory.payment_provider_translation' => 'getCoreshop_Repository_Factory_PaymentProviderTranslationService',
'coreshop.repository.factory.payment_security_token' => 'getCoreshop_Repository_Factory_PaymentSecurityTokenService',
'coreshop.repository.factory.price_rule_item' => 'getCoreshop_Repository_Factory_PriceRuleItemService',
'coreshop.repository.factory.product' => 'getCoreshop_Repository_Factory_ProductService',
'coreshop.repository.factory.product_price_rule' => 'getCoreshop_Repository_Factory_ProductPriceRuleService',
'coreshop.repository.factory.product_price_rule_translation' => 'getCoreshop_Repository_Factory_ProductPriceRuleTranslationService',
'coreshop.repository.factory.product_quantity_price_rule' => 'getCoreshop_Repository_Factory_ProductQuantityPriceRuleService',
'coreshop.repository.factory.product_quantity_price_rule_range' => 'getCoreshop_Repository_Factory_ProductQuantityPriceRuleRangeService',
'coreshop.repository.factory.product_specific_price_rule' => 'getCoreshop_Repository_Factory_ProductSpecificPriceRuleService',
'coreshop.repository.factory.product_specific_price_rule_translation' => 'getCoreshop_Repository_Factory_ProductSpecificPriceRuleTranslationService',
'coreshop.repository.factory.product_store_values' => 'getCoreshop_Repository_Factory_ProductStoreValuesService',
'coreshop.repository.factory.product_unit' => 'getCoreshop_Repository_Factory_ProductUnitService',
'coreshop.repository.factory.product_unit_definition' => 'getCoreshop_Repository_Factory_ProductUnitDefinitionService',
'coreshop.repository.factory.product_unit_definition_price' => 'getCoreshop_Repository_Factory_ProductUnitDefinitionPriceService',
'coreshop.repository.factory.product_unit_definitions' => 'getCoreshop_Repository_Factory_ProductUnitDefinitionsService',
'coreshop.repository.factory.product_unit_translation' => 'getCoreshop_Repository_Factory_ProductUnitTranslationService',
'coreshop.repository.factory.rule_action' => 'getCoreshop_Repository_Factory_RuleActionService',
'coreshop.repository.factory.rule_condition' => 'getCoreshop_Repository_Factory_RuleConditionService',
'coreshop.repository.factory.sequence' => 'getCoreshop_Repository_Factory_SequenceService',
'coreshop.repository.factory.shipping_rule' => 'getCoreshop_Repository_Factory_ShippingRuleService',
'coreshop.repository.factory.shipping_rule_group' => 'getCoreshop_Repository_Factory_ShippingRuleGroupService',
'coreshop.repository.factory.state' => 'getCoreshop_Repository_Factory_StateService',
'coreshop.repository.factory.state_translation' => 'getCoreshop_Repository_Factory_StateTranslationService',
'coreshop.repository.factory.store' => 'getCoreshop_Repository_Factory_StoreService',
'coreshop.repository.factory.tax_item' => 'getCoreshop_Repository_Factory_TaxItemService',
'coreshop.repository.factory.tax_rate' => 'getCoreshop_Repository_Factory_TaxRateService',
'coreshop.repository.factory.tax_rate_translation' => 'getCoreshop_Repository_Factory_TaxRateTranslationService',
'coreshop.repository.factory.tax_rule' => 'getCoreshop_Repository_Factory_TaxRuleService',
'coreshop.repository.factory.tax_rule_group' => 'getCoreshop_Repository_Factory_TaxRuleGroupService',
'coreshop.repository.factory.user' => 'getCoreshop_Repository_Factory_UserService',
'coreshop.repository.factory.wishlist' => 'getCoreshop_Repository_Factory_WishlistService',
'coreshop.repository.factory.wishlist_item' => 'getCoreshop_Repository_Factory_WishlistItemService',
'coreshop.repository.factory.zone' => 'getCoreshop_Repository_Factory_ZoneService',
'coreshop.repository.filter' => 'getCoreshop_Repository_FilterService',
'coreshop.repository.filter_condition' => 'getCoreshop_Repository_FilterConditionService',
'coreshop.repository.gateway_config' => 'getCoreshop_Repository_GatewayConfigService',
'coreshop.repository.index' => 'getCoreshop_Repository_IndexService',
'coreshop.repository.index_column' => 'getCoreshop_Repository_IndexColumnService',
'coreshop.repository.manufacturer' => 'getCoreshop_Repository_ManufacturerService',
'coreshop.repository.notification_rule' => 'getCoreshop_Repository_NotificationRuleService',
'coreshop.repository.order_invoice' => 'getCoreshop_Repository_OrderInvoiceService',
'coreshop.repository.order_invoice_item' => 'getCoreshop_Repository_OrderInvoiceItemService',
'coreshop.repository.order_item' => 'getCoreshop_Repository_OrderItemService',
'coreshop.repository.order_shipment' => 'getCoreshop_Repository_OrderShipmentService',
'coreshop.repository.order_shipment_item' => 'getCoreshop_Repository_OrderShipmentItemService',
'coreshop.repository.payment_provider' => 'getCoreshop_Repository_PaymentProviderService',
'coreshop.repository.payment_provider_rule_group' => 'getCoreshop_Repository_PaymentProviderRuleGroupService',
'coreshop.repository.payment_provider_translation' => 'getCoreshop_Repository_PaymentProviderTranslationService',
'coreshop.repository.payment_security_token' => 'getCoreshop_Repository_PaymentSecurityTokenService',
'coreshop.repository.price_rule_item' => 'getCoreshop_Repository_PriceRuleItemService',
'coreshop.repository.product_price_rule_translation' => 'getCoreshop_Repository_ProductPriceRuleTranslationService',
'coreshop.repository.product_quantity_price_rule' => 'getCoreshop_Repository_ProductQuantityPriceRuleService',
'coreshop.repository.product_quantity_price_rule_range' => 'getCoreshop_Repository_ProductQuantityPriceRuleRangeService',
'coreshop.repository.product_specific_price_rule' => 'getCoreshop_Repository_ProductSpecificPriceRuleService',
'coreshop.repository.product_specific_price_rule_translation' => 'getCoreshop_Repository_ProductSpecificPriceRuleTranslationService',
'coreshop.repository.product_store_values' => 'getCoreshop_Repository_ProductStoreValuesService',
'coreshop.repository.product_unit' => 'getCoreshop_Repository_ProductUnitService',
'coreshop.repository.product_unit_definition' => 'getCoreshop_Repository_ProductUnitDefinitionService',
'coreshop.repository.product_unit_definition_price' => 'getCoreshop_Repository_ProductUnitDefinitionPriceService',
'coreshop.repository.product_unit_definitions' => 'getCoreshop_Repository_ProductUnitDefinitionsService',
'coreshop.repository.product_unit_translation' => 'getCoreshop_Repository_ProductUnitTranslationService',
'coreshop.repository.rule_action' => 'getCoreshop_Repository_RuleActionService',
'coreshop.repository.rule_condition' => 'getCoreshop_Repository_RuleConditionService',
'coreshop.repository.sequence' => 'getCoreshop_Repository_SequenceService',
'coreshop.repository.shipping_rule_group' => 'getCoreshop_Repository_ShippingRuleGroupService',
'coreshop.repository.stack.address' => 'getCoreshop_Repository_Stack_AddressService',
'coreshop.repository.stack.attribute' => 'getCoreshop_Repository_Stack_AttributeService',
'coreshop.repository.stack.attribute_group' => 'getCoreshop_Repository_Stack_AttributeGroupService',
'coreshop.repository.stack.category' => 'getCoreshop_Repository_Stack_CategoryService',
'coreshop.repository.stack.company' => 'getCoreshop_Repository_Stack_CompanyService',
'coreshop.repository.stack.customer' => 'getCoreshop_Repository_Stack_CustomerService',
'coreshop.repository.stack.customer_group' => 'getCoreshop_Repository_Stack_CustomerGroupService',
'coreshop.repository.stack.manufacturer' => 'getCoreshop_Repository_Stack_ManufacturerService',
'coreshop.repository.stack.order' => 'getCoreshop_Repository_Stack_OrderService',
'coreshop.repository.stack.order_invoice' => 'getCoreshop_Repository_Stack_OrderInvoiceService',
'coreshop.repository.stack.order_invoice_item' => 'getCoreshop_Repository_Stack_OrderInvoiceItemService',
'coreshop.repository.stack.order_item' => 'getCoreshop_Repository_Stack_OrderItemService',
'coreshop.repository.stack.order_shipment' => 'getCoreshop_Repository_Stack_OrderShipmentService',
'coreshop.repository.stack.order_shipment_item' => 'getCoreshop_Repository_Stack_OrderShipmentItemService',
'coreshop.repository.stack.product' => 'getCoreshop_Repository_Stack_ProductService',
'coreshop.repository.stack.user' => 'getCoreshop_Repository_Stack_UserService',
'coreshop.repository.stack.wishlist' => 'getCoreshop_Repository_Stack_WishlistService',
'coreshop.repository.stack.wishlist_item' => 'getCoreshop_Repository_Stack_WishlistItemService',
'coreshop.repository.stack.wishlist_product' => 'getCoreshop_Repository_Stack_WishlistProductService',
'coreshop.repository.state' => 'getCoreshop_Repository_StateService',
'coreshop.repository.state_translation' => 'getCoreshop_Repository_StateTranslationService',
'coreshop.repository.tax_item' => 'getCoreshop_Repository_TaxItemService',
'coreshop.repository.tax_rate_translation' => 'getCoreshop_Repository_TaxRateTranslationService',
'coreshop.repository.tax_rule_group' => 'getCoreshop_Repository_TaxRuleGroupService',
'coreshop.repository.user' => 'getCoreshop_Repository_UserService',
'coreshop.repository.wishlist_item' => 'getCoreshop_Repository_WishlistItemService',
'coreshop.repository.zone' => 'getCoreshop_Repository_ZoneService',
'coreshop.rule.availability_assessor.cart_price' => 'getCoreshop_Rule_AvailabilityAssessor_CartPriceService',
'coreshop.rule.availability_assessor.payment_provider_rule' => 'getCoreshop_Rule_AvailabilityAssessor_PaymentProviderRuleService',
'coreshop.rule.availability_assessor.product_price' => 'getCoreshop_Rule_AvailabilityAssessor_ProductPriceService',
'coreshop.rule.availability_assessor.product_specific_price' => 'getCoreshop_Rule_AvailabilityAssessor_ProductSpecificPriceService',
'coreshop.rule.availability_assessor.shipping_rule' => 'getCoreshop_Rule_AvailabilityAssessor_ShippingRuleService',
'coreshop.security.user.password_encoder_factory' => 'getCoreshop_Security_User_PasswordEncoderFactoryService',
'coreshop.shipping_rule.processor' => 'getCoreshop_ShippingRule_ProcessorService',
'coreshop.storage_list.controller.wishlist' => 'getCoreshop_StorageList_Controller_WishlistService',
'coreshop.theme.resolver.registry' => 'getCoreshop_Theme_Resolver_RegistryService',
'coreshop.tracking.extractor' => 'getCoreshop_Tracking_ExtractorService',
'error_controller' => 'getErrorControllerService',
'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
'httplug.psr17_request_factory' => 'getHttplug_Psr17RequestFactoryService',
'httplug.psr17_response_factory' => 'getHttplug_Psr17ResponseFactoryService',
'httplug.psr17_server_request_factory' => 'getHttplug_Psr17ServerRequestFactoryService',
'httplug.psr17_stream_factory' => 'getHttplug_Psr17StreamFactoryService',
'httplug.psr17_uploaded_file_factory' => 'getHttplug_Psr17UploadedFileFactoryService',
'httplug.psr17_uri_factory' => 'getHttplug_Psr17UriFactoryService',
'httplug.psr18_client' => 'getHttplug_Psr18ClientService',
'httplug.stream_factory' => 'getHttplug_StreamFactoryService',
'httplug.uri_factory' => 'getHttplug_UriFactoryService',
'hwi_oauth.http.client' => 'getHwiOauth_Http_ClientService',
'hwi_oauth.http.message_factory' => 'getHwiOauth_Http_MessageFactoryService',
'hwi_oauth.resource_owner.apple' => 'getHwiOauth_ResourceOwner_AppleService',
'hwi_oauth.resource_owner.facebook' => 'getHwiOauth_ResourceOwner_FacebookService',
'hwi_oauth.resource_owner.google' => 'getHwiOauth_ResourceOwner_GoogleService',
'hwi_oauth.user_checker' => 'getHwiOauth_UserCheckerService',
'jms_serializer' => 'getJmsSerializerService',
'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
'knp_menu.factory' => 'getKnpMenu_FactoryService',
'kreait_firebase.seiko.auth' => 'getKreaitFirebase_Seiko_AuthService',
'kreait_firebase.seiko.database' => 'getKreaitFirebase_Seiko_DatabaseService',
'kreait_firebase.seiko.dynamic_links' => 'getKreaitFirebase_Seiko_DynamicLinksService',
'kreait_firebase.seiko.firestore' => 'getKreaitFirebase_Seiko_FirestoreService',
'kreait_firebase.seiko.messaging' => 'getKreaitFirebase_Seiko_MessagingService',
'kreait_firebase.seiko.remote_config' => 'getKreaitFirebase_Seiko_RemoteConfigService',
'kreait_firebase.seiko.storage' => 'getKreaitFirebase_Seiko_StorageService',
'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
'message_template.event_type.select_options_provider' => 'getMessageTemplate_EventType_SelectOptionsProviderService',
'monolog.logger.console' => 'getMonolog_Logger_ConsoleService',
'monolog.logger.coreshop_messenger' => 'getMonolog_Logger_CoreshopMessengerService',
'monolog.logger.debug' => 'getMonolog_Logger_DebugService',
'monolog.logger.httplug' => 'getMonolog_Logger_HttplugService',
'monolog.logger.lock' => 'getMonolog_Logger_LockService',
'monolog.logger.mailer' => 'getMonolog_Logger_MailerService',
'monolog.logger.messenger' => 'getMonolog_Logger_MessengerService',
'monolog.logger.nelmio_api_doc' => 'getMonolog_Logger_NelmioApiDocService',
'monolog.logger.payum' => 'getMonolog_Logger_PayumService',
'monolog.logger.pimcore' => 'getMonolog_Logger_PimcoreService',
'monolog.logger.pimcore_admin.session' => 'getMonolog_Logger_PimcoreAdmin_SessionService',
'monolog.logger.pimcore_api' => 'getMonolog_Logger_PimcoreApiService',
'monolog.logger.session' => 'getMonolog_Logger_SessionService',
'monolog.logger.translation' => 'getMonolog_Logger_TranslationService',
'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
'oneup_uploader.chunk_manager' => 'getOneupUploader_ChunkManagerService',
'oneup_uploader.controller.gallery' => 'getOneupUploader_Controller_GalleryService',
'oneup_uploader.namer.uniqid' => 'getOneupUploader_Namer_UniqidService',
'oneup_uploader.orphanage_manager' => 'getOneupUploader_OrphanageManagerService',
'oneup_uploader.routing.loader' => 'getOneupUploader_Routing_LoaderService',
'payum' => 'getPayumService',
'payum.action.get_http_request' => 'getPayum_Action_GetHttpRequestService',
'payum.action.obtain_credit_card_builder' => 'getPayum_Action_ObtainCreditCardBuilderService',
'payum.builder' => 'getPayum_BuilderService',
'payum.converter.reply_to_http_response' => 'getPayum_Converter_ReplyToHttpResponseService',
'payum.dynamic_gateways.config_storage' => 'getPayum_DynamicGateways_ConfigStorageService',
'payum.dynamic_registry' => 'getPayum_DynamicRegistryService',
'payum.extension.log_executed_actions' => 'getPayum_Extension_LogExecutedActionsService',
'payum.extension.logger' => 'getPayum_Extension_LoggerService',
'payum.extension.storage.coreshop_component_core_model_payment' => 'getPayum_Extension_Storage_CoreshopComponentCoreModelPaymentService',
'payum.form.extension.gateway_factories_choice' => 'getPayum_Form_Extension_GatewayFactoriesChoiceService',
'payum.form.type.credit_card' => 'getPayum_Form_Type_CreditCardService',
'payum.form.type.credit_card_expiration_date' => 'getPayum_Form_Type_CreditCardExpirationDateService',
'payum.form.type.gateway_config' => 'getPayum_Form_Type_GatewayConfigService',
'payum.form.type.gateway_factories_choice' => 'getPayum_Form_Type_GatewayFactoriesChoiceService',
'payum.listener.reply_to_http_response' => 'getPayum_Listener_ReplyToHttpResponseService',
'payum.security.token_storage' => 'getPayum_Security_TokenStorageService',
'payum.static_registry' => 'getPayum_StaticRegistryService',
'payum.storage.coreshop_component_core_model_payment' => 'getPayum_Storage_CoreshopComponentCoreModelPaymentService',
'payum.storage.coreshop_component_payumpayment_model_gatewayconfig' => 'getPayum_Storage_CoreshopComponentPayumpaymentModelGatewayconfigService',
'payum.storage.coreshop_component_payumpayment_model_paymentsecuritytoken' => 'getPayum_Storage_CoreshopComponentPayumpaymentModelPaymentsecuritytokenService',
'pimcore.analytics.google.fallback_service_locator' => 'getPimcore_Analytics_Google_FallbackServiceLocatorService',
'pimcore.cache.adapter.null_tag_aware' => 'getPimcore_Cache_Adapter_NullTagAwareService',
'pimcore.class.resolver.document' => 'getPimcore_Class_Resolver_DocumentService',
'pimcore.custom_report.adapter.factories' => 'getPimcore_CustomReport_Adapter_FactoriesService',
'pimcore.implementation_loader.asset.metadata.data' => 'getPimcore_ImplementationLoader_Asset_Metadata_DataService',
'pimcore.implementation_loader.object.data' => 'getPimcore_ImplementationLoader_Object_DataService',
'pimcore.implementation_loader.object.layout' => 'getPimcore_ImplementationLoader_Object_LayoutService',
'pimcore.model.factory' => 'getPimcore_Model_FactoryService',
'pimcore.newsletter.address_source_adapter.factories' => 'getPimcore_Newsletter_AddressSourceAdapter_FactoriesService',
'pimcore.workflow.place-options-provider' => 'getPimcore_Workflow_PlaceoptionsproviderService',
'presta_sitemap.controller' => 'getPrestaSitemap_ControllerService',
'presta_sitemap.dump_command' => 'getPrestaSitemap_DumpCommandService',
'presta_sitemap.dumper' => 'getPrestaSitemap_DumperService',
'presta_sitemap.generator' => 'getPrestaSitemap_GeneratorService',
'routing.loader' => 'getRouting_LoaderService',
'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
'scheb_two_factor.security.google_authenticator' => 'getSchebTwoFactor_Security_GoogleAuthenticatorService',
'services_resetter' => 'getServicesResetterService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
];
$this->aliases = [
'App\\Kernel' => 'kernel',
'CoreShop\\Bundle\\ClassDefinitionPatchBundle\\PatcherInterface' => 'CoreShop\\Bundle\\ClassDefinitionPatchBundle\\Patcher',
'CoreShop\\Bundle\\ClassDefinitionPatchBundle\\PatchesInterface' => 'CoreShop\\Bundle\\ClassDefinitionPatchBundle\\Patches',
'CoreShop\\Bundle\\CoreBundle\\Customer\\CustomerLoginServiceInterface' => 'CoreShop\\Bundle\\CoreBundle\\Customer\\CustomerLoginService',
'CoreShop\\Bundle\\CoreBundle\\Customer\\CustomerManagerInterface' => 'CoreShop\\Bundle\\CoreBundle\\Customer\\CustomerManager',
'CoreShop\\Bundle\\OrderBundle\\Factory\\AddMultipleToCartFactoryInterface' => 'CoreShop\\Bundle\\OrderBundle\\Factory\\AddMultipleToCartFactory',
'CoreShop\\Bundle\\OrderBundle\\Factory\\AddToCartFactoryInterface' => 'CoreShop\\Bundle\\OrderBundle\\Factory\\AddToCartFactory',
'CoreShop\\Bundle\\OrderBundle\\Renderer\\Pdf\\PdfRendererInterface' => 'CoreShop\\Bundle\\OrderBundle\\Renderer\\Pdf\\WkHtmlToPdf',
'CoreShop\\Bundle\\PayumBundle\\Controller\\PaymentController' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\PaymentController',
'CoreShop\\Bundle\\PayumBundle\\Factory\\ConfirmOrderFactoryInterface' => 'CoreShop\\Bundle\\PayumBundle\\Factory\\ConfirmOrderFactory',
'CoreShop\\Bundle\\PayumBundle\\Factory\\GetStatusFactoryInterface' => 'CoreShop\\Bundle\\PayumBundle\\Factory\\GetStatusFactory',
'CoreShop\\Bundle\\PayumBundle\\Factory\\ResolveNextRouteFactoryInterface' => 'CoreShop\\Bundle\\PayumBundle\\Factory\\ResolveNextRouteFactory',
'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceFormFactoryInterface' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceFormFactory',
'CoreShop\\Bundle\\ResourceBundle\\Installer\\ResourceInstallerInterface' => 'CoreShop\\Bundle\\ResourceBundle\\Installer\\CompositeResourceInstaller',
'CoreShop\\Bundle\\ThemeBundle\\Service\\DocumentThemeResolverInterface' => 'CoreShop\\Bundle\\ThemeBundle\\Service\\CompositeThemeResolver',
'CoreShop\\Bundle\\ThemeBundle\\Service\\ThemeHelperInterface' => 'CoreShop\\Bundle\\ThemeBundle\\Service\\ThemeHelper',
'CoreShop\\Bundle\\ThemeBundle\\Service\\ThemeResolverInterface' => 'CoreShop\\Bundle\\ThemeBundle\\Service\\CompositeThemeResolver',
'CoreShop\\Bundle\\WorkflowBundle\\Applier\\StateMachineApplierInterface' => 'CoreShop\\Bundle\\WorkflowBundle\\Applier\\StateMachineApplier',
'CoreShop\\Bundle\\WorkflowBundle\\History\\HistoryLoggerInterface' => 'CoreShop\\Bundle\\WorkflowBundle\\History\\HistoryLogger',
'CoreShop\\Bundle\\WorkflowBundle\\History\\HistoryRepositoryInterface' => 'CoreShop\\Bundle\\WorkflowBundle\\History\\HistoryRepository',
'CoreShop\\Bundle\\WorkflowBundle\\History\\StateHistoryLoggerInterface' => 'CoreShop\\Bundle\\WorkflowBundle\\History\\StateHistoryLogger',
'CoreShop\\Bundle\\WorkflowBundle\\Manager\\StateMachineManagerInterface' => 'CoreShop\\Bundle\\WorkflowBundle\\Manager\\StateMachineManager',
'CoreShop\\Bundle\\WorkflowBundle\\StateManager\\WorkflowStateInfoManagerInterface' => 'CoreShop\\Bundle\\WorkflowBundle\\StateManager\\WorkflowStateInfoManager',
'CoreShop\\Component\\Address\\Context\\CountryContextInterface' => 'CoreShop\\Component\\Core\\Context\\Country\\StoreAwareCountryContext',
'CoreShop\\Component\\Address\\Context\\RequestBased\\RequestResolverInterface' => 'CoreShop\\Component\\Address\\Context\\RequestBased\\CachedCountryContext',
'CoreShop\\Component\\Address\\Formatter\\AddressFormatterInterface' => 'CoreShop\\Component\\Address\\Formatter\\AddressFormatter',
'CoreShop\\Component\\Configuration\\Service\\ConfigurationService' => 'CoreShop\\Component\\Core\\Configuration\\ConfigurationService',
'CoreShop\\Component\\Configuration\\Service\\ConfigurationServiceInterface' => 'CoreShop\\Component\\Core\\Configuration\\ConfigurationService',
'CoreShop\\Component\\Core\\Configuration\\ConfigurationServiceInterface' => 'CoreShop\\Component\\Core\\Configuration\\ConfigurationService',
'CoreShop\\Component\\Core\\Context\\ShopperContextInterface' => 'CoreShop\\Component\\Core\\Context\\ShopperContext',
'CoreShop\\Component\\Core\\Currency\\CurrencyStorageInterface' => 'CoreShop\\Component\\Core\\Currency\\CurrencyStorage',
'CoreShop\\Component\\Core\\Inventory\\Operator\\OrderInventoryOperatorInterface' => 'CoreShop\\Component\\Core\\Inventory\\Operator\\OrderInventoryOperator',
'CoreShop\\Component\\Core\\Order\\OrderMailProcessorInterface' => 'CoreShop\\Bundle\\CoreBundle\\Order\\OrderMailProcessor',
'CoreShop\\Component\\Core\\Product\\Cloner\\UnitMatcherInterface' => 'CoreShop\\Component\\Core\\Product\\Cloner\\UnitMatcher',
'CoreShop\\Component\\Core\\Product\\ProductTaxCalculatorFactoryInterface' => 'CoreShop\\Component\\Core\\Product\\ProductTaxCalculatorFactory',
'CoreShop\\Component\\Core\\Product\\TaxedProductPriceCalculatorInterface' => 'CoreShop\\Component\\Core\\Product\\TaxedProductPriceCalculator',
'CoreShop\\Component\\Core\\Provider\\AddressProviderInterface' => 'CoreShop\\Component\\Core\\Provider\\StoreBasedAddressProvider',
'CoreShop\\Component\\Core\\Provider\\DefaultTaxAddressProviderInterface' => 'CoreShop\\Component\\Core\\Provider\\ContextBasedDefaultTaxAddressProvider',
'CoreShop\\Component\\Core\\Taxation\\TaxApplicatorInterface' => 'CoreShop\\Component\\Core\\Taxation\\TaxApplicator',
'CoreShop\\Component\\Core\\Taxation\\TaxCalculatorFactoryInterface' => 'CoreShop\\Component\\Core\\Taxation\\CachedTaxCalculatorFactory',
'CoreShop\\Component\\Core\\Taxation\\TaxationDisplayProviderInterface' => 'CoreShop\\Component\\Core\\Taxation\\DefaultTaxationDisplayProvider',
'CoreShop\\Component\\Currency\\Context\\CurrencyContextInterface' => 'CoreShop\\Component\\Currency\\Context\\CachedCurrencyContext',
'CoreShop\\Component\\Currency\\Converter\\CurrencyConverterInterface' => 'CoreShop\\Component\\Currency\\Converter\\CurrencyConverter',
'CoreShop\\Component\\Currency\\Formatter\\MoneyFormatterInterface' => 'CoreShop\\Bundle\\MoneyBundle\\Formatter\\MoneyFormatter',
'CoreShop\\Component\\Customer\\Context\\CustomerContextInterface' => 'coreshop.context.customer',
'CoreShop\\Component\\Customer\\Context\\RequestBased\\RequestResolverInterface' => 'coreshop.context.customer.request_based.resolver.composite',
'CoreShop\\Component\\Index\\Factory\\FilteredListingFactoryInterface' => 'CoreShop\\Bundle\\IndexBundle\\Factory\\FilteredListingFactory',
'CoreShop\\Component\\Index\\Factory\\ListingFactoryInterface' => 'CoreShop\\Bundle\\IndexBundle\\Factory\\ListingFactory',
'CoreShop\\Component\\Index\\Filter\\FilterProcessorInterface' => 'CoreShop\\Component\\Index\\Filter\\FilterProcessor',
'CoreShop\\Component\\Index\\Service\\IndexUpdaterServiceInterface' => 'CoreShop\\Component\\Index\\Service\\IndexUpdaterService',
'CoreShop\\Component\\Index\\Worker\\FilterGroupHelperInterface' => 'CoreShop\\Component\\Index\\Worker\\FilterGroupHelper',
'CoreShop\\Component\\Inventory\\Checker\\AvailabilityCheckerInterface' => 'CoreShop\\Component\\Inventory\\Checker\\AvailabilityChecker',
'CoreShop\\Component\\Locale\\Context\\LocaleContextInterface' => 'coreshop.context.locale',
'CoreShop\\Component\\Notification\\Processor\\RuleApplierInterface' => 'CoreShop\\Component\\Notification\\Processor\\RuleApplier',
'CoreShop\\Component\\Notification\\Processor\\RulesProcessorInterface' => 'CoreShop\\Bundle\\NotificationBundle\\Processor\\EventedRuleProcessor',
'CoreShop\\Component\\Order\\Calculator\\PurchasableCalculatorInterface' => 'CoreShop\\Component\\Order\\Calculator\\PurchasableCalculator',
'CoreShop\\Component\\Order\\Calculator\\PurchasableDiscountCalculatorInterface' => 'CoreShop\\Component\\Order\\Calculator\\CompositePurchasableDiscountCalculator',
'CoreShop\\Component\\Order\\Calculator\\PurchasableDiscountPriceCalculatorInterface' => 'CoreShop\\Component\\Order\\Calculator\\CompositePurchasableDiscountPriceCalculator',
'CoreShop\\Component\\Order\\Calculator\\PurchasablePriceCalculatorInterface' => 'CoreShop\\Component\\Order\\Calculator\\CompositePurchasablePriceCalculator',
'CoreShop\\Component\\Order\\Calculator\\PurchasableRetailPriceCalculatorInterface' => 'CoreShop\\Component\\Order\\Calculator\\CompositePurchasableRetailPriceCalculator',
'CoreShop\\Component\\Order\\Calculator\\PurchasableWholesalePriceCalculatorInterface' => 'CoreShop\\Component\\Order\\Calculator\\CompositePurchasableWholesalePriceCalculator',
'CoreShop\\Component\\Order\\Cart\\CartContextResolver' => 'CoreShop\\Component\\Core\\Cart\\CartContextResolver',
'CoreShop\\Component\\Order\\Cart\\CartContextResolverInterface' => 'CoreShop\\Component\\Core\\Cart\\CartContextResolver',
'CoreShop\\Component\\Order\\Cart\\CartModifierInterface' => 'CoreShop\\Component\\Order\\Cart\\CartModifier',
'CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleProcessorInterface' => 'CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleProcessor',
'CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleUnProcessorInterface' => 'CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleUnProcessor',
'CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleValidationProcessorInterface' => 'CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleValidationProcessor',
'CoreShop\\Component\\Order\\Cart\\Rule\\ProposalCartPriceRuleCalculatorInterface' => 'CoreShop\\Component\\Order\\Cart\\Rule\\ProposalCartPriceRuleCalculator',
'CoreShop\\Component\\Order\\Checkout\\CheckoutManagerFactoryInterface' => 'coreshop.checkout_manager.factory',
'CoreShop\\Component\\Order\\Committer\\OrderCommitterInterface' => 'CoreShop\\Component\\Core\\Order\\Committer\\OrderCommitter',
'CoreShop\\Component\\Order\\Committer\\QuoteCommitterInterface' => 'CoreShop\\Component\\Core\\Order\\Committer\\QuoteCommitter',
'CoreShop\\Component\\Order\\Context\\CartContext' => 'CoreShop\\Component\\Core\\Context\\StoreBasedCartContext',
'CoreShop\\Component\\Order\\Context\\CartContextInterface' => 'CoreShop\\Component\\Order\\Context\\CompositeCartContext',
'CoreShop\\Component\\Order\\Distributor\\FloatDistributorInterface' => 'CoreShop\\Component\\Order\\Distributor\\FloatDistributor',
'CoreShop\\Component\\Order\\Distributor\\IntegerDistributorInterface' => 'CoreShop\\Component\\Order\\Distributor\\IntegerDistributor',
'CoreShop\\Component\\Order\\Distributor\\ProportionalIntegerDistributorInterface' => 'CoreShop\\Component\\Order\\Distributor\\ProportionalIntegerDistributor',
'CoreShop\\Component\\Order\\Factory\\AdjustmentFactoryInterface' => 'coreshop.custom_factory.adjustment',
'CoreShop\\Component\\Order\\Generator\\CodeGeneratorCheckerInterface' => 'CoreShop\\Component\\Order\\Generator\\CodeGeneratorChecker',
'CoreShop\\Component\\Order\\Manager\\CartManagerInterface' => 'CoreShop\\Bundle\\OrderBundle\\Manager\\CartManager',
'CoreShop\\Component\\Order\\Modifier\\VoucherModifierInterface' => 'CoreShop\\Component\\Order\\Modifier\\VoucherModifier',
'CoreShop\\Component\\Order\\Payment\\OrderPaymentProviderInterface' => 'CoreShop\\Component\\Order\\Payment\\OrderPaymentProvider',
'CoreShop\\Component\\Order\\Processor\\CartProcessorInterface' => 'CoreShop\\Component\\Order\\Processor\\CompositeCartProcessor',
'CoreShop\\Component\\Order\\Transformer\\OrderItemToShipmentItemTransformer' => 'CoreShop\\Component\\Core\\Order\\Transformer\\OrderItemToShipmentItemTransformer',
'CoreShop\\Component\\Order\\Transformer\\OrderToInvoiceTransformer' => 'coreshop.order.transformer.order_to_invoice.state_applier',
'CoreShop\\Component\\Order\\Transformer\\OrderToShipmentTransformer' => 'coreshop.order.transformer.order_to_shipment.state_applier',
'CoreShop\\Component\\Order\\Transformer\\TransformerEventDispatcherInterface' => '.container.private.coreshop.transformer.event_dispatcher',
'CoreShop\\Component\\Payment\\Checker\\PaymentProviderRuleCheckerInterface' => 'CoreShop\\Component\\Payment\\Checker\\PaymentProviderRuleChecker',
'CoreShop\\Component\\Payment\\Resolver\\PaymentProviderResolverInterface' => 'CoreShop\\Component\\Payment\\Resolver\\RuleBasedPaymentProviderResolver',
'CoreShop\\Component\\Payment\\Rule\\Processor\\PaymentProviderRuleActionProcessorInterface' => 'CoreShop\\Component\\Payment\\Processor\\PaymentProviderRuleActionProcessor',
'CoreShop\\Component\\Payment\\Validator\\PaymentProviderRuleValidatorInterface' => 'CoreShop\\Component\\Payment\\Validator\\PaymentProviderRuleValidator',
'CoreShop\\Component\\Payment\\Validator\\PaymentProviderValidatorInterface' => 'CoreShop\\Component\\Payment\\Validator\\PaymentProviderValidator',
'CoreShop\\Component\\Pimcore\\DataObject\\ClassInstallerInterface' => 'CoreShop\\Component\\Pimcore\\DataObject\\ClassInstaller',
'CoreShop\\Component\\Pimcore\\DataObject\\CompositeLinkGenerator' => 'CoreShop\\Bundle\\VariantBundle\\Pimcore\\VariantLinkGenerator',
'CoreShop\\Component\\Pimcore\\DataObject\\GridConfigInstallerInterface' => 'CoreShop\\Component\\Pimcore\\DataObject\\GridConfigInstaller',
'CoreShop\\Component\\Pimcore\\DataObject\\NoteServiceInterface' => 'CoreShop\\Component\\Pimcore\\DataObject\\NoteService',
'CoreShop\\Component\\Pimcore\\DataObject\\ObjectClonerInterface' => 'CoreShop\\Component\\Pimcore\\DataObject\\ObjectCloner',
'CoreShop\\Component\\Pimcore\\DataObject\\ObjectServiceInterface' => 'CoreShop\\Component\\Pimcore\\DataObject\\ObjectService',
'CoreShop\\Component\\Pimcore\\Mail\\MailProcessorInterface' => 'CoreShop\\Bundle\\PimcoreBundle\\Mail\\MailProcessor',
'CoreShop\\Component\\Pimcore\\Slug\\DataObjectSiteSlugGeneratorInterface' => 'CoreShop\\Component\\Pimcore\\Slug\\DataObjectSiteSlugGenerator',
'CoreShop\\Component\\Pimcore\\Slug\\DataObjectSlugGeneratorInterface' => 'CoreShop\\Bundle\\ResourceBundle\\Slug\\ResourceConfigurationSlugGenerator',
'CoreShop\\Component\\Pimcore\\Slug\\SluggableLinkGenerator' => 'CoreShop\\Component\\Resource\\Pimcore\\ResourceSlugLinkGenerator',
'CoreShop\\Component\\Pimcore\\Slug\\SluggableSluggerInterface' => 'CoreShop\\Component\\Pimcore\\Slug\\SluggableSlugger',
'CoreShop\\Component\\ProductQuantityPriceRules\\Detector\\QuantityReferenceDetectorInterface' => 'CoreShop\\Component\\ProductQuantityPriceRules\\Detector\\QuantityReferenceDetector',
'CoreShop\\Component\\ProductQuantityPriceRules\\Rule\\Fetcher\\ValidProductQuantityPriceRuleFetcher' => 'CoreShop\\Component\\ProductQuantityPriceRules\\Rule\\Fetcher\\MemoryCachedValidRuleFetcher',
'CoreShop\\Component\\ProductQuantityPriceRules\\Rule\\Fetcher\\ValidRulesFetcherInterface' => 'CoreShop\\Component\\ProductQuantityPriceRules\\Rule\\Fetcher\\MemoryCachedValidRuleFetcher',
'CoreShop\\Component\\Product\\Calculator\\ProductDiscountCalculatorInterface' => 'CoreShop\\Component\\Product\\Calculator\\CompositeDiscountCalculator',
'CoreShop\\Component\\Product\\Calculator\\ProductDiscountPriceCalculatorInterface' => 'CoreShop\\Component\\Product\\Calculator\\CompositeDiscountPriceCalculator',
'CoreShop\\Component\\Product\\Calculator\\ProductPriceCalculatorInterface' => 'CoreShop\\Component\\Product\\Calculator\\ProductPriceCalculator',
'CoreShop\\Component\\Product\\Calculator\\ProductRetailPriceCalculatorInterface' => 'CoreShop\\Component\\Product\\Calculator\\CompositeRetailPriceCalculator',
'CoreShop\\Component\\Product\\Rule\\Fetcher\\ValidRulesFetcherInterface' => 'CoreShop\\Component\\Product\\Rule\\Fetcher\\CompositeValidRuleFetcher',
'CoreShop\\Component\\Resource\\Metadata\\RegistryInterface' => 'CoreShop\\Component\\Resource\\Metadata\\Registry',
'CoreShop\\Component\\Resource\\Service\\FolderCreationServiceInterface' => 'CoreShop\\Component\\Resource\\Service\\FolderCreationService',
'CoreShop\\Component\\Resource\\Translation\\Provider\\TranslationLocaleProviderInterface' => 'CoreShop\\Component\\Resource\\Translation\\Provider\\PimcoreTranslationLocaleProvider',
'CoreShop\\Component\\Resource\\Translation\\TranslatableEntityLocaleAssignerInterface' => 'CoreShop\\Component\\Resource\\Translation\\TranslatableEntityLocaleAssigner',
'CoreShop\\Component\\SEO\\SEOPresentationInterface' => 'CoreShop\\Component\\SEO\\SEOPresentation',
'CoreShop\\Component\\Sequence\\Generator\\SequenceGeneratorInterface' => 'CoreShop\\Component\\Sequence\\Generator\\SequenceGenerator',
'CoreShop\\Component\\Shipping\\Calculator\\CarrierPriceCalculatorInterface' => 'CoreShop\\Component\\Shipping\\Calculator\\CarrierPriceCalculator',
'CoreShop\\Component\\Shipping\\Calculator\\TaxedShippingCalculatorInterface' => 'CoreShop\\Component\\Core\\Shipping\\Calculator\\TaxedCarrierPriceRuleCalculator',
'CoreShop\\Component\\Shipping\\Checker\\CarrierShippingRuleCheckerInterface' => 'CoreShop\\Component\\Shipping\\Checker\\CarrierShippingRuleChecker',
'CoreShop\\Component\\Shipping\\Resolver\\CarriersResolverInterface' => 'CoreShop\\Component\\Core\\Shipping\\Discover\\StoreBasedShippableCarriersDiscovery',
'CoreShop\\Component\\Shipping\\Resolver\\DefaultCarrierResolverInterface' => 'CoreShop\\Component\\Core\\Shipping\\Resolver\\CheapestDefaultCarrierResolver',
'CoreShop\\Component\\Shipping\\Rule\\Processor\\ShippingRuleActionProcessorInterface' => 'CoreShop\\Component\\Shipping\\Processor\\ShippingRuleActionProcessor',
'CoreShop\\Component\\Shipping\\Validator\\ShippableCarrierValidatorInterface' => '.container.private.coreshop.shipping.carrier.validator.composite',
'CoreShop\\Component\\StorageList\\Factory\\AddToStorageListFactoryInterface' => 'CoreShop\\Component\\StorageList\\Factory\\AddToStorageListFactory',
'CoreShop\\Component\\StorageList\\StorageListItemResolverInterface' => 'CoreShop\\Component\\StorageList\\StorageListItemResolver',
'CoreShop\\Component\\StorageList\\StorageListModifierInterface' => 'CoreShop\\Component\\StorageList\\SimpleStorageListModifier',
'CoreShop\\Component\\Store\\Context\\RequestBased\\RequestResolverInterface' => '.container.private.coreshop.context.store.request_based.resolver.composite',
'CoreShop\\Component\\Store\\Context\\StoreContextInterface' => 'coreshop.context.store',
'CoreShop\\Component\\Taxation\\Collector\\TaxCollectorInterface' => 'CoreShop\\Component\\Taxation\\Collector\\TaxCollector',
'CoreShop\\Component\\Tracking\\Tracker\\TrackerInterface' => 'CoreShop\\Component\\Tracking\\Tracker\\CompositeTracker',
'CoreShop\\Component\\Variant\\AttributeCollectorInterface' => 'CoreShop\\Component\\Variant\\AttributeCollector',
'Doctrine\\Persistence\\ConnectionRegistry' => 'doctrine',
'GuzzleHttp\\ClientInterface' => 'GuzzleHttp\\Client',
'Kreait\\Firebase\\Contract\\Auth' => 'kreait_firebase.seiko.auth',
'Kreait\\Firebase\\Contract\\Database' => 'kreait_firebase.seiko.database',
'Kreait\\Firebase\\Contract\\DynamicLinks' => 'kreait_firebase.seiko.dynamic_links',
'Kreait\\Firebase\\Contract\\Firestore' => 'kreait_firebase.seiko.firestore',
'Kreait\\Firebase\\Contract\\Messaging' => 'kreait_firebase.seiko.messaging',
'Kreait\\Firebase\\Contract\\RemoteConfig' => 'kreait_firebase.seiko.remote_config',
'Kreait\\Firebase\\Contract\\Storage' => 'kreait_firebase.seiko.storage',
'Payum\\Core\\Payum' => 'payum',
'Pimcore\\Db\\Connection' => 'doctrine.dbal.default_connection',
'Pimcore\\Db\\ConnectionInterface' => 'doctrine.dbal.default_connection',
'Pimcore\\Kernel' => 'kernel',
'Pimcore\\Localization\\LocaleService' => 'Pimcore\\Localization\\LocaleServiceInterface',
'Presta\\SitemapBundle\\Controller\\SitemapController' => 'presta_sitemap.controller',
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Google\\GoogleAuthenticator' => 'scheb_two_factor.security.google_authenticator',
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Google\\GoogleAuthenticatorInterface' => 'scheb_two_factor.security.google_authenticator',
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
'coreshop.cart.manager' => 'CoreShop\\Bundle\\OrderBundle\\Manager\\CartManager',
'coreshop.cart_item.quantity_modifier' => 'CoreShop\\Component\\Core\\Order\\Modifier\\CartItemQuantityModifier',
'coreshop.cart_item_price_rule.conditions.validation.processor' => 'coreshop.cart_item_price_rule.conditions.validation.processor.decorated',
'coreshop.cart_price_rule.conditions.validation.processor' => 'coreshop.cart_price_rule.conditions.validation.processor.decorated',
'coreshop.cart_price_rule.processor' => 'CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleProcessor',
'coreshop.cart_price_rule.rule_validation.processor' => 'CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleValidationProcessor',
'coreshop.cart_price_rule.un_processor' => 'CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleUnProcessor',
'coreshop.cart_processor' => 'CoreShop\\Component\\Order\\Processor\\CompositeCartProcessor',
'coreshop.cart_processor.composite' => 'CoreShop\\Component\\Order\\Processor\\CompositeCartProcessor',
'coreshop.class_installer' => 'CoreShop\\Component\\Pimcore\\DataObject\\ClassInstaller',
'coreshop.configuration.service' => 'CoreShop\\Component\\Core\\Configuration\\ConfigurationService',
'coreshop.context.cart' => 'CoreShop\\Component\\Order\\Context\\CompositeCartContext',
'coreshop.context.cart.new' => 'CoreShop\\Component\\Core\\Context\\StoreBasedCartContext',
'coreshop.context.country' => 'CoreShop\\Component\\Core\\Context\\Country\\StoreAwareCountryContext',
'coreshop.context.country.request_based.resolver.composite' => 'CoreShop\\Component\\Address\\Context\\RequestBased\\CachedCountryContext',
'coreshop.context.currency' => 'CoreShop\\Component\\Currency\\Context\\CachedCurrencyContext',
'coreshop.context.locale.composite' => 'coreshop.context.locale',
'coreshop.context.shopper' => 'CoreShop\\Component\\Core\\Context\\ShopperContext',
'coreshop.context.storage_list.wishlist' => 'CoreShop\\Component\\StorageList\\Context\\StorageListContextInterface',
'coreshop.currency_converter' => 'CoreShop\\Component\\Currency\\Converter\\CurrencyConverter',
'coreshop.customer.manager' => 'CoreShop\\Bundle\\CoreBundle\\Customer\\CustomerManager',
'coreshop.factory.add_multiple_to_cart' => 'CoreShop\\Bundle\\OrderBundle\\Factory\\AddToCartFactory',
'coreshop.factory.add_to_cart' => 'CoreShop\\Bundle\\OrderBundle\\Factory\\AddToCartFactory',
'coreshop.factory.adjustment' => 'coreshop.custom_factory.adjustment',
'coreshop.factory.filter.list' => 'CoreShop\\Bundle\\IndexBundle\\Factory\\FilteredListingFactory',
'coreshop.factory.index.list' => 'CoreShop\\Bundle\\IndexBundle\\Factory\\ListingFactory',
'coreshop.factory.payum_confirm_order' => 'CoreShop\\Bundle\\PayumBundle\\Factory\\ConfirmOrderFactory',
'coreshop.factory.payum_get_status' => 'CoreShop\\Bundle\\PayumBundle\\Factory\\GetStatusFactory',
'coreshop.factory.payum_resolve_next_route' => 'CoreShop\\Bundle\\PayumBundle\\Factory\\ResolveNextRouteFactory',
'coreshop.filter.processor' => 'CoreShop\\Component\\Index\\Filter\\FilterProcessor',
'coreshop.frontend.controller.cart' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CartController',
'coreshop.frontend.controller.category' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CategoryController',
'coreshop.frontend.controller.checkout' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CheckoutController',
'coreshop.frontend.controller.currency' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CurrencyController',
'coreshop.frontend.controller.customer' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CustomerController',
'coreshop.frontend.controller.index' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\IndexController',
'coreshop.frontend.controller.mail' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\MailController',
'coreshop.frontend.controller.order' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\OrderController',
'coreshop.frontend.controller.payment' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\PaymentController',
'coreshop.frontend.controller.product' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\ProductController',
'coreshop.frontend.controller.quote' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\QuoteController',
'coreshop.frontend.controller.register' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\RegisterController',
'coreshop.frontend.controller.search' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\SearchController',
'coreshop.frontend.controller.security' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\SecurityController',
'coreshop.grid_config_installer' => 'CoreShop\\Component\\Pimcore\\DataObject\\GridConfigInstaller',
'coreshop.index.filter_group_helper' => 'CoreShop\\Component\\Index\\Worker\\FilterGroupHelper',
'coreshop.index.updater' => 'CoreShop\\Component\\Index\\Service\\IndexUpdaterService',
'coreshop.manager.address' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.address_identifier' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.adjustment' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.attribute_color' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.attribute_group' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.attribute_value' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.carrier' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.carrier_translation' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.cart_price_rule' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.cart_price_rule_item' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.cart_price_rule_translation' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.cart_price_rule_voucher_code' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.category' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.company' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.configuration' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.country' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.country_translation' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.currency' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.customer' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.customer_group' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.data_fixture' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.exchange_rate' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.filter' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.filter_condition' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.gateway_config' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.index' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.index_column' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.manufacturer' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.notification_rule' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.order' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.order_invoice' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.order_invoice_item' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.order_item' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.order_shipment' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.order_shipment_item' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.payment' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.payment_provider' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.payment_provider_rule' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.payment_provider_rule_group' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.payment_provider_translation' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.payment_security_token' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.price_rule_item' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.product' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.product_price_rule' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.product_price_rule_translation' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.product_quantity_price_rule' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.product_quantity_price_rule_range' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.product_specific_price_rule' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.product_specific_price_rule_translation' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.product_store_values' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.product_unit' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.product_unit_definition' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.product_unit_definition_price' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.product_unit_definitions' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.product_unit_translation' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.rule_action' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.rule_condition' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.sequence' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.shipping_rule' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.shipping_rule_group' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.state' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.state_translation' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.store' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.tax_item' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.tax_rate' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.tax_rate_translation' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.tax_rule' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.tax_rule_group' => 'doctrine.orm.default_entity_manager',
'coreshop.manager.user' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.wishlist' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.wishlist_item' => 'CoreShop\\Bundle\\ResourceBundle\\Pimcore\\ObjectManager',
'coreshop.manager.zone' => 'doctrine.orm.default_entity_manager',
'coreshop.money_formatter' => 'CoreShop\\Bundle\\MoneyBundle\\Formatter\\MoneyFormatter',
'coreshop.notification_rule.conditions.processor' => 'coreshop.notification_rule.conditions.processor.decorated',
'coreshop.object_cloner' => 'CoreShop\\Component\\Pimcore\\DataObject\\ObjectCloner',
'coreshop.object_note_service' => 'CoreShop\\Component\\Pimcore\\DataObject\\NoteService',
'coreshop.object_service' => 'CoreShop\\Component\\Pimcore\\DataObject\\ObjectService',
'coreshop.order.number_generator.default' => 'coreshop.order.number_generator.prefix_suffix',
'coreshop.order.purchasable.calculator' => 'CoreShop\\Component\\Order\\Calculator\\PurchasableCalculator',
'coreshop.order.purchasable.discount_calculator' => 'CoreShop\\Component\\Order\\Calculator\\CompositePurchasableDiscountCalculator',
'coreshop.order.purchasable.discount_calculator.no_discount' => 'CoreShop\\Component\\Order\\Calculator\\NoDiscountPurchasableCalculator',
'coreshop.order.purchasable.price_discount_calculator' => 'CoreShop\\Component\\Order\\Calculator\\CompositePurchasableDiscountPriceCalculator',
'coreshop.order.purchasable.retail_price_calculator' => 'CoreShop\\Component\\Order\\Calculator\\CompositePurchasableRetailPriceCalculator',
'coreshop.order.transformer.order_to_invoice' => 'coreshop.order.transformer.order_to_invoice.state_applier',
'coreshop.order.transformer.order_to_shipment' => 'coreshop.order.transformer.order_to_shipment.state_applier',
'coreshop.order_invoice.number_generator.default' => 'coreshop.order_invoice.number_generator.prefix_suffix',
'coreshop.order_shipment.number_generator.default' => 'coreshop.order_shipment.number_generator.prefix_suffix',
'coreshop.order_shipment.transformer.order_item_to_shipment_item' => 'CoreShop\\Component\\Core\\Order\\Transformer\\OrderItemToShipmentItemTransformer',
'coreshop.payment_provider_rule.conditions.processor' => 'coreshop.payment_provider_rule.conditions.processor.decorated',
'coreshop.pimcore_controller.order_comment' => 'App\\CoreShop\\Controller\\OrderCommentController',
'coreshop.product.discount_calculator' => 'CoreShop\\Component\\Product\\Calculator\\CompositeDiscountCalculator',
'coreshop.product.discount_price_calculator' => 'CoreShop\\Component\\Product\\Calculator\\CompositeDiscountPriceCalculator',
'coreshop.product.price_calculator' => 'CoreShop\\Component\\Product\\Calculator\\ProductPriceCalculator',
'coreshop.product.price_calculator.product_price_valid_rules_fetcher' => 'coreshop.product.price_calculator.product_price_valid_rules_fetcher.memory_cache',
'coreshop.product.price_calculator.product_specific_price_valid_rules_fetcher' => 'coreshop.product.price_calculator.product_specific_price_valid_rules_fetcher.memory_cached',
'coreshop.product.retail_price_calculator' => 'CoreShop\\Component\\Product\\Calculator\\CompositeRetailPriceCalculator',
'coreshop.product.rules.fetcher' => 'CoreShop\\Component\\Product\\Rule\\Fetcher\\CompositeValidRuleFetcher',
'coreshop.product_price_rule.conditions.processor' => 'coreshop.product_price_rule.conditions.processor.decorated',
'coreshop.product_quantity_price_rules.conditions.processor' => 'coreshop.product_quantity_price_rules.conditions.processor.decorated',
'coreshop.product_specific_price_rule.conditions.processor' => 'coreshop.product_specific_price_rule.conditions.processor.decorated',
'coreshop.proportional_integer_distributor' => 'CoreShop\\Component\\Order\\Distributor\\ProportionalIntegerDistributor',
'coreshop.proposal.cart_price_rule.calculator' => 'CoreShop\\Component\\Order\\Cart\\Rule\\ProposalCartPriceRuleCalculator',
'coreshop.quote.number_generator.default' => 'coreshop.quote.number_generator.prefix_suffix',
'coreshop.renderer.order.pdf' => 'CoreShop\\Bundle\\OrderBundle\\Renderer\\AssetOrderDocumentPdfRenderer',
'coreshop.repository.order' => 'App\\CoreShop\\Repository\\OrderRepository',
'coreshop.repository.payment' => 'App\\CoreShop\\Repository\\PaymentRepository',
'coreshop.repository.workflow_history' => 'CoreShop\\Bundle\\WorkflowBundle\\History\\HistoryRepository',
'coreshop.resource.helper.form_error_serializer' => 'CoreShop\\Bundle\\ResourceBundle\\Form\\Helper\\ErrorSerializer',
'coreshop.resource.installer' => 'CoreShop\\Bundle\\ResourceBundle\\Installer\\CompositeResourceInstaller',
'coreshop.resource.installer.classes' => 'CoreShop\\Bundle\\ResourceBundle\\Installer\\PimcoreClassInstaller',
'coreshop.resource.installer.documents' => 'CoreShop\\Bundle\\ResourceBundle\\Installer\\PimcoreDocumentsInstaller',
'coreshop.resource.installer.grid_config' => 'CoreShop\\Bundle\\ResourceBundle\\Installer\\PimcoreGridConfigInstaller',
'coreshop.resource.installer.image_thumbnails' => 'CoreShop\\Bundle\\ResourceBundle\\Installer\\PimcoreImageThumbnailsInstaller',
'coreshop.resource.installer.permissions' => 'CoreShop\\Bundle\\ResourceBundle\\Installer\\PimcorePermissionInstaller',
'coreshop.resource.installer.routes' => 'CoreShop\\Bundle\\ResourceBundle\\Installer\\PimcoreRoutesInstaller',
'coreshop.resource.installer.sql' => 'CoreShop\\Bundle\\ResourceBundle\\Installer\\SqlInstaller',
'coreshop.resource_registry' => 'CoreShop\\Component\\Resource\\Metadata\\Registry',
'coreshop.seo.presentation' => 'CoreShop\\Component\\SEO\\SEOPresentation',
'coreshop.shipping.carrier.validator' => '.container.private.coreshop.shipping.carrier.validator.composite',
'coreshop.shipping_rule.conditions.processor' => 'coreshop.shipping_rule.conditions.processor.decorated',
'coreshop.storage.currency' => 'CoreShop\\Component\\Core\\Currency\\CurrencyStorage',
'coreshop.store.theme_helper' => 'CoreShop\\Bundle\\ThemeBundle\\Service\\ThemeHelper',
'coreshop.store.theme_resolver' => 'CoreShop\\Bundle\\ThemeBundle\\Service\\CompositeThemeResolver',
'coreshop.theme.helper' => 'CoreShop\\Bundle\\ThemeBundle\\Service\\ThemeHelper',
'coreshop.theme.resolver' => 'CoreShop\\Bundle\\ThemeBundle\\Service\\CompositeThemeResolver',
'coreshop.theme.resolver.composite' => 'CoreShop\\Bundle\\ThemeBundle\\Service\\CompositeThemeResolver',
'coreshop.tracking.manager' => 'CoreShop\\Component\\Tracking\\Tracker\\CompositeTracker',
'coreshop.tracking.resolver.tracking_config' => 'CoreShop\\Bundle\\TrackingBundle\\Resolver\\ConfigResolver',
'coreshop.voucher.modifier' => 'CoreShop\\Component\\Order\\Modifier\\VoucherModifier',
'coreshop.workflow.history_logger' => 'CoreShop\\Bundle\\WorkflowBundle\\History\\HistoryLogger',
'coreshop.workflow.state_history_logger' => 'CoreShop\\Bundle\\WorkflowBundle\\History\\StateHistoryLogger',
'coreshop.workflow.state_info_manager' => 'CoreShop\\Bundle\\WorkflowBundle\\StateManager\\WorkflowStateInfoManager',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'httplug.client' => 'hwi_oauth.http.client',
'httplug.message_factory' => 'hwi_oauth.http.message_factory',
'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
'messenger.bus.pimcore-core' => 'messenger.default_bus',
'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
'pimcore.app_logger' => 'Pimcore\\Log\\ApplicationLogger',
'pimcore.app_logger.default' => 'Pimcore\\Log\\ApplicationLogger',
'pimcore.http_client' => 'GuzzleHttp\\Client',
'pimcore.locale' => 'Pimcore\\Localization\\LocaleServiceInterface',
'pimcore.templating.engine.twig' => '.container.private.App\\Twig\\EnvironmentExtension',
'pimcore_admin.security.token_storage_user_resolver' => 'Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver',
'pimcore_admin.serializer' => 'Pimcore\\Admin\\Serializer',
'translator' => 'Symfony\\Contracts\\Translation\\TranslatorInterface',
'twig' => '.container.private.App\\Twig\\EnvironmentExtension',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Kernel.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Traits/HelperCharsetTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder/CacheBusterAware.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Traits/WebLinksTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadLink.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/Helper/HelperInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Templating/HeadLink.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadScript.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Templating/HeadScript.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/SiteRequestSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/ApiRequestListener.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/AccessControlListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/ResponseInjectionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/MaintenancePageListener.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/MaintenancePageListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Resource/Repository/RepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Resource/Repository/PimcoreDaoRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Pimcore/PimcoreDaoRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Resource/Repository/PimcoreRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Pimcore/PimcoreRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/StorageList/Core/Repository/CustomerAndStoreAwareRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/StorageList/Repository/StorageListRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/StorageList/Repository/PimcoreStorageListRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Repository/OrderRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Pimcore/Repository/OrderRepository.php';
include_once \dirname(__DIR__, 4).'/src/CoreShop/Repository/OrderRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Resource/Metadata/MetadataInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Resource/Metadata/Metadata.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Service/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Service/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Registry/ServiceRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Registry/ServiceRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Pimcore/Document/DocumentTagFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Resource/Pimcore/ResourceDocumentTagFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Loader/DependencyInjectionImplementationLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Pimcore/DataObject/ObjectServiceInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Pimcore/DataObject/ObjectService.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Pimcore/Twig/Extension/DataObjectRoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Locale/Context/LocaleContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Locale/Context/FixedLocaleContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Resource/Metadata/RegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Resource/Metadata/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Resource/Service/FolderCreationServiceInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Resource/Service/FolderCreationService.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Pimcore/CacheResourceMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Resource/Translation/Provider/TranslationLocaleProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Resource/Translation/Provider/PimcoreTranslationLocaleProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Doctrine/ResourceMappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/EventListener/BodyListener.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Currency/Formatter/MoneyFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Formatter/MoneyFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/WorkflowBundle/Manager/StateMachineManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/WorkflowBundle/Manager/StateMachineManager.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/WorkflowBundle/History/HistoryRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/WorkflowBundle/History/HistoryRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/WorkflowBundle/StateManager/WorkflowStateInfoManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/WorkflowBundle/StateManager/WorkflowStateInfoManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Configuration/Repository/ConfigurationRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ConfigurationBundle/Doctrine/ORM/ConfigurationRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Repository/ConfigurationRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Doctrine/ORM/ConfigurationRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Resource/Factory/FactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Resource/Factory/Factory.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Twig/OrderStateExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Cart/Rule/Action/CartPriceRuleActionProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Cart/Rule/Action/SurchargeAmountActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Cart/Rule/Applier/CartRuleApplierInterface.php';
include_once \dirname(__DIR__, 4).'/src/CoreShop/Cart/Rule/Applier/SurchargeAmountCartRuleApplier.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Rule/Condition/RuleValidationProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Cart/Rule/CartPriceRuleValidationProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Cart/Rule/CartPriceRuleValidationProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Cart/Rule/Action/CartItemActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Rule/Condition/ConditionCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Rule/Condition/NestedConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Cart/Rule/Condition/CartRuleConditionCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Cart/Rule/Condition/AbstractConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Cart/Rule/Condition/TimeSpanConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Cart/Rule/Condition/VoucherConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Cart/Rule/Condition/NotCombinableConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Cart/Rule/Condition/AmountConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Cart/Rule/ProposalCartPriceRuleCalculatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Cart/Rule/ProposalCartPriceRuleCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Cart/Rule/CartPriceRuleProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Cart/Rule/CartPriceRuleProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Cart/Rule/CartPriceRuleUnProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Cart/Rule/CartPriceRuleUnProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/CartItem/Rule/Condition/OrderItemActionConditionCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/CartItem/Rule/Condition/AbstractConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/CartItem/Rule/Condition/AmountConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Registry/PrioritizedServiceRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Registry/PrioritizedServiceRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Calculator/PurchasableRetailPriceCalculatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Calculator/CompositePurchasableRetailPriceCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Calculator/PurchasableDiscountCalculatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Calculator/NoDiscountPurchasableCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Calculator/CompositePurchasableDiscountCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Calculator/PurchasableDiscountPriceCalculatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Calculator/CompositePurchasableDiscountPriceCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Calculator/PurchasablePriceCalculatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Calculator/CompositePurchasablePriceCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Calculator/PurchasablePriceCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Calculator/PurchasableCalculatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Calculator/PurchasableCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Calculator/PurchasableWholesalePriceCalculatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Calculator/CompositePurchasableWholesalePriceCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Calculator/PurchasableWholesalePriceCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/StorageList/Context/StorageListContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Context/CartContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Context/FixedCartContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Service/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Collector/CartCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Manager/CartManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/StorageList/StorageListManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Manager/CartManager.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Processor/CartProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Processor/CompositeCartProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Distributor/ProportionalIntegerDistributorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Distributor/ProportionalIntegerDistributor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Resource/TokenGenerator/UniqueTokenGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Rule/Repository/RuleRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Doctrine/ORM/RuleRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Repository/CartPriceRuleRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Doctrine/ORM/CartPriceRuleRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Repository/CartPriceRuleVoucherRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Doctrine/ORM/CartPriceRuleVoucherRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Resource/Factory/PimcoreFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Resource/Factory/PimcoreFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Customer/Context/CustomerContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Customer/Context/FixedCustomerContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Context/TokenBasedCustomerContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Inventory/Checker/AvailabilityCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Inventory/Checker/AvailabilityChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Variant/AttributeCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Variant/AttributeCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Repository/PriceRuleRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Doctrine/ORM/PriceRuleRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Repository/ProductPriceRuleRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Doctrine/ORM/ProductPriceRuleRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Repository/CategoryRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Pimcore/Repository/CategoryRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Repository/CategoryRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Pimcore/Repository/CategoryRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Repository/ProductRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Pimcore/Repository/ProductRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Repository/ProductRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Repository/ProductVariantRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Pimcore/Repository/ProductRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Rule/Fetcher/ValidRulesFetcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Rule/Fetcher/CompositeValidRuleFetcher.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Rule/Condition/RuleValidationProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Rule/Fetcher/ValidProductPriceRuleFetcher.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Calculator/ProductDiscountCalculatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Calculator/ProductRetailPriceCalculatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Calculator/ProductDiscountPriceCalculatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Rule/Calculator/ProductPriceRuleCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Rule/Fetcher/MemoryCachedValidRuleFetcher.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Rule/Fetcher/ValidProductSpecificPriceRuleFetcher.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Calculator/CompositeRetailPriceCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Calculator/CompositeDiscountPriceCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Calculator/CompositeDiscountCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Rule/Condition/TimeSpanConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Rule/Action/ActionProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Rule/Action/ProductPriceActionProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Rule/Action/PriceActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Rule/Action/ProductDiscountPriceActionProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Rule/Action/DiscountPriceActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Rule/Action/ProductDiscountActionProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Rule/Action/DiscountAmountActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Rule/Action/DiscountPercentActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Calculator/ProductPriceCalculatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Product/Calculator/ProductPriceCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ThemeBundle/Service/ThemeResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ThemeBundle/Service/DocumentThemeResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ThemeBundle/Service/CompositeThemeResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Context/ThemeContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ThemeBundle/Context/ThemeContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Address/Repository/CountryRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Doctrine/ORM/CountryRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Repository/CountryRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Doctrine/ORM/CountryRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Collector/CountryCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Address/Context/CountryContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Address/Context/FixedCountryContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Address/Context/RequestBased/RequestResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Address/Context/RequestBased/CachedCountryContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Address/Context/RequestBased/CompositeRequestResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Address/Formatter/AddressFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Address/Formatter/AddressFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Currency/Repository/CurrencyRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Doctrine/ORM/CurrencyRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Repository/CurrencyRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Doctrine/ORM/CurrencyRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Currency/Repository/ExchangeRateRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Doctrine/ORM/ExchangeRateRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Currency/Converter/CurrencyConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Currency/Converter/CurrencyConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Currency/Context/CurrencyContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Currency/Context/CachedCurrencyContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Currency/Context/FixedCurrencyContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Taxation/Repository/TaxRuleRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Doctrine/ORM/TaxRuleRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Repository/TaxRuleRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Doctrine/ORM/TaxRuleRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Taxation/Repository/TaxRateRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Doctrine/ORM/TaxRateRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Taxation/Collector/TaxCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Taxation/Collector/TaxCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Store/Repository/StoreRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Doctrine/ORM/StoreRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Collector/StoreCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Theme/StoreThemeResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Store/Context/StoreContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Store/Context/RequestBased/CachedStoreContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Store/Context/RequestBased/StoreContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Store/Context/FixedStoreContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Context/Debug/DebugStorePersister.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Context/Debug/DebugStoreProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Context/Debug/DebugStoreProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Repository/CarrierRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Doctrine/ORM/CarrierRepository.php';
include_once \dirname(__DIR__, 4).'/src/Ecommerce/Doctrine/ORM/CarrierRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Rule/Condition/ShippingConditionCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Rule/Condition/AbstractConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Rule/Condition/AmountConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Rule/Condition/PostcodeConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Rule/Condition/WeightConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Rule/Condition/DimensionConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Rule/Condition/ShippingRuleConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Rule/Action/CarrierActionProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Rule/Action/CarrierPriceModificationActionProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Rule/Action/AdditionPercentActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Rule/Action/DiscountPercentActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Rule/Action/CarrierPriceActionProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Rule/Action/ShippingRuleActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Rule/Processor/ShippingRuleActionProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Processor/ShippingRuleActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Validator/ShippableCarrierValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Validator/ShippingRuleCarrierValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Checker/CarrierShippingRuleCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Checker/CarrierShippingRuleChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Resolver/CarriersResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Resolver/CarriersResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Calculator/CarrierPriceCalculatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Calculator/CarrierShippingRulePriceCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Calculator/CarrierPriceCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/WorkflowBundle/MarkingStore/OrmPersistentMarkingStore.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Payment/Rule/Condition/PaymentConditionCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Payment/Rule/Condition/AbstractConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Payment/Rule/Condition/AmountConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Payment/Rule/Action/ProviderActionProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Payment/Rule/Action/ProviderPriceModificationActionProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Payment/Rule/Action/AdditionPercentActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Payment/Rule/Action/DiscountPercentActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Payment/Rule/Action/ProviderPriceActionProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Payment/Rule/Action/PaymentProviderRuleActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Payment/Rule/Processor/PaymentProviderRuleActionProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Payment/Processor/PaymentProviderRuleActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Payment/Checker/PaymentProviderRuleCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Payment/Checker/PaymentProviderRuleChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Payment/Calculator/PaymentProviderRulePriceCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Notification/Rule/Condition/NotificationConditionCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Notification/Rule/Condition/AbstractConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Notification/Rule/Condition/SimpleStateChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Notification/Rule/Condition/StateTransitionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Notification/Rule/Condition/User/UserTypeChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TrackingBundle/Tracker/Google/TagManager/CodeTracker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TrackingBundle/EventListener/GtmDataLayerBlockListener.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PayumBundle/EventListener/TransactionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Product/Rule/Condition/CustomersConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Product/Rule/Condition/CustomerGroupsConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Product/Rule/Condition/CountriesConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Product/Rule/Condition/ZonesConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Product/Rule/Condition/StoresConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Product/Rule/Condition/CurrenciesConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/ProductQuantityPriceRules/Rule/Fetcher/ValidRulesFetcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/ProductQuantityPriceRules/Rule/Fetcher/MemoryCachedValidRuleFetcher.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/ProductQuantityPriceRules/Rule/Fetcher/ValidProductQuantityPriceRuleFetcher.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/ProductQuantityPriceRules/Detector/QuantityReferenceDetectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/ProductQuantityPriceRules/Detector/QuantityReferenceDetector.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/ProductQuantityPriceRules/Fetcher/QuantityPriceFetcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/ProductQuantityPriceRules/Fetcher/QuantityPriceFetcher.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/ProductQuantityPriceRules/Fetcher/QuantityRuleFetcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/ProductQuantityPriceRules/Fetcher/QuantityRuleFetcher.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/StorageList/Repository/ShareableStorageListRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/StorageList/Repository/ExpireAbleStorageListRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Wishlist/Repository/WishlistRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/WishlistBundle/Pimcore/Repository/WishlistRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Wishlist/Repository/WishlistRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/StorageList/Repository/CustomerExpiryRepositoryTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Pimcore/Repository/WishlistRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum/src/Payum/Core/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Profiler/PayumCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Filesystem/FilesystemInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Filesystem/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Factory/FinderFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Factory/FinderFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Context/SettableThemeContext.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Repository/ThemeRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Repository/InMemoryThemeRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Loader/ThemeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Loader/ThemeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Configuration/ConfigurationProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Configuration/CompositeConfigurationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Configuration/Filesystem/FilesystemConfigurationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Locator/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Locator/RecursiveFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Configuration/Filesystem/ConfigurationLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Configuration/Filesystem/ProcessingConfigurationLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Configuration/Filesystem/JsonFileConfigurationLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Configuration/ConfigurationProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Configuration/SymfonyConfigurationProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Definition/ConfigurationInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Configuration/ThemeConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Definition/Processor.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Factory/ThemeFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Factory/ThemeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Factory/ThemeAuthorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Factory/ThemeAuthorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Factory/ThemeScreenshotFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Factory/ThemeScreenshotFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Loader/CircularDependencyCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Loader/CircularDependencyChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/HierarchyProvider/ThemeHierarchyProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/HierarchyProvider/ThemeHierarchyProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Twig/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Twig/Loader/ThemedTemplateLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Twig/Locator/TemplateLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Twig/Locator/HierarchicalTemplateLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Twig/Locator/CompositeTemplateLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Translation/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Translation/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Translation/Provider/Loader/TranslatorLoaderProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Translation/Provider/Loader/TranslatorLoaderProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Translation/Provider/Resource/TranslatorResourceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Translation/Provider/Resource/CompositeTranslatorResourceProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Translation/Provider/Resource/SymfonyTranslatorResourceProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Translation/Provider/Resource/ThemeTranslatorResourceProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Translation/Finder/TranslationFilesFinderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Translation/Finder/OrderingTranslationFilesFinder.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Translation/Finder/TranslationFilesFinder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Translation/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Cache/CacheTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ProxyAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Transition.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/Security/Http/ResourceOwnerMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/Security/Http/ResourceOwnerMap.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Db/ConnectionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Db/PimcoreExtensionsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Db/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/BlacklistSchemaAssetFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Service/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/StorageList/Context/CompositeStorageListContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Context/CompositeCartContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/StorageList/Core/Context/CustomerAndStoreBasedStorageListContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/StorageList/Core/Context/SessionAndStoreBasedStorageListContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StorageListBundle/EventListener/SessionSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StorageListBundle/EventListener/CacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StorageListBundle/Core/EventListener/SessionStoreStorageListSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Config.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/lock/LockFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/lock/PersistingStoreInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/lock/Store/DatabaseTableTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/lock/Store/ExpiringStoreTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/lock/Store/DoctrineDbalStore.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Security/User/TokenStorageUserResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Security/User/UserLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Routing/Dynamic/DynamicRouteHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Routing/Dynamic/DocumentRouteHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Event/Traits/RecursionBlockingEventDispatchHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Routing/RedirectHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Extension/Bundle/PimcoreBundleManager.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Extension/Bundle/Config/StateConfig.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Extension/Bundle/PimcoreBundleLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Composer/PackageInfo.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/RequestHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/ResponseHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/RequestMatcherFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/ResponseStack.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/Response/CodeInjector.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/AbstractRequestResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/PimcoreContextResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/Context/PimcoreContextGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/StaticPageResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/OutputTimestampResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/SiteResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/EditmodeResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/DocumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/ResponseHeaderResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Localization/LocaleServiceInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Localization/LocaleService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/ClassNameLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/ImplementationLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Model/Document/Editable/Loader/EditableLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Model/Document/Editable/Loader/EditableLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/AbstractClassNameLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/PrefixLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Model/Document/Editable/Loader/PrefixLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Document/Editable/Block/BlockStateStack.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Document/Editable/EditmodeEditableDefinitionCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Model/ModelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/models/DataObject/Traits/ObjectVarTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Model/AbstractModel.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/models/Element/Service.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/models/Document/Service.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Document/Renderer/DocumentRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Document/Renderer/DocumentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Document/StaticPageGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/PimcoreContextAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/RoutingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/PimcoreContextListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/DocumentFallbackListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/PimcoreHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/TranslationDebugListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/ElementListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GlobalTemplateVariablesListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/HardlinkCanonicalListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/BlockStateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/DocumentMetaDataListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/StaticPageContextAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/StaticPageGeneratorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/EventedControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/ResponseHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/EditmodeListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/ResponseStackListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/InternalWysiwygHtmlAttributeFilterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/EnabledTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/PreviewRequestTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleAnalyticsCodeListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleTagManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/FullPageCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Cache/FullPage/SessionStatus.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleSearchConsoleVerificationListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/OutputTimestampListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Templating/Renderer/ActionRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Templating/Renderer/EditableRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/EngineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/StreamingEngineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/DelegatingEngine.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Templating/TwigDefaultDelegatingEngine.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/PimcoreUrl.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Traits/TextUtilsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadMeta.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadStyle.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadTitle.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Inc.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Templating/Renderer/IncludeRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/InlineScript.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder/ContainerService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/DataCollector/PimcoreDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/DataCollector/PimcoreTargetingDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Analytics/SiteId/SiteIdProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Analytics/Google/Config/ConfigProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Analytics/TrackerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Analytics/AbstractTracker.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Analytics/Google/Tracker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/DoctrineDbalAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Cache/TagAwareCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableTagAwareAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Cache/Core/CoreCacheHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Cache/Core/WriteLock.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/TargetingStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Traits/TimestampsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/CookieStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Cookie/CookieSaveHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Cookie/AbstractCookieSaveHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Cookie/JWTCookieSaveHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/VisitorInfoStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/VisitorInfoStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/DataLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Debug/Traits/StopwatchTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/DataLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionMatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/ActionHandler/ActionHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/ActionHandler/DelegatingActionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Document/DocumentTargetingConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/TargetingDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/EventListener/TargetingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/VisitorInfoResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Code/TargetingCodeGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/EventListener/ToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/EventListener/TargetingSessionBagListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/AdminSessionBagListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Session/SessionConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Session/AdminSessionBagConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/CsrfProtectionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/AdminSecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/Traits/ControllerTypeTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/AdminAuthenticationDoubleCheckListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/CsrfProtectionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/CustomAdminEntryPointCheckListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/UserPerspectiveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/UsageStatisticsListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/EnablePreviewTimeSliderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Currency/CurrencyStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Currency/CurrencyStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Context/Currency/StorageBasedCurrencyContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Context/Currency/StoreAwareCurrencyContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Currency/Context/CompositeCurrencyContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Context/StoreBasedCartContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Context/CartContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Context/Country/StoreAwareCountryContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Resource/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Storage/CookieStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Twig/CheckoutIdentifierExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/EventListener/RequestCartRecalculation.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/EventListener/RequestCartAvailability.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Product/ProductTaxCalculatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Product/ProductTaxCalculatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Product/TaxedProductPriceCalculatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Product/TaxedProductPriceCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Twig/ProductPriceExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Twig/ProductQuantityPriceRuleRangesPriceExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Twig/ProductTaxExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Twig/ConfigurationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Product/Calculator/StoreProductPriceCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Product/Calculator/StoreProductUnitDefinitionPriceCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Order/Calculator/PurchasableProductPriceCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Order/Calculator/PurchasableProductRetailPriceCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Order/Calculator/PurchasableProductDiscountCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Order/Calculator/PurchasableProductDiscountPriceCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Rule/Condition/CategoriesConditionCheckerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Shipping/Rule/Condition/CategoriesConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Rule/Condition/ProductVariantsCheckerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Shipping/Rule/Condition/ProductsConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Shipping/Rule/Condition/CountriesConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Shipping/Rule/Condition/ZonesConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Shipping/Rule/Condition/CustomersConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Shipping/Rule/Condition/CustomerGroupsConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Shipping/Rule/Condition/StoresConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Shipping/Rule/Condition/CurrenciesConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Shipping/Rule/Action/PriceActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Shipping/Rule/Action/AdditionAmountActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Shipping/Rule/Action/DiscountAmountActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Calculator/TaxedShippingCalculatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Shipping/Calculator/TaxedCarrierPriceRuleCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Shipping/Discover/StoreBasedShippableCarriersDiscovery.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Resolver/DefaultCarrierResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Shipping/Resolver/CheapestDefaultCarrierResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Product/Rule/Condition/CategoriesConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Product/Rule/Condition/ProductsConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Product/Rule/Condition/QuantityConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Cart/Rule/Condition/CategoriesConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Cart/Rule/Condition/ProductsConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Cart/Rule/Condition/CustomersConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Cart/Rule/Condition/CustomerGroupsConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Cart/Rule/Condition/CountriesConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Cart/Rule/Condition/ZonesConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Cart/Rule/Condition/StoresConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Cart/Rule/Condition/CurrenciesConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Cart/Rule/Condition/CarriersConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Cart/Rule/Action/FreeShippingActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Cart/Rule/Action/GiftProductActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Cart/Rule/Action/DiscountAmountActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Cart/Rule/Action/VoucherCreditActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Cart/Rule/Action/DiscountPercentActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Cart/Rule/Action/SurchargePercentActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Cart/Rule/Applier/CartRuleApplier.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/CartItem/Rule/Applier/CartItemRuleApplierInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/CartItem/Rule/Applier/CartItemRuleApplier.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/CartItem/Rule/Action/CartItemPriceRuleActionProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/CartItem/Rule/Action/DiscountAmountActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/CartItem/Rule/Action/DiscountPercentActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/CartItem/Rule/Condition/ProductsConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/CartItem/Rule/Condition/CategoriesConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Collector/CurrencyCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Cart/CartContextResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Cart/CartContextResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Cart/CartContextResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Twig/AddToCartExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Order/Processor/CartTextProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Processor/CartItemProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Order/Processor/CartItemProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Order/Processor/CartAdjustmentClearer.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Order/Processor/CartItemsProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Order/Processor/CartSubtotalProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Order/Processor/CartItemsWholesaleProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Order/Processor/CartShippingProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Order/Processor/CartRuleAutoProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Order/Processor/CartPriceRuleVoucherProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Order/Processor/CartTaxProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Order/Processor/CartPaymentProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Order/Processor/CartCurrencyConversionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Locale/Context/PimcoreAdminLocaleContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Payment/Rule/Condition/CategoriesConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Payment/Rule/Condition/ProductsConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Payment/Rule/Condition/CountriesConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Payment/Rule/Condition/ZonesConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Payment/Rule/Condition/CustomersConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Payment/Rule/Condition/CustomerGroupsConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Payment/Rule/Condition/StoresConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Payment/Rule/Condition/CurrenciesConditionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Payment/Rule/Action/PriceActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Payment/Rule/Action/AdditionAmountActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Payment/Rule/Action/DiscountAmountActionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Taxation/TaxCalculationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Shipping/Taxation/TaxCalculationStrategyTaxRule.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Shipping/Taxation/TaxCalculationStrategyCartItems.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Taxation/TaxCalculatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Taxation/TaxCalculatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Taxation/TaxApplicatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Taxation/TaxApplicator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Taxation/CachedTaxCalculatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Taxation/TaxationDisplayProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Taxation/DefaultTaxationDisplayProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Twig/TaxationDisplayProviderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Configuration/Service/ConfigurationServiceInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Configuration/Service/ConfigurationService.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Configuration/ConfigurationServiceInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Configuration/ConfigurationService.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Provider/AddressProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Provider/StoreBasedAddressProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Provider/DefaultTaxAddressProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Provider/ContextBasedDefaultTaxAddressProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/Security/OAuthUtils.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategyListener.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/message/src/Formatter.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/Helper/Helper.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/State/HubInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Options.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Pimcore/Repository/StackRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Pimcore/Repository/StackRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Rule/Condition/RuleConditionsValidationProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Rule/Condition/TraceableRuleConditionsValidationProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Rule/Condition/TraceableRuleConditionsValidationProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Rule/Condition/RuleConditionsValidationProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/HttpClient/HttpClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Locale/Context/CompositeLocaleContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Factory/AdjustmentFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Factory/AdjustmentFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Customer/Context/CompositeCustomerContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Customer/Context/RequestBased/RequestResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Customer/Context/RequestBased/CompositeRequestResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Currency/Display/DisplayFractionProviderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Ecommerce/Currency/Display/SeikoDisplayFractionProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Store/Context/CompositeStoreContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Context/Debug/DebugStoreContext.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Routing/Element/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Routing/DynamicRouteProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Routing/Dynamic/DataObjectRouteHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Customer/Allocator/CustomerAddressAllocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Customer/Allocator/CustomerAddressAllocator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Checkout/CheckoutManagerFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Checkout/DefaultCheckoutManagerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/StorageList/Core/Context/StoreBasedStorageListContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/StorageList/Context/StorageListFactoryContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Factory/OrderItemFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Factory/OrderItemFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Order/Factory/OrderFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/StorageList/Factory/StorageListFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/src/Twig/EnvironmentExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/FormatAttribute.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/ProductLogoExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/TransExistsExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/TruncateExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/ClubSiteExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Twig/FormatMoneyExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/InventoryBundle/Twig/InventoryExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/VariantBundle/Twig/Extension/VariantExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Twig/FormatAddressExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Twig/CurrencyExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Twig/ConvertCurrencyExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Twig/DisplayFractionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/FrontendBundle/Twig/TestHtmlAttributeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/FrontendBundle/Twig/TestFormAttributeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/FrontendBundle/Twig/MergeRecursiveExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Twig/ProductQuantityPriceRuleRangesExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/emailizr/src/EmailizrBundle/Twig/Extension/InkyExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/emailizr/src/EmailizrBundle/Parser/InkyParser.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/emailizr/src/EmailizrBundle/Twig/Extension/InlineStyleExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/emailizr/src/EmailizrBundle/Parser/InlineStyleParser.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/string-extra/StringExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/HelpersExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DocumentEditableExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/PimcoreObjectExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/PimcoreToolExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/NavigationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/GlossaryExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Tool/Glossary/Processor.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/HeaderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/AssetCompressExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/WebsiteConfigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DumpExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/CacheExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/AssetHelperExtensions.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DataObjectHelperExtensions.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DocumentHelperExtensions.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/ImageThumbnailExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/rybakit/twig-deferred-extension/src/DeferredExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Sandbox/SecurityPolicy.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/AdminExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Twig/ValidPriceRulesExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Twig/AddressAllocatorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/Twig/Extension/OAuthExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/Templating/Helper/OAuthHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/WorkflowInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Workflow.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/StateMachine.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Definition.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/WorkflowBundle/MarkingStore/PimcorePersistentMarkingStore.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Collector/ThemeCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Collector/RuleCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Customer/Context/RequestBased/CustomerContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Address/Context/CompositeCountryContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Address/Context/RequestBased/CountryContext.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Address/Context/RequestBased/GeoLiteBasedRequestResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Store/Context/RequestBased/RequestResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Store/Context/RequestBased/CompositeRequestResolver.php';
include_once \dirname(__DIR__, 4).'/src/Ecommerce/Store/Context/DocumentBasedRequestRequestResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Store/Context/RequestBased/PimcoreAreaBrickRenderResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Store/Context/RequestBased/PimcoreAdminSiteBasedRequestResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Store/Context/RequestBased/SiteBasedRequestResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Shipping/Validator/CompositeShippableCarrierValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/FrontendBundle/Twig/LocaleSwitcherExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Notification/Rule/Condition/Order/CarriersChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Notification/Rule/Condition/Order/CommentChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Notification/Rule/Condition/Order/BackendCreatedChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Notification/Rule/Condition/StoresChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/ProductQuantityPriceRules/Rule/Action/ProductQuantityPriceRuleActionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/ProductQuantityPriceRules/Rule/Action/AmountDecreaseAction.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/ProductQuantityPriceRules/Rule/Action/AmountIncreaseAction.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/ProductQuantityPriceRules/Rule/Action/FixedAction.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/ProductQuantityPriceRules/Calculator/CalculatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/ProductQuantityPriceRules/Calculator/UnitVolumeCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/ProductQuantityPriceRules/Calculator/VolumeCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/ProductQuantityPriceRules/Rule/Action/PercentageDecreaseAction.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/ProductQuantityPriceRules/Rule/Action/PercentageIncreaseAction.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function load($file, $lazyLoad = true)
{
if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
return $class::do($this, $lazyLoad);
}
if ('.' === $file[-4]) {
$class = substr($class, 0, -4);
} else {
$file .= '.php';
}
$service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
}
protected function createProxy($class, \Closure $factory)
{
class_exists($class, false) || require __DIR__.'/'.$class.'.php';
return $factory();
}
/**
* Gets the public '.container.private.App\Twig\EnvironmentExtension' shared service.
*
* @return \App\Twig\EnvironmentExtension
*/
protected function getEnvironmentExtensionService()
{
$a = ($this->privates['Sylius\\Bundle\\ThemeBundle\\Twig\\Loader\\ThemedTemplateLoader'] ?? $this->getThemedTemplateLoaderService());
if (isset($this->services['.container.private.App\\Twig\\EnvironmentExtension'])) {
return $this->services['.container.private.App\\Twig\\EnvironmentExtension'];
}
$this->services['.container.private.App\\Twig\\EnvironmentExtension'] = $instance = new \App\Twig\EnvironmentExtension($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8'], false);
$b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$e = ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService());
$f = ($this->services['pimcore.routing.router.request_context'] ?? $this->getPimcore_Routing_Router_RequestContextService());
$g = new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($b, $f->getBaseUrl(), $f->isSecure())), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0)));
$h = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$i = ($this->services['router'] ?? $this->getRouterService());
$j = ($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService());
$k = ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService());
$l = ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService());
$m = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$m->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $h]);
$n = new \Knp\Menu\Util\MenuManipulator();
$o = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
$p = new \Symfony\Bridge\Twig\AppVariable();
$p->setEnvironment('dev');
$p->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$p->setTokenStorage($c);
}
if ($this->has('request_stack')) {
$p->setRequestStack($b);
}
$q = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
$instance->addExtension($g);
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($h, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($i));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($d, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, $i)));
$instance->addExtension(($this->services['Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension'] ?? $this->getWebLinkExtensionService()));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension(($this->privates['workflow.registry'] ?? $this->getWorkflow_RegistryService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension($j, $k));
$instance->addExtension(new \App\Twig\Extension\FormatAttribute());
$instance->addExtension(new \App\Twig\Extension\ProductLogoExtension());
$instance->addExtension(new \App\Twig\Extension\TransExistsExtension(($this->privates['Sylius\\Bundle\\ThemeBundle\\Translation\\Translator'] ?? $this->getTranslatorService())));
$instance->addExtension(new \App\Twig\Extension\TruncateExtension());
$instance->addExtension(new \App\Twig\Extension\ClubSiteExtension());
$instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
$instance->addExtension(($this->services['CoreShop\\Component\\Pimcore\\Twig\\Extension\\DataObjectRoutingExtension'] ?? ($this->services['CoreShop\\Component\\Pimcore\\Twig\\Extension\\DataObjectRoutingExtension'] = new \CoreShop\Component\Pimcore\Twig\Extension\DataObjectRoutingExtension())));
$instance->addExtension(new \CoreShop\Bundle\MoneyBundle\Twig\FormatMoneyExtension(($this->services['CoreShop\\Bundle\\MoneyBundle\\Formatter\\MoneyFormatter'] ?? ($this->services['CoreShop\\Bundle\\MoneyBundle\\Formatter\\MoneyFormatter'] = new \CoreShop\Bundle\MoneyBundle\Formatter\MoneyFormatter(100)))));
$instance->addExtension(($this->services['CoreShop\\Bundle\\OrderBundle\\Twig\\OrderStateExtension'] ?? $this->getOrderStateExtensionService()));
$instance->addExtension(new \CoreShop\Bundle\InventoryBundle\Twig\InventoryExtension(($this->services['CoreShop\\Component\\Inventory\\Checker\\AvailabilityChecker'] ?? ($this->services['CoreShop\\Component\\Inventory\\Checker\\AvailabilityChecker'] = new \CoreShop\Component\Inventory\Checker\AvailabilityChecker()))));
$instance->addExtension(new \CoreShop\Bundle\VariantBundle\Twig\Extension\VariantExtension(($this->services['CoreShop\\Component\\Variant\\AttributeCollector'] ?? ($this->services['CoreShop\\Component\\Variant\\AttributeCollector'] = new \CoreShop\Component\Variant\AttributeCollector())), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService())));
$instance->addExtension(new \CoreShop\Bundle\AddressBundle\Twig\FormatAddressExtension(($this->services['CoreShop\\Component\\Address\\Formatter\\AddressFormatter'] ?? $this->getAddressFormatterService())));
$instance->addExtension(new \CoreShop\Bundle\CurrencyBundle\Twig\CurrencyExtension());
$instance->addExtension(new \CoreShop\Bundle\CurrencyBundle\Twig\ConvertCurrencyExtension(($this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'] ?? $this->getCurrencyConverterService())));
$instance->addExtension(new \CoreShop\Bundle\CurrencyBundle\Twig\DisplayFractionExtension(($this->services['CoreShop\\Component\\Currency\\Display\\DisplayFractionProviderInterface'] ?? ($this->services['CoreShop\\Component\\Currency\\Display\\DisplayFractionProviderInterface'] = new \App\Ecommerce\Currency\Display\SeikoDisplayFractionProvider()))));
$instance->addExtension(($this->services['.container.private.coreshop.frontend.twig.locale_switcher'] ?? $this->get_Container_Private_Coreshop_Frontend_Twig_LocaleSwitcherService()));
$instance->addExtension(new \CoreShop\Bundle\FrontendBundle\Twig\TestHtmlAttributeExtension('dev'));
$instance->addExtension(new \CoreShop\Bundle\FrontendBundle\Twig\TestFormAttributeExtension('dev'));
$instance->addExtension(new \CoreShop\Bundle\FrontendBundle\Twig\MergeRecursiveExtension());
$instance->addExtension(new \CoreShop\Bundle\ProductQuantityPriceRulesBundle\Twig\ProductQuantityPriceRuleRangesExtension(($this->services['CoreShop\\Component\\ProductQuantityPriceRules\\Detector\\QuantityReferenceDetector'] ?? $this->getQuantityReferenceDetectorService())));
$instance->addExtension(new \EmailizrBundle\Twig\Extension\InkyExtension(new \EmailizrBundle\Parser\InkyParser($l)));
$instance->addExtension(new \EmailizrBundle\Twig\Extension\InlineStyleExtension(new \EmailizrBundle\Parser\InlineStyleParser($l), ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)))))));
$instance->addExtension(new \Twig\Extra\String\StringExtension());
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($m));
$instance->addExtension(new \Pimcore\Twig\Extension\HelpersExtension(($this->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'] ?? $this->getPimcoreUrlService())));
$instance->addExtension(new \Pimcore\Twig\Extension\DocumentEditableExtension(($this->services['Pimcore\\Templating\\Renderer\\EditableRenderer'] ?? $this->getEditableRendererService())));
$instance->addExtension(($this->privates['Pimcore\\Twig\\Extension\\SubrequestExtension'] ?? $this->getSubrequestExtensionService()));
$instance->addExtension(new \Pimcore\Twig\Extension\PimcoreObjectExtension());
$instance->addExtension(new \Pimcore\Twig\Extension\PimcoreToolExtension());
$instance->addExtension(new \Pimcore\Twig\Extension\NavigationExtension(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Navigation'] ?? $this->getNavigationService())));
$instance->addExtension(new \Pimcore\Twig\Extension\GlossaryExtension(new \Pimcore\Tool\Glossary\Processor(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), $l, ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), $this->parameters['pimcore.glossary.blocked_tags'])));
$instance->addExtension(new \Pimcore\Twig\Extension\HeaderExtension(($this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadLink'] ?? $this->getHeadLinkService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadMeta'] ?? $this->getHeadMetaService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadScript'] ?? $this->getHeadScriptService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadStyle'] ?? $this->getHeadStyleService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadTitle'] ?? $this->getHeadTitleService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\InlineScript'] ?? $this->getInlineScriptService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder'] ?? $this->getPlaceholderService())));
$instance->addExtension(new \Pimcore\Twig\Extension\AssetCompressExtension());
$instance->addExtension(new \Pimcore\Twig\Extension\WebsiteConfigExtension());
$instance->addExtension(new \Pimcore\Twig\Extension\DumpExtension());
$instance->addExtension(new \Pimcore\Twig\Extension\CacheExtension($l));
$instance->addExtension(new \Pimcore\Twig\Extension\AssetHelperExtensions());
$instance->addExtension(new \Pimcore\Twig\Extension\DataObjectHelperExtensions());
$instance->addExtension(new \Pimcore\Twig\Extension\DocumentHelperExtensions());
$instance->addExtension(new \Pimcore\Twig\Extension\ImageThumbnailExtension());
$instance->addExtension(new \Twig\DeferredExtension\DeferredExtension());
$instance->addExtension(new \Twig\Extension\SandboxExtension(new \Pimcore\Twig\Sandbox\SecurityPolicy($this->parameters['pimcore.templating.twig.sandbox_security_policy.tags'], $this->parameters['pimcore.templating.twig.sandbox_security_policy.filters'], $this->parameters['pimcore.templating.twig.sandbox_security_policy.functions'])));
$instance->addExtension(new \Pimcore\Twig\Extension\AdminExtension($i, $l, ($this->privates['Pimcore\\Security\\User\\UserLoader'] ?? $this->getUserLoaderService())));
$instance->addExtension(($this->services['CoreShop\\Bundle\\CoreBundle\\Twig\\CheckoutIdentifierExtension'] ?? $this->getCheckoutIdentifierExtensionService()));
$instance->addExtension(($this->services['CoreShop\\Bundle\\CoreBundle\\Twig\\ProductPriceExtension'] ?? $this->getProductPriceExtensionService()));
$instance->addExtension(($this->services['CoreShop\\Bundle\\CoreBundle\\Twig\\ProductQuantityPriceRuleRangesPriceExtension'] ?? $this->getProductQuantityPriceRuleRangesPriceExtensionService()));
$instance->addExtension(($this->services['CoreShop\\Bundle\\CoreBundle\\Twig\\ProductTaxExtension'] ?? $this->getProductTaxExtensionService()));
$instance->addExtension(($this->services['CoreShop\\Bundle\\CoreBundle\\Twig\\ConfigurationExtension'] ?? $this->getConfigurationExtensionService()));
$instance->addExtension(new \CoreShop\Bundle\CoreBundle\Twig\ValidPriceRulesExtension(($this->services['CoreShop\\Component\\Product\\Rule\\Fetcher\\CompositeValidRuleFetcher'] ?? $this->getCompositeValidRuleFetcherService())));
$instance->addExtension(($this->services['CoreShop\\Bundle\\CoreBundle\\Twig\\AddToCartExtension'] ?? ($this->services['CoreShop\\Bundle\\CoreBundle\\Twig\\AddToCartExtension'] = new \CoreShop\Bundle\CoreBundle\Twig\AddToCartExtension())));
$instance->addExtension(new \CoreShop\Bundle\CoreBundle\Twig\AddressAllocatorExtension(($this->services['CoreShop\\Component\\Core\\Customer\\Allocator\\CustomerAddressAllocatorInterface'] ?? ($this->services['CoreShop\\Component\\Core\\Customer\\Allocator\\CustomerAddressAllocatorInterface'] = new \CoreShop\Component\Core\Customer\Allocator\CustomerAddressAllocator()))));
$instance->addExtension(($this->services['CoreShop\\Bundle\\CoreBundle\\Twig\\TaxationDisplayProviderExtension'] ?? $this->getTaxationDisplayProviderExtensionService()));
$instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($g));
$instance->addExtension(new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension(new \HWI\Bundle\OAuthBundle\Templating\Helper\OAuthHelper(($this->privates['hwi_oauth.security.oauth_utils'] ?? $this->getHwiOauth_Security_OauthUtilsService()), $b)));
$instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension($j, $k));
$instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
$instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
$instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'json' => ['services', 'CoreShop\\Bundle\\MenuBundle\\Renderer\\JsonRenderer', 'getJsonRendererService', true],
'list' => ['privates', 'knp_menu.renderer.list', 'getKnpMenu_Renderer_ListService', true],
'twig' => ['privates', 'knp_menu.renderer.twig', 'getKnpMenu_Renderer_TwigService', true],
], [
'json' => '?',
'list' => '?',
'twig' => '?',
]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
yield 0 => ($this->services['coreshop.menu_provider.lazy_provider'] ?? $this->load('getCoreshop_MenuProvider_LazyProviderService'));
yield 1 => ($this->privates['knp_menu.menu_provider.lazy'] ?? ($this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider([])));
yield 2 => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
}, 3)), $n, $o), $o, $n));
$instance->addGlobal('app', $p);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Twig\\Extension\\Templating\\HeadLink' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\HeadLink', 'getHeadLinkService', false],
'App\\Twig\\Extension\\Templating\\HeadScript' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\HeadScript', 'getHeadScriptService', false],
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', true],
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
'Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl', 'getPimcoreUrlService', false],
'Pimcore\\Twig\\Extension\\Templating\\HeadMeta' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\HeadMeta', 'getHeadMetaService', false],
'Pimcore\\Twig\\Extension\\Templating\\HeadStyle' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\HeadStyle', 'getHeadStyleService', false],
'Pimcore\\Twig\\Extension\\Templating\\HeadTitle' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\HeadTitle', 'getHeadTitleService', false],
'Pimcore\\Twig\\Extension\\Templating\\Inc' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\Inc', 'getIncService', false],
'Pimcore\\Twig\\Extension\\Templating\\InlineScript' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\InlineScript', 'getInlineScriptService', false],
'Pimcore\\Twig\\Extension\\Templating\\Navigation' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\Navigation', 'getNavigationService', false],
'Pimcore\\Twig\\Extension\\Templating\\Placeholder' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\Placeholder', 'getPlaceholderService', false],
'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\AbstractExtension' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\AbstractExtension', 'getAbstractExtensionService', true],
'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\CacheBusterAware' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\CacheBusterAware', 'getCacheBusterAwareService', true],
], [
'App\\Twig\\Extension\\Templating\\HeadLink' => '?',
'App\\Twig\\Extension\\Templating\\HeadScript' => '?',
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
'Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl' => '?',
'Pimcore\\Twig\\Extension\\Templating\\HeadMeta' => '?',
'Pimcore\\Twig\\Extension\\Templating\\HeadStyle' => '?',
'Pimcore\\Twig\\Extension\\Templating\\HeadTitle' => '?',
'Pimcore\\Twig\\Extension\\Templating\\Inc' => '?',
'Pimcore\\Twig\\Extension\\Templating\\InlineScript' => '?',
'Pimcore\\Twig\\Extension\\Templating\\Navigation' => '?',
'Pimcore\\Twig\\Extension\\Templating\\Placeholder' => '?',
'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\AbstractExtension' => '?',
'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\CacheBusterAware' => '?',
])));
$instance->addGlobal('container', $this);
$instance->addGlobal('pimcore_csrf', ($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'] ?? $this->getCsrfProtectionHandlerService()));
$instance->addGlobal('pimcore_csp', ($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\ContentSecurityPolicyHandler'] ?? $this->getContentSecurityPolicyHandlerService()));
$instance->addGlobal('coreshop', ($this->services['CoreShop\\Component\\Core\\Context\\ShopperContext'] ?? $this->getShopperContextService()));
$instance->addGlobal('app_date_format', 'Y. m. d.');
$instance->addGlobal('app_date_format_solid', 'Y.m.d.');
$instance->addGlobal('app_date_format_hypen', 'Y-m-d');
$instance->addGlobal('app_datetime_format', 'Y. m. d. H:i');
$instance->addGlobal('maxNumberOfComparedProducts', 3);
$instance->addGlobal('max_file_size', $this->parameters['app.file_max_size']);
$instance->addGlobal('default_image_path', $this->parameters['app.default_image_paths']);
$instance->addGlobal('santa_promo', 1733702400);
$instance->registerUndefinedFilterCallback([0 => $q, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $q, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $q, 1 => 'suggestTag']);
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.coreshop.context.country.composite' shared service.
*
* @return \CoreShop\Component\Address\Context\CompositeCountryContext
*/
protected function get_Container_Private_Coreshop_Context_Country_CompositeService()
{
$this->services['.container.private.coreshop.context.country.composite'] = $instance = new \CoreShop\Component\Address\Context\CompositeCountryContext();
$instance->addContext(($this->services['.container.private.coreshop.context.country.request_based'] ?? $this->get_Container_Private_Coreshop_Context_Country_RequestBasedService()));
$instance->addContext(($this->services['CoreShop\\Component\\Address\\Context\\FixedCountryContext'] ?? ($this->services['CoreShop\\Component\\Address\\Context\\FixedCountryContext'] = new \CoreShop\Component\Address\Context\FixedCountryContext())));
return $instance;
}
/**
* Gets the public '.container.private.coreshop.context.country.request_based' shared service.
*
* @return \CoreShop\Component\Address\Context\RequestBased\CountryContext
*/
protected function get_Container_Private_Coreshop_Context_Country_RequestBasedService()
{
$a = ($this->services['CoreShop\\Component\\Address\\Context\\RequestBased\\CachedCountryContext'] ?? $this->getCachedCountryContextService());
if (isset($this->services['.container.private.coreshop.context.country.request_based'])) {
return $this->services['.container.private.coreshop.context.country.request_based'];
}
return $this->services['.container.private.coreshop.context.country.request_based'] = new \CoreShop\Component\Address\Context\RequestBased\CountryContext($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public '.container.private.coreshop.context.country.request_based.resolver.geo_lite' shared service.
*
* @return \CoreShop\Component\Address\Context\RequestBased\GeoLiteBasedRequestResolver
*/
protected function get_Container_Private_Coreshop_Context_Country_RequestBased_Resolver_GeoLiteService()
{
$a = ($this->services['coreshop.repository.country'] ?? $this->getCoreshop_Repository_CountryService());
if (isset($this->services['.container.private.coreshop.context.country.request_based.resolver.geo_lite'])) {
return $this->services['.container.private.coreshop.context.country.request_based.resolver.geo_lite'];
}
$b = ($this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'] ?? $this->getCoreCacheHandlerService());
if (isset($this->services['.container.private.coreshop.context.country.request_based.resolver.geo_lite'])) {
return $this->services['.container.private.coreshop.context.country.request_based.resolver.geo_lite'];
}
return $this->services['.container.private.coreshop.context.country.request_based.resolver.geo_lite'] = new \CoreShop\Component\Address\Context\RequestBased\GeoLiteBasedRequestResolver($a, $b, '');
}
/**
* Gets the public '.container.private.coreshop.context.customer.request_based' shared service.
*
* @return \CoreShop\Component\Customer\Context\RequestBased\CustomerContext
*/
protected function get_Container_Private_Coreshop_Context_Customer_RequestBasedService()
{
return $this->services['.container.private.coreshop.context.customer.request_based'] = new \CoreShop\Component\Customer\Context\RequestBased\CustomerContext(($this->services['coreshop.context.customer.request_based.resolver.composite'] ?? ($this->services['coreshop.context.customer.request_based.resolver.composite'] = new \CoreShop\Component\Customer\Context\RequestBased\CompositeRequestResolver())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public '.container.private.coreshop.context.store.request_based.resolver.admin' shared service.
*
* @return \CoreShop\Component\Store\Context\RequestBased\PimcoreAdminSiteBasedRequestResolver
*/
protected function get_Container_Private_Coreshop_Context_Store_RequestBased_Resolver_AdminService()
{
$a = ($this->services['coreshop.repository.store'] ?? $this->getCoreshop_Repository_StoreService());
if (isset($this->services['.container.private.coreshop.context.store.request_based.resolver.admin'])) {
return $this->services['.container.private.coreshop.context.store.request_based.resolver.admin'];
}
return $this->services['.container.private.coreshop.context.store.request_based.resolver.admin'] = new \CoreShop\Component\Store\Context\RequestBased\PimcoreAdminSiteBasedRequestResolver($a, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Model\\Document\\Service'] ?? ($this->services['Pimcore\\Model\\Document\\Service'] = new \Pimcore\Model\Document\Service())));
}
/**
* Gets the public '.container.private.coreshop.context.store.request_based.resolver.composite' shared service.
*
* @return \CoreShop\Component\Store\Context\RequestBased\CompositeRequestResolver
*/
protected function get_Container_Private_Coreshop_Context_Store_RequestBased_Resolver_CompositeService()
{
$this->services['.container.private.coreshop.context.store.request_based.resolver.composite'] = $instance = new \CoreShop\Component\Store\Context\RequestBased\CompositeRequestResolver();
$a = ($this->services['coreshop.repository.store'] ?? $this->getCoreshop_Repository_StoreService());
$b = new \App\Ecommerce\Store\Context\DocumentBasedRequestRequestResolver($a);
$instance->addResolver($b, 300);
$instance->addResolver($b);
$instance->addResolver(($this->services['.container.private.coreshop.context.store.request_based.resolver.admin'] ?? $this->get_Container_Private_Coreshop_Context_Store_RequestBased_Resolver_AdminService()), 200);
$instance->addResolver(new \CoreShop\Component\Store\Context\RequestBased\PimcoreAreaBrickRenderResolver($a), 220);
$instance->addResolver(($this->services['.container.private.coreshop.context.store.request_based.resolver.hostname_based'] ?? $this->get_Container_Private_Coreshop_Context_Store_RequestBased_Resolver_HostnameBasedService()), 100);
return $instance;
}
/**
* Gets the public '.container.private.coreshop.context.store.request_based.resolver.hostname_based' shared service.
*
* @return \CoreShop\Component\Store\Context\RequestBased\SiteBasedRequestResolver
*/
protected function get_Container_Private_Coreshop_Context_Store_RequestBased_Resolver_HostnameBasedService()
{
$a = ($this->services['coreshop.repository.store'] ?? $this->getCoreshop_Repository_StoreService());
if (isset($this->services['.container.private.coreshop.context.store.request_based.resolver.hostname_based'])) {
return $this->services['.container.private.coreshop.context.store.request_based.resolver.hostname_based'];
}
return $this->services['.container.private.coreshop.context.store.request_based.resolver.hostname_based'] = new \CoreShop\Component\Store\Context\RequestBased\SiteBasedRequestResolver($a);
}
/**
* Gets the public '.container.private.coreshop.frontend.twig.locale_switcher' shared service.
*
* @return \CoreShop\Bundle\FrontendBundle\Twig\LocaleSwitcherExtension
*/
protected function get_Container_Private_Coreshop_Frontend_Twig_LocaleSwitcherService()
{
return $this->services['.container.private.coreshop.frontend.twig.locale_switcher'] = new \CoreShop\Bundle\FrontendBundle\Twig\LocaleSwitcherExtension(($this->services['Pimcore\\Model\\Document\\Service'] ?? ($this->services['Pimcore\\Model\\Document\\Service'] = new \Pimcore\Model\Document\Service())), ($this->services['CoreShop\\Component\\Core\\Context\\ShopperContext'] ?? $this->getShopperContextService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the public '.container.private.coreshop.notification_rule.condition.order.backend_created' shared service.
*
* @return \CoreShop\Component\Core\Notification\Rule\Condition\Order\BackendCreatedChecker
*/
protected function get_Container_Private_Coreshop_NotificationRule_Condition_Order_BackendCreatedService()
{
return $this->services['.container.private.coreshop.notification_rule.condition.order.backend_created'] = new \CoreShop\Component\Core\Notification\Rule\Condition\Order\BackendCreatedChecker();
}
/**
* Gets the public '.container.private.coreshop.notification_rule.condition.order.carriers' shared service.
*
* @return \CoreShop\Component\Core\Notification\Rule\Condition\Order\CarriersChecker
*/
protected function get_Container_Private_Coreshop_NotificationRule_Condition_Order_CarriersService()
{
return $this->services['.container.private.coreshop.notification_rule.condition.order.carriers'] = new \CoreShop\Component\Core\Notification\Rule\Condition\Order\CarriersChecker();
}
/**
* Gets the public '.container.private.coreshop.notification_rule.condition.order.comment' shared service.
*
* @return \CoreShop\Component\Core\Notification\Rule\Condition\Order\CommentChecker
*/
protected function get_Container_Private_Coreshop_NotificationRule_Condition_Order_CommentService()
{
return $this->services['.container.private.coreshop.notification_rule.condition.order.comment'] = new \CoreShop\Component\Core\Notification\Rule\Condition\Order\CommentChecker();
}
/**
* Gets the public '.container.private.coreshop.notification_rule.condition.store' shared service.
*
* @return \CoreShop\Component\Core\Notification\Rule\Condition\StoresChecker
*/
protected function get_Container_Private_Coreshop_NotificationRule_Condition_StoreService()
{
return $this->services['.container.private.coreshop.notification_rule.condition.store'] = new \CoreShop\Component\Core\Notification\Rule\Condition\StoresChecker();
}
/**
* Gets the public '.container.private.coreshop.product_quantity_price_rules.action.amount_decrease' shared service.
*
* @return \CoreShop\Component\Core\ProductQuantityPriceRules\Rule\Action\AmountDecreaseAction
*/
protected function get_Container_Private_Coreshop_ProductQuantityPriceRules_Action_AmountDecreaseService()
{
$a = ($this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'] ?? $this->getCurrencyConverterService());
if (isset($this->services['.container.private.coreshop.product_quantity_price_rules.action.amount_decrease'])) {
return $this->services['.container.private.coreshop.product_quantity_price_rules.action.amount_decrease'];
}
return $this->services['.container.private.coreshop.product_quantity_price_rules.action.amount_decrease'] = new \CoreShop\Component\Core\ProductQuantityPriceRules\Rule\Action\AmountDecreaseAction($a);
}
/**
* Gets the public '.container.private.coreshop.product_quantity_price_rules.action.amount_increase' shared service.
*
* @return \CoreShop\Component\Core\ProductQuantityPriceRules\Rule\Action\AmountIncreaseAction
*/
protected function get_Container_Private_Coreshop_ProductQuantityPriceRules_Action_AmountIncreaseService()
{
$a = ($this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'] ?? $this->getCurrencyConverterService());
if (isset($this->services['.container.private.coreshop.product_quantity_price_rules.action.amount_increase'])) {
return $this->services['.container.private.coreshop.product_quantity_price_rules.action.amount_increase'];
}
return $this->services['.container.private.coreshop.product_quantity_price_rules.action.amount_increase'] = new \CoreShop\Component\Core\ProductQuantityPriceRules\Rule\Action\AmountIncreaseAction($a);
}
/**
* Gets the public '.container.private.coreshop.product_quantity_price_rules.action.fixed' shared service.
*
* @return \CoreShop\Component\Core\ProductQuantityPriceRules\Rule\Action\FixedAction
*/
protected function get_Container_Private_Coreshop_ProductQuantityPriceRules_Action_FixedService()
{
$a = ($this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'] ?? $this->getCurrencyConverterService());
if (isset($this->services['.container.private.coreshop.product_quantity_price_rules.action.fixed'])) {
return $this->services['.container.private.coreshop.product_quantity_price_rules.action.fixed'];
}
return $this->services['.container.private.coreshop.product_quantity_price_rules.action.fixed'] = new \CoreShop\Component\Core\ProductQuantityPriceRules\Rule\Action\FixedAction($a);
}
/**
* Gets the public '.container.private.coreshop.product_quantity_price_rules.calculator.unit_volume' shared service.
*
* @return \CoreShop\Component\Core\ProductQuantityPriceRules\Calculator\UnitVolumeCalculator
*/
protected function get_Container_Private_Coreshop_ProductQuantityPriceRules_Calculator_UnitVolumeService()
{
$a = ($this->services['.container.private.coreshop.product_quantity_price_rules.action.amount_decrease'] ?? $this->get_Container_Private_Coreshop_ProductQuantityPriceRules_Action_AmountDecreaseService());
if (isset($this->services['.container.private.coreshop.product_quantity_price_rules.calculator.unit_volume'])) {
return $this->services['.container.private.coreshop.product_quantity_price_rules.calculator.unit_volume'];
}
$b = ($this->services['.container.private.coreshop.product_quantity_price_rules.action.amount_increase'] ?? $this->get_Container_Private_Coreshop_ProductQuantityPriceRules_Action_AmountIncreaseService());
if (isset($this->services['.container.private.coreshop.product_quantity_price_rules.calculator.unit_volume'])) {
return $this->services['.container.private.coreshop.product_quantity_price_rules.calculator.unit_volume'];
}
$c = ($this->services['.container.private.coreshop.product_quantity_price_rules.action.fixed'] ?? $this->get_Container_Private_Coreshop_ProductQuantityPriceRules_Action_FixedService());
if (isset($this->services['.container.private.coreshop.product_quantity_price_rules.calculator.unit_volume'])) {
return $this->services['.container.private.coreshop.product_quantity_price_rules.calculator.unit_volume'];
}
$d = new \CoreShop\Component\Registry\ServiceRegistry('CoreShop\\Component\\ProductQuantityPriceRules\\Rule\\Action\\ProductQuantityPriceRuleActionInterface', 'product-quantity-price-rules-actions');
$d->register('percentage_decrease', new \CoreShop\Component\ProductQuantityPriceRules\Rule\Action\PercentageDecreaseAction());
$d->register('percentage_increase', new \CoreShop\Component\ProductQuantityPriceRules\Rule\Action\PercentageIncreaseAction());
$d->register('amount_decrease', $a);
$d->register('amount_increase', $b);
$d->register('fixed', $c);
return $this->services['.container.private.coreshop.product_quantity_price_rules.calculator.unit_volume'] = new \CoreShop\Component\Core\ProductQuantityPriceRules\Calculator\UnitVolumeCalculator(new \CoreShop\Component\ProductQuantityPriceRules\Calculator\VolumeCalculator($d), $d);
}
/**
* Gets the public '.container.private.coreshop.shipping.carrier.validator.composite' shared service.
*
* @return \CoreShop\Component\Shipping\Validator\CompositeShippableCarrierValidator
*/
protected function get_Container_Private_Coreshop_Shipping_Carrier_Validator_CompositeService()
{
$this->services['.container.private.coreshop.shipping.carrier.validator.composite'] = $instance = new \CoreShop\Component\Shipping\Validator\CompositeShippableCarrierValidator();
$instance->addValidator(($this->services['CoreShop\\Component\\Shipping\\Validator\\ShippingRuleCarrierValidator'] ?? $this->getShippingRuleCarrierValidatorService()), 10);
return $instance;
}
/**
* Gets the public '.container.private.form.factory' shared service.
*
* @return \Symfony\Component\Form\FormFactory
*/
protected function get_Container_Private_Form_FactoryService()
{
$a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
if (isset($this->services['.container.private.form.factory'])) {
return $this->services['.container.private.form.factory'];
}
return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
}
/**
* Gets the public '.container.private.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$a = ($this->services['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService());
$this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
$d->addInstance('cache.rate_limiter', ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
$d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
$d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$d->addInstance('pimcore.cache.adapter.redis_tag_aware', ($this->privates['pimcore.cache.adapter.redis_tag_aware'] ?? $this->getPimcore_Cache_Adapter_RedisTagAwareService()));
$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, NULL);
$f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
$g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
$g->registerBus('coreshop.bus', ($this->privates['debug.traced.coreshop.bus'] ?? $this->getDebug_Traced_Coreshop_BusService()));
$g->registerBus('messenger.bus.pimcore-core', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$h->setKernel($b);
}
$instance->add(($this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreDataCollector'] ?? $this->getPimcoreDataCollectorService()));
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector'] ?? $this->getPimcoreTargetingDataCollectorService()));
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())));
$instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.App\\Twig\\EnvironmentExtension'] ?? $this->getEnvironmentExtensionService())));
$instance->add($e);
$instance->add($f);
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector(0))));
$instance->add($g);
$instance->add(new \JMS\SerializerBundle\Debug\DataCollector(['CoreShop\\Bundle\\ResourceBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\RuleBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\ConfigurationBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ConfigurationBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\OrderBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\CustomerBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CustomerBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\ProductBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\AddressBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\CurrencyBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\TaxationBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\StoreBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\IndexBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\ShippingBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\PaymentBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\PayumPaymentBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PayumPaymentBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\NotificationBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\CoreBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/config/serializer'), 'Pimcore' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/config/serializer'), 'Carbon' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/config/serializer'), 'CoreShop\\Component\\Rule' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/config/serializer'), 'CoreShop\\Component\\Configuration' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ConfigurationBundle/Resources/config/serializer'), 'CoreShop\\Component\\Order' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/config/serializer'), 'CoreShop\\Component\\Customer' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CustomerBundle/Resources/config/serializer'), 'CoreShop\\Component\\Product' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/config/serializer'), 'CoreShop\\Component\\Address' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/config/serializer'), 'CoreShop\\Component\\Currency' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/config/serializer'), 'CoreShop\\Component\\Taxation' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/config/serializer'), 'CoreShop\\Component\\Store' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/config/serializer'), 'CoreShop\\Component\\Index' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/config/serializer'), 'CoreShop\\Component\\Shipping' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/config/serializer'), 'CoreShop\\Component\\Payment' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/config/serializer'), 'CoreShop\\Component\\ProductQuantityPriceRules' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/config/serializer'), 'CoreShop\\Component\\Core' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/config/serializer')], ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->privates['jms_serializer.traceable_runs_listener'] ?? ($this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener()))));
$instance->add(($this->services['CoreShop\\Bundle\\OrderBundle\\Collector\\CartCollector'] ?? $this->getCartCollectorService()));
$instance->add(($this->services['CoreShop\\Bundle\\AddressBundle\\Collector\\CountryCollector'] ?? $this->getCountryCollectorService()));
$instance->add(($this->services['CoreShop\\Bundle\\StoreBundle\\Collector\\StoreCollector'] ?? $this->getStoreCollectorService()));
$instance->add(($this->services['payum.profiler.payum_collector'] ?? ($this->services['payum.profiler.payum_collector'] = new \Payum\Bundle\PayumBundle\Profiler\PayumCollector())));
$instance->add(new \Sylius\Bundle\ThemeBundle\Collector\ThemeCollector(($this->privates['Sylius\\Bundle\\ThemeBundle\\Repository\\ThemeRepositoryInterface'] ?? $this->getThemeRepositoryInterfaceService()), ($this->services['CoreShop\\Bundle\\ThemeBundle\\Context\\ThemeContext'] ?? $this->getThemeContextService()), ($this->privates['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] ?? ($this->privates['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] = new \Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProvider()))));
$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()))));
$instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
$instance->add(($this->services['CoreShop\\Bundle\\CoreBundle\\Collector\\CurrencyCollector'] ?? $this->getCurrencyCollectorService()));
$instance->add(new \CoreShop\Bundle\RuleBundle\Collector\RuleCollector([0 => ($this->services['coreshop.cart_price_rule.conditions.validation.processor.decorated'] ?? $this->getCoreshop_CartPriceRule_Conditions_Validation_Processor_DecoratedService()), 1 => ($this->services['coreshop.cart_item_price_rule.conditions.validation.processor.decorated'] ?? $this->getCoreshop_CartItemPriceRule_Conditions_Validation_Processor_DecoratedService()), 2 => ($this->services['coreshop.product_price_rule.conditions.processor.decorated'] ?? $this->getCoreshop_ProductPriceRule_Conditions_Processor_DecoratedService()), 3 => ($this->services['coreshop.product_specific_price_rule.conditions.processor.decorated'] ?? $this->getCoreshop_ProductSpecificPriceRule_Conditions_Processor_DecoratedService()), 4 => ($this->services['coreshop.shipping_rule.conditions.processor.decorated'] ?? $this->getCoreshop_ShippingRule_Conditions_Processor_DecoratedService()), 5 => ($this->services['coreshop.payment_provider_rule.conditions.processor.decorated'] ?? $this->getCoreshop_PaymentProviderRule_Conditions_Processor_DecoratedService()), 6 => ($this->services['coreshop.notification_rule.conditions.processor.decorated'] ?? $this->getCoreshop_NotificationRule_Conditions_Processor_DecoratedService()), 7 => ($this->services['coreshop.product_quantity_price_rules.conditions.processor.decorated'] ?? $this->getCoreshop_ProductQuantityPriceRules_Conditions_Processor_DecoratedService())]));
$instance->add($h);
return $instance;
}
/**
* Gets the public '.container.private.security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function get_Container_Private_Security_AuthorizationCheckerService()
{
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->services['.container.private.security.authorization_checker'])) {
return $this->services['.container.private.security.authorization_checker'];
}
return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, false, false, false);
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.serializer' shared service.
*
* @return \Symfony\Component\Serializer\Serializer
*/
protected function get_Container_Private_SerializerService()
{
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
$c = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
$d = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
$e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($d);
return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), 1 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 2 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 3 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 4 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 5 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), 6 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($d, $c, $a, $e, NULL)), 7 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 8 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 9 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 12 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 13 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($d, $c, $b, $a, $e, NULL)], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
}
/**
* Gets the public '.container.private.state_machine.coreshop_invoice' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_CoreshopInvoiceService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.coreshop_invoice'])) {
return $this->services['.container.private.state_machine.coreshop_invoice'];
}
return $this->services['.container.private.state_machine.coreshop_invoice'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'new', 1 => 'ready', 2 => 'cancelled', 3 => 'complete'], [0 => ($this->privates['.state_machine.coreshop_invoice.transition.0'] ?? ($this->privates['.state_machine.coreshop_invoice.transition.0'] = new \Symfony\Component\Workflow\Transition('create', 'new', 'ready'))), 1 => ($this->privates['.state_machine.coreshop_invoice.transition.1'] ?? ($this->privates['.state_machine.coreshop_invoice.transition.1'] = new \Symfony\Component\Workflow\Transition('cancel', 'new', 'cancelled'))), 2 => ($this->privates['.state_machine.coreshop_invoice.transition.2'] ?? ($this->privates['.state_machine.coreshop_invoice.transition.2'] = new \Symfony\Component\Workflow\Transition('cancel', 'ready', 'cancelled'))), 3 => ($this->privates['.state_machine.coreshop_invoice.transition.3'] ?? ($this->privates['.state_machine.coreshop_invoice.transition.3'] = new \Symfony\Component\Workflow\Transition('cancel', 'complete', 'cancelled'))), 4 => ($this->privates['.state_machine.coreshop_invoice.transition.4'] ?? ($this->privates['.state_machine.coreshop_invoice.transition.4'] = new \Symfony\Component\Workflow\Transition('complete', 'ready', 'complete')))], [], ($this->privates['state_machine.coreshop_invoice.metadata_store'] ?? $this->getStateMachine_CoreshopInvoice_MetadataStoreService())), new \CoreShop\Bundle\WorkflowBundle\MarkingStore\PimcorePersistentMarkingStore(new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'state')), $a, 'coreshop_invoice', NULL);
}
/**
* Gets the public '.container.private.state_machine.coreshop_order' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_CoreshopOrderService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.coreshop_order'])) {
return $this->services['.container.private.state_machine.coreshop_order'];
}
return $this->services['.container.private.state_machine.coreshop_order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'initialized', 1 => 'new', 2 => 'confirmed', 3 => 'cancelled', 4 => 'complete', 5 => 'initialized', 6 => 'new', 7 => 'confirmed', 8 => 'processing', 9 => 'cancelled', 10 => 'complete'], [0 => ($this->privates['.state_machine.coreshop_order.transition.0'] ?? ($this->privates['.state_machine.coreshop_order.transition.0'] = new \Symfony\Component\Workflow\Transition('create', 'initialized', 'new'))), 1 => ($this->privates['.state_machine.coreshop_order.transition.1'] ?? ($this->privates['.state_machine.coreshop_order.transition.1'] = new \Symfony\Component\Workflow\Transition('confirm', 'new', 'confirmed'))), 2 => ($this->privates['.state_machine.coreshop_order.transition.2'] ?? ($this->privates['.state_machine.coreshop_order.transition.2'] = new \Symfony\Component\Workflow\Transition('cancel', 'new', 'cancelled'))), 3 => ($this->privates['.state_machine.coreshop_order.transition.3'] ?? ($this->privates['.state_machine.coreshop_order.transition.3'] = new \Symfony\Component\Workflow\Transition('cancel', 'confirmed', 'cancelled'))), 4 => ($this->privates['.state_machine.coreshop_order.transition.4'] ?? ($this->privates['.state_machine.coreshop_order.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel', 'processing', 'cancelled'))), 5 => ($this->privates['.state_machine.coreshop_order.transition.5'] ?? ($this->privates['.state_machine.coreshop_order.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel', 'complete', 'cancelled'))), 6 => ($this->privates['.state_machine.coreshop_order.transition.6'] ?? ($this->privates['.state_machine.coreshop_order.transition.6'] = new \Symfony\Component\Workflow\Transition('complete', 'confirmed', 'complete'))), 7 => ($this->privates['.state_machine.coreshop_order.transition.7'] ?? ($this->privates['.state_machine.coreshop_order.transition.7'] = new \Symfony\Component\Workflow\Transition('complete', 'processing', 'complete'))), 8 => ($this->privates['.state_machine.coreshop_order.transition.8'] ?? ($this->privates['.state_machine.coreshop_order.transition.8'] = new \Symfony\Component\Workflow\Transition('process', 'new', 'processing'))), 9 => ($this->privates['.state_machine.coreshop_order.transition.9'] ?? ($this->privates['.state_machine.coreshop_order.transition.9'] = new \Symfony\Component\Workflow\Transition('process', 'confirmed', 'processing')))], [], ($this->privates['state_machine.coreshop_order.metadata_store'] ?? $this->getStateMachine_CoreshopOrder_MetadataStoreService())), new \CoreShop\Bundle\WorkflowBundle\MarkingStore\PimcorePersistentMarkingStore(new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'orderState')), $a, 'coreshop_order', NULL);
}
/**
* Gets the public '.container.private.state_machine.coreshop_order_invoice' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_CoreshopOrderInvoiceService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.coreshop_order_invoice'])) {
return $this->services['.container.private.state_machine.coreshop_order_invoice'];
}
return $this->services['.container.private.state_machine.coreshop_order_invoice'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'new', 1 => 'ready', 2 => 'cancelled', 3 => 'partially_invoiced', 4 => 'invoiced'], [0 => ($this->privates['.state_machine.coreshop_order_invoice.transition.0'] ?? ($this->privates['.state_machine.coreshop_order_invoice.transition.0'] = new \Symfony\Component\Workflow\Transition('request_invoice', 'new', 'ready'))), 1 => ($this->privates['.state_machine.coreshop_order_invoice.transition.1'] ?? ($this->privates['.state_machine.coreshop_order_invoice.transition.1'] = new \Symfony\Component\Workflow\Transition('partially_invoice', 'ready', 'partially_invoiced'))), 2 => ($this->privates['.state_machine.coreshop_order_invoice.transition.2'] ?? ($this->privates['.state_machine.coreshop_order_invoice.transition.2'] = new \Symfony\Component\Workflow\Transition('cancel', 'new', 'cancelled'))), 3 => ($this->privates['.state_machine.coreshop_order_invoice.transition.3'] ?? ($this->privates['.state_machine.coreshop_order_invoice.transition.3'] = new \Symfony\Component\Workflow\Transition('cancel', 'ready', 'cancelled'))), 4 => ($this->privates['.state_machine.coreshop_order_invoice.transition.4'] ?? ($this->privates['.state_machine.coreshop_order_invoice.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel', 'partially_invoiced', 'cancelled'))), 5 => ($this->privates['.state_machine.coreshop_order_invoice.transition.5'] ?? ($this->privates['.state_machine.coreshop_order_invoice.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel', 'invoiced', 'cancelled'))), 6 => ($this->privates['.state_machine.coreshop_order_invoice.transition.6'] ?? ($this->privates['.state_machine.coreshop_order_invoice.transition.6'] = new \Symfony\Component\Workflow\Transition('invoice', 'ready', 'invoiced'))), 7 => ($this->privates['.state_machine.coreshop_order_invoice.transition.7'] ?? ($this->privates['.state_machine.coreshop_order_invoice.transition.7'] = new \Symfony\Component\Workflow\Transition('invoice', 'partially_invoiced', 'invoiced')))], [], ($this->privates['state_machine.coreshop_order_invoice.metadata_store'] ?? $this->getStateMachine_CoreshopOrderInvoice_MetadataStoreService())), new \CoreShop\Bundle\WorkflowBundle\MarkingStore\PimcorePersistentMarkingStore(new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'invoiceState')), $a, 'coreshop_order_invoice', NULL);
}
/**
* Gets the public '.container.private.state_machine.coreshop_order_payment' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_CoreshopOrderPaymentService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.coreshop_order_payment'])) {
return $this->services['.container.private.state_machine.coreshop_order_payment'];
}
return $this->services['.container.private.state_machine.coreshop_order_payment'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'new', 1 => 'awaiting_payment', 2 => 'partially_authorized', 3 => 'authorized', 4 => 'partially_paid', 5 => 'cancelled', 6 => 'paid', 7 => 'partially_refunded', 8 => 'refunded'], [0 => ($this->privates['.state_machine.coreshop_order_payment.transition.0'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.0'] = new \Symfony\Component\Workflow\Transition('request_payment', 'new', 'awaiting_payment'))), 1 => ($this->privates['.state_machine.coreshop_order_payment.transition.1'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.1'] = new \Symfony\Component\Workflow\Transition('partially_authorize', 'awaiting_payment', 'partially_authorized'))), 2 => ($this->privates['.state_machine.coreshop_order_payment.transition.2'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.2'] = new \Symfony\Component\Workflow\Transition('partially_authorize', 'partially_authorized', 'partially_authorized'))), 3 => ($this->privates['.state_machine.coreshop_order_payment.transition.3'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.3'] = new \Symfony\Component\Workflow\Transition('authorize', 'awaiting_payment', 'authorized'))), 4 => ($this->privates['.state_machine.coreshop_order_payment.transition.4'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.4'] = new \Symfony\Component\Workflow\Transition('authorize', 'partially_authorized', 'authorized'))), 5 => ($this->privates['.state_machine.coreshop_order_payment.transition.5'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.5'] = new \Symfony\Component\Workflow\Transition('partially_pay', 'awaiting_payment', 'partially_paid'))), 6 => ($this->privates['.state_machine.coreshop_order_payment.transition.6'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.6'] = new \Symfony\Component\Workflow\Transition('partially_pay', 'partially_paid', 'partially_paid'))), 7 => ($this->privates['.state_machine.coreshop_order_payment.transition.7'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.7'] = new \Symfony\Component\Workflow\Transition('partially_pay', 'partially_authorized', 'partially_paid'))), 8 => ($this->privates['.state_machine.coreshop_order_payment.transition.8'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.8'] = new \Symfony\Component\Workflow\Transition('cancel', 'new', 'cancelled'))), 9 => ($this->privates['.state_machine.coreshop_order_payment.transition.9'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.9'] = new \Symfony\Component\Workflow\Transition('cancel', 'awaiting_payment', 'cancelled'))), 10 => ($this->privates['.state_machine.coreshop_order_payment.transition.10'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.10'] = new \Symfony\Component\Workflow\Transition('cancel', 'partially_authorized', 'cancelled'))), 11 => ($this->privates['.state_machine.coreshop_order_payment.transition.11'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.11'] = new \Symfony\Component\Workflow\Transition('cancel', 'authorized', 'cancelled'))), 12 => ($this->privates['.state_machine.coreshop_order_payment.transition.12'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.12'] = new \Symfony\Component\Workflow\Transition('cancel', 'partially_paid', 'cancelled'))), 13 => ($this->privates['.state_machine.coreshop_order_payment.transition.13'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.13'] = new \Symfony\Component\Workflow\Transition('cancel', 'paid', 'cancelled'))), 14 => ($this->privates['.state_machine.coreshop_order_payment.transition.14'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.14'] = new \Symfony\Component\Workflow\Transition('cancel', 'partially_refunded', 'cancelled'))), 15 => ($this->privates['.state_machine.coreshop_order_payment.transition.15'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.15'] = new \Symfony\Component\Workflow\Transition('cancel', 'refunded', 'cancelled'))), 16 => ($this->privates['.state_machine.coreshop_order_payment.transition.16'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.16'] = new \Symfony\Component\Workflow\Transition('pay', 'awaiting_payment', 'paid'))), 17 => ($this->privates['.state_machine.coreshop_order_payment.transition.17'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.17'] = new \Symfony\Component\Workflow\Transition('pay', 'partially_paid', 'paid'))), 18 => ($this->privates['.state_machine.coreshop_order_payment.transition.18'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.18'] = new \Symfony\Component\Workflow\Transition('pay', 'authorized', 'paid'))), 19 => ($this->privates['.state_machine.coreshop_order_payment.transition.19'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.19'] = new \Symfony\Component\Workflow\Transition('partially_refund', 'paid', 'partially_refunded'))), 20 => ($this->privates['.state_machine.coreshop_order_payment.transition.20'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.20'] = new \Symfony\Component\Workflow\Transition('partially_refund', 'partially_paid', 'partially_refunded'))), 21 => ($this->privates['.state_machine.coreshop_order_payment.transition.21'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.21'] = new \Symfony\Component\Workflow\Transition('partially_refund', 'partially_refunded', 'partially_refunded'))), 22 => ($this->privates['.state_machine.coreshop_order_payment.transition.22'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.22'] = new \Symfony\Component\Workflow\Transition('refund', 'paid', 'refunded'))), 23 => ($this->privates['.state_machine.coreshop_order_payment.transition.23'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.23'] = new \Symfony\Component\Workflow\Transition('refund', 'partially_paid', 'refunded'))), 24 => ($this->privates['.state_machine.coreshop_order_payment.transition.24'] ?? ($this->privates['.state_machine.coreshop_order_payment.transition.24'] = new \Symfony\Component\Workflow\Transition('refund', 'partially_refunded', 'refunded')))], [], ($this->privates['state_machine.coreshop_order_payment.metadata_store'] ?? $this->getStateMachine_CoreshopOrderPayment_MetadataStoreService())), new \CoreShop\Bundle\WorkflowBundle\MarkingStore\PimcorePersistentMarkingStore(new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'paymentState')), $a, 'coreshop_order_payment', NULL);
}
/**
* Gets the public '.container.private.state_machine.coreshop_order_sales_type' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_CoreshopOrderSalesTypeService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.coreshop_order_sales_type'])) {
return $this->services['.container.private.state_machine.coreshop_order_sales_type'];
}
return $this->services['.container.private.state_machine.coreshop_order_sales_type'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'cart', 1 => 'order', 2 => 'quote'], [0 => ($this->privates['.state_machine.coreshop_order_sales_type.transition.0'] ?? ($this->privates['.state_machine.coreshop_order_sales_type.transition.0'] = new \Symfony\Component\Workflow\Transition('order', 'cart', 'order'))), 1 => ($this->privates['.state_machine.coreshop_order_sales_type.transition.1'] ?? ($this->privates['.state_machine.coreshop_order_sales_type.transition.1'] = new \Symfony\Component\Workflow\Transition('quote', 'cart', 'quote'))), 2 => ($this->privates['.state_machine.coreshop_order_sales_type.transition.2'] ?? ($this->privates['.state_machine.coreshop_order_sales_type.transition.2'] = new \Symfony\Component\Workflow\Transition('cart', 'cart', 'cart')))], [], ($this->privates['state_machine.coreshop_order_sales_type.metadata_store'] ?? $this->getStateMachine_CoreshopOrderSalesType_MetadataStoreService())), new \CoreShop\Bundle\WorkflowBundle\MarkingStore\PimcorePersistentMarkingStore(new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'saleState'), false), $a, 'coreshop_order_sales_type', NULL);
}
/**
* Gets the public '.container.private.state_machine.coreshop_order_shipment' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_CoreshopOrderShipmentService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.coreshop_order_shipment'])) {
return $this->services['.container.private.state_machine.coreshop_order_shipment'];
}
return $this->services['.container.private.state_machine.coreshop_order_shipment'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'new', 1 => 'ready', 2 => 'cancelled', 3 => 'partially_shipped', 4 => 'shipped'], [0 => ($this->privates['.state_machine.coreshop_order_shipment.transition.0'] ?? ($this->privates['.state_machine.coreshop_order_shipment.transition.0'] = new \Symfony\Component\Workflow\Transition('request_shipment', 'new', 'ready'))), 1 => ($this->privates['.state_machine.coreshop_order_shipment.transition.1'] ?? ($this->privates['.state_machine.coreshop_order_shipment.transition.1'] = new \Symfony\Component\Workflow\Transition('partially_ship', 'ready', 'partially_shipped'))), 2 => ($this->privates['.state_machine.coreshop_order_shipment.transition.2'] ?? ($this->privates['.state_machine.coreshop_order_shipment.transition.2'] = new \Symfony\Component\Workflow\Transition('cancel', 'new', 'cancelled'))), 3 => ($this->privates['.state_machine.coreshop_order_shipment.transition.3'] ?? ($this->privates['.state_machine.coreshop_order_shipment.transition.3'] = new \Symfony\Component\Workflow\Transition('cancel', 'ready', 'cancelled'))), 4 => ($this->privates['.state_machine.coreshop_order_shipment.transition.4'] ?? ($this->privates['.state_machine.coreshop_order_shipment.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel', 'partially_shipped', 'cancelled'))), 5 => ($this->privates['.state_machine.coreshop_order_shipment.transition.5'] ?? ($this->privates['.state_machine.coreshop_order_shipment.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel', 'shipped', 'cancelled'))), 6 => ($this->privates['.state_machine.coreshop_order_shipment.transition.6'] ?? ($this->privates['.state_machine.coreshop_order_shipment.transition.6'] = new \Symfony\Component\Workflow\Transition('ship', 'ready', 'shipped'))), 7 => ($this->privates['.state_machine.coreshop_order_shipment.transition.7'] ?? ($this->privates['.state_machine.coreshop_order_shipment.transition.7'] = new \Symfony\Component\Workflow\Transition('ship', 'partially_shipped', 'shipped')))], [], ($this->privates['state_machine.coreshop_order_shipment.metadata_store'] ?? $this->getStateMachine_CoreshopOrderShipment_MetadataStoreService())), new \CoreShop\Bundle\WorkflowBundle\MarkingStore\PimcorePersistentMarkingStore(new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'shippingState')), $a, 'coreshop_order_shipment', NULL);
}
/**
* Gets the public '.container.private.state_machine.coreshop_payment' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_CoreshopPaymentService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.coreshop_payment'])) {
return $this->services['.container.private.state_machine.coreshop_payment'];
}
return $this->services['.container.private.state_machine.coreshop_payment'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'new', 1 => 'processing', 2 => 'authorized', 3 => 'completed', 4 => 'failed', 5 => 'cancelled', 6 => 'refunded'], [0 => ($this->privates['.state_machine.coreshop_payment.transition.0'] ?? ($this->privates['.state_machine.coreshop_payment.transition.0'] = new \Symfony\Component\Workflow\Transition('process', 'new', 'processing'))), 1 => ($this->privates['.state_machine.coreshop_payment.transition.1'] ?? ($this->privates['.state_machine.coreshop_payment.transition.1'] = new \Symfony\Component\Workflow\Transition('authorize', 'new', 'authorized'))), 2 => ($this->privates['.state_machine.coreshop_payment.transition.2'] ?? ($this->privates['.state_machine.coreshop_payment.transition.2'] = new \Symfony\Component\Workflow\Transition('authorize', 'processing', 'authorized'))), 3 => ($this->privates['.state_machine.coreshop_payment.transition.3'] ?? ($this->privates['.state_machine.coreshop_payment.transition.3'] = new \Symfony\Component\Workflow\Transition('complete', 'new', 'completed'))), 4 => ($this->privates['.state_machine.coreshop_payment.transition.4'] ?? ($this->privates['.state_machine.coreshop_payment.transition.4'] = new \Symfony\Component\Workflow\Transition('complete', 'processing', 'completed'))), 5 => ($this->privates['.state_machine.coreshop_payment.transition.5'] ?? ($this->privates['.state_machine.coreshop_payment.transition.5'] = new \Symfony\Component\Workflow\Transition('complete', 'authorized', 'completed'))), 6 => ($this->privates['.state_machine.coreshop_payment.transition.6'] ?? ($this->privates['.state_machine.coreshop_payment.transition.6'] = new \Symfony\Component\Workflow\Transition('fail', 'new', 'failed'))), 7 => ($this->privates['.state_machine.coreshop_payment.transition.7'] ?? ($this->privates['.state_machine.coreshop_payment.transition.7'] = new \Symfony\Component\Workflow\Transition('fail', 'processing', 'failed'))), 8 => ($this->privates['.state_machine.coreshop_payment.transition.8'] ?? ($this->privates['.state_machine.coreshop_payment.transition.8'] = new \Symfony\Component\Workflow\Transition('cancel', 'new', 'cancelled'))), 9 => ($this->privates['.state_machine.coreshop_payment.transition.9'] ?? ($this->privates['.state_machine.coreshop_payment.transition.9'] = new \Symfony\Component\Workflow\Transition('cancel', 'processing', 'cancelled'))), 10 => ($this->privates['.state_machine.coreshop_payment.transition.10'] ?? ($this->privates['.state_machine.coreshop_payment.transition.10'] = new \Symfony\Component\Workflow\Transition('cancel', 'authorized', 'cancelled'))), 11 => ($this->privates['.state_machine.coreshop_payment.transition.11'] ?? ($this->privates['.state_machine.coreshop_payment.transition.11'] = new \Symfony\Component\Workflow\Transition('cancel', 'completed', 'cancelled'))), 12 => ($this->privates['.state_machine.coreshop_payment.transition.12'] ?? ($this->privates['.state_machine.coreshop_payment.transition.12'] = new \Symfony\Component\Workflow\Transition('cancel', 'failed', 'cancelled'))), 13 => ($this->privates['.state_machine.coreshop_payment.transition.13'] ?? ($this->privates['.state_machine.coreshop_payment.transition.13'] = new \Symfony\Component\Workflow\Transition('cancel', 'refunded', 'cancelled'))), 14 => ($this->privates['.state_machine.coreshop_payment.transition.14'] ?? ($this->privates['.state_machine.coreshop_payment.transition.14'] = new \Symfony\Component\Workflow\Transition('refund', 'completed', 'refunded')))], [], ($this->privates['state_machine.coreshop_payment.metadata_store'] ?? $this->getStateMachine_CoreshopPayment_MetadataStoreService())), ($this->services['coreshop.state_machine.marking_store.payment_orm_marketing_store'] ?? $this->getCoreshop_StateMachine_MarkingStore_PaymentOrmMarketingStoreService()), $a, 'coreshop_payment', NULL);
}
/**
* Gets the public '.container.private.state_machine.coreshop_quote' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_CoreshopQuoteService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.coreshop_quote'])) {
return $this->services['.container.private.state_machine.coreshop_quote'];
}
return $this->services['.container.private.state_machine.coreshop_quote'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'initialized', 1 => 'new', 2 => 'cancelled', 3 => 'complete'], [0 => ($this->privates['.state_machine.coreshop_quote.transition.0'] ?? ($this->privates['.state_machine.coreshop_quote.transition.0'] = new \Symfony\Component\Workflow\Transition('create', 'initialized', 'new'))), 1 => ($this->privates['.state_machine.coreshop_quote.transition.1'] ?? ($this->privates['.state_machine.coreshop_quote.transition.1'] = new \Symfony\Component\Workflow\Transition('cancel', 'new', 'cancelled'))), 2 => ($this->privates['.state_machine.coreshop_quote.transition.2'] ?? ($this->privates['.state_machine.coreshop_quote.transition.2'] = new \Symfony\Component\Workflow\Transition('complete', 'new', 'complete')))], [], ($this->privates['state_machine.coreshop_quote.metadata_store'] ?? $this->getStateMachine_CoreshopQuote_MetadataStoreService())), new \CoreShop\Bundle\WorkflowBundle\MarkingStore\PimcorePersistentMarkingStore(new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'quoteState')), $a, 'coreshop_quote', NULL);
}
/**
* Gets the public '.container.private.state_machine.coreshop_shipment' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_CoreshopShipmentService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.coreshop_shipment'])) {
return $this->services['.container.private.state_machine.coreshop_shipment'];
}
return $this->services['.container.private.state_machine.coreshop_shipment'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'new', 1 => 'ready', 2 => 'cancelled', 3 => 'shipped'], [0 => ($this->privates['.state_machine.coreshop_shipment.transition.0'] ?? ($this->privates['.state_machine.coreshop_shipment.transition.0'] = new \Symfony\Component\Workflow\Transition('create', 'new', 'ready'))), 1 => ($this->privates['.state_machine.coreshop_shipment.transition.1'] ?? ($this->privates['.state_machine.coreshop_shipment.transition.1'] = new \Symfony\Component\Workflow\Transition('ship', 'ready', 'shipped'))), 2 => ($this->privates['.state_machine.coreshop_shipment.transition.2'] ?? ($this->privates['.state_machine.coreshop_shipment.transition.2'] = new \Symfony\Component\Workflow\Transition('cancel', 'new', 'cancelled'))), 3 => ($this->privates['.state_machine.coreshop_shipment.transition.3'] ?? ($this->privates['.state_machine.coreshop_shipment.transition.3'] = new \Symfony\Component\Workflow\Transition('cancel', 'ready', 'cancelled'))), 4 => ($this->privates['.state_machine.coreshop_shipment.transition.4'] ?? ($this->privates['.state_machine.coreshop_shipment.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel', 'shipped', 'cancelled')))], [], ($this->privates['state_machine.coreshop_shipment.metadata_store'] ?? $this->getStateMachine_CoreshopShipment_MetadataStoreService())), new \CoreShop\Bundle\WorkflowBundle\MarkingStore\PimcorePersistentMarkingStore(new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'state')), $a, 'coreshop_shipment', NULL);
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
$a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
if (isset($this->services['.container.private.validator'])) {
return $this->services['.container.private.validator'];
}
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
}
/**
* Gets the public 'App\CoreShop\Repository\OrderRepository' shared service.
*
* @return \App\CoreShop\Repository\OrderRepository
*/
protected function getOrderRepositoryService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->services['App\\CoreShop\\Repository\\OrderRepository'])) {
return $this->services['App\\CoreShop\\Repository\\OrderRepository'];
}
return $this->services['App\\CoreShop\\Repository\\OrderRepository'] = new \App\CoreShop\Repository\OrderRepository(($this->services['CoreShop\\Component\\Resource\\Metadata\\Registry'] ?? $this->getRegistryService())->get('coreshop.order'), $a);
}
/**
* Gets the public 'CoreShop\Bundle\AddressBundle\Collector\CountryCollector' shared service.
*
* @return \CoreShop\Bundle\AddressBundle\Collector\CountryCollector
*/
protected function getCountryCollectorService()
{
$a = ($this->services['CoreShop\\Component\\Core\\Context\\Country\\StoreAwareCountryContext'] ?? $this->getStoreAwareCountryContextService());
if (isset($this->services['CoreShop\\Bundle\\AddressBundle\\Collector\\CountryCollector'])) {
return $this->services['CoreShop\\Bundle\\AddressBundle\\Collector\\CountryCollector'];
}
return $this->services['CoreShop\\Bundle\\AddressBundle\\Collector\\CountryCollector'] = new \CoreShop\Bundle\AddressBundle\Collector\CountryCollector($a, ($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()), false);
}
/**
* Gets the public 'CoreShop\Bundle\CoreBundle\Collector\CurrencyCollector' shared service.
*
* @return \CoreShop\Bundle\CoreBundle\Collector\CurrencyCollector
*/
protected function getCurrencyCollectorService()
{
$a = ($this->services['coreshop.repository.currency'] ?? $this->getCoreshop_Repository_CurrencyService());
if (isset($this->services['CoreShop\\Bundle\\CoreBundle\\Collector\\CurrencyCollector'])) {
return $this->services['CoreShop\\Bundle\\CoreBundle\\Collector\\CurrencyCollector'];
}
$b = ($this->services['CoreShop\\Component\\Currency\\Context\\CachedCurrencyContext'] ?? $this->getCachedCurrencyContextService());
if (isset($this->services['CoreShop\\Bundle\\CoreBundle\\Collector\\CurrencyCollector'])) {
return $this->services['CoreShop\\Bundle\\CoreBundle\\Collector\\CurrencyCollector'];
}
$c = ($this->services['coreshop.context.store'] ?? $this->getCoreshop_Context_StoreService());
if (isset($this->services['CoreShop\\Bundle\\CoreBundle\\Collector\\CurrencyCollector'])) {
return $this->services['CoreShop\\Bundle\\CoreBundle\\Collector\\CurrencyCollector'];
}
return $this->services['CoreShop\\Bundle\\CoreBundle\\Collector\\CurrencyCollector'] = new \CoreShop\Bundle\CoreBundle\Collector\CurrencyCollector($a, $b, $c, ($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()), false);
}
/**
* Gets the public 'CoreShop\Bundle\CoreBundle\EventListener\RequestCartAvailability' shared service.
*
* @return \CoreShop\Bundle\CoreBundle\EventListener\RequestCartAvailability
*/
protected function getRequestCartAvailabilityService()
{
$a = ($this->services['CoreShop\\Component\\Core\\Context\\ShopperContext'] ?? $this->getShopperContextService());
if (isset($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\RequestCartAvailability'])) {
return $this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\RequestCartAvailability'];
}
return $this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\RequestCartAvailability'] = new \CoreShop\Bundle\CoreBundle\EventListener\RequestCartAvailability(($this->services['CoreShop\\Bundle\\OrderBundle\\Manager\\CartManager'] ?? $this->getCartManagerService()), $a, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()));
}
/**
* Gets the public 'CoreShop\Bundle\CoreBundle\EventListener\RequestCartRecalculation' shared service.
*
* @return \CoreShop\Bundle\CoreBundle\EventListener\RequestCartRecalculation
*/
protected function getRequestCartRecalculationService()
{
$a = ($this->services['CoreShop\\Component\\Core\\Context\\ShopperContext'] ?? $this->getShopperContextService());
if (isset($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\RequestCartRecalculation'])) {
return $this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\RequestCartRecalculation'];
}
$b = ($this->services['CoreShop\\Component\\Core\\Configuration\\ConfigurationService'] ?? $this->getConfigurationServiceService());
if (isset($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\RequestCartRecalculation'])) {
return $this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\RequestCartRecalculation'];
}
return $this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\RequestCartRecalculation'] = new \CoreShop\Bundle\CoreBundle\EventListener\RequestCartRecalculation(($this->services['CoreShop\\Bundle\\OrderBundle\\Manager\\CartManager'] ?? $this->getCartManagerService()), $a, $b, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()));
}
/**
* Gets the public 'CoreShop\Bundle\CoreBundle\Storage\CookieStorage' shared service.
*
* @return \CoreShop\Bundle\CoreBundle\Storage\CookieStorage
*/
protected function getCookieStorageService()
{
return $this->services['CoreShop\\Bundle\\CoreBundle\\Storage\\CookieStorage'] = new \CoreShop\Bundle\CoreBundle\Storage\CookieStorage();
}
/**
* Gets the public 'CoreShop\Bundle\CoreBundle\Twig\AddToCartExtension' shared service.
*
* @return \CoreShop\Bundle\CoreBundle\Twig\AddToCartExtension
*/
protected function getAddToCartExtensionService()
{
return $this->services['CoreShop\\Bundle\\CoreBundle\\Twig\\AddToCartExtension'] = new \CoreShop\Bundle\CoreBundle\Twig\AddToCartExtension();
}
/**
* Gets the public 'CoreShop\Bundle\CoreBundle\Twig\CheckoutIdentifierExtension' shared service.
*
* @return \CoreShop\Bundle\CoreBundle\Twig\CheckoutIdentifierExtension
*/
protected function getCheckoutIdentifierExtensionService()
{
$a = ($this->services['coreshop.checkout_manager.factory'] ?? $this->getCoreshop_CheckoutManager_FactoryService());
if (isset($this->services['CoreShop\\Bundle\\CoreBundle\\Twig\\CheckoutIdentifierExtension'])) {
return $this->services['CoreShop\\Bundle\\CoreBundle\\Twig\\CheckoutIdentifierExtension'];
}
return $this->services['CoreShop\\Bundle\\CoreBundle\\Twig\\CheckoutIdentifierExtension'] = new \CoreShop\Bundle\CoreBundle\Twig\CheckoutIdentifierExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), $a, ($this->services['CoreShop\\Component\\Order\\Context\\CompositeCartContext'] ?? $this->getCompositeCartContextService()));
}
/**
* Gets the public 'CoreShop\Bundle\CoreBundle\Twig\ConfigurationExtension' shared service.
*
* @return \CoreShop\Bundle\CoreBundle\Twig\ConfigurationExtension
*/
protected function getConfigurationExtensionService()
{
return $this->services['CoreShop\\Bundle\\CoreBundle\\Twig\\ConfigurationExtension'] = new \CoreShop\Bundle\CoreBundle\Twig\ConfigurationExtension(($this->services['CoreShop\\Component\\Core\\Configuration\\ConfigurationService'] ?? $this->getConfigurationServiceService()));
}
/**
* Gets the public 'CoreShop\Bundle\CoreBundle\Twig\ProductPriceExtension' shared service.
*
* @return \CoreShop\Bundle\CoreBundle\Twig\ProductPriceExtension
*/
protected function getProductPriceExtensionService()
{
return $this->services['CoreShop\\Bundle\\CoreBundle\\Twig\\ProductPriceExtension'] = new \CoreShop\Bundle\CoreBundle\Twig\ProductPriceExtension(($this->services['CoreShop\\Component\\Core\\Product\\TaxedProductPriceCalculator'] ?? $this->getTaxedProductPriceCalculatorService()));
}
/**
* Gets the public 'CoreShop\Bundle\CoreBundle\Twig\ProductQuantityPriceRuleRangesPriceExtension' shared service.
*
* @return \CoreShop\Bundle\CoreBundle\Twig\ProductQuantityPriceRuleRangesPriceExtension
*/
protected function getProductQuantityPriceRuleRangesPriceExtensionService()
{
return $this->services['CoreShop\\Bundle\\CoreBundle\\Twig\\ProductQuantityPriceRuleRangesPriceExtension'] = new \CoreShop\Bundle\CoreBundle\Twig\ProductQuantityPriceRuleRangesPriceExtension(($this->services['CoreShop\\Component\\ProductQuantityPriceRules\\Detector\\QuantityReferenceDetector'] ?? $this->getQuantityReferenceDetectorService()), ($this->services['CoreShop\\Component\\Order\\Calculator\\PurchasableCalculator'] ?? $this->getPurchasableCalculatorService()), ($this->services['CoreShop\\Component\\Core\\Provider\\ContextBasedDefaultTaxAddressProvider'] ?? $this->getContextBasedDefaultTaxAddressProviderService()), ($this->services['CoreShop\\Component\\Core\\Product\\ProductTaxCalculatorFactory'] ?? $this->getProductTaxCalculatorFactoryService()), ($this->services['CoreShop\\Component\\Core\\Taxation\\TaxApplicator'] ?? ($this->services['CoreShop\\Component\\Core\\Taxation\\TaxApplicator'] = new \CoreShop\Component\Core\Taxation\TaxApplicator())));
}
/**
* Gets the public 'CoreShop\Bundle\CoreBundle\Twig\ProductTaxExtension' shared service.
*
* @return \CoreShop\Bundle\CoreBundle\Twig\ProductTaxExtension
*/
protected function getProductTaxExtensionService()
{
return $this->services['CoreShop\\Bundle\\CoreBundle\\Twig\\ProductTaxExtension'] = new \CoreShop\Bundle\CoreBundle\Twig\ProductTaxExtension(($this->services['CoreShop\\Component\\Core\\Product\\TaxedProductPriceCalculator'] ?? $this->getTaxedProductPriceCalculatorService()), ($this->services['CoreShop\\Component\\Core\\Product\\ProductTaxCalculatorFactory'] ?? $this->getProductTaxCalculatorFactoryService()), ($this->services['CoreShop\\Component\\Core\\Provider\\ContextBasedDefaultTaxAddressProvider'] ?? $this->getContextBasedDefaultTaxAddressProviderService()));
}
/**
* Gets the public 'CoreShop\Bundle\CoreBundle\Twig\TaxationDisplayProviderExtension' shared service.
*
* @return \CoreShop\Bundle\CoreBundle\Twig\TaxationDisplayProviderExtension
*/
protected function getTaxationDisplayProviderExtensionService()
{
return $this->services['CoreShop\\Bundle\\CoreBundle\\Twig\\TaxationDisplayProviderExtension'] = new \CoreShop\Bundle\CoreBundle\Twig\TaxationDisplayProviderExtension(($this->services['CoreShop\\Component\\Core\\Taxation\\DefaultTaxationDisplayProvider'] ?? ($this->services['CoreShop\\Component\\Core\\Taxation\\DefaultTaxationDisplayProvider'] = new \CoreShop\Component\Core\Taxation\DefaultTaxationDisplayProvider())));
}
/**
* Gets the public 'CoreShop\Bundle\MoneyBundle\Formatter\MoneyFormatter' shared service.
*
* @return \CoreShop\Bundle\MoneyBundle\Formatter\MoneyFormatter
*/
protected function getMoneyFormatterService()
{
return $this->services['CoreShop\\Bundle\\MoneyBundle\\Formatter\\MoneyFormatter'] = new \CoreShop\Bundle\MoneyBundle\Formatter\MoneyFormatter(100);
}
/**
* Gets the public 'CoreShop\Bundle\OrderBundle\Collector\CartCollector' shared service.
*
* @return \CoreShop\Bundle\OrderBundle\Collector\CartCollector
*/
protected function getCartCollectorService()
{
$a = ($this->services['CoreShop\\Component\\Order\\Context\\CompositeCartContext'] ?? $this->getCompositeCartContextService());
if (isset($this->services['CoreShop\\Bundle\\OrderBundle\\Collector\\CartCollector'])) {
return $this->services['CoreShop\\Bundle\\OrderBundle\\Collector\\CartCollector'];
}
return $this->services['CoreShop\\Bundle\\OrderBundle\\Collector\\CartCollector'] = new \CoreShop\Bundle\OrderBundle\Collector\CartCollector($a, ($this->services['coreshop.context.locale'] ?? $this->getCoreshop_Context_LocaleService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
}
/**
* Gets the public 'CoreShop\Bundle\OrderBundle\Manager\CartManager' shared service.
*
* @return \CoreShop\Bundle\OrderBundle\Manager\CartManager
*/
protected function getCartManagerService()
{
$a = ($this->services['CoreShop\\Component\\Order\\Processor\\CompositeCartProcessor'] ?? $this->getCompositeCartProcessorService());
if (isset($this->services['CoreShop\\Bundle\\OrderBundle\\Manager\\CartManager'])) {
return $this->services['CoreShop\\Bundle\\OrderBundle\\Manager\\CartManager'];
}
return $this->services['CoreShop\\Bundle\\OrderBundle\\Manager\\CartManager'] = new \CoreShop\Bundle\OrderBundle\Manager\CartManager($a, ($this->services['CoreShop\\Component\\Resource\\Service\\FolderCreationService'] ?? $this->getFolderCreationServiceService()));
}
/**
* Gets the public 'CoreShop\Bundle\OrderBundle\Twig\OrderStateExtension' shared service.
*
* @return \CoreShop\Bundle\OrderBundle\Twig\OrderStateExtension
*/
protected function getOrderStateExtensionService()
{
$a = ($this->services['CoreShop\\Bundle\\WorkflowBundle\\StateManager\\WorkflowStateInfoManager'] ?? $this->getWorkflowStateInfoManagerService());
if (isset($this->services['CoreShop\\Bundle\\OrderBundle\\Twig\\OrderStateExtension'])) {
return $this->services['CoreShop\\Bundle\\OrderBundle\\Twig\\OrderStateExtension'];
}
return $this->services['CoreShop\\Bundle\\OrderBundle\\Twig\\OrderStateExtension'] = new \CoreShop\Bundle\OrderBundle\Twig\OrderStateExtension($a);
}
/**
* Gets the public 'CoreShop\Bundle\PayumBundle\EventListener\TransactionListener' shared service.
*
* @return \CoreShop\Bundle\PayumBundle\EventListener\TransactionListener
*/
protected function getTransactionListenerService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->services['CoreShop\\Bundle\\PayumBundle\\EventListener\\TransactionListener'])) {
return $this->services['CoreShop\\Bundle\\PayumBundle\\EventListener\\TransactionListener'];
}
return $this->services['CoreShop\\Bundle\\PayumBundle\\EventListener\\TransactionListener'] = new \CoreShop\Bundle\PayumBundle\EventListener\TransactionListener($a);
}
/**
* Gets the public 'CoreShop\Bundle\PimcoreBundle\Loader\DependencyInjectionImplementationLoader' shared service.
*
* @return \CoreShop\Bundle\PimcoreBundle\Loader\DependencyInjectionImplementationLoader
*/
protected function getDependencyInjectionImplementationLoaderService()
{
return $this->services['CoreShop\\Bundle\\PimcoreBundle\\Loader\\DependencyInjectionImplementationLoader'] = new \CoreShop\Bundle\PimcoreBundle\Loader\DependencyInjectionImplementationLoader(($this->services['coreshop.registry.pimcore.document.editable'] ?? $this->getCoreshop_Registry_Pimcore_Document_EditableService()));
}
/**
* Gets the public 'CoreShop\Bundle\ResourceBundle\Doctrine\ResourceMappingDriverChain' shared service.
*
* @return \CoreShop\Bundle\ResourceBundle\Doctrine\ResourceMappingDriverChain
*/
protected function getResourceMappingDriverChainService()
{
$a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$b = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/vendor/payum/payum/src/Payum/Core/Bridge/Doctrine/Resources/mapping') => 'Payum\\Core\\Model']);
$b->setGlobalBasename('mapping');
$a->addDriver($b, 'Payum\\Core\\Model');
$a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/FixtureBundle/Resources/config/doctrine/model') => 'CoreShop\\Bundle\\FixtureBundle\\Model'], '.orm.xml')), 'CoreShop\\Bundle\\FixtureBundle\\Model');
$a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/config/doctrine/model') => 'CoreShop\\Component\\Rule\\Model'], '.orm.xml')), 'CoreShop\\Component\\Rule\\Model');
$a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ConfigurationBundle/Resources/config/doctrine/model') => 'CoreShop\\Component\\Configuration\\Model'], '.orm.xml')), 'CoreShop\\Component\\Configuration\\Model');
$a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/config/doctrine/model') => 'CoreShop\\Component\\Order\\Model'], '.orm.xml')), 'CoreShop\\Component\\Order\\Model');
$a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/config/doctrine/model') => 'CoreShop\\Component\\Product\\Model'], '.orm.xml')), 'CoreShop\\Component\\Product\\Model');
$a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/config/doctrine/model') => 'CoreShop\\Component\\Address\\Model'], '.orm.xml')), 'CoreShop\\Component\\Address\\Model');
$a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/config/doctrine/model') => 'CoreShop\\Component\\Currency\\Model'], '.orm.xml')), 'CoreShop\\Component\\Currency\\Model');
$a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/config/doctrine/model') => 'CoreShop\\Component\\Taxation\\Model'], '.orm.xml')), 'CoreShop\\Component\\Taxation\\Model');
$a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/config/doctrine/model') => 'CoreShop\\Component\\Store\\Model'], '.orm.xml')), 'CoreShop\\Component\\Store\\Model');
$a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/config/doctrine/model') => 'CoreShop\\Component\\Index\\Model'], '.orm.xml')), 'CoreShop\\Component\\Index\\Model');
$a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/config/doctrine/model') => 'CoreShop\\Component\\Shipping\\Model'], '.orm.xml')), 'CoreShop\\Component\\Shipping\\Model');
$a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/config/doctrine/model') => 'CoreShop\\Component\\Payment\\Model'], '.orm.xml')), 'CoreShop\\Component\\Payment\\Model');
$a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/SequenceBundle/Resources/config/doctrine/model') => 'CoreShop\\Component\\Sequence\\Model'], '.orm.xml')), 'CoreShop\\Component\\Sequence\\Model');
$a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PayumPaymentBundle/Resources/config/doctrine/model') => 'CoreShop\\Component\\PayumPayment\\Model'], '.orm.xml')), 'CoreShop\\Component\\PayumPayment\\Model');
$a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/config/doctrine/model') => 'CoreShop\\Component\\Notification\\Model'], '.orm.xml')), 'CoreShop\\Component\\Notification\\Model');
$a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/config/doctrine/model') => 'CoreShop\\Component\\ProductQuantityPriceRules\\Model'], '.orm.xml')), 'CoreShop\\Component\\ProductQuantityPriceRules\\Model');
$a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/config/doctrine/model') => 'CoreShop\\Component\\Core\\Model'], '.orm.xml')), 'CoreShop\\Component\\Core\\Model');
return $this->services['CoreShop\\Bundle\\ResourceBundle\\Doctrine\\ResourceMappingDriverChain'] = new \CoreShop\Bundle\ResourceBundle\Doctrine\ResourceMappingDriverChain($a, ($this->services['CoreShop\\Component\\Resource\\Metadata\\Registry'] ?? $this->getRegistryService()));
}
/**
* Gets the public 'CoreShop\Bundle\ResourceBundle\Pimcore\CacheResourceMarshaller' shared service.
*
* @return \CoreShop\Bundle\ResourceBundle\Pimcore\CacheResourceMarshaller
*/
protected function getCacheResourceMarshallerService()
{
return $this->services['CoreShop\\Bundle\\ResourceBundle\\Pimcore\\CacheResourceMarshaller'] = new \CoreShop\Bundle\ResourceBundle\Pimcore\CacheResourceMarshaller();
}
/**
* Gets the public 'CoreShop\Bundle\StoreBundle\Collector\StoreCollector' shared service.
*
* @return \CoreShop\Bundle\StoreBundle\Collector\StoreCollector
*/
protected function getStoreCollectorService()
{
$a = ($this->services['coreshop.repository.store'] ?? $this->getCoreshop_Repository_StoreService());
if (isset($this->services['CoreShop\\Bundle\\StoreBundle\\Collector\\StoreCollector'])) {
return $this->services['CoreShop\\Bundle\\StoreBundle\\Collector\\StoreCollector'];
}
$b = ($this->services['coreshop.context.store'] ?? $this->getCoreshop_Context_StoreService());
if (isset($this->services['CoreShop\\Bundle\\StoreBundle\\Collector\\StoreCollector'])) {
return $this->services['CoreShop\\Bundle\\StoreBundle\\Collector\\StoreCollector'];
}
return $this->services['CoreShop\\Bundle\\StoreBundle\\Collector\\StoreCollector'] = new \CoreShop\Bundle\StoreBundle\Collector\StoreCollector($a, $b, ($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()), true);
}
/**
* Gets the public 'CoreShop\Bundle\StoreBundle\Theme\StoreThemeResolver' shared service.
*
* @return \CoreShop\Bundle\StoreBundle\Theme\StoreThemeResolver
*/
protected function getStoreThemeResolverService()
{
$a = ($this->services['coreshop.context.store'] ?? $this->getCoreshop_Context_StoreService());
if (isset($this->services['CoreShop\\Bundle\\StoreBundle\\Theme\\StoreThemeResolver'])) {
return $this->services['CoreShop\\Bundle\\StoreBundle\\Theme\\StoreThemeResolver'];
}
return $this->services['CoreShop\\Bundle\\StoreBundle\\Theme\\StoreThemeResolver'] = new \CoreShop\Bundle\StoreBundle\Theme\StoreThemeResolver($a);
}
/**
* Gets the public 'CoreShop\Bundle\ThemeBundle\Context\ThemeContext' shared service.
*
* @return \CoreShop\Bundle\ThemeBundle\Context\ThemeContext
*/
protected function getThemeContextService()
{
$a = ($this->services['CoreShop\\Bundle\\ThemeBundle\\Service\\CompositeThemeResolver'] ?? $this->getCompositeThemeResolverService());
if (isset($this->services['CoreShop\\Bundle\\ThemeBundle\\Context\\ThemeContext'])) {
return $this->services['CoreShop\\Bundle\\ThemeBundle\\Context\\ThemeContext'];
}
return $this->services['CoreShop\\Bundle\\ThemeBundle\\Context\\ThemeContext'] = new \CoreShop\Bundle\ThemeBundle\Context\ThemeContext($a, ($this->privates['Sylius\\Bundle\\ThemeBundle\\Repository\\ThemeRepositoryInterface'] ?? $this->getThemeRepositoryInterfaceService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Sylius\\Bundle\\ThemeBundle\\Context\\SettableThemeContext'] ?? $this->getSettableThemeContextService()));
}
/**
* Gets the public 'CoreShop\Bundle\ThemeBundle\Service\CompositeThemeResolver' shared service.
*
* @return \CoreShop\Bundle\ThemeBundle\Service\CompositeThemeResolver
*/
protected function getCompositeThemeResolverService()
{
$this->services['CoreShop\\Bundle\\ThemeBundle\\Service\\CompositeThemeResolver'] = $instance = new \CoreShop\Bundle\ThemeBundle\Service\CompositeThemeResolver();
$instance->register(($this->services['CoreShop\\Bundle\\StoreBundle\\Theme\\StoreThemeResolver'] ?? $this->getStoreThemeResolverService()), 20);
return $instance;
}
/**
* Gets the public 'CoreShop\Bundle\TrackingBundle\EventListener\GtmDataLayerBlockListener' shared service.
*
* @return \CoreShop\Bundle\TrackingBundle\EventListener\GtmDataLayerBlockListener
*/
protected function getGtmDataLayerBlockListenerService()
{
return $this->services['CoreShop\\Bundle\\TrackingBundle\\EventListener\\GtmDataLayerBlockListener'] = new \CoreShop\Bundle\TrackingBundle\EventListener\GtmDataLayerBlockListener(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()), ($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())), ($this->privates['Pimcore\\Analytics\\SiteId\\SiteIdProvider'] ?? $this->getSiteIdProviderService()), ($this->services['CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\TagManager\\CodeTracker'] ?? ($this->services['CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\TagManager\\CodeTracker'] = new \CoreShop\Bundle\TrackingBundle\Tracker\Google\TagManager\CodeTracker())));
}
/**
* Gets the public 'CoreShop\Bundle\TrackingBundle\Tracker\Google\TagManager\CodeTracker' shared service.
*
* @return \CoreShop\Bundle\TrackingBundle\Tracker\Google\TagManager\CodeTracker
*/
protected function getCodeTrackerService()
{
return $this->services['CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\TagManager\\CodeTracker'] = new \CoreShop\Bundle\TrackingBundle\Tracker\Google\TagManager\CodeTracker();
}
/**
* Gets the public 'CoreShop\Bundle\WorkflowBundle\History\HistoryRepository' shared service.
*
* @return \CoreShop\Bundle\WorkflowBundle\History\HistoryRepository
*/
protected function getHistoryRepositoryService()
{
return $this->services['CoreShop\\Bundle\\WorkflowBundle\\History\\HistoryRepository'] = new \CoreShop\Bundle\WorkflowBundle\History\HistoryRepository('history_state_change');
}
/**
* Gets the public 'CoreShop\Bundle\WorkflowBundle\Manager\StateMachineManager' shared service.
*
* @return \CoreShop\Bundle\WorkflowBundle\Manager\StateMachineManager
*/
protected function getStateMachineManagerService()
{
$a = ($this->privates['workflow.registry'] ?? $this->getWorkflow_RegistryService());
if (isset($this->services['CoreShop\\Bundle\\WorkflowBundle\\Manager\\StateMachineManager'])) {
return $this->services['CoreShop\\Bundle\\WorkflowBundle\\Manager\\StateMachineManager'];
}
return $this->services['CoreShop\\Bundle\\WorkflowBundle\\Manager\\StateMachineManager'] = new \CoreShop\Bundle\WorkflowBundle\Manager\StateMachineManager($a);
}
/**
* Gets the public 'CoreShop\Bundle\WorkflowBundle\StateManager\WorkflowStateInfoManager' shared service.
*
* @return \CoreShop\Bundle\WorkflowBundle\StateManager\WorkflowStateInfoManager
*/
protected function getWorkflowStateInfoManagerService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['CoreShop\\Bundle\\WorkflowBundle\\StateManager\\WorkflowStateInfoManager'])) {
return $this->services['CoreShop\\Bundle\\WorkflowBundle\\StateManager\\WorkflowStateInfoManager'];
}
return $this->services['CoreShop\\Bundle\\WorkflowBundle\\StateManager\\WorkflowStateInfoManager'] = new \CoreShop\Bundle\WorkflowBundle\StateManager\WorkflowStateInfoManager($a, ($this->services['CoreShop\\Bundle\\WorkflowBundle\\Manager\\StateMachineManager'] ?? $this->getStateMachineManagerService()), ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()), ($this->services['CoreShop\\Bundle\\WorkflowBundle\\History\\HistoryRepository'] ?? ($this->services['CoreShop\\Bundle\\WorkflowBundle\\History\\HistoryRepository'] = new \CoreShop\Bundle\WorkflowBundle\History\HistoryRepository('history_state_change'))), $this->parameters['coreshop.state_machine.colors']);
}
/**
* Gets the public 'CoreShop\Component\Address\Context\FixedCountryContext' shared service.
*
* @return \CoreShop\Component\Address\Context\FixedCountryContext
*/
protected function getFixedCountryContextService()
{
return $this->services['CoreShop\\Component\\Address\\Context\\FixedCountryContext'] = new \CoreShop\Component\Address\Context\FixedCountryContext();
}
/**
* Gets the public 'CoreShop\Component\Address\Context\RequestBased\CachedCountryContext' shared service.
*
* @return \CoreShop\Component\Address\Context\RequestBased\CachedCountryContext
*/
protected function getCachedCountryContextService()
{
$a = ($this->services['.container.private.coreshop.context.country.request_based.resolver.geo_lite'] ?? $this->get_Container_Private_Coreshop_Context_Country_RequestBased_Resolver_GeoLiteService());
if (isset($this->services['CoreShop\\Component\\Address\\Context\\RequestBased\\CachedCountryContext'])) {
return $this->services['CoreShop\\Component\\Address\\Context\\RequestBased\\CachedCountryContext'];
}
$b = new \CoreShop\Component\Address\Context\RequestBased\CompositeRequestResolver();
$b->addResolver($a, 10);
return $this->services['CoreShop\\Component\\Address\\Context\\RequestBased\\CachedCountryContext'] = new \CoreShop\Component\Address\Context\RequestBased\CachedCountryContext($b);
}
/**
* Gets the public 'CoreShop\Component\Address\Formatter\AddressFormatter' shared service.
*
* @return \CoreShop\Component\Address\Formatter\AddressFormatter
*/
protected function getAddressFormatterService()
{
$a = ($this->services['.container.private.App\\Twig\\EnvironmentExtension'] ?? $this->getEnvironmentExtensionService());
if (isset($this->services['CoreShop\\Component\\Address\\Formatter\\AddressFormatter'])) {
return $this->services['CoreShop\\Component\\Address\\Formatter\\AddressFormatter'];
}
return $this->services['CoreShop\\Component\\Address\\Formatter\\AddressFormatter'] = new \CoreShop\Component\Address\Formatter\AddressFormatter($a, ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()));
}
/**
* Gets the public 'CoreShop\Component\Core\Cart\CartContextResolver' shared service.
*
* @return \CoreShop\Component\Core\Cart\CartContextResolver
*/
protected function getCartContextResolverService()
{
return $this->services['CoreShop\\Component\\Core\\Cart\\CartContextResolver'] = new \CoreShop\Component\Core\Cart\CartContextResolver(new \CoreShop\Component\Order\Cart\CartContextResolver());
}
/**
* Gets the public 'CoreShop\Component\Core\Configuration\ConfigurationService' shared service.
*
* @return \CoreShop\Component\Core\Configuration\ConfigurationService
*/
protected function getConfigurationServiceService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['CoreShop\\Component\\Core\\Configuration\\ConfigurationService'])) {
return $this->services['CoreShop\\Component\\Core\\Configuration\\ConfigurationService'];
}
$b = ($this->services['coreshop.repository.configuration'] ?? $this->getCoreshop_Repository_ConfigurationService());
if (isset($this->services['CoreShop\\Component\\Core\\Configuration\\ConfigurationService'])) {
return $this->services['CoreShop\\Component\\Core\\Configuration\\ConfigurationService'];
}
$c = ($this->services['coreshop.context.store'] ?? $this->getCoreshop_Context_StoreService());
if (isset($this->services['CoreShop\\Component\\Core\\Configuration\\ConfigurationService'])) {
return $this->services['CoreShop\\Component\\Core\\Configuration\\ConfigurationService'];
}
return $this->services['CoreShop\\Component\\Core\\Configuration\\ConfigurationService'] = new \CoreShop\Component\Core\Configuration\ConfigurationService($a, $b, ($this->services['coreshop.factory.configuration'] ?? ($this->services['coreshop.factory.configuration'] = new \CoreShop\Component\Resource\Factory\Factory('CoreShop\\Component\\Core\\Model\\Configuration'))), $c);
}
/**
* Gets the public 'CoreShop\Component\Core\Context\Country\StoreAwareCountryContext' shared service.
*
* @return \CoreShop\Component\Core\Context\Country\StoreAwareCountryContext
*/
protected function getStoreAwareCountryContextService()
{
$a = ($this->services['.container.private.coreshop.context.country.composite'] ?? $this->get_Container_Private_Coreshop_Context_Country_CompositeService());
if (isset($this->services['CoreShop\\Component\\Core\\Context\\Country\\StoreAwareCountryContext'])) {
return $this->services['CoreShop\\Component\\Core\\Context\\Country\\StoreAwareCountryContext'];
}
$b = ($this->services['coreshop.context.store'] ?? $this->getCoreshop_Context_StoreService());
if (isset($this->services['CoreShop\\Component\\Core\\Context\\Country\\StoreAwareCountryContext'])) {
return $this->services['CoreShop\\Component\\Core\\Context\\Country\\StoreAwareCountryContext'];
}
return $this->services['CoreShop\\Component\\Core\\Context\\Country\\StoreAwareCountryContext'] = new \CoreShop\Component\Core\Context\Country\StoreAwareCountryContext($a, $b);
}
/**
* Gets the public 'CoreShop\Component\Core\Context\Currency\StorageBasedCurrencyContext' shared service.
*
* @return \CoreShop\Component\Core\Context\Currency\StorageBasedCurrencyContext
*/
protected function getStorageBasedCurrencyContextService()
{
$a = ($this->services['coreshop.context.store'] ?? $this->getCoreshop_Context_StoreService());
if (isset($this->services['CoreShop\\Component\\Core\\Context\\Currency\\StorageBasedCurrencyContext'])) {
return $this->services['CoreShop\\Component\\Core\\Context\\Currency\\StorageBasedCurrencyContext'];
}
$b = ($this->services['CoreShop\\Component\\Core\\Currency\\CurrencyStorage'] ?? $this->getCurrencyStorageService());
if (isset($this->services['CoreShop\\Component\\Core\\Context\\Currency\\StorageBasedCurrencyContext'])) {
return $this->services['CoreShop\\Component\\Core\\Context\\Currency\\StorageBasedCurrencyContext'];
}
return $this->services['CoreShop\\Component\\Core\\Context\\Currency\\StorageBasedCurrencyContext'] = new \CoreShop\Component\Core\Context\Currency\StorageBasedCurrencyContext($a, $b);
}
/**
* Gets the public 'CoreShop\Component\Core\Context\Currency\StoreAwareCurrencyContext' shared service.
*
* @return \CoreShop\Component\Core\Context\Currency\StoreAwareCurrencyContext
*/
protected function getStoreAwareCurrencyContextService()
{
$a = ($this->services['CoreShop\\Component\\Core\\Context\\Currency\\StorageBasedCurrencyContext'] ?? $this->getStorageBasedCurrencyContextService());
if (isset($this->services['CoreShop\\Component\\Core\\Context\\Currency\\StoreAwareCurrencyContext'])) {
return $this->services['CoreShop\\Component\\Core\\Context\\Currency\\StoreAwareCurrencyContext'];
}
$b = ($this->services['coreshop.context.store'] ?? $this->getCoreshop_Context_StoreService());
if (isset($this->services['CoreShop\\Component\\Core\\Context\\Currency\\StoreAwareCurrencyContext'])) {
return $this->services['CoreShop\\Component\\Core\\Context\\Currency\\StoreAwareCurrencyContext'];
}
$c = ($this->services['coreshop.repository.currency'] ?? $this->getCoreshop_Repository_CurrencyService());
if (isset($this->services['CoreShop\\Component\\Core\\Context\\Currency\\StoreAwareCurrencyContext'])) {
return $this->services['CoreShop\\Component\\Core\\Context\\Currency\\StoreAwareCurrencyContext'];
}
$d = new \CoreShop\Component\Currency\Context\CompositeCurrencyContext();
$d->addContext(($this->services['CoreShop\\Component\\Currency\\Context\\FixedCurrencyContext'] ?? ($this->services['CoreShop\\Component\\Currency\\Context\\FixedCurrencyContext'] = new \CoreShop\Component\Currency\Context\FixedCurrencyContext())));
$d->addContext($a);
return $this->services['CoreShop\\Component\\Core\\Context\\Currency\\StoreAwareCurrencyContext'] = new \CoreShop\Component\Core\Context\Currency\StoreAwareCurrencyContext($d, $b, $c);
}
/**
* Gets the public 'CoreShop\Component\Core\Context\ShopperContext' shared service.
*
* @return \CoreShop\Component\Core\Context\ShopperContext
*/
protected function getShopperContextService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['CoreShop\\Component\\Core\\Context\\ShopperContext'] = $this->createProxy('ShopperContext_8cbe3b0', function () {
return \ShopperContext_8cbe3b0::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getShopperContextService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Context/ShopperContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Core/Context/ShopperContext.php';
return new \CoreShop\Component\Core\Context\ShopperContext(($this->services['coreshop.context.store'] ?? $this->getCoreshop_Context_StoreService()), ($this->services['CoreShop\\Component\\Currency\\Context\\CachedCurrencyContext'] ?? $this->getCachedCurrencyContextService()), ($this->services['coreshop.context.locale'] ?? $this->getCoreshop_Context_LocaleService()), ($this->services['CoreShop\\Component\\Core\\Context\\Country\\StoreAwareCountryContext'] ?? $this->getStoreAwareCountryContextService()), ($this->services['coreshop.context.customer'] ?? $this->getCoreshop_Context_CustomerService()), ($this->services['CoreShop\\Component\\Order\\Context\\CompositeCartContext'] ?? $this->getCompositeCartContextService()));
}
/**
* Gets the public 'CoreShop\Component\Core\Context\StoreBasedCartContext' shared service.
*
* @return \CoreShop\Component\Core\Context\StoreBasedCartContext
*/
protected function getStoreBasedCartContextService()
{
$a = ($this->services['CoreShop\\Component\\Core\\Context\\ShopperContext'] ?? $this->getShopperContextService());
if (isset($this->services['CoreShop\\Component\\Core\\Context\\StoreBasedCartContext'])) {
return $this->services['CoreShop\\Component\\Core\\Context\\StoreBasedCartContext'];
}
return $this->services['CoreShop\\Component\\Core\\Context\\StoreBasedCartContext'] = new \CoreShop\Component\Core\Context\StoreBasedCartContext(new \CoreShop\Component\Order\Context\CartContext(($this->services['coreshop.factory.order'] ?? $this->getCoreshop_Factory_OrderService())), $a);
}
/**
* Gets the public 'CoreShop\Component\Core\Context\TokenBasedCustomerContext' shared service.
*
* @return \CoreShop\Component\Core\Context\TokenBasedCustomerContext
*/
protected function getTokenBasedCustomerContextService()
{
return $this->services['CoreShop\\Component\\Core\\Context\\TokenBasedCustomerContext'] = new \CoreShop\Component\Core\Context\TokenBasedCustomerContext(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the public 'CoreShop\Component\Core\Currency\CurrencyStorage' shared service.
*
* @return \CoreShop\Component\Core\Currency\CurrencyStorage
*/
protected function getCurrencyStorageService()
{
$a = ($this->services['coreshop.repository.currency'] ?? $this->getCoreshop_Repository_CurrencyService());
if (isset($this->services['CoreShop\\Component\\Core\\Currency\\CurrencyStorage'])) {
return $this->services['CoreShop\\Component\\Core\\Currency\\CurrencyStorage'];
}
return $this->services['CoreShop\\Component\\Core\\Currency\\CurrencyStorage'] = new \CoreShop\Component\Core\Currency\CurrencyStorage(($this->services['CoreShop\\Bundle\\CoreBundle\\Storage\\CookieStorage'] ?? ($this->services['CoreShop\\Bundle\\CoreBundle\\Storage\\CookieStorage'] = new \CoreShop\Bundle\CoreBundle\Storage\CookieStorage())), $a);
}
/**
* Gets the public 'CoreShop\Component\Core\Customer\Allocator\CustomerAddressAllocatorInterface' shared service.
*
* @return \CoreShop\Component\Core\Customer\Allocator\CustomerAddressAllocator
*/
protected function getCustomerAddressAllocatorInterfaceService()
{
return $this->services['CoreShop\\Component\\Core\\Customer\\Allocator\\CustomerAddressAllocatorInterface'] = new \CoreShop\Component\Core\Customer\Allocator\CustomerAddressAllocator();
}
/**
* Gets the public 'CoreShop\Component\Core\Locale\Context\PimcoreAdminLocaleContext' shared service.
*
* @return \CoreShop\Component\Core\Locale\Context\PimcoreAdminLocaleContext
*/
protected function getPimcoreAdminLocaleContextService()
{
return $this->services['CoreShop\\Component\\Core\\Locale\\Context\\PimcoreAdminLocaleContext'] = new \CoreShop\Component\Core\Locale\Context\PimcoreAdminLocaleContext(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()), ($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver'] ?? $this->load('getTokenStorageUserResolver2Service')), ($this->services['CoreShop\\Component\\Resource\\Translation\\Provider\\PimcoreTranslationLocaleProvider'] ?? ($this->services['CoreShop\\Component\\Resource\\Translation\\Provider\\PimcoreTranslationLocaleProvider'] = new \CoreShop\Component\Resource\Translation\Provider\PimcoreTranslationLocaleProvider())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'CoreShop\Component\Core\Order\Calculator\PurchasableProductDiscountCalculator' shared service.
*
* @return \CoreShop\Component\Core\Order\Calculator\PurchasableProductDiscountCalculator
*/
protected function getPurchasableProductDiscountCalculatorService()
{
$a = ($this->services['CoreShop\\Component\\Product\\Calculator\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService());
if (isset($this->services['CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductDiscountCalculator'])) {
return $this->services['CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductDiscountCalculator'];
}
return $this->services['CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductDiscountCalculator'] = new \CoreShop\Component\Core\Order\Calculator\PurchasableProductDiscountCalculator($a);
}
/**
* Gets the public 'CoreShop\Component\Core\Order\Calculator\PurchasableProductDiscountPriceCalculator' shared service.
*
* @return \CoreShop\Component\Core\Order\Calculator\PurchasableProductDiscountPriceCalculator
*/
protected function getPurchasableProductDiscountPriceCalculatorService()
{
$a = ($this->services['CoreShop\\Component\\Product\\Calculator\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService());
if (isset($this->services['CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductDiscountPriceCalculator'])) {
return $this->services['CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductDiscountPriceCalculator'];
}
return $this->services['CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductDiscountPriceCalculator'] = new \CoreShop\Component\Core\Order\Calculator\PurchasableProductDiscountPriceCalculator($a);
}
/**
* Gets the public 'CoreShop\Component\Core\Order\Calculator\PurchasableProductPriceCalculator' shared service.
*
* @return \CoreShop\Component\Core\Order\Calculator\PurchasableProductPriceCalculator
*/
protected function getPurchasableProductPriceCalculatorService()
{
$a = ($this->services['CoreShop\\Component\\Product\\Calculator\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService());
if (isset($this->services['CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductPriceCalculator'])) {
return $this->services['CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductPriceCalculator'];
}
return $this->services['CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductPriceCalculator'] = new \CoreShop\Component\Core\Order\Calculator\PurchasableProductPriceCalculator($a);
}
/**
* Gets the public 'CoreShop\Component\Core\Order\Calculator\PurchasableProductRetailPriceCalculator' shared service.
*
* @return \CoreShop\Component\Core\Order\Calculator\PurchasableProductRetailPriceCalculator
*/
protected function getPurchasableProductRetailPriceCalculatorService()
{
$a = ($this->services['CoreShop\\Component\\Product\\Calculator\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService());
if (isset($this->services['CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductRetailPriceCalculator'])) {
return $this->services['CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductRetailPriceCalculator'];
}
return $this->services['CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductRetailPriceCalculator'] = new \CoreShop\Component\Core\Order\Calculator\PurchasableProductRetailPriceCalculator($a);
}
/**
* Gets the public 'CoreShop\Component\Core\Order\Processor\CartAdjustmentClearer' shared service.
*
* @return \CoreShop\Component\Core\Order\Processor\CartAdjustmentClearer
*/
protected function getCartAdjustmentClearerService()
{
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartAdjustmentClearer'] = new \CoreShop\Component\Core\Order\Processor\CartAdjustmentClearer();
}
/**
* Gets the public 'CoreShop\Component\Core\Order\Processor\CartCurrencyConversionProcessor' shared service.
*
* @return \CoreShop\Component\Core\Order\Processor\CartCurrencyConversionProcessor
*/
protected function getCartCurrencyConversionProcessorService()
{
$a = ($this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'] ?? $this->getCurrencyConverterService());
if (isset($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartCurrencyConversionProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartCurrencyConversionProcessor'];
}
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartCurrencyConversionProcessor'] = new \CoreShop\Component\Core\Order\Processor\CartCurrencyConversionProcessor($a);
}
/**
* Gets the public 'CoreShop\Component\Core\Order\Processor\CartItemProcessor' shared service.
*
* @return \CoreShop\Component\Core\Order\Processor\CartItemProcessor
*/
protected function getCartItemProcessorService()
{
$a = ($this->services['coreshop.repository.tax_rate'] ?? $this->getCoreshop_Repository_TaxRateService());
if (isset($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartItemProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartItemProcessor'];
}
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartItemProcessor'] = new \CoreShop\Component\Core\Order\Processor\CartItemProcessor(($this->services['CoreShop\\Component\\Core\\Product\\ProductTaxCalculatorFactory'] ?? $this->getProductTaxCalculatorFactoryService()), ($this->services['CoreShop\\Component\\Core\\Provider\\StoreBasedAddressProvider'] ?? $this->getStoreBasedAddressProviderService()), $a, ($this->services['coreshop.factory.tax_item'] ?? ($this->services['coreshop.factory.tax_item'] = new \CoreShop\Component\Resource\Factory\PimcoreFactory('Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopTaxItem'))));
}
/**
* Gets the public 'CoreShop\Component\Core\Order\Processor\CartItemsProcessor' shared service.
*
* @return \CoreShop\Component\Core\Order\Processor\CartItemsProcessor
*/
protected function getCartItemsProcessorService()
{
$a = ($this->services['CoreShop\\Component\\Order\\Calculator\\PurchasableCalculator'] ?? $this->getPurchasableCalculatorService());
if (isset($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartItemsProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartItemsProcessor'];
}
$b = ($this->services['CoreShop\\Component\\ProductQuantityPriceRules\\Detector\\QuantityReferenceDetector'] ?? $this->getQuantityReferenceDetectorService());
if (isset($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartItemsProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartItemsProcessor'];
}
$c = ($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartItemProcessor'] ?? $this->getCartItemProcessorService());
if (isset($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartItemsProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartItemsProcessor'];
}
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartItemsProcessor'] = new \CoreShop\Component\Core\Order\Processor\CartItemsProcessor($a, $b, $c, ($this->services['CoreShop\\Component\\Core\\Cart\\CartContextResolver'] ?? $this->getCartContextResolverService()));
}
/**
* Gets the public 'CoreShop\Component\Core\Order\Processor\CartItemsWholesaleProcessor' shared service.
*
* @return \CoreShop\Component\Core\Order\Processor\CartItemsWholesaleProcessor
*/
protected function getCartItemsWholesaleProcessorService()
{
$a = ($this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasableWholesalePriceCalculator'] ?? $this->getCompositePurchasableWholesalePriceCalculatorService());
if (isset($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartItemsWholesaleProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartItemsWholesaleProcessor'];
}
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartItemsWholesaleProcessor'] = new \CoreShop\Component\Core\Order\Processor\CartItemsWholesaleProcessor($a, ($this->services['CoreShop\\Component\\Core\\Cart\\CartContextResolver'] ?? $this->getCartContextResolverService()));
}
/**
* Gets the public 'CoreShop\Component\Core\Order\Processor\CartPaymentProcessor' shared service.
*
* @return \CoreShop\Component\Core\Order\Processor\CartPaymentProcessor
*/
protected function getCartPaymentProcessorService()
{
$a = ($this->services['CoreShop\\Component\\Payment\\Calculator\\PaymentProviderRulePriceCalculator'] ?? $this->getPaymentProviderRulePriceCalculatorService());
if (isset($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartPaymentProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartPaymentProcessor'];
}
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartPaymentProcessor'] = new \CoreShop\Component\Core\Order\Processor\CartPaymentProcessor(100, 2, $a, ($this->services['CoreShop\\Component\\Core\\Cart\\CartContextResolver'] ?? $this->getCartContextResolverService()), ($this->services['coreshop.custom_factory.adjustment'] ?? $this->getCoreshop_CustomFactory_AdjustmentService()));
}
/**
* Gets the public 'CoreShop\Component\Core\Order\Processor\CartPriceRuleVoucherProcessor' shared service.
*
* @return \CoreShop\Component\Core\Order\Processor\CartPriceRuleVoucherProcessor
*/
protected function getCartPriceRuleVoucherProcessorService()
{
$a = ($this->services['coreshop.repository.cart_price_rule_voucher_code'] ?? $this->getCoreshop_Repository_CartPriceRuleVoucherCodeService());
if (isset($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartPriceRuleVoucherProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartPriceRuleVoucherProcessor'];
}
$b = ($this->services['CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleValidationProcessor'] ?? $this->getCartPriceRuleValidationProcessorService());
if (isset($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartPriceRuleVoucherProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartPriceRuleVoucherProcessor'];
}
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartPriceRuleVoucherProcessor'] = new \CoreShop\Component\Core\Order\Processor\CartPriceRuleVoucherProcessor(($this->services['CoreShop\\Component\\Order\\Cart\\Rule\\ProposalCartPriceRuleCalculator'] ?? $this->getProposalCartPriceRuleCalculatorService()), $a, $b, ($this->services['CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleUnProcessor'] ?? $this->getCartPriceRuleUnProcessorService()), ($this->services['coreshop.custom_factory.adjustment'] ?? $this->getCoreshop_CustomFactory_AdjustmentService()));
}
/**
* Gets the public 'CoreShop\Component\Core\Order\Processor\CartRuleAutoProcessor' shared service.
*
* @return \CoreShop\Component\Core\Order\Processor\CartRuleAutoProcessor
*/
protected function getCartRuleAutoProcessorService()
{
$a = ($this->services['coreshop.repository.cart_price_rule'] ?? $this->getCoreshop_Repository_CartPriceRuleService());
if (isset($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartRuleAutoProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartRuleAutoProcessor'];
}
$b = ($this->services['CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleProcessor'] ?? $this->getCartPriceRuleProcessorService());
if (isset($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartRuleAutoProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartRuleAutoProcessor'];
}
$c = ($this->services['CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleUnProcessor'] ?? $this->getCartPriceRuleUnProcessorService());
if (isset($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartRuleAutoProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartRuleAutoProcessor'];
}
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartRuleAutoProcessor'] = new \CoreShop\Component\Core\Order\Processor\CartRuleAutoProcessor($a, $b, $c);
}
/**
* Gets the public 'CoreShop\Component\Core\Order\Processor\CartShippingProcessor' shared service.
*
* @return \CoreShop\Component\Core\Order\Processor\CartShippingProcessor
*/
protected function getCartShippingProcessorService()
{
$a = ($this->services['CoreShop\\Component\\Core\\Shipping\\Calculator\\TaxedCarrierPriceRuleCalculator'] ?? $this->getTaxedCarrierPriceRuleCalculatorService());
if (isset($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartShippingProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartShippingProcessor'];
}
$b = ($this->services['.container.private.coreshop.shipping.carrier.validator.composite'] ?? $this->get_Container_Private_Coreshop_Shipping_Carrier_Validator_CompositeService());
if (isset($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartShippingProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartShippingProcessor'];
}
$c = ($this->services['CoreShop\\Component\\Core\\Shipping\\Resolver\\CheapestDefaultCarrierResolver'] ?? $this->getCheapestDefaultCarrierResolverService());
if (isset($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartShippingProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartShippingProcessor'];
}
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartShippingProcessor'] = new \CoreShop\Component\Core\Order\Processor\CartShippingProcessor($a, $b, $c, ($this->services['CoreShop\\Component\\Core\\Provider\\StoreBasedAddressProvider'] ?? $this->getStoreBasedAddressProviderService()), ($this->services['coreshop.custom_factory.adjustment'] ?? $this->getCoreshop_CustomFactory_AdjustmentService()), ($this->services['CoreShop\\Component\\Core\\Cart\\CartContextResolver'] ?? $this->getCartContextResolverService()));
}
/**
* Gets the public 'CoreShop\Component\Core\Order\Processor\CartSubtotalProcessor' shared service.
*
* @return \CoreShop\Component\Core\Order\Processor\CartSubtotalProcessor
*/
protected function getCartSubtotalProcessorService()
{
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartSubtotalProcessor'] = new \CoreShop\Component\Core\Order\Processor\CartSubtotalProcessor();
}
/**
* Gets the public 'CoreShop\Component\Core\Order\Processor\CartTaxProcessor' shared service.
*
* @return \CoreShop\Component\Core\Order\Processor\CartTaxProcessor
*/
protected function getCartTaxProcessorService()
{
$a = ($this->services['CoreShop\\Component\\Taxation\\Collector\\TaxCollector'] ?? $this->getTaxCollectorService());
if (isset($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartTaxProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartTaxProcessor'];
}
$b = ($this->services['coreshop.registry.shipping.tax_calculation_strategies'] ?? $this->getCoreshop_Registry_Shipping_TaxCalculationStrategiesService());
if (isset($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartTaxProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartTaxProcessor'];
}
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartTaxProcessor'] = new \CoreShop\Component\Core\Order\Processor\CartTaxProcessor($a, ($this->services['CoreShop\\Component\\Core\\Provider\\StoreBasedAddressProvider'] ?? $this->getStoreBasedAddressProviderService()), $b, ($this->services['CoreShop\\Component\\Core\\Cart\\CartContextResolver'] ?? $this->getCartContextResolverService()));
}
/**
* Gets the public 'CoreShop\Component\Core\Order\Processor\CartTextProcessor' shared service.
*
* @return \CoreShop\Component\Core\Order\Processor\CartTextProcessor
*/
protected function getCartTextProcessorService()
{
return $this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartTextProcessor'] = new \CoreShop\Component\Core\Order\Processor\CartTextProcessor(($this->services['CoreShop\\Component\\Resource\\Translation\\Provider\\PimcoreTranslationLocaleProvider'] ?? ($this->services['CoreShop\\Component\\Resource\\Translation\\Provider\\PimcoreTranslationLocaleProvider'] = new \CoreShop\Component\Resource\Translation\Provider\PimcoreTranslationLocaleProvider())));
}
/**
* Gets the public 'CoreShop\Component\Core\Payment\Rule\Action\AdditionAmountActionProcessor' shared service.
*
* @return \CoreShop\Component\Core\Payment\Rule\Action\AdditionAmountActionProcessor
*/
protected function getAdditionAmountActionProcessorService()
{
$a = ($this->services['coreshop.repository.currency'] ?? $this->getCoreshop_Repository_CurrencyService());
if (isset($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Action\\AdditionAmountActionProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Action\\AdditionAmountActionProcessor'];
}
$b = ($this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'] ?? $this->getCurrencyConverterService());
if (isset($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Action\\AdditionAmountActionProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Action\\AdditionAmountActionProcessor'];
}
return $this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Action\\AdditionAmountActionProcessor'] = new \CoreShop\Component\Core\Payment\Rule\Action\AdditionAmountActionProcessor($a, $b);
}
/**
* Gets the public 'CoreShop\Component\Core\Payment\Rule\Action\DiscountAmountActionProcessor' shared service.
*
* @return \CoreShop\Component\Core\Payment\Rule\Action\DiscountAmountActionProcessor
*/
protected function getDiscountAmountActionProcessorService()
{
$a = ($this->services['coreshop.repository.currency'] ?? $this->getCoreshop_Repository_CurrencyService());
if (isset($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Action\\DiscountAmountActionProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Action\\DiscountAmountActionProcessor'];
}
$b = ($this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'] ?? $this->getCurrencyConverterService());
if (isset($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Action\\DiscountAmountActionProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Action\\DiscountAmountActionProcessor'];
}
return $this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Action\\DiscountAmountActionProcessor'] = new \CoreShop\Component\Core\Payment\Rule\Action\DiscountAmountActionProcessor($a, $b);
}
/**
* Gets the public 'CoreShop\Component\Core\Payment\Rule\Action\PriceActionProcessor' shared service.
*
* @return \CoreShop\Component\Core\Payment\Rule\Action\PriceActionProcessor
*/
protected function getPriceActionProcessorService()
{
$a = ($this->services['coreshop.repository.currency'] ?? $this->getCoreshop_Repository_CurrencyService());
if (isset($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Action\\PriceActionProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Action\\PriceActionProcessor'];
}
$b = ($this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'] ?? $this->getCurrencyConverterService());
if (isset($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Action\\PriceActionProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Action\\PriceActionProcessor'];
}
return $this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Action\\PriceActionProcessor'] = new \CoreShop\Component\Core\Payment\Rule\Action\PriceActionProcessor($a, $b);
}
/**
* Gets the public 'CoreShop\Component\Core\Payment\Rule\Condition\CategoriesConditionChecker' shared service.
*
* @return \CoreShop\Component\Core\Payment\Rule\Condition\CategoriesConditionChecker
*/
protected function getCategoriesConditionCheckerService()
{
$a = ($this->services['coreshop.repository.category'] ?? $this->getCoreshop_Repository_CategoryService());
if (isset($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\CategoriesConditionChecker'])) {
return $this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\CategoriesConditionChecker'];
}
return $this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\CategoriesConditionChecker'] = new \CoreShop\Component\Core\Payment\Rule\Condition\CategoriesConditionChecker($a);
}
/**
* Gets the public 'CoreShop\Component\Core\Payment\Rule\Condition\CountriesConditionChecker' shared service.
*
* @return \CoreShop\Component\Core\Payment\Rule\Condition\CountriesConditionChecker
*/
protected function getCountriesConditionCheckerService()
{
return $this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\CountriesConditionChecker'] = new \CoreShop\Component\Core\Payment\Rule\Condition\CountriesConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Core\Payment\Rule\Condition\CurrenciesConditionChecker' shared service.
*
* @return \CoreShop\Component\Core\Payment\Rule\Condition\CurrenciesConditionChecker
*/
protected function getCurrenciesConditionCheckerService()
{
return $this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\CurrenciesConditionChecker'] = new \CoreShop\Component\Core\Payment\Rule\Condition\CurrenciesConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Core\Payment\Rule\Condition\CustomerGroupsConditionChecker' shared service.
*
* @return \CoreShop\Component\Core\Payment\Rule\Condition\CustomerGroupsConditionChecker
*/
protected function getCustomerGroupsConditionCheckerService()
{
return $this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\CustomerGroupsConditionChecker'] = new \CoreShop\Component\Core\Payment\Rule\Condition\CustomerGroupsConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Core\Payment\Rule\Condition\CustomersConditionChecker' shared service.
*
* @return \CoreShop\Component\Core\Payment\Rule\Condition\CustomersConditionChecker
*/
protected function getCustomersConditionCheckerService()
{
return $this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\CustomersConditionChecker'] = new \CoreShop\Component\Core\Payment\Rule\Condition\CustomersConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Core\Payment\Rule\Condition\ProductsConditionChecker' shared service.
*
* @return \CoreShop\Component\Core\Payment\Rule\Condition\ProductsConditionChecker
*/
protected function getProductsConditionCheckerService()
{
$a = ($this->services['coreshop.repository.product'] ?? $this->getCoreshop_Repository_ProductService());
if (isset($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\ProductsConditionChecker'])) {
return $this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\ProductsConditionChecker'];
}
return $this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\ProductsConditionChecker'] = new \CoreShop\Component\Core\Payment\Rule\Condition\ProductsConditionChecker($a);
}
/**
* Gets the public 'CoreShop\Component\Core\Payment\Rule\Condition\StoresConditionChecker' shared service.
*
* @return \CoreShop\Component\Core\Payment\Rule\Condition\StoresConditionChecker
*/
protected function getStoresConditionCheckerService()
{
return $this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\StoresConditionChecker'] = new \CoreShop\Component\Core\Payment\Rule\Condition\StoresConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Core\Payment\Rule\Condition\ZonesConditionChecker' shared service.
*
* @return \CoreShop\Component\Core\Payment\Rule\Condition\ZonesConditionChecker
*/
protected function getZonesConditionCheckerService()
{
return $this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\ZonesConditionChecker'] = new \CoreShop\Component\Core\Payment\Rule\Condition\ZonesConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Core\Product\Calculator\StoreProductPriceCalculator' shared service.
*
* @return \CoreShop\Component\Core\Product\Calculator\StoreProductPriceCalculator
*/
protected function getStoreProductPriceCalculatorService()
{
return $this->services['CoreShop\\Component\\Core\\Product\\Calculator\\StoreProductPriceCalculator'] = new \CoreShop\Component\Core\Product\Calculator\StoreProductPriceCalculator();
}
/**
* Gets the public 'CoreShop\Component\Core\Product\Calculator\StoreProductUnitDefinitionPriceCalculator' shared service.
*
* @return \CoreShop\Component\Core\Product\Calculator\StoreProductUnitDefinitionPriceCalculator
*/
protected function getStoreProductUnitDefinitionPriceCalculatorService()
{
return $this->services['CoreShop\\Component\\Core\\Product\\Calculator\\StoreProductUnitDefinitionPriceCalculator'] = new \CoreShop\Component\Core\Product\Calculator\StoreProductUnitDefinitionPriceCalculator();
}
/**
* Gets the public 'CoreShop\Component\Core\Product\ProductTaxCalculatorFactory' shared service.
*
* @return \CoreShop\Component\Core\Product\ProductTaxCalculatorFactory
*/
protected function getProductTaxCalculatorFactoryService()
{
$a = ($this->services['CoreShop\\Component\\Core\\Taxation\\CachedTaxCalculatorFactory'] ?? $this->getCachedTaxCalculatorFactoryService());
if (isset($this->services['CoreShop\\Component\\Core\\Product\\ProductTaxCalculatorFactory'])) {
return $this->services['CoreShop\\Component\\Core\\Product\\ProductTaxCalculatorFactory'];
}
return $this->services['CoreShop\\Component\\Core\\Product\\ProductTaxCalculatorFactory'] = new \CoreShop\Component\Core\Product\ProductTaxCalculatorFactory($a);
}
/**
* Gets the public 'CoreShop\Component\Core\Product\TaxedProductPriceCalculator' shared service.
*
* @return \CoreShop\Component\Core\Product\TaxedProductPriceCalculator
*/
protected function getTaxedProductPriceCalculatorService()
{
return $this->services['CoreShop\\Component\\Core\\Product\\TaxedProductPriceCalculator'] = new \CoreShop\Component\Core\Product\TaxedProductPriceCalculator(($this->services['CoreShop\\Component\\Order\\Calculator\\PurchasableCalculator'] ?? $this->getPurchasableCalculatorService()), ($this->services['CoreShop\\Component\\Core\\Provider\\ContextBasedDefaultTaxAddressProvider'] ?? $this->getContextBasedDefaultTaxAddressProviderService()), ($this->services['CoreShop\\Component\\Core\\Product\\ProductTaxCalculatorFactory'] ?? $this->getProductTaxCalculatorFactoryService()), ($this->services['CoreShop\\Component\\Core\\Taxation\\TaxApplicator'] ?? ($this->services['CoreShop\\Component\\Core\\Taxation\\TaxApplicator'] = new \CoreShop\Component\Core\Taxation\TaxApplicator())));
}
/**
* Gets the public 'CoreShop\Component\Core\Provider\ContextBasedDefaultTaxAddressProvider' shared service.
*
* @return \CoreShop\Component\Core\Provider\ContextBasedDefaultTaxAddressProvider
*/
protected function getContextBasedDefaultTaxAddressProviderService()
{
return $this->services['CoreShop\\Component\\Core\\Provider\\ContextBasedDefaultTaxAddressProvider'] = new \CoreShop\Component\Core\Provider\ContextBasedDefaultTaxAddressProvider(($this->services['coreshop.factory.address'] ?? ($this->services['coreshop.factory.address'] = new \CoreShop\Component\Resource\Factory\PimcoreFactory('Pimcore\\Model\\DataObject\\CoreShopAddress'))));
}
/**
* Gets the public 'CoreShop\Component\Core\Provider\StoreBasedAddressProvider' shared service.
*
* @return \CoreShop\Component\Core\Provider\StoreBasedAddressProvider
*/
protected function getStoreBasedAddressProviderService()
{
$a = ($this->services['CoreShop\\Component\\Core\\Context\\ShopperContext'] ?? $this->getShopperContextService());
if (isset($this->services['CoreShop\\Component\\Core\\Provider\\StoreBasedAddressProvider'])) {
return $this->services['CoreShop\\Component\\Core\\Provider\\StoreBasedAddressProvider'];
}
return $this->services['CoreShop\\Component\\Core\\Provider\\StoreBasedAddressProvider'] = new \CoreShop\Component\Core\Provider\StoreBasedAddressProvider(($this->services['coreshop.factory.address'] ?? ($this->services['coreshop.factory.address'] = new \CoreShop\Component\Resource\Factory\PimcoreFactory('Pimcore\\Model\\DataObject\\CoreShopAddress'))), $a);
}
/**
* Gets the public 'CoreShop\Component\Core\Shipping\Calculator\TaxedCarrierPriceRuleCalculator' shared service.
*
* @return \CoreShop\Component\Core\Shipping\Calculator\TaxedCarrierPriceRuleCalculator
*/
protected function getTaxedCarrierPriceRuleCalculatorService()
{
$a = ($this->services['CoreShop\\Component\\Shipping\\Calculator\\CarrierPriceCalculator'] ?? $this->getCarrierPriceCalculatorService());
if (isset($this->services['CoreShop\\Component\\Core\\Shipping\\Calculator\\TaxedCarrierPriceRuleCalculator'])) {
return $this->services['CoreShop\\Component\\Core\\Shipping\\Calculator\\TaxedCarrierPriceRuleCalculator'];
}
$b = ($this->services['coreshop.registry.shipping.tax_calculation_strategies'] ?? $this->getCoreshop_Registry_Shipping_TaxCalculationStrategiesService());
if (isset($this->services['CoreShop\\Component\\Core\\Shipping\\Calculator\\TaxedCarrierPriceRuleCalculator'])) {
return $this->services['CoreShop\\Component\\Core\\Shipping\\Calculator\\TaxedCarrierPriceRuleCalculator'];
}
return $this->services['CoreShop\\Component\\Core\\Shipping\\Calculator\\TaxedCarrierPriceRuleCalculator'] = new \CoreShop\Component\Core\Shipping\Calculator\TaxedCarrierPriceRuleCalculator($a, $b);
}
/**
* Gets the public 'CoreShop\Component\Core\Shipping\Discover\StoreBasedShippableCarriersDiscovery' shared service.
*
* @return \CoreShop\Component\Core\Shipping\Discover\StoreBasedShippableCarriersDiscovery
*/
protected function getStoreBasedShippableCarriersDiscoveryService()
{
$a = ($this->services['CoreShop\\Component\\Shipping\\Resolver\\CarriersResolver'] ?? $this->getCarriersResolverService());
if (isset($this->services['CoreShop\\Component\\Core\\Shipping\\Discover\\StoreBasedShippableCarriersDiscovery'])) {
return $this->services['CoreShop\\Component\\Core\\Shipping\\Discover\\StoreBasedShippableCarriersDiscovery'];
}
$b = ($this->services['coreshop.repository.carrier'] ?? $this->getCoreshop_Repository_CarrierService());
if (isset($this->services['CoreShop\\Component\\Core\\Shipping\\Discover\\StoreBasedShippableCarriersDiscovery'])) {
return $this->services['CoreShop\\Component\\Core\\Shipping\\Discover\\StoreBasedShippableCarriersDiscovery'];
}
$c = ($this->services['.container.private.coreshop.shipping.carrier.validator.composite'] ?? $this->get_Container_Private_Coreshop_Shipping_Carrier_Validator_CompositeService());
if (isset($this->services['CoreShop\\Component\\Core\\Shipping\\Discover\\StoreBasedShippableCarriersDiscovery'])) {
return $this->services['CoreShop\\Component\\Core\\Shipping\\Discover\\StoreBasedShippableCarriersDiscovery'];
}
return $this->services['CoreShop\\Component\\Core\\Shipping\\Discover\\StoreBasedShippableCarriersDiscovery'] = new \CoreShop\Component\Core\Shipping\Discover\StoreBasedShippableCarriersDiscovery($a, $b, $c);
}
/**
* Gets the public 'CoreShop\Component\Core\Shipping\Resolver\CheapestDefaultCarrierResolver' shared service.
*
* @return \CoreShop\Component\Core\Shipping\Resolver\CheapestDefaultCarrierResolver
*/
protected function getCheapestDefaultCarrierResolverService()
{
$a = ($this->services['CoreShop\\Component\\Core\\Shipping\\Discover\\StoreBasedShippableCarriersDiscovery'] ?? $this->getStoreBasedShippableCarriersDiscoveryService());
if (isset($this->services['CoreShop\\Component\\Core\\Shipping\\Resolver\\CheapestDefaultCarrierResolver'])) {
return $this->services['CoreShop\\Component\\Core\\Shipping\\Resolver\\CheapestDefaultCarrierResolver'];
}
$b = ($this->services['CoreShop\\Component\\Shipping\\Calculator\\CarrierPriceCalculator'] ?? $this->getCarrierPriceCalculatorService());
if (isset($this->services['CoreShop\\Component\\Core\\Shipping\\Resolver\\CheapestDefaultCarrierResolver'])) {
return $this->services['CoreShop\\Component\\Core\\Shipping\\Resolver\\CheapestDefaultCarrierResolver'];
}
return $this->services['CoreShop\\Component\\Core\\Shipping\\Resolver\\CheapestDefaultCarrierResolver'] = new \CoreShop\Component\Core\Shipping\Resolver\CheapestDefaultCarrierResolver($a, $b, ($this->services['CoreShop\\Component\\Core\\Cart\\CartContextResolver'] ?? $this->getCartContextResolverService()));
}
/**
* Gets the public 'CoreShop\Component\Core\Shipping\Rule\Action\AdditionAmountActionProcessor' shared service.
*
* @return \CoreShop\Component\Core\Shipping\Rule\Action\AdditionAmountActionProcessor
*/
protected function getAdditionAmountActionProcessor2Service()
{
$a = ($this->services['coreshop.repository.currency'] ?? $this->getCoreshop_Repository_CurrencyService());
if (isset($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\AdditionAmountActionProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\AdditionAmountActionProcessor'];
}
$b = ($this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'] ?? $this->getCurrencyConverterService());
if (isset($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\AdditionAmountActionProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\AdditionAmountActionProcessor'];
}
return $this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\AdditionAmountActionProcessor'] = new \CoreShop\Component\Core\Shipping\Rule\Action\AdditionAmountActionProcessor($a, $b);
}
/**
* Gets the public 'CoreShop\Component\Core\Shipping\Rule\Action\DiscountAmountActionProcessor' shared service.
*
* @return \CoreShop\Component\Core\Shipping\Rule\Action\DiscountAmountActionProcessor
*/
protected function getDiscountAmountActionProcessor2Service()
{
$a = ($this->services['coreshop.repository.currency'] ?? $this->getCoreshop_Repository_CurrencyService());
if (isset($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\DiscountAmountActionProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\DiscountAmountActionProcessor'];
}
$b = ($this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'] ?? $this->getCurrencyConverterService());
if (isset($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\DiscountAmountActionProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\DiscountAmountActionProcessor'];
}
return $this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\DiscountAmountActionProcessor'] = new \CoreShop\Component\Core\Shipping\Rule\Action\DiscountAmountActionProcessor($a, $b);
}
/**
* Gets the public 'CoreShop\Component\Core\Shipping\Rule\Action\PriceActionProcessor' shared service.
*
* @return \CoreShop\Component\Core\Shipping\Rule\Action\PriceActionProcessor
*/
protected function getPriceActionProcessor2Service()
{
$a = ($this->services['coreshop.repository.currency'] ?? $this->getCoreshop_Repository_CurrencyService());
if (isset($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\PriceActionProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\PriceActionProcessor'];
}
$b = ($this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'] ?? $this->getCurrencyConverterService());
if (isset($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\PriceActionProcessor'])) {
return $this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\PriceActionProcessor'];
}
return $this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\PriceActionProcessor'] = new \CoreShop\Component\Core\Shipping\Rule\Action\PriceActionProcessor($a, $b);
}
/**
* Gets the public 'CoreShop\Component\Core\Shipping\Rule\Condition\CategoriesConditionChecker' shared service.
*
* @return \CoreShop\Component\Core\Shipping\Rule\Condition\CategoriesConditionChecker
*/
protected function getCategoriesConditionChecker2Service()
{
$a = ($this->services['coreshop.repository.category'] ?? $this->getCoreshop_Repository_CategoryService());
if (isset($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CategoriesConditionChecker'])) {
return $this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CategoriesConditionChecker'];
}
return $this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CategoriesConditionChecker'] = new \CoreShop\Component\Core\Shipping\Rule\Condition\CategoriesConditionChecker($a);
}
/**
* Gets the public 'CoreShop\Component\Core\Shipping\Rule\Condition\CountriesConditionChecker' shared service.
*
* @return \CoreShop\Component\Core\Shipping\Rule\Condition\CountriesConditionChecker
*/
protected function getCountriesConditionChecker2Service()
{
return $this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CountriesConditionChecker'] = new \CoreShop\Component\Core\Shipping\Rule\Condition\CountriesConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Core\Shipping\Rule\Condition\CurrenciesConditionChecker' shared service.
*
* @return \CoreShop\Component\Core\Shipping\Rule\Condition\CurrenciesConditionChecker
*/
protected function getCurrenciesConditionChecker2Service()
{
return $this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CurrenciesConditionChecker'] = new \CoreShop\Component\Core\Shipping\Rule\Condition\CurrenciesConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Core\Shipping\Rule\Condition\CustomerGroupsConditionChecker' shared service.
*
* @return \CoreShop\Component\Core\Shipping\Rule\Condition\CustomerGroupsConditionChecker
*/
protected function getCustomerGroupsConditionChecker2Service()
{
return $this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CustomerGroupsConditionChecker'] = new \CoreShop\Component\Core\Shipping\Rule\Condition\CustomerGroupsConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Core\Shipping\Rule\Condition\CustomersConditionChecker' shared service.
*
* @return \CoreShop\Component\Core\Shipping\Rule\Condition\CustomersConditionChecker
*/
protected function getCustomersConditionChecker2Service()
{
return $this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CustomersConditionChecker'] = new \CoreShop\Component\Core\Shipping\Rule\Condition\CustomersConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Core\Shipping\Rule\Condition\ProductsConditionChecker' shared service.
*
* @return \CoreShop\Component\Core\Shipping\Rule\Condition\ProductsConditionChecker
*/
protected function getProductsConditionChecker2Service()
{
$a = ($this->services['coreshop.repository.product'] ?? $this->getCoreshop_Repository_ProductService());
if (isset($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\ProductsConditionChecker'])) {
return $this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\ProductsConditionChecker'];
}
return $this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\ProductsConditionChecker'] = new \CoreShop\Component\Core\Shipping\Rule\Condition\ProductsConditionChecker($a);
}
/**
* Gets the public 'CoreShop\Component\Core\Shipping\Rule\Condition\StoresConditionChecker' shared service.
*
* @return \CoreShop\Component\Core\Shipping\Rule\Condition\StoresConditionChecker
*/
protected function getStoresConditionChecker2Service()
{
return $this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\StoresConditionChecker'] = new \CoreShop\Component\Core\Shipping\Rule\Condition\StoresConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Core\Shipping\Rule\Condition\ZonesConditionChecker' shared service.
*
* @return \CoreShop\Component\Core\Shipping\Rule\Condition\ZonesConditionChecker
*/
protected function getZonesConditionChecker2Service()
{
return $this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\ZonesConditionChecker'] = new \CoreShop\Component\Core\Shipping\Rule\Condition\ZonesConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Core\Shipping\Taxation\TaxCalculationStrategyCartItems' shared service.
*
* @return \CoreShop\Component\Core\Shipping\Taxation\TaxCalculationStrategyCartItems
*/
protected function getTaxCalculationStrategyCartItemsService()
{
$a = ($this->services['CoreShop\\Component\\Taxation\\Collector\\TaxCollector'] ?? $this->getTaxCollectorService());
if (isset($this->services['CoreShop\\Component\\Core\\Shipping\\Taxation\\TaxCalculationStrategyCartItems'])) {
return $this->services['CoreShop\\Component\\Core\\Shipping\\Taxation\\TaxCalculationStrategyCartItems'];
}
$b = ($this->services['CoreShop\\Component\\Core\\Taxation\\CachedTaxCalculatorFactory'] ?? $this->getCachedTaxCalculatorFactoryService());
if (isset($this->services['CoreShop\\Component\\Core\\Shipping\\Taxation\\TaxCalculationStrategyCartItems'])) {
return $this->services['CoreShop\\Component\\Core\\Shipping\\Taxation\\TaxCalculationStrategyCartItems'];
}
return $this->services['CoreShop\\Component\\Core\\Shipping\\Taxation\\TaxCalculationStrategyCartItems'] = new \CoreShop\Component\Core\Shipping\Taxation\TaxCalculationStrategyCartItems($a, $b, ($this->services['CoreShop\\Component\\Order\\Distributor\\ProportionalIntegerDistributor'] ?? ($this->services['CoreShop\\Component\\Order\\Distributor\\ProportionalIntegerDistributor'] = new \CoreShop\Component\Order\Distributor\ProportionalIntegerDistributor())));
}
/**
* Gets the public 'CoreShop\Component\Core\Shipping\Taxation\TaxCalculationStrategyTaxRule' shared service.
*
* @return \CoreShop\Component\Core\Shipping\Taxation\TaxCalculationStrategyTaxRule
*/
protected function getTaxCalculationStrategyTaxRuleService()
{
$a = ($this->services['CoreShop\\Component\\Taxation\\Collector\\TaxCollector'] ?? $this->getTaxCollectorService());
if (isset($this->services['CoreShop\\Component\\Core\\Shipping\\Taxation\\TaxCalculationStrategyTaxRule'])) {
return $this->services['CoreShop\\Component\\Core\\Shipping\\Taxation\\TaxCalculationStrategyTaxRule'];
}
$b = ($this->services['CoreShop\\Component\\Core\\Taxation\\CachedTaxCalculatorFactory'] ?? $this->getCachedTaxCalculatorFactoryService());
if (isset($this->services['CoreShop\\Component\\Core\\Shipping\\Taxation\\TaxCalculationStrategyTaxRule'])) {
return $this->services['CoreShop\\Component\\Core\\Shipping\\Taxation\\TaxCalculationStrategyTaxRule'];
}
return $this->services['CoreShop\\Component\\Core\\Shipping\\Taxation\\TaxCalculationStrategyTaxRule'] = new \CoreShop\Component\Core\Shipping\Taxation\TaxCalculationStrategyTaxRule($a, $b);
}
/**
* Gets the public 'CoreShop\Component\Core\Taxation\CachedTaxCalculatorFactory' shared service.
*
* @return \CoreShop\Component\Core\Taxation\CachedTaxCalculatorFactory
*/
protected function getCachedTaxCalculatorFactoryService()
{
$a = ($this->services['CoreShop\\Component\\Core\\Taxation\\TaxCalculatorFactory'] ?? $this->getTaxCalculatorFactoryService());
if (isset($this->services['CoreShop\\Component\\Core\\Taxation\\CachedTaxCalculatorFactory'])) {
return $this->services['CoreShop\\Component\\Core\\Taxation\\CachedTaxCalculatorFactory'];
}
return $this->services['CoreShop\\Component\\Core\\Taxation\\CachedTaxCalculatorFactory'] = new \CoreShop\Component\Core\Taxation\CachedTaxCalculatorFactory($a);
}
/**
* Gets the public 'CoreShop\Component\Core\Taxation\DefaultTaxationDisplayProvider' shared service.
*
* @return \CoreShop\Component\Core\Taxation\DefaultTaxationDisplayProvider
*/
protected function getDefaultTaxationDisplayProviderService()
{
return $this->services['CoreShop\\Component\\Core\\Taxation\\DefaultTaxationDisplayProvider'] = new \CoreShop\Component\Core\Taxation\DefaultTaxationDisplayProvider();
}
/**
* Gets the public 'CoreShop\Component\Core\Taxation\TaxApplicator' shared service.
*
* @return \CoreShop\Component\Core\Taxation\TaxApplicator
*/
protected function getTaxApplicatorService()
{
return $this->services['CoreShop\\Component\\Core\\Taxation\\TaxApplicator'] = new \CoreShop\Component\Core\Taxation\TaxApplicator();
}
/**
* Gets the public 'CoreShop\Component\Core\Taxation\TaxCalculatorFactory' shared service.
*
* @return \CoreShop\Component\Core\Taxation\TaxCalculatorFactory
*/
protected function getTaxCalculatorFactoryService()
{
$a = ($this->services['coreshop.repository.tax_rule'] ?? $this->getCoreshop_Repository_TaxRuleService());
if (isset($this->services['CoreShop\\Component\\Core\\Taxation\\TaxCalculatorFactory'])) {
return $this->services['CoreShop\\Component\\Core\\Taxation\\TaxCalculatorFactory'];
}
return $this->services['CoreShop\\Component\\Core\\Taxation\\TaxCalculatorFactory'] = new \CoreShop\Component\Core\Taxation\TaxCalculatorFactory($a);
}
/**
* Gets the public 'CoreShop\Component\Currency\Context\CachedCurrencyContext' shared service.
*
* @return \CoreShop\Component\Currency\Context\CachedCurrencyContext
*/
protected function getCachedCurrencyContextService()
{
$a = ($this->services['CoreShop\\Component\\Core\\Context\\Currency\\StoreAwareCurrencyContext'] ?? $this->getStoreAwareCurrencyContextService());
if (isset($this->services['CoreShop\\Component\\Currency\\Context\\CachedCurrencyContext'])) {
return $this->services['CoreShop\\Component\\Currency\\Context\\CachedCurrencyContext'];
}
return $this->services['CoreShop\\Component\\Currency\\Context\\CachedCurrencyContext'] = new \CoreShop\Component\Currency\Context\CachedCurrencyContext($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'CoreShop\Component\Currency\Context\FixedCurrencyContext' shared service.
*
* @return \CoreShop\Component\Currency\Context\FixedCurrencyContext
*/
protected function getFixedCurrencyContextService()
{
return $this->services['CoreShop\\Component\\Currency\\Context\\FixedCurrencyContext'] = new \CoreShop\Component\Currency\Context\FixedCurrencyContext();
}
/**
* Gets the public 'CoreShop\Component\Currency\Converter\CurrencyConverter' shared service.
*
* @return \CoreShop\Component\Currency\Converter\CurrencyConverter
*/
protected function getCurrencyConverterService()
{
$a = ($this->services['coreshop.repository.exchange_rate'] ?? $this->getCoreshop_Repository_ExchangeRateService());
if (isset($this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'])) {
return $this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'];
}
$b = ($this->services['coreshop.repository.currency'] ?? $this->getCoreshop_Repository_CurrencyService());
if (isset($this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'])) {
return $this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'];
}
return $this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'] = new \CoreShop\Component\Currency\Converter\CurrencyConverter($a, $b);
}
/**
* Gets the public 'CoreShop\Component\Currency\Display\DisplayFractionProviderInterface' shared autowired service.
*
* @return \App\Ecommerce\Currency\Display\SeikoDisplayFractionProvider
*/
protected function getDisplayFractionProviderInterfaceService()
{
return $this->services['CoreShop\\Component\\Currency\\Display\\DisplayFractionProviderInterface'] = new \App\Ecommerce\Currency\Display\SeikoDisplayFractionProvider();
}
/**
* Gets the public 'CoreShop\Component\Customer\Context\FixedCustomerContext' shared service.
*
* @return \CoreShop\Component\Customer\Context\FixedCustomerContext
*/
protected function getFixedCustomerContextService()
{
return $this->services['CoreShop\\Component\\Customer\\Context\\FixedCustomerContext'] = new \CoreShop\Component\Customer\Context\FixedCustomerContext();
}
/**
* Gets the public 'CoreShop\Component\Inventory\Checker\AvailabilityChecker' shared service.
*
* @return \CoreShop\Component\Inventory\Checker\AvailabilityChecker
*/
protected function getAvailabilityCheckerService()
{
return $this->services['CoreShop\\Component\\Inventory\\Checker\\AvailabilityChecker'] = new \CoreShop\Component\Inventory\Checker\AvailabilityChecker();
}
/**
* Gets the public 'CoreShop\Component\Locale\Context\FixedLocaleContext' shared service.
*
* @return \CoreShop\Component\Locale\Context\FixedLocaleContext
*/
protected function getFixedLocaleContextService()
{
return $this->services['CoreShop\\Component\\Locale\\Context\\FixedLocaleContext'] = new \CoreShop\Component\Locale\Context\FixedLocaleContext();
}
/**
* Gets the public 'CoreShop\Component\Locale\Context\PimcoreLocaleContext' shared service.
*
* @return \CoreShop\Component\Locale\Context\PimcoreLocaleContext
*/
protected function getPimcoreLocaleContextService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['CoreShop\\Component\\Locale\\Context\\PimcoreLocaleContext'] = $this->createProxy('PimcoreLocaleContext_a82070e', function () {
return \PimcoreLocaleContext_a82070e::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getPimcoreLocaleContextService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Component/Locale/Context/PimcoreLocaleContext.php';
return new \CoreShop\Component\Locale\Context\PimcoreLocaleContext(($this->services['Pimcore\\Localization\\LocaleServiceInterface'] ?? $this->getLocaleServiceInterfaceService()));
}
/**
* Gets the public 'CoreShop\Component\Order\Calculator\CompositePurchasableDiscountCalculator' shared service.
*
* @return \CoreShop\Component\Order\Calculator\CompositePurchasableDiscountCalculator
*/
protected function getCompositePurchasableDiscountCalculatorService()
{
$a = ($this->services['coreshop.registry.order.purchasable.discount_calculators'] ?? $this->getCoreshop_Registry_Order_Purchasable_DiscountCalculatorsService());
if (isset($this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasableDiscountCalculator'])) {
return $this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasableDiscountCalculator'];
}
return $this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasableDiscountCalculator'] = new \CoreShop\Component\Order\Calculator\CompositePurchasableDiscountCalculator($a);
}
/**
* Gets the public 'CoreShop\Component\Order\Calculator\CompositePurchasableDiscountPriceCalculator' shared service.
*
* @return \CoreShop\Component\Order\Calculator\CompositePurchasableDiscountPriceCalculator
*/
protected function getCompositePurchasableDiscountPriceCalculatorService()
{
$a = ($this->services['coreshop.registry.order.purchasable.discount_price_calculators'] ?? $this->getCoreshop_Registry_Order_Purchasable_DiscountPriceCalculatorsService());
if (isset($this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasableDiscountPriceCalculator'])) {
return $this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasableDiscountPriceCalculator'];
}
return $this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasableDiscountPriceCalculator'] = new \CoreShop\Component\Order\Calculator\CompositePurchasableDiscountPriceCalculator($a);
}
/**
* Gets the public 'CoreShop\Component\Order\Calculator\CompositePurchasablePriceCalculator' shared service.
*
* @return \CoreShop\Component\Order\Calculator\CompositePurchasablePriceCalculator
*/
protected function getCompositePurchasablePriceCalculatorService()
{
$a = ($this->services['coreshop.registry.order.purchasable.price_calculators'] ?? $this->getCoreshop_Registry_Order_Purchasable_PriceCalculatorsService());
if (isset($this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasablePriceCalculator'])) {
return $this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasablePriceCalculator'];
}
return $this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasablePriceCalculator'] = new \CoreShop\Component\Order\Calculator\CompositePurchasablePriceCalculator($a);
}
/**
* Gets the public 'CoreShop\Component\Order\Calculator\CompositePurchasableRetailPriceCalculator' shared service.
*
* @return \CoreShop\Component\Order\Calculator\CompositePurchasableRetailPriceCalculator
*/
protected function getCompositePurchasableRetailPriceCalculatorService()
{
$a = ($this->services['coreshop.registry.order.purchasable.retail_price_calculators'] ?? $this->getCoreshop_Registry_Order_Purchasable_RetailPriceCalculatorsService());
if (isset($this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasableRetailPriceCalculator'])) {
return $this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasableRetailPriceCalculator'];
}
return $this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasableRetailPriceCalculator'] = new \CoreShop\Component\Order\Calculator\CompositePurchasableRetailPriceCalculator($a);
}
/**
* Gets the public 'CoreShop\Component\Order\Calculator\CompositePurchasableWholesalePriceCalculator' shared service.
*
* @return \CoreShop\Component\Order\Calculator\CompositePurchasableWholesalePriceCalculator
*/
protected function getCompositePurchasableWholesalePriceCalculatorService()
{
$a = ($this->services['coreshop.registry.order.purchasable.wholesale_price_calculators'] ?? $this->getCoreshop_Registry_Order_Purchasable_WholesalePriceCalculatorsService());
if (isset($this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasableWholesalePriceCalculator'])) {
return $this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasableWholesalePriceCalculator'];
}
return $this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasableWholesalePriceCalculator'] = new \CoreShop\Component\Order\Calculator\CompositePurchasableWholesalePriceCalculator($a);
}
/**
* Gets the public 'CoreShop\Component\Order\Calculator\NoDiscountPurchasableCalculator' shared service.
*
* @return \CoreShop\Component\Order\Calculator\NoDiscountPurchasableCalculator
*/
protected function getNoDiscountPurchasableCalculatorService()
{
return $this->services['CoreShop\\Component\\Order\\Calculator\\NoDiscountPurchasableCalculator'] = new \CoreShop\Component\Order\Calculator\NoDiscountPurchasableCalculator();
}
/**
* Gets the public 'CoreShop\Component\Order\Calculator\PurchasableCalculator' shared service.
*
* @return \CoreShop\Component\Order\Calculator\PurchasableCalculator
*/
protected function getPurchasableCalculatorService()
{
$a = ($this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasablePriceCalculator'] ?? $this->getCompositePurchasablePriceCalculatorService());
if (isset($this->services['CoreShop\\Component\\Order\\Calculator\\PurchasableCalculator'])) {
return $this->services['CoreShop\\Component\\Order\\Calculator\\PurchasableCalculator'];
}
$b = ($this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasableRetailPriceCalculator'] ?? $this->getCompositePurchasableRetailPriceCalculatorService());
if (isset($this->services['CoreShop\\Component\\Order\\Calculator\\PurchasableCalculator'])) {
return $this->services['CoreShop\\Component\\Order\\Calculator\\PurchasableCalculator'];
}
return $this->services['CoreShop\\Component\\Order\\Calculator\\PurchasableCalculator'] = new \CoreShop\Component\Order\Calculator\PurchasableCalculator($a, $b, ($this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasableDiscountPriceCalculator'] ?? $this->getCompositePurchasableDiscountPriceCalculatorService()), ($this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasableDiscountCalculator'] ?? $this->getCompositePurchasableDiscountCalculatorService()));
}
/**
* Gets the public 'CoreShop\Component\Order\Calculator\PurchasablePriceCalculator' shared service.
*
* @return \CoreShop\Component\Order\Calculator\PurchasablePriceCalculator
*/
protected function getPurchasablePriceCalculatorService()
{
$a = ($this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasableRetailPriceCalculator'] ?? $this->getCompositePurchasableRetailPriceCalculatorService());
if (isset($this->services['CoreShop\\Component\\Order\\Calculator\\PurchasablePriceCalculator'])) {
return $this->services['CoreShop\\Component\\Order\\Calculator\\PurchasablePriceCalculator'];
}
$b = ($this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasableDiscountPriceCalculator'] ?? $this->getCompositePurchasableDiscountPriceCalculatorService());
if (isset($this->services['CoreShop\\Component\\Order\\Calculator\\PurchasablePriceCalculator'])) {
return $this->services['CoreShop\\Component\\Order\\Calculator\\PurchasablePriceCalculator'];
}
$c = ($this->services['CoreShop\\Component\\Order\\Calculator\\CompositePurchasableDiscountCalculator'] ?? $this->getCompositePurchasableDiscountCalculatorService());
if (isset($this->services['CoreShop\\Component\\Order\\Calculator\\PurchasablePriceCalculator'])) {
return $this->services['CoreShop\\Component\\Order\\Calculator\\PurchasablePriceCalculator'];
}
return $this->services['CoreShop\\Component\\Order\\Calculator\\PurchasablePriceCalculator'] = new \CoreShop\Component\Order\Calculator\PurchasablePriceCalculator($a, $b, $c);
}
/**
* Gets the public 'CoreShop\Component\Order\Calculator\PurchasableWholesalePriceCalculator' shared service.
*
* @return \CoreShop\Component\Order\Calculator\PurchasableWholesalePriceCalculator
*/
protected function getPurchasableWholesalePriceCalculatorService()
{
$a = ($this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'] ?? $this->getCurrencyConverterService());
if (isset($this->services['CoreShop\\Component\\Order\\Calculator\\PurchasableWholesalePriceCalculator'])) {
return $this->services['CoreShop\\Component\\Order\\Calculator\\PurchasableWholesalePriceCalculator'];
}
return $this->services['CoreShop\\Component\\Order\\Calculator\\PurchasableWholesalePriceCalculator'] = new \CoreShop\Component\Order\Calculator\PurchasableWholesalePriceCalculator($a);
}
/**
* Gets the public 'CoreShop\Component\Order\CartItem\Rule\Condition\AmountConditionChecker' shared service.
*
* @return \CoreShop\Component\Order\CartItem\Rule\Condition\AmountConditionChecker
*/
protected function getAmountConditionCheckerService()
{
return $this->services['CoreShop\\Component\\Order\\CartItem\\Rule\\Condition\\AmountConditionChecker'] = new \CoreShop\Component\Order\CartItem\Rule\Condition\AmountConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Order\Cart\Rule\CartPriceRuleProcessor' shared service.
*
* @return \CoreShop\Component\Order\Cart\Rule\CartPriceRuleProcessor
*/
protected function getCartPriceRuleProcessorService()
{
$a = ($this->services['CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleValidationProcessor'] ?? $this->getCartPriceRuleValidationProcessorService());
if (isset($this->services['CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleProcessor'])) {
return $this->services['CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleProcessor'];
}
$b = ($this->services['CoreShop\\Component\\Order\\Cart\\Rule\\ProposalCartPriceRuleCalculator'] ?? $this->getProposalCartPriceRuleCalculatorService());
if (isset($this->services['CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleProcessor'])) {
return $this->services['CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleProcessor'];
}
return $this->services['CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleProcessor'] = new \CoreShop\Component\Order\Cart\Rule\CartPriceRuleProcessor($a, $b);
}
/**
* Gets the public 'CoreShop\Component\Order\Cart\Rule\CartPriceRuleUnProcessor' shared service.
*
* @return \CoreShop\Component\Order\Cart\Rule\CartPriceRuleUnProcessor
*/
protected function getCartPriceRuleUnProcessorService()
{
$a = ($this->services['coreshop.registry.cart_price_rule.actions'] ?? $this->getCoreshop_Registry_CartPriceRule_ActionsService());
if (isset($this->services['CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleUnProcessor'])) {
return $this->services['CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleUnProcessor'];
}
return $this->services['CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleUnProcessor'] = new \CoreShop\Component\Order\Cart\Rule\CartPriceRuleUnProcessor($a);
}
/**
* Gets the public 'CoreShop\Component\Order\Cart\Rule\CartPriceRuleValidationProcessor' shared service.
*
* @return \CoreShop\Component\Order\Cart\Rule\CartPriceRuleValidationProcessor
*/
protected function getCartPriceRuleValidationProcessorService()
{
$a = ($this->services['coreshop.cart_price_rule.conditions.validation.processor.decorated'] ?? $this->getCoreshop_CartPriceRule_Conditions_Validation_Processor_DecoratedService());
if (isset($this->services['CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleValidationProcessor'])) {
return $this->services['CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleValidationProcessor'];
}
return $this->services['CoreShop\\Component\\Order\\Cart\\Rule\\CartPriceRuleValidationProcessor'] = new \CoreShop\Component\Order\Cart\Rule\CartPriceRuleValidationProcessor($a);
}
/**
* Gets the public 'CoreShop\Component\Order\Cart\Rule\Condition\AmountConditionChecker' shared service.
*
* @return \CoreShop\Component\Order\Cart\Rule\Condition\AmountConditionChecker
*/
protected function getAmountConditionChecker2Service()
{
return $this->services['CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\AmountConditionChecker'] = new \CoreShop\Component\Order\Cart\Rule\Condition\AmountConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Order\Cart\Rule\Condition\NotCombinableConditionChecker' shared service.
*
* @return \CoreShop\Component\Order\Cart\Rule\Condition\NotCombinableConditionChecker
*/
protected function getNotCombinableConditionCheckerService()
{
return $this->services['CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\NotCombinableConditionChecker'] = new \CoreShop\Component\Order\Cart\Rule\Condition\NotCombinableConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Order\Cart\Rule\Condition\TimeSpanConditionChecker' shared service.
*
* @return \CoreShop\Component\Order\Cart\Rule\Condition\TimeSpanConditionChecker
*/
protected function getTimeSpanConditionCheckerService()
{
return $this->services['CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\TimeSpanConditionChecker'] = new \CoreShop\Component\Order\Cart\Rule\Condition\TimeSpanConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Order\Cart\Rule\Condition\VoucherConditionChecker' shared service.
*
* @return \CoreShop\Component\Order\Cart\Rule\Condition\VoucherConditionChecker
*/
protected function getVoucherConditionCheckerService()
{
$a = ($this->services['coreshop.repository.cart_price_rule_voucher_code'] ?? $this->getCoreshop_Repository_CartPriceRuleVoucherCodeService());
if (isset($this->services['CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\VoucherConditionChecker'])) {
return $this->services['CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\VoucherConditionChecker'];
}
return $this->services['CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\VoucherConditionChecker'] = new \CoreShop\Component\Order\Cart\Rule\Condition\VoucherConditionChecker($a);
}
/**
* Gets the public 'CoreShop\Component\Order\Cart\Rule\ProposalCartPriceRuleCalculator' shared service.
*
* @return \CoreShop\Component\Order\Cart\Rule\ProposalCartPriceRuleCalculator
*/
protected function getProposalCartPriceRuleCalculatorService()
{
$a = ($this->services['coreshop.registry.cart_price_rule.actions'] ?? $this->getCoreshop_Registry_CartPriceRule_ActionsService());
if (isset($this->services['CoreShop\\Component\\Order\\Cart\\Rule\\ProposalCartPriceRuleCalculator'])) {
return $this->services['CoreShop\\Component\\Order\\Cart\\Rule\\ProposalCartPriceRuleCalculator'];
}
return $this->services['CoreShop\\Component\\Order\\Cart\\Rule\\ProposalCartPriceRuleCalculator'] = new \CoreShop\Component\Order\Cart\Rule\ProposalCartPriceRuleCalculator(($this->services['coreshop.factory.cart_price_rule_item'] ?? ($this->services['coreshop.factory.cart_price_rule_item'] = new \CoreShop\Component\Resource\Factory\PimcoreFactory('Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopProposalCartPriceRuleItem'))), $a);
}
/**
* Gets the public 'CoreShop\Component\Order\Context\CompositeCartContext' shared service.
*
* @return \CoreShop\Component\Order\Context\CompositeCartContext
*/
protected function getCompositeCartContextService()
{
$this->services['CoreShop\\Component\\Order\\Context\\CompositeCartContext'] = $instance = new \CoreShop\Component\Order\Context\CompositeCartContext();
$a = ($this->services['coreshop.context.store'] ?? $this->getCoreshop_Context_StoreService());
$b = ($this->services['App\\CoreShop\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService());
$instance->addContext(($this->services['CoreShop\\Component\\Order\\Context\\FixedCartContext'] ?? ($this->services['CoreShop\\Component\\Order\\Context\\FixedCartContext'] = new \CoreShop\Component\Order\Context\FixedCartContext())), -100);
$instance->addContext(($this->services['CoreShop\\Component\\Core\\Context\\StoreBasedCartContext'] ?? $this->getStoreBasedCartContextService()), -999);
$instance->addContext(new \CoreShop\Component\StorageList\Core\Context\CustomerAndStoreBasedStorageListContext(($this->services['coreshop.context.customer'] ?? $this->getCoreshop_Context_CustomerService()), $a, $b), -777);
$instance->addContext(new \CoreShop\Component\StorageList\Core\Context\SessionAndStoreBasedStorageListContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'coreshop.cart', $b, $a), -555);
return $instance;
}
/**
* Gets the public 'CoreShop\Component\Order\Context\FixedCartContext' shared service.
*
* @return \CoreShop\Component\Order\Context\FixedCartContext
*/
protected function getFixedCartContextService()
{
return $this->services['CoreShop\\Component\\Order\\Context\\FixedCartContext'] = new \CoreShop\Component\Order\Context\FixedCartContext();
}
/**
* Gets the public 'CoreShop\Component\Order\Distributor\ProportionalIntegerDistributor' shared service.
*
* @return \CoreShop\Component\Order\Distributor\ProportionalIntegerDistributor
*/
protected function getProportionalIntegerDistributorService()
{
return $this->services['CoreShop\\Component\\Order\\Distributor\\ProportionalIntegerDistributor'] = new \CoreShop\Component\Order\Distributor\ProportionalIntegerDistributor();
}
/**
* Gets the public 'CoreShop\Component\Order\Processor\CompositeCartProcessor' shared service.
*
* @return \CoreShop\Component\Order\Processor\CompositeCartProcessor
*/
protected function getCompositeCartProcessorService()
{
$this->services['CoreShop\\Component\\Order\\Processor\\CompositeCartProcessor'] = $instance = new \CoreShop\Component\Order\Processor\CompositeCartProcessor();
$instance->addProcessor(($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartTextProcessor'] ?? $this->getCartTextProcessorService()), 700);
$instance->addProcessor(($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartAdjustmentClearer'] ?? ($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartAdjustmentClearer'] = new \CoreShop\Component\Core\Order\Processor\CartAdjustmentClearer())), 650);
$instance->addProcessor(($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartItemsProcessor'] ?? $this->getCartItemsProcessorService()), 600);
$instance->addProcessor(($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartSubtotalProcessor'] ?? ($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartSubtotalProcessor'] = new \CoreShop\Component\Core\Order\Processor\CartSubtotalProcessor())), 580);
$instance->addProcessor(($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartItemsWholesaleProcessor'] ?? $this->getCartItemsWholesaleProcessorService()), 575);
$instance->addProcessor(($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartShippingProcessor'] ?? $this->getCartShippingProcessorService()), 550);
$instance->addProcessor(($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartRuleAutoProcessor'] ?? $this->getCartRuleAutoProcessorService()), 450);
$instance->addProcessor(($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartPriceRuleVoucherProcessor'] ?? $this->getCartPriceRuleVoucherProcessorService()), 400);
$instance->addProcessor(($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartTaxProcessor'] ?? $this->getCartTaxProcessorService()), 350);
$instance->addProcessor(($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartPaymentProcessor'] ?? $this->getCartPaymentProcessorService()), 300);
$instance->addProcessor(($this->services['CoreShop\\Component\\Core\\Order\\Processor\\CartCurrencyConversionProcessor'] ?? $this->getCartCurrencyConversionProcessorService()), 100);
return $instance;
}
/**
* Gets the public 'CoreShop\Component\Payment\Calculator\PaymentProviderRulePriceCalculator' shared service.
*
* @return \CoreShop\Component\Payment\Calculator\PaymentProviderRulePriceCalculator
*/
protected function getPaymentProviderRulePriceCalculatorService()
{
$a = ($this->services['coreshop.registry.payment_provider_rule.actions'] ?? $this->getCoreshop_Registry_PaymentProviderRule_ActionsService());
if (isset($this->services['CoreShop\\Component\\Payment\\Calculator\\PaymentProviderRulePriceCalculator'])) {
return $this->services['CoreShop\\Component\\Payment\\Calculator\\PaymentProviderRulePriceCalculator'];
}
return $this->services['CoreShop\\Component\\Payment\\Calculator\\PaymentProviderRulePriceCalculator'] = new \CoreShop\Component\Payment\Calculator\PaymentProviderRulePriceCalculator(($this->services['CoreShop\\Component\\Payment\\Checker\\PaymentProviderRuleChecker'] ?? $this->getPaymentProviderRuleCheckerService()), new \CoreShop\Component\Payment\Processor\PaymentProviderRuleActionProcessor($a));
}
/**
* Gets the public 'CoreShop\Component\Payment\Checker\PaymentProviderRuleChecker' shared service.
*
* @return \CoreShop\Component\Payment\Checker\PaymentProviderRuleChecker
*/
protected function getPaymentProviderRuleCheckerService()
{
$a = ($this->services['coreshop.payment_provider_rule.conditions.processor.decorated'] ?? $this->getCoreshop_PaymentProviderRule_Conditions_Processor_DecoratedService());
if (isset($this->services['CoreShop\\Component\\Payment\\Checker\\PaymentProviderRuleChecker'])) {
return $this->services['CoreShop\\Component\\Payment\\Checker\\PaymentProviderRuleChecker'];
}
return $this->services['CoreShop\\Component\\Payment\\Checker\\PaymentProviderRuleChecker'] = new \CoreShop\Component\Payment\Checker\PaymentProviderRuleChecker(new \CoreShop\Component\Rule\Condition\RuleValidationProcessor($a));
}
/**
* Gets the public 'CoreShop\Component\Payment\Rule\Action\AdditionPercentActionProcessor' shared service.
*
* @return \CoreShop\Component\Payment\Rule\Action\AdditionPercentActionProcessor
*/
protected function getAdditionPercentActionProcessorService()
{
return $this->services['CoreShop\\Component\\Payment\\Rule\\Action\\AdditionPercentActionProcessor'] = new \CoreShop\Component\Payment\Rule\Action\AdditionPercentActionProcessor();
}
/**
* Gets the public 'CoreShop\Component\Payment\Rule\Action\DiscountPercentActionProcessor' shared service.
*
* @return \CoreShop\Component\Payment\Rule\Action\DiscountPercentActionProcessor
*/
protected function getDiscountPercentActionProcessorService()
{
return $this->services['CoreShop\\Component\\Payment\\Rule\\Action\\DiscountPercentActionProcessor'] = new \CoreShop\Component\Payment\Rule\Action\DiscountPercentActionProcessor();
}
/**
* Gets the public 'CoreShop\Component\Payment\Rule\Action\PaymentProviderRuleActionProcessor' shared service.
*
* @return \CoreShop\Component\Payment\Rule\Action\PaymentProviderRuleActionProcessor
*/
protected function getPaymentProviderRuleActionProcessorService()
{
$a = ($this->services['coreshop.registry.payment_provider_rule.actions'] ?? $this->getCoreshop_Registry_PaymentProviderRule_ActionsService());
if (isset($this->services['CoreShop\\Component\\Payment\\Rule\\Action\\PaymentProviderRuleActionProcessor'])) {
return $this->services['CoreShop\\Component\\Payment\\Rule\\Action\\PaymentProviderRuleActionProcessor'];
}
$b = ($this->services['coreshop.repository.payment_provider_rule'] ?? $this->getCoreshop_Repository_PaymentProviderRuleService());
if (isset($this->services['CoreShop\\Component\\Payment\\Rule\\Action\\PaymentProviderRuleActionProcessor'])) {
return $this->services['CoreShop\\Component\\Payment\\Rule\\Action\\PaymentProviderRuleActionProcessor'];
}
return $this->services['CoreShop\\Component\\Payment\\Rule\\Action\\PaymentProviderRuleActionProcessor'] = new \CoreShop\Component\Payment\Rule\Action\PaymentProviderRuleActionProcessor(new \CoreShop\Component\Payment\Processor\PaymentProviderRuleActionProcessor($a), $b);
}
/**
* Gets the public 'CoreShop\Component\Payment\Rule\Condition\AmountConditionChecker' shared service.
*
* @return \CoreShop\Component\Payment\Rule\Condition\AmountConditionChecker
*/
protected function getAmountConditionChecker3Service()
{
return $this->services['CoreShop\\Component\\Payment\\Rule\\Condition\\AmountConditionChecker'] = new \CoreShop\Component\Payment\Rule\Condition\AmountConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Pimcore\DataObject\ObjectService' shared service.
*
* @return \CoreShop\Component\Pimcore\DataObject\ObjectService
*/
protected function getObjectServiceService()
{
return $this->services['CoreShop\\Component\\Pimcore\\DataObject\\ObjectService'] = new \CoreShop\Component\Pimcore\DataObject\ObjectService();
}
/**
* Gets the public 'CoreShop\Component\Pimcore\Twig\Extension\DataObjectRoutingExtension' shared service.
*
* @return \CoreShop\Component\Pimcore\Twig\Extension\DataObjectRoutingExtension
*/
protected function getDataObjectRoutingExtensionService()
{
return $this->services['CoreShop\\Component\\Pimcore\\Twig\\Extension\\DataObjectRoutingExtension'] = new \CoreShop\Component\Pimcore\Twig\Extension\DataObjectRoutingExtension();
}
/**
* Gets the public 'CoreShop\Component\ProductQuantityPriceRules\Detector\QuantityReferenceDetector' shared service.
*
* @return \CoreShop\Component\ProductQuantityPriceRules\Detector\QuantityReferenceDetector
*/
protected function getQuantityReferenceDetectorService()
{
$a = ($this->services['CoreShop\\Component\\ProductQuantityPriceRules\\Fetcher\\QuantityPriceFetcher'] ?? $this->getQuantityPriceFetcherService());
if (isset($this->services['CoreShop\\Component\\ProductQuantityPriceRules\\Detector\\QuantityReferenceDetector'])) {
return $this->services['CoreShop\\Component\\ProductQuantityPriceRules\\Detector\\QuantityReferenceDetector'];
}
return $this->services['CoreShop\\Component\\ProductQuantityPriceRules\\Detector\\QuantityReferenceDetector'] = new \CoreShop\Component\ProductQuantityPriceRules\Detector\QuantityReferenceDetector(($this->services['CoreShop\\Component\\ProductQuantityPriceRules\\Fetcher\\QuantityRuleFetcher'] ?? $this->getQuantityRuleFetcherService()), $a);
}
/**
* Gets the public 'CoreShop\Component\ProductQuantityPriceRules\Fetcher\QuantityPriceFetcher' shared service.
*
* @return \CoreShop\Component\ProductQuantityPriceRules\Fetcher\QuantityPriceFetcher
*/
protected function getQuantityPriceFetcherService()
{
$a = ($this->services['.container.private.coreshop.product_quantity_price_rules.calculator.unit_volume'] ?? $this->get_Container_Private_Coreshop_ProductQuantityPriceRules_Calculator_UnitVolumeService());
if (isset($this->services['CoreShop\\Component\\ProductQuantityPriceRules\\Fetcher\\QuantityPriceFetcher'])) {
return $this->services['CoreShop\\Component\\ProductQuantityPriceRules\\Fetcher\\QuantityPriceFetcher'];
}
$b = new \CoreShop\Component\Registry\ServiceRegistry('CoreShop\\Component\\ProductQuantityPriceRules\\Calculator\\CalculatorInterface', 'product-quantity-price-rules-calculators');
$b->register('volume', $a);
return $this->services['CoreShop\\Component\\ProductQuantityPriceRules\\Fetcher\\QuantityPriceFetcher'] = new \CoreShop\Component\ProductQuantityPriceRules\Fetcher\QuantityPriceFetcher($b);
}
/**
* Gets the public 'CoreShop\Component\ProductQuantityPriceRules\Fetcher\QuantityRuleFetcher' shared service.
*
* @return \CoreShop\Component\ProductQuantityPriceRules\Fetcher\QuantityRuleFetcher
*/
protected function getQuantityRuleFetcherService()
{
return $this->services['CoreShop\\Component\\ProductQuantityPriceRules\\Fetcher\\QuantityRuleFetcher'] = new \CoreShop\Component\ProductQuantityPriceRules\Fetcher\QuantityRuleFetcher(($this->services['CoreShop\\Component\\ProductQuantityPriceRules\\Rule\\Fetcher\\MemoryCachedValidRuleFetcher'] ?? $this->getMemoryCachedValidRuleFetcherService()));
}
/**
* Gets the public 'CoreShop\Component\ProductQuantityPriceRules\Rule\Fetcher\MemoryCachedValidRuleFetcher' shared service.
*
* @return \CoreShop\Component\ProductQuantityPriceRules\Rule\Fetcher\MemoryCachedValidRuleFetcher
*/
protected function getMemoryCachedValidRuleFetcherService()
{
return $this->services['CoreShop\\Component\\ProductQuantityPriceRules\\Rule\\Fetcher\\MemoryCachedValidRuleFetcher'] = new \CoreShop\Component\ProductQuantityPriceRules\Rule\Fetcher\MemoryCachedValidRuleFetcher(new \CoreShop\Component\ProductQuantityPriceRules\Rule\Fetcher\ValidProductQuantityPriceRuleFetcher(($this->services['coreshop.product_quantity_price_rules.processor'] ?? $this->getCoreshop_ProductQuantityPriceRules_ProcessorService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'CoreShop\Component\Product\Calculator\CompositeDiscountCalculator' shared service.
*
* @return \CoreShop\Component\Product\Calculator\CompositeDiscountCalculator
*/
protected function getCompositeDiscountCalculatorService()
{
$a = ($this->services['coreshop.registry.product.discount_calculators'] ?? $this->getCoreshop_Registry_Product_DiscountCalculatorsService());
if (isset($this->services['CoreShop\\Component\\Product\\Calculator\\CompositeDiscountCalculator'])) {
return $this->services['CoreShop\\Component\\Product\\Calculator\\CompositeDiscountCalculator'];
}
return $this->services['CoreShop\\Component\\Product\\Calculator\\CompositeDiscountCalculator'] = new \CoreShop\Component\Product\Calculator\CompositeDiscountCalculator($a);
}
/**
* Gets the public 'CoreShop\Component\Product\Calculator\CompositeDiscountPriceCalculator' shared service.
*
* @return \CoreShop\Component\Product\Calculator\CompositeDiscountPriceCalculator
*/
protected function getCompositeDiscountPriceCalculatorService()
{
$a = ($this->services['coreshop.registry.product.discount_price_calculators'] ?? $this->getCoreshop_Registry_Product_DiscountPriceCalculatorsService());
if (isset($this->services['CoreShop\\Component\\Product\\Calculator\\CompositeDiscountPriceCalculator'])) {
return $this->services['CoreShop\\Component\\Product\\Calculator\\CompositeDiscountPriceCalculator'];
}
return $this->services['CoreShop\\Component\\Product\\Calculator\\CompositeDiscountPriceCalculator'] = new \CoreShop\Component\Product\Calculator\CompositeDiscountPriceCalculator($a);
}
/**
* Gets the public 'CoreShop\Component\Product\Calculator\CompositeRetailPriceCalculator' shared service.
*
* @return \CoreShop\Component\Product\Calculator\CompositeRetailPriceCalculator
*/
protected function getCompositeRetailPriceCalculatorService()
{
$a = ($this->services['coreshop.registry.product.retail_price_calculators'] ?? $this->getCoreshop_Registry_Product_RetailPriceCalculatorsService());
if (isset($this->services['CoreShop\\Component\\Product\\Calculator\\CompositeRetailPriceCalculator'])) {
return $this->services['CoreShop\\Component\\Product\\Calculator\\CompositeRetailPriceCalculator'];
}
return $this->services['CoreShop\\Component\\Product\\Calculator\\CompositeRetailPriceCalculator'] = new \CoreShop\Component\Product\Calculator\CompositeRetailPriceCalculator($a);
}
/**
* Gets the public 'CoreShop\Component\Product\Calculator\ProductPriceCalculator' shared service.
*
* @return \CoreShop\Component\Product\Calculator\ProductPriceCalculator
*/
protected function getProductPriceCalculatorService()
{
$a = ($this->services['CoreShop\\Component\\Product\\Calculator\\CompositeRetailPriceCalculator'] ?? $this->getCompositeRetailPriceCalculatorService());
if (isset($this->services['CoreShop\\Component\\Product\\Calculator\\ProductPriceCalculator'])) {
return $this->services['CoreShop\\Component\\Product\\Calculator\\ProductPriceCalculator'];
}
$b = ($this->services['CoreShop\\Component\\Product\\Calculator\\CompositeDiscountPriceCalculator'] ?? $this->getCompositeDiscountPriceCalculatorService());
if (isset($this->services['CoreShop\\Component\\Product\\Calculator\\ProductPriceCalculator'])) {
return $this->services['CoreShop\\Component\\Product\\Calculator\\ProductPriceCalculator'];
}
$c = ($this->services['CoreShop\\Component\\Product\\Calculator\\CompositeDiscountCalculator'] ?? $this->getCompositeDiscountCalculatorService());
if (isset($this->services['CoreShop\\Component\\Product\\Calculator\\ProductPriceCalculator'])) {
return $this->services['CoreShop\\Component\\Product\\Calculator\\ProductPriceCalculator'];
}
return $this->services['CoreShop\\Component\\Product\\Calculator\\ProductPriceCalculator'] = new \CoreShop\Component\Product\Calculator\ProductPriceCalculator($a, $b, $c);
}
/**
* Gets the public 'CoreShop\Component\Product\Rule\Action\DiscountAmountActionProcessor' shared service.
*
* @return \CoreShop\Component\Product\Rule\Action\DiscountAmountActionProcessor
*/
protected function getDiscountAmountActionProcessor3Service()
{
$a = ($this->services['coreshop.repository.currency'] ?? $this->getCoreshop_Repository_CurrencyService());
if (isset($this->services['CoreShop\\Component\\Product\\Rule\\Action\\DiscountAmountActionProcessor'])) {
return $this->services['CoreShop\\Component\\Product\\Rule\\Action\\DiscountAmountActionProcessor'];
}
$b = ($this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'] ?? $this->getCurrencyConverterService());
if (isset($this->services['CoreShop\\Component\\Product\\Rule\\Action\\DiscountAmountActionProcessor'])) {
return $this->services['CoreShop\\Component\\Product\\Rule\\Action\\DiscountAmountActionProcessor'];
}
return $this->services['CoreShop\\Component\\Product\\Rule\\Action\\DiscountAmountActionProcessor'] = new \CoreShop\Component\Product\Rule\Action\DiscountAmountActionProcessor($a, $b);
}
/**
* Gets the public 'CoreShop\Component\Product\Rule\Action\DiscountPercentActionProcessor' shared service.
*
* @return \CoreShop\Component\Product\Rule\Action\DiscountPercentActionProcessor
*/
protected function getDiscountPercentActionProcessor2Service()
{
return $this->services['CoreShop\\Component\\Product\\Rule\\Action\\DiscountPercentActionProcessor'] = new \CoreShop\Component\Product\Rule\Action\DiscountPercentActionProcessor();
}
/**
* Gets the public 'CoreShop\Component\Product\Rule\Action\DiscountPriceActionProcessor' shared service.
*
* @return \CoreShop\Component\Product\Rule\Action\DiscountPriceActionProcessor
*/
protected function getDiscountPriceActionProcessorService()
{
$a = ($this->services['coreshop.repository.currency'] ?? $this->getCoreshop_Repository_CurrencyService());
if (isset($this->services['CoreShop\\Component\\Product\\Rule\\Action\\DiscountPriceActionProcessor'])) {
return $this->services['CoreShop\\Component\\Product\\Rule\\Action\\DiscountPriceActionProcessor'];
}
$b = ($this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'] ?? $this->getCurrencyConverterService());
if (isset($this->services['CoreShop\\Component\\Product\\Rule\\Action\\DiscountPriceActionProcessor'])) {
return $this->services['CoreShop\\Component\\Product\\Rule\\Action\\DiscountPriceActionProcessor'];
}
return $this->services['CoreShop\\Component\\Product\\Rule\\Action\\DiscountPriceActionProcessor'] = new \CoreShop\Component\Product\Rule\Action\DiscountPriceActionProcessor($a, $b);
}
/**
* Gets the public 'CoreShop\Component\Product\Rule\Action\PriceActionProcessor' shared service.
*
* @return \CoreShop\Component\Product\Rule\Action\PriceActionProcessor
*/
protected function getPriceActionProcessor3Service()
{
$a = ($this->services['coreshop.repository.currency'] ?? $this->getCoreshop_Repository_CurrencyService());
if (isset($this->services['CoreShop\\Component\\Product\\Rule\\Action\\PriceActionProcessor'])) {
return $this->services['CoreShop\\Component\\Product\\Rule\\Action\\PriceActionProcessor'];
}
$b = ($this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'] ?? $this->getCurrencyConverterService());
if (isset($this->services['CoreShop\\Component\\Product\\Rule\\Action\\PriceActionProcessor'])) {
return $this->services['CoreShop\\Component\\Product\\Rule\\Action\\PriceActionProcessor'];
}
return $this->services['CoreShop\\Component\\Product\\Rule\\Action\\PriceActionProcessor'] = new \CoreShop\Component\Product\Rule\Action\PriceActionProcessor($a, $b);
}
/**
* Gets the public 'CoreShop\Component\Product\Rule\Condition\TimeSpanConditionChecker' shared service.
*
* @return \CoreShop\Component\Product\Rule\Condition\TimeSpanConditionChecker
*/
protected function getTimeSpanConditionChecker2Service()
{
return $this->services['CoreShop\\Component\\Product\\Rule\\Condition\\TimeSpanConditionChecker'] = new \CoreShop\Component\Product\Rule\Condition\TimeSpanConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Product\Rule\Fetcher\CompositeValidRuleFetcher' shared service.
*
* @return \CoreShop\Component\Product\Rule\Fetcher\CompositeValidRuleFetcher
*/
protected function getCompositeValidRuleFetcherService()
{
return $this->services['CoreShop\\Component\\Product\\Rule\\Fetcher\\CompositeValidRuleFetcher'] = new \CoreShop\Component\Product\Rule\Fetcher\CompositeValidRuleFetcher(($this->services['coreshop.registry.product.rules.fetcher'] ?? $this->getCoreshop_Registry_Product_Rules_FetcherService()));
}
/**
* Gets the public 'CoreShop\Component\Product\Rule\Fetcher\ValidProductPriceRuleFetcher' shared service.
*
* @return \CoreShop\Component\Product\Rule\Fetcher\ValidProductPriceRuleFetcher
*/
protected function getValidProductPriceRuleFetcherService()
{
$a = ($this->services['coreshop.repository.product_price_rule'] ?? $this->getCoreshop_Repository_ProductPriceRuleService());
if (isset($this->services['CoreShop\\Component\\Product\\Rule\\Fetcher\\ValidProductPriceRuleFetcher'])) {
return $this->services['CoreShop\\Component\\Product\\Rule\\Fetcher\\ValidProductPriceRuleFetcher'];
}
return $this->services['CoreShop\\Component\\Product\\Rule\\Fetcher\\ValidProductPriceRuleFetcher'] = new \CoreShop\Component\Product\Rule\Fetcher\ValidProductPriceRuleFetcher($a, ($this->services['coreshop.product_price_rule.processor'] ?? $this->getCoreshop_ProductPriceRule_ProcessorService()));
}
/**
* Gets the public 'CoreShop\Component\Product\Rule\Fetcher\ValidProductSpecificPriceRuleFetcher' shared service.
*
* @return \CoreShop\Component\Product\Rule\Fetcher\ValidProductSpecificPriceRuleFetcher
*/
protected function getValidProductSpecificPriceRuleFetcherService()
{
return $this->services['CoreShop\\Component\\Product\\Rule\\Fetcher\\ValidProductSpecificPriceRuleFetcher'] = new \CoreShop\Component\Product\Rule\Fetcher\ValidProductSpecificPriceRuleFetcher(($this->services['coreshop.product_specific_price_rule.processor'] ?? $this->getCoreshop_ProductSpecificPriceRule_ProcessorService()));
}
/**
* Gets the public 'CoreShop\Component\Resource\Metadata\Registry' shared service.
*
* @return \CoreShop\Component\Resource\Metadata\Registry
*/
protected function getRegistryService()
{
$this->services['CoreShop\\Component\\Resource\\Metadata\\Registry'] = $instance = new \CoreShop\Component\Resource\Metadata\Registry();
$instance->addFromAliasAndConfiguration('coreshop.data_fixture', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Bundle\\FixtureBundle\\Model\\DataFixture', 'interface' => 'CoreShop\\Bundle\\FixtureBundle\\Model\\DataFixtureInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'repository' => 'CoreShop\\Bundle\\FixtureBundle\\Repository\\DataFixtureRepository']]);
$instance->addFromAliasAndConfiguration('coreshop.rule_condition', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Rule\\Model\\Condition', 'interface' => 'CoreShop\\Component\\Rule\\Model\\ConditionInterface', 'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory']]);
$instance->addFromAliasAndConfiguration('coreshop.rule_action', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Rule\\Model\\Action', 'interface' => 'CoreShop\\Component\\Rule\\Model\\ActionInterface', 'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory']]);
$instance->addFromAliasAndConfiguration('coreshop.configuration', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Core\\Model\\Configuration', 'repository' => 'CoreShop\\Bundle\\CoreBundle\\Doctrine\\ORM\\ConfigurationRepository', 'admin_controller' => 'CoreShop\\Bundle\\CoreBundle\\Controller\\ConfigurationController', 'interface' => 'CoreShop\\Component\\Configuration\\Model\\ConfigurationInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\ConfigurationBundle\\Form\\Type\\ConfigurationType']]);
$instance->addFromAliasAndConfiguration('coreshop.cart_price_rule', ['driver' => 'doctrine/orm', 'permission' => 'cart_price_rule', 'classes' => ['model' => 'CoreShop\\Component\\Order\\Model\\CartPriceRule', 'interface' => 'CoreShop\\Component\\Order\\Model\\CartPriceRuleInterface', 'admin_controller' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\CartPriceRuleController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'repository' => 'CoreShop\\Bundle\\OrderBundle\\Doctrine\\ORM\\CartPriceRuleRepository', 'form' => 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleType'], 'translation' => ['classes' => ['model' => 'CoreShop\\Component\\Order\\Model\\CartPriceRuleTranslation', 'interface' => 'CoreShop\\Component\\Order\\Model\\CartPriceRuleTranslationInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleTranslationType']]]);
$instance->addFromAliasAndConfiguration('coreshop.cart_price_rule_translation', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Order\\Model\\CartPriceRuleTranslation', 'interface' => 'CoreShop\\Component\\Order\\Model\\CartPriceRuleTranslationInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleTranslationType']]);
$instance->addFromAliasAndConfiguration('coreshop.cart_price_rule_voucher_code', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Order\\Model\\CartPriceRuleVoucherCode', 'interface' => 'CoreShop\\Component\\Order\\Model\\CartPriceRuleVoucherCodeInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'repository' => 'CoreShop\\Bundle\\OrderBundle\\Doctrine\\ORM\\CartPriceRuleVoucherRepository']]);
$instance->addFromAliasAndConfiguration('coreshop.product_unit_definition_price', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Core\\Model\\ProductUnitDefinitionPrice', 'interface' => 'CoreShop\\Component\\Core\\Model\\ProductUnitDefinitionPriceInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory']]);
$instance->addFromAliasAndConfiguration('coreshop.product_price_rule', ['driver' => 'doctrine/orm', 'permission' => 'product_price_rule', 'classes' => ['model' => 'CoreShop\\Component\\Product\\Model\\ProductPriceRule', 'interface' => 'CoreShop\\Component\\Product\\Model\\ProductPriceRuleInterface', 'admin_controller' => 'CoreShop\\Bundle\\ProductBundle\\Controller\\ProductPriceRuleController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\TranslatableFactory', 'repository' => 'CoreShop\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductPriceRuleRepository', 'form' => 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleType'], 'translation' => ['classes' => ['model' => 'CoreShop\\Component\\Product\\Model\\ProductPriceRuleTranslation', 'interface' => 'CoreShop\\Component\\Product\\Model\\ProductPriceRuleTranslationInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleTranslationType']]]);
$instance->addFromAliasAndConfiguration('coreshop.product_price_rule_translation', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Product\\Model\\ProductPriceRuleTranslation', 'interface' => 'CoreShop\\Component\\Product\\Model\\ProductPriceRuleTranslationInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleTranslationType']]);
$instance->addFromAliasAndConfiguration('coreshop.product_specific_price_rule', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Product\\Model\\ProductSpecificPriceRule', 'interface' => 'CoreShop\\Component\\Product\\Model\\ProductSpecificPriceRuleInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\TranslatableFactory', 'repository' => 'CoreShop\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductSpecificPriceRuleRepository', 'form' => 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleType'], 'translation' => ['classes' => ['model' => 'CoreShop\\Component\\Product\\Model\\ProductSpecificPriceRuleTranslation', 'interface' => 'CoreShop\\Component\\Product\\Model\\ProductSpecificPriceRuleTranslationInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleTranslationType']]]);
$instance->addFromAliasAndConfiguration('coreshop.product_specific_price_rule_translation', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Product\\Model\\ProductSpecificPriceRuleTranslation', 'interface' => 'CoreShop\\Component\\Product\\Model\\ProductSpecificPriceRuleTranslationInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleTranslationType']]);
$instance->addFromAliasAndConfiguration('coreshop.product_unit', ['driver' => 'doctrine/orm', 'permission' => 'product_unit', 'classes' => ['model' => 'CoreShop\\Component\\Product\\Model\\ProductUnit', 'interface' => 'CoreShop\\Component\\Product\\Model\\ProductUnitInterface', 'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\TranslatableFactory', 'repository' => 'CoreShop\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductUnitRepository', 'form' => 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitType'], 'translation' => ['classes' => ['model' => 'CoreShop\\Component\\Product\\Model\\ProductUnitTranslation', 'interface' => 'CoreShop\\Component\\Product\\Model\\ProductUnitTranslationInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitTranslationType']]]);
$instance->addFromAliasAndConfiguration('coreshop.product_unit_translation', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Product\\Model\\ProductUnitTranslation', 'interface' => 'CoreShop\\Component\\Product\\Model\\ProductUnitTranslationInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitTranslationType']]);
$instance->addFromAliasAndConfiguration('coreshop.product_unit_definitions', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Product\\Model\\ProductUnitDefinitions', 'interface' => 'CoreShop\\Component\\Product\\Model\\ProductUnitDefinitionsInterface', 'admin_controller' => 'CoreShop\\Bundle\\ProductBundle\\Controller\\ProductUnitDefinitionsController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'repository' => 'CoreShop\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductUnitDefinitionsRepository']]);
$instance->addFromAliasAndConfiguration('coreshop.product_unit_definition', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Product\\Model\\ProductUnitDefinition', 'interface' => 'CoreShop\\Component\\Product\\Model\\ProductUnitDefinitionInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory']]);
$instance->addFromAliasAndConfiguration('coreshop.country', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Core\\Model\\Country', 'repository' => 'CoreShop\\Bundle\\CoreBundle\\Doctrine\\ORM\\CountryRepository', 'interface' => 'CoreShop\\Component\\Address\\Model\\CountryInterface', 'admin_controller' => 'CoreShop\\Bundle\\AddressBundle\\Controller\\CountryController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\TranslatableFactory', 'form' => 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\CountryType'], 'permission' => 'country', 'translation' => ['classes' => ['model' => 'CoreShop\\Component\\Address\\Model\\CountryTranslation', 'interface' => 'CoreShop\\Component\\Address\\Model\\CountryTranslationInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\CountryTranslationType']]]);
$instance->addFromAliasAndConfiguration('coreshop.country_translation', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Address\\Model\\CountryTranslation', 'interface' => 'CoreShop\\Component\\Address\\Model\\CountryTranslationInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\CountryTranslationType']]);
$instance->addFromAliasAndConfiguration('coreshop.zone', ['driver' => 'doctrine/orm', 'permission' => 'zone', 'classes' => ['model' => 'CoreShop\\Component\\Address\\Model\\Zone', 'interface' => 'CoreShop\\Component\\Address\\Model\\ZoneInterface', 'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\ZoneType']]);
$instance->addFromAliasAndConfiguration('coreshop.state', ['driver' => 'doctrine/orm', 'permission' => 'state', 'classes' => ['model' => 'CoreShop\\Component\\Address\\Model\\State', 'interface' => 'CoreShop\\Component\\Address\\Model\\StateInterface', 'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\TranslatableFactory', 'form' => 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\StateType'], 'translation' => ['classes' => ['model' => 'CoreShop\\Component\\Address\\Model\\StateTranslation', 'interface' => 'CoreShop\\Component\\Address\\Model\\StateTranslationInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\StateTranslationType']]]);
$instance->addFromAliasAndConfiguration('coreshop.state_translation', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Address\\Model\\StateTranslation', 'interface' => 'CoreShop\\Component\\Address\\Model\\StateTranslationInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\StateTranslationType']]);
$instance->addFromAliasAndConfiguration('coreshop.address_identifier', ['driver' => 'doctrine/orm', 'path' => 'address_identifier', 'classes' => ['model' => 'CoreShop\\Component\\Address\\Model\\AddressIdentifier', 'interface' => 'CoreShop\\Component\\Address\\Model\\AddressIdentifierInterface', 'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'repository' => 'CoreShop\\Bundle\\AddressBundle\\Doctrine\\ORM\\AddressIdentifierRepository', 'form' => 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\AddressIdentifierType']]);
$instance->addFromAliasAndConfiguration('coreshop.currency', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Core\\Model\\Currency', 'repository' => 'CoreShop\\Bundle\\CoreBundle\\Doctrine\\ORM\\CurrencyRepository', 'interface' => 'CoreShop\\Component\\Currency\\Model\\CurrencyInterface', 'admin_controller' => 'CoreShop\\Bundle\\CurrencyBundle\\Controller\\CurrencyController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\CurrencyBundle\\Form\\Type\\CurrencyType'], 'permission' => 'currency']);
$instance->addFromAliasAndConfiguration('coreshop.exchange_rate', ['driver' => 'doctrine/orm', 'permission' => 'exchange_rate', 'classes' => ['model' => 'CoreShop\\Component\\Currency\\Model\\ExchangeRate', 'interface' => 'CoreShop\\Component\\Currency\\Model\\ExchangeRateInterface', 'admin_controller' => 'CoreShop\\Bundle\\CurrencyBundle\\Controller\\ExchangeRateController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'repository' => 'CoreShop\\Bundle\\CurrencyBundle\\Doctrine\\ORM\\ExchangeRateRepository', 'form' => 'CoreShop\\Bundle\\CurrencyBundle\\Form\\Type\\ExchangeRateType']]);
$instance->addFromAliasAndConfiguration('coreshop.tax_rule', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Core\\Model\\TaxRule', 'repository' => 'CoreShop\\Bundle\\CoreBundle\\Doctrine\\ORM\\TaxRuleRepository', 'interface' => 'CoreShop\\Component\\Taxation\\Model\\TaxRuleInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRuleType']]);
$instance->addFromAliasAndConfiguration('coreshop.tax_rate', ['driver' => 'doctrine/orm', 'permission' => 'tax_rate', 'classes' => ['model' => 'CoreShop\\Component\\Taxation\\Model\\TaxRate', 'interface' => 'CoreShop\\Component\\Taxation\\Model\\TaxRateInterface', 'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\TranslatableFactory', 'repository' => 'CoreShop\\Bundle\\TaxationBundle\\Doctrine\\ORM\\TaxRateRepository', 'form' => 'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateType'], 'translation' => ['classes' => ['model' => 'CoreShop\\Component\\Taxation\\Model\\TaxRateTranslation', 'interface' => 'CoreShop\\Component\\Taxation\\Model\\TaxRateTranslationInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateTranslationType']]]);
$instance->addFromAliasAndConfiguration('coreshop.tax_rate_translation', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Taxation\\Model\\TaxRateTranslation', 'interface' => 'CoreShop\\Component\\Taxation\\Model\\TaxRateTranslationInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateTranslationType']]);
$instance->addFromAliasAndConfiguration('coreshop.tax_rule_group', ['driver' => 'doctrine/orm', 'permission' => 'tax_rule_group', 'classes' => ['model' => 'CoreShop\\Component\\Taxation\\Model\\TaxRuleGroup', 'interface' => 'CoreShop\\Component\\Taxation\\Model\\TaxRuleGroupInterface', 'admin_controller' => 'CoreShop\\Bundle\\TaxationBundle\\Controller\\TaxRuleGroupController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRuleGroupType']]);
$instance->addFromAliasAndConfiguration('coreshop.store', ['driver' => 'doctrine/orm', 'classes' => ['repository' => 'CoreShop\\Bundle\\StoreBundle\\Doctrine\\ORM\\StoreRepository', 'model' => 'CoreShop\\Component\\Core\\Model\\Store', 'interface' => 'CoreShop\\Component\\Store\\Model\\StoreInterface', 'admin_controller' => 'CoreShop\\Bundle\\StoreBundle\\Controller\\StoreController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\StoreBundle\\Form\\Type\\StoreType'], 'permission' => 'store']);
$instance->addFromAliasAndConfiguration('coreshop.index', ['driver' => 'doctrine/orm', 'permission' => 'index', 'classes' => ['model' => 'CoreShop\\Component\\Index\\Model\\Index', 'interface' => 'CoreShop\\Component\\Index\\Model\\IndexInterface', 'admin_controller' => 'CoreShop\\Bundle\\IndexBundle\\Controller\\IndexController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexType']]);
$instance->addFromAliasAndConfiguration('coreshop.index_column', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Index\\Model\\IndexColumn', 'interface' => 'CoreShop\\Component\\Index\\Model\\IndexColumnInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnType']]);
$instance->addFromAliasAndConfiguration('coreshop.filter', ['driver' => 'doctrine/orm', 'permission' => 'filter', 'classes' => ['model' => 'CoreShop\\Component\\Index\\Model\\Filter', 'interface' => 'CoreShop\\Component\\Index\\Model\\FilterInterface', 'admin_controller' => 'CoreShop\\Bundle\\IndexBundle\\Controller\\FilterController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterType']]);
$instance->addFromAliasAndConfiguration('coreshop.filter_condition', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Index\\Model\\FilterCondition', 'interface' => 'CoreShop\\Component\\Index\\Model\\FilterConditionInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterConditionType']]);
$instance->addFromAliasAndConfiguration('coreshop.carrier', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Core\\Model\\Carrier', 'repository' => 'App\\Ecommerce\\Doctrine\\ORM\\CarrierRepository', 'interface' => 'CoreShop\\Component\\Shipping\\Model\\CarrierInterface', 'admin_controller' => 'CoreShop\\Bundle\\ShippingBundle\\Controller\\CarrierController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\CarrierType'], 'permission' => 'carrier', 'translation' => ['classes' => ['model' => 'CoreShop\\Component\\Shipping\\Model\\CarrierTranslation', 'interface' => 'CoreShop\\Component\\Shipping\\Model\\CarrierTranslationInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\CarrierTranslationType']]]);
$instance->addFromAliasAndConfiguration('coreshop.carrier_translation', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Shipping\\Model\\CarrierTranslation', 'interface' => 'CoreShop\\Component\\Shipping\\Model\\CarrierTranslationInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\CarrierTranslationType']]);
$instance->addFromAliasAndConfiguration('coreshop.shipping_rule', ['driver' => 'doctrine/orm', 'permission' => 'shipping_rule', 'classes' => ['model' => 'CoreShop\\Component\\Shipping\\Model\\ShippingRule', 'interface' => 'CoreShop\\Component\\Shipping\\Model\\ShippingRuleInterface', 'admin_controller' => 'CoreShop\\Bundle\\ShippingBundle\\Controller\\ShippingRuleController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'repository' => 'CoreShop\\Bundle\\RuleBundle\\Doctrine\\ORM\\RuleRepository', 'form' => 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleType']]);
$instance->addFromAliasAndConfiguration('coreshop.shipping_rule_group', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Shipping\\Model\\ShippingRuleGroup', 'interface' => 'CoreShop\\Component\\Shipping\\Model\\ShippingRuleGroupInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleGroupType']]);
$instance->addFromAliasAndConfiguration('coreshop.payment_provider', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Core\\Model\\PaymentProvider', 'admin_controller' => 'CoreShop\\Bundle\\PayumPaymentBundle\\Controller\\PaymentProviderController', 'repository' => 'CoreShop\\Bundle\\CoreBundle\\Doctrine\\ORM\\PaymentProviderRepository', 'interface' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\TranslatableFactory', 'form' => 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderType'], 'permission' => 'payment_provider', 'translation' => ['classes' => ['model' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderTranslation', 'interface' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderTranslationInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderTranslationType']]]);
$instance->addFromAliasAndConfiguration('coreshop.payment_provider_translation', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderTranslation', 'interface' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderTranslationInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderTranslationType']]);
$instance->addFromAliasAndConfiguration('coreshop.payment', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Core\\Model\\Payment', 'repository' => 'App\\CoreShop\\Repository\\PaymentRepository', 'interface' => 'CoreShop\\Component\\Payment\\Model\\PaymentInterface', 'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory']]);
$instance->addFromAliasAndConfiguration('coreshop.payment_provider_rule', ['driver' => 'doctrine/orm', 'permission' => 'payment_provider_rule', 'classes' => ['model' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderRule', 'interface' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderRuleInterface', 'admin_controller' => 'CoreShop\\Bundle\\PaymentBundle\\Controller\\PaymentProviderRuleController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'repository' => 'CoreShop\\Bundle\\RuleBundle\\Doctrine\\ORM\\RuleRepository', 'form' => 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleType']]);
$instance->addFromAliasAndConfiguration('coreshop.payment_provider_rule_group', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderRuleGroup', 'interface' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderRuleGroupInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'form' => 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleGroupType']]);
$instance->addFromAliasAndConfiguration('coreshop.sequence', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Sequence\\Model\\Sequence', 'interface' => 'CoreShop\\Component\\Sequence\\Model\\SequenceInterface', 'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController', 'factory' => 'CoreShop\\Component\\Sequence\\Factory\\SequenceFactory', 'repository' => 'CoreShop\\Bundle\\SequenceBundle\\Doctrine\\ORM\\SequenceRepository']]);
$instance->addFromAliasAndConfiguration('coreshop.gateway_config', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\PayumPayment\\Model\\GatewayConfig', 'controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory']]);
$instance->addFromAliasAndConfiguration('coreshop.payment_security_token', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\PayumPayment\\Model\\PaymentSecurityToken', 'controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory']]);
$instance->addFromAliasAndConfiguration('coreshop.notification_rule', ['driver' => 'doctrine/orm', 'permission' => 'notification', 'classes' => ['model' => 'CoreShop\\Component\\Notification\\Model\\NotificationRule', 'interface' => 'CoreShop\\Component\\Notification\\Model\\NotificationRuleInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'repository' => 'CoreShop\\Bundle\\NotificationBundle\\Doctrine\\ORM\\NotificationRuleRepository', 'admin_controller' => 'CoreShop\\Bundle\\NotificationBundle\\Controller\\NotificationRuleController', 'form' => 'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleType']]);
$instance->addFromAliasAndConfiguration('coreshop.product_quantity_price_rule', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Core\\Model\\ProductQuantityPriceRule', 'interface' => 'CoreShop\\Component\\ProductQuantityPriceRules\\Model\\ProductQuantityPriceRuleInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'repository' => 'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Doctrine\\ORM\\ProductQuantityPriceRuleRepository', 'form' => 'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityPriceRuleType']]);
$instance->addFromAliasAndConfiguration('coreshop.product_quantity_price_rule_range', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Core\\Model\\QuantityRange', 'interface' => 'CoreShop\\Component\\ProductQuantityPriceRules\\Model\\QuantityRangeInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory']]);
$instance->addFromAliasAndConfiguration('coreshop.product_store_values', ['driver' => 'doctrine/orm', 'classes' => ['model' => 'CoreShop\\Component\\Core\\Model\\ProductStoreValues', 'interface' => 'CoreShop\\Component\\Core\\Model\\ProductStoreValuesInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory', 'repository' => 'CoreShop\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductStoreValuesRepository']]);
$instance->addFromAliasAndConfiguration('coreshop.order', ['driver' => 'pimcore', 'alias' => 'core_shop_order', 'path' => ['order' => 'coreshop/orders', 'cart' => 'coreshop/carts', 'quote' => 'coreshop/quotes'], 'classes' => ['pimcore_controller' => ['default' => 'App\\CoreShop\\Controller\\OrderController', 'creation' => 'CoreShop\\Bundle\\CoreBundle\\Controller\\OrderCreationController', 'edit' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderEditController', 'payment' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderPaymentController', 'comment' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderCommentController', 'customer_creation' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\CustomerCreationController', 'address_creation' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\AddressCreationController'], 'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopOrderBundle/CoreShopOrder.json', 'interface' => 'CoreShop\\Component\\Core\\Model\\OrderInterface', 'model' => 'Pimcore\\Model\\DataObject\\CoreShopOrder', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'repository' => 'CoreShop\\Bundle\\OrderBundle\\Pimcore\\Repository\\OrderRepository', 'type' => 'object'], 'pimcore_class' => 'CoreShopOrder']);
$instance->addFromAliasAndConfiguration('coreshop.order_item', ['driver' => 'pimcore', 'alias' => 'core_shop_order', 'classes' => ['install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopOrderBundle/CoreShopOrderItem.json', 'interface' => 'CoreShop\\Component\\Core\\Model\\OrderItemInterface', 'model' => 'Pimcore\\Model\\DataObject\\CoreShopOrderItem', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'repository' => 'CoreShop\\Bundle\\OrderBundle\\Pimcore\\Repository\\OrderItemRepository', 'type' => 'object'], 'path' => 'items', 'pimcore_class' => 'CoreShopOrderItem']);
$instance->addFromAliasAndConfiguration('coreshop.order_shipment', ['driver' => 'pimcore', 'alias' => 'core_shop_order', 'classes' => ['install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopOrderBundle/CoreShopOrderShipment.json', 'interface' => 'CoreShop\\Component\\Core\\Model\\OrderShipmentInterface', 'model' => 'Pimcore\\Model\\DataObject\\CoreShopOrderShipment', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'repository' => 'CoreShop\\Bundle\\OrderBundle\\Pimcore\\Repository\\OrderShipmentRepository', 'pimcore_controller' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderShipmentController', 'type' => 'object'], 'path' => 'shipments', 'pimcore_class' => 'CoreShopOrderShipment']);
$instance->addFromAliasAndConfiguration('coreshop.order_shipment_item', ['driver' => 'pimcore', 'alias' => 'core_shop_order', 'classes' => ['install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopOrderBundle/CoreShopOrderShipmentItem.json', 'interface' => 'CoreShop\\Component\\Core\\Model\\OrderShipmentItemInterface', 'model' => 'Pimcore\\Model\\DataObject\\CoreShopOrderShipmentItem', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'type' => 'object'], 'path' => 'items', 'pimcore_class' => 'CoreShopOrderShipmentItem']);
$instance->addFromAliasAndConfiguration('coreshop.order_invoice', ['driver' => 'pimcore', 'alias' => 'core_shop_order', 'path' => 'invoices', 'classes' => ['model' => 'Pimcore\\Model\\DataObject\\CoreShopOrderInvoice', 'interface' => 'CoreShop\\Component\\Order\\Model\\OrderInvoiceInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'repository' => 'CoreShop\\Bundle\\OrderBundle\\Pimcore\\Repository\\OrderInvoiceRepository', 'pimcore_controller' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderInvoiceController', 'install_file' => '@CoreShopOrderBundle/Resources/install/pimcore/classes/CoreShopOrderInvoice.json', 'type' => 'object'], 'pimcore_class' => 'CoreShopOrderInvoice']);
$instance->addFromAliasAndConfiguration('coreshop.order_invoice_item', ['driver' => 'pimcore', 'alias' => 'core_shop_order', 'path' => 'items', 'classes' => ['model' => 'Pimcore\\Model\\DataObject\\CoreShopOrderInvoiceItem', 'interface' => 'CoreShop\\Component\\Order\\Model\\OrderInvoiceItemInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'install_file' => '@CoreShopOrderBundle/Resources/install/pimcore/classes/CoreShopOrderInvoiceItem.json', 'type' => 'object'], 'pimcore_class' => 'CoreShopOrderInvoiceItem']);
$instance->addFromAliasAndConfiguration('coreshop.cart_price_rule_item', ['driver' => 'pimcore', 'alias' => 'core_shop_order', 'classes' => ['model' => 'Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopProposalCartPriceRuleItem', 'interface' => 'CoreShop\\Component\\Order\\Model\\ProposalCartPriceRuleItemInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'install_file' => '@CoreShopOrderBundle/Resources/install/pimcore/fieldcollections/CoreShopProposalCartPriceRuleItem.json', 'type' => 'fieldcollection'], 'pimcore_class' => 'CoreShopProposalCartPriceRuleItem']);
$instance->addFromAliasAndConfiguration('coreshop.price_rule_item', ['driver' => 'pimcore', 'alias' => 'core_shop_order', 'classes' => ['model' => 'Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopPriceRuleItem', 'interface' => 'CoreShop\\Component\\Order\\Model\\PriceRuleItemInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'install_file' => '@CoreShopOrderBundle/Resources/install/pimcore/fieldcollections/CoreShopPriceRuleItem.json', 'type' => 'fieldcollection'], 'pimcore_class' => 'CoreShopPriceRuleItem']);
$instance->addFromAliasAndConfiguration('coreshop.adjustment', ['driver' => 'pimcore', 'alias' => 'core_shop_order', 'classes' => ['model' => 'Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopAdjustment', 'interface' => 'CoreShop\\Component\\Order\\Model\\AdjustmentInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'install_file' => '@CoreShopOrderBundle/Resources/install/pimcore/fieldcollections/CoreShopAdjustment.json', 'type' => 'fieldcollection'], 'pimcore_class' => 'CoreShopAdjustment']);
$instance->addFromAliasAndConfiguration('coreshop.customer_group', ['driver' => 'pimcore', 'alias' => 'core_shop_customer', 'path' => 'coreshop/customer_groups', 'classes' => ['model' => 'Pimcore\\Model\\DataObject\\CoreShopCustomerGroup', 'interface' => 'CoreShop\\Component\\Customer\\Model\\CustomerGroupInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController', 'install_file' => '@CoreShopCustomerBundle/Resources/install/pimcore/classes/CoreShopCustomerGroup.json', 'type' => 'object'], 'pimcore_class' => 'CoreShopCustomerGroup']);
$instance->addFromAliasAndConfiguration('coreshop.customer', ['driver' => 'pimcore', 'alias' => 'core_shop_customer', 'path' => ['customer' => 'coreshop/customers', 'guest' => 'coreshop/guests'], 'classes' => ['interface' => 'CoreShop\\Component\\Core\\Model\\CustomerInterface', 'repository' => 'CoreShop\\Bundle\\CoreBundle\\Pimcore\\Repository\\CustomerRepository', 'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopCustomerBundle/CoreShopCustomer.json', 'model' => 'Pimcore\\Model\\DataObject\\CoreShopCustomer', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController', 'type' => 'object'], 'pimcore_class' => 'CoreShopCustomer']);
$instance->addFromAliasAndConfiguration('coreshop.company', ['driver' => 'pimcore', 'alias' => 'core_shop_customer', 'path' => 'coreshop/customers', 'classes' => ['interface' => 'CoreShop\\Component\\Core\\Model\\CompanyInterface', 'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopCustomerBundle/CoreShopCompany.json', 'model' => 'Pimcore\\Model\\DataObject\\CoreShopCompany', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'repository' => 'CoreShop\\Bundle\\CustomerBundle\\Pimcore\\Repository\\CompanyRepository', 'type' => 'object'], 'pimcore_class' => 'CoreShopCompany']);
$instance->addFromAliasAndConfiguration('coreshop.user', ['driver' => 'pimcore', 'alias' => 'core_shop_user', 'classes' => ['interface' => 'CoreShop\\Component\\Core\\Model\\UserInterface', 'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopUserBundle/CoreShopUser.json', 'model' => 'Pimcore\\Model\\DataObject\\CoreShopUser', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'repository' => 'CoreShop\\Bundle\\UserBundle\\Pimcore\\Repository\\UserRepository', 'type' => 'object'], 'path' => 'user', 'pimcore_class' => 'CoreShopUser']);
$instance->addFromAliasAndConfiguration('coreshop.attribute_group', ['driver' => 'pimcore', 'alias' => 'core_shop_variant', 'classes' => ['model' => 'Pimcore\\Model\\DataObject\\CoreShopAttributeGroup', 'interface' => 'CoreShop\\Component\\Variant\\Model\\AttributeGroupInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'install_file' => '@CoreShopVariantBundle/Resources/install/pimcore/classes/CoreShopAttributeGroup.json', 'type' => 'object'], 'pimcore_class' => 'CoreShopAttributeGroup']);
$instance->addFromAliasAndConfiguration('coreshop.attribute_value', ['driver' => 'pimcore', 'alias' => 'core_shop_variant', 'classes' => ['model' => 'Pimcore\\Model\\DataObject\\CoreShopAttributeValue', 'interface' => 'CoreShop\\Component\\Variant\\Model\\AttributeValueInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'install_file' => '@CoreShopVariantBundle/Resources/install/pimcore/classes/CoreShopAttributeValue.json', 'type' => 'object'], 'pimcore_class' => 'CoreShopAttributeValue']);
$instance->addFromAliasAndConfiguration('coreshop.attribute_color', ['driver' => 'pimcore', 'alias' => 'core_shop_variant', 'classes' => ['model' => 'Pimcore\\Model\\DataObject\\CoreShopAttributeColor', 'interface' => 'CoreShop\\Component\\Variant\\Model\\AttributeColorInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'install_file' => '@CoreShopVariantBundle/Resources/install/pimcore/classes/CoreShopAttributeColor.json', 'type' => 'object'], 'pimcore_class' => 'CoreShopAttributeColor']);
$instance->addFromAliasAndConfiguration('coreshop.category', ['driver' => 'pimcore', 'alias' => 'core_shop_product', 'path' => 'coreshop/categories', 'classes' => ['repository' => 'CoreShop\\Bundle\\CoreBundle\\Pimcore\\Repository\\CategoryRepository', 'interface' => 'CoreShop\\Component\\Core\\Model\\CategoryInterface', 'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopProductBundle/CoreShopCategory.json', 'model' => 'Pimcore\\Model\\DataObject\\CoreShopCategory', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'type' => 'object'], 'slug' => true, 'route' => ['name' => 'coreshop_category_list', 'id_param' => 'category'], 'pimcore_class' => 'CoreShopCategory']);
$instance->addFromAliasAndConfiguration('coreshop.product', ['driver' => 'pimcore', 'alias' => 'core_shop_product', 'path' => 'coreshop/products', 'classes' => ['repository' => 'CoreShop\\Bundle\\CoreBundle\\Pimcore\\Repository\\ProductRepository', 'interface' => 'CoreShop\\Component\\Core\\Model\\ProductInterface', 'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopProductBundle/CoreShopProduct.json', 'admin_controller' => 'CoreShop\\Bundle\\CoreBundle\\Controller\\ProductController', 'model' => 'Pimcore\\Model\\DataObject\\CoreShopProduct', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'type' => 'object'], 'slug' => true, 'route' => ['name' => 'coreshop_product_detail', 'id_param' => 'product'], 'pimcore_class' => 'CoreShopProduct']);
$instance->addFromAliasAndConfiguration('coreshop.manufacturer', ['driver' => 'pimcore', 'alias' => 'core_shop_product', 'path' => 'manufacturers', 'classes' => ['model' => 'Pimcore\\Model\\DataObject\\CoreShopManufacturer', 'interface' => 'CoreShop\\Component\\Product\\Model\\ManufacturerInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'install_file' => '@CoreShopProductBundle/Resources/install/pimcore/classes/CoreShopManufacturer.json', 'type' => 'object'], 'pimcore_class' => 'CoreShopManufacturer']);
$instance->addFromAliasAndConfiguration('coreshop.address', ['driver' => 'pimcore', 'alias' => 'core_shop_address', 'path' => 'addresses', 'classes' => ['model' => 'Pimcore\\Model\\DataObject\\CoreShopAddress', 'interface' => 'CoreShop\\Component\\Address\\Model\\AddressInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'install_file' => '@CoreShopAddressBundle/Resources/install/pimcore/classes/CoreShopAddress.json', 'type' => 'object'], 'pimcore_class' => 'CoreShopAddress']);
$instance->addFromAliasAndConfiguration('coreshop.tax_item', ['driver' => 'pimcore', 'alias' => 'core_shop_taxation', 'classes' => ['model' => 'Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopTaxItem', 'interface' => 'CoreShop\\Component\\Taxation\\Model\\TaxItemInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'install_file' => '@CoreShopTaxationBundle/Resources/install/pimcore/fieldcollections/CoreShopTaxItem.json', 'type' => 'fieldcollection'], 'pimcore_class' => 'CoreShopTaxItem']);
$instance->addFromAliasAndConfiguration('coreshop.wishlist', ['driver' => 'pimcore', 'alias' => 'core_shop_wishlist', 'path' => ['wishlist' => 'coreshop/wishlists'], 'classes' => ['install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopWishlistBundle/CoreShopWishlist.json', 'interface' => 'CoreShop\\Component\\Core\\Model\\WishlistInterface', 'repository' => 'CoreShop\\Bundle\\CoreBundle\\Pimcore\\Repository\\WishlistRepository', 'model' => 'Pimcore\\Model\\DataObject\\CoreShopWishlist', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'type' => 'object'], 'pimcore_class' => 'CoreShopWishlist']);
$instance->addFromAliasAndConfiguration('coreshop.wishlist_item', ['driver' => 'pimcore', 'alias' => 'core_shop_wishlist', 'path' => 'items', 'classes' => ['model' => 'Pimcore\\Model\\DataObject\\CoreShopWishlistItem', 'interface' => 'CoreShop\\Component\\Wishlist\\Model\\WishlistItemInterface', 'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory', 'repository' => 'CoreShop\\Bundle\\WishlistBundle\\Pimcore\\Repository\\WishlistItemRepository', 'install_file' => '@CoreShopWishlistBundle/Resources/install/pimcore/classes/CoreShopWishlistItem.json', 'type' => 'object'], 'pimcore_class' => 'CoreShopWishlistItem']);
return $instance;
}
/**
* Gets the public 'CoreShop\Component\Resource\Service\FolderCreationService' shared service.
*
* @return \CoreShop\Component\Resource\Service\FolderCreationService
*/
protected function getFolderCreationServiceService()
{
return $this->services['CoreShop\\Component\\Resource\\Service\\FolderCreationService'] = new \CoreShop\Component\Resource\Service\FolderCreationService(($this->services['CoreShop\\Component\\Resource\\Metadata\\Registry'] ?? $this->getRegistryService()), ($this->services['CoreShop\\Component\\Pimcore\\DataObject\\ObjectService'] ?? ($this->services['CoreShop\\Component\\Pimcore\\DataObject\\ObjectService'] = new \CoreShop\Component\Pimcore\DataObject\ObjectService())));
}
/**
* Gets the public 'CoreShop\Component\Resource\TokenGenerator\UniqueTokenGenerator' shared service.
*
* @return \CoreShop\Component\Resource\TokenGenerator\UniqueTokenGenerator
*/
protected function getUniqueTokenGeneratorService()
{
return $this->services['CoreShop\\Component\\Resource\\TokenGenerator\\UniqueTokenGenerator'] = new \CoreShop\Component\Resource\TokenGenerator\UniqueTokenGenerator();
}
/**
* Gets the public 'CoreShop\Component\Resource\Translation\Provider\PimcoreTranslationLocaleProvider' shared service.
*
* @return \CoreShop\Component\Resource\Translation\Provider\PimcoreTranslationLocaleProvider
*/
protected function getPimcoreTranslationLocaleProviderService()
{
return $this->services['CoreShop\\Component\\Resource\\Translation\\Provider\\PimcoreTranslationLocaleProvider'] = new \CoreShop\Component\Resource\Translation\Provider\PimcoreTranslationLocaleProvider();
}
/**
* Gets the public 'CoreShop\Component\Shipping\Calculator\CarrierPriceCalculator' shared service.
*
* @return \CoreShop\Component\Shipping\Calculator\CarrierPriceCalculator
*/
protected function getCarrierPriceCalculatorService()
{
$a = ($this->services['coreshop.registry.shipping.price_calculators'] ?? $this->getCoreshop_Registry_Shipping_PriceCalculatorsService());
if (isset($this->services['CoreShop\\Component\\Shipping\\Calculator\\CarrierPriceCalculator'])) {
return $this->services['CoreShop\\Component\\Shipping\\Calculator\\CarrierPriceCalculator'];
}
return $this->services['CoreShop\\Component\\Shipping\\Calculator\\CarrierPriceCalculator'] = new \CoreShop\Component\Shipping\Calculator\CarrierPriceCalculator($a);
}
/**
* Gets the public 'CoreShop\Component\Shipping\Calculator\CarrierShippingRulePriceCalculator' shared service.
*
* @return \CoreShop\Component\Shipping\Calculator\CarrierShippingRulePriceCalculator
*/
protected function getCarrierShippingRulePriceCalculatorService()
{
$a = ($this->services['CoreShop\\Component\\Shipping\\Checker\\CarrierShippingRuleChecker'] ?? $this->getCarrierShippingRuleCheckerService());
if (isset($this->services['CoreShop\\Component\\Shipping\\Calculator\\CarrierShippingRulePriceCalculator'])) {
return $this->services['CoreShop\\Component\\Shipping\\Calculator\\CarrierShippingRulePriceCalculator'];
}
$b = ($this->services['coreshop.registry.shipping_rule.actions'] ?? $this->getCoreshop_Registry_ShippingRule_ActionsService());
if (isset($this->services['CoreShop\\Component\\Shipping\\Calculator\\CarrierShippingRulePriceCalculator'])) {
return $this->services['CoreShop\\Component\\Shipping\\Calculator\\CarrierShippingRulePriceCalculator'];
}
return $this->services['CoreShop\\Component\\Shipping\\Calculator\\CarrierShippingRulePriceCalculator'] = new \CoreShop\Component\Shipping\Calculator\CarrierShippingRulePriceCalculator($a, new \CoreShop\Component\Shipping\Processor\ShippingRuleActionProcessor($b));
}
/**
* Gets the public 'CoreShop\Component\Shipping\Checker\CarrierShippingRuleChecker' shared service.
*
* @return \CoreShop\Component\Shipping\Checker\CarrierShippingRuleChecker
*/
protected function getCarrierShippingRuleCheckerService()
{
$a = ($this->services['coreshop.shipping_rule.conditions.processor.decorated'] ?? $this->getCoreshop_ShippingRule_Conditions_Processor_DecoratedService());
if (isset($this->services['CoreShop\\Component\\Shipping\\Checker\\CarrierShippingRuleChecker'])) {
return $this->services['CoreShop\\Component\\Shipping\\Checker\\CarrierShippingRuleChecker'];
}
return $this->services['CoreShop\\Component\\Shipping\\Checker\\CarrierShippingRuleChecker'] = new \CoreShop\Component\Shipping\Checker\CarrierShippingRuleChecker(new \CoreShop\Component\Rule\Condition\RuleValidationProcessor($a));
}
/**
* Gets the public 'CoreShop\Component\Shipping\Resolver\CarriersResolver' shared service.
*
* @return \CoreShop\Component\Shipping\Resolver\CarriersResolver
*/
protected function getCarriersResolverService()
{
$a = ($this->services['coreshop.repository.carrier'] ?? $this->getCoreshop_Repository_CarrierService());
if (isset($this->services['CoreShop\\Component\\Shipping\\Resolver\\CarriersResolver'])) {
return $this->services['CoreShop\\Component\\Shipping\\Resolver\\CarriersResolver'];
}
$b = ($this->services['.container.private.coreshop.shipping.carrier.validator.composite'] ?? $this->get_Container_Private_Coreshop_Shipping_Carrier_Validator_CompositeService());
if (isset($this->services['CoreShop\\Component\\Shipping\\Resolver\\CarriersResolver'])) {
return $this->services['CoreShop\\Component\\Shipping\\Resolver\\CarriersResolver'];
}
return $this->services['CoreShop\\Component\\Shipping\\Resolver\\CarriersResolver'] = new \CoreShop\Component\Shipping\Resolver\CarriersResolver($a, $b);
}
/**
* Gets the public 'CoreShop\Component\Shipping\Rule\Action\AdditionPercentActionProcessor' shared service.
*
* @return \CoreShop\Component\Shipping\Rule\Action\AdditionPercentActionProcessor
*/
protected function getAdditionPercentActionProcessor2Service()
{
return $this->services['CoreShop\\Component\\Shipping\\Rule\\Action\\AdditionPercentActionProcessor'] = new \CoreShop\Component\Shipping\Rule\Action\AdditionPercentActionProcessor();
}
/**
* Gets the public 'CoreShop\Component\Shipping\Rule\Action\DiscountPercentActionProcessor' shared service.
*
* @return \CoreShop\Component\Shipping\Rule\Action\DiscountPercentActionProcessor
*/
protected function getDiscountPercentActionProcessor3Service()
{
return $this->services['CoreShop\\Component\\Shipping\\Rule\\Action\\DiscountPercentActionProcessor'] = new \CoreShop\Component\Shipping\Rule\Action\DiscountPercentActionProcessor();
}
/**
* Gets the public 'CoreShop\Component\Shipping\Rule\Action\ShippingRuleActionProcessor' shared service.
*
* @return \CoreShop\Component\Shipping\Rule\Action\ShippingRuleActionProcessor
*/
protected function getShippingRuleActionProcessorService()
{
$a = ($this->services['coreshop.registry.shipping_rule.actions'] ?? $this->getCoreshop_Registry_ShippingRule_ActionsService());
if (isset($this->services['CoreShop\\Component\\Shipping\\Rule\\Action\\ShippingRuleActionProcessor'])) {
return $this->services['CoreShop\\Component\\Shipping\\Rule\\Action\\ShippingRuleActionProcessor'];
}
$b = ($this->services['coreshop.repository.shipping_rule'] ?? $this->getCoreshop_Repository_ShippingRuleService());
if (isset($this->services['CoreShop\\Component\\Shipping\\Rule\\Action\\ShippingRuleActionProcessor'])) {
return $this->services['CoreShop\\Component\\Shipping\\Rule\\Action\\ShippingRuleActionProcessor'];
}
return $this->services['CoreShop\\Component\\Shipping\\Rule\\Action\\ShippingRuleActionProcessor'] = new \CoreShop\Component\Shipping\Rule\Action\ShippingRuleActionProcessor(new \CoreShop\Component\Shipping\Processor\ShippingRuleActionProcessor($a), $b);
}
/**
* Gets the public 'CoreShop\Component\Shipping\Rule\Condition\AmountConditionChecker' shared service.
*
* @return \CoreShop\Component\Shipping\Rule\Condition\AmountConditionChecker
*/
protected function getAmountConditionChecker4Service()
{
return $this->services['CoreShop\\Component\\Shipping\\Rule\\Condition\\AmountConditionChecker'] = new \CoreShop\Component\Shipping\Rule\Condition\AmountConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Shipping\Rule\Condition\DimensionConditionChecker' shared service.
*
* @return \CoreShop\Component\Shipping\Rule\Condition\DimensionConditionChecker
*/
protected function getDimensionConditionCheckerService()
{
return $this->services['CoreShop\\Component\\Shipping\\Rule\\Condition\\DimensionConditionChecker'] = new \CoreShop\Component\Shipping\Rule\Condition\DimensionConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Shipping\Rule\Condition\PostcodeConditionChecker' shared service.
*
* @return \CoreShop\Component\Shipping\Rule\Condition\PostcodeConditionChecker
*/
protected function getPostcodeConditionCheckerService()
{
return $this->services['CoreShop\\Component\\Shipping\\Rule\\Condition\\PostcodeConditionChecker'] = new \CoreShop\Component\Shipping\Rule\Condition\PostcodeConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Shipping\Rule\Condition\ShippingRuleConditionChecker' shared service.
*
* @return \CoreShop\Component\Shipping\Rule\Condition\ShippingRuleConditionChecker
*/
protected function getShippingRuleConditionCheckerService()
{
$a = ($this->services['coreshop.shipping_rule.conditions.processor.decorated'] ?? $this->getCoreshop_ShippingRule_Conditions_Processor_DecoratedService());
if (isset($this->services['CoreShop\\Component\\Shipping\\Rule\\Condition\\ShippingRuleConditionChecker'])) {
return $this->services['CoreShop\\Component\\Shipping\\Rule\\Condition\\ShippingRuleConditionChecker'];
}
$b = ($this->services['coreshop.repository.shipping_rule'] ?? $this->getCoreshop_Repository_ShippingRuleService());
if (isset($this->services['CoreShop\\Component\\Shipping\\Rule\\Condition\\ShippingRuleConditionChecker'])) {
return $this->services['CoreShop\\Component\\Shipping\\Rule\\Condition\\ShippingRuleConditionChecker'];
}
return $this->services['CoreShop\\Component\\Shipping\\Rule\\Condition\\ShippingRuleConditionChecker'] = new \CoreShop\Component\Shipping\Rule\Condition\ShippingRuleConditionChecker(new \CoreShop\Component\Rule\Condition\RuleValidationProcessor($a), $b);
}
/**
* Gets the public 'CoreShop\Component\Shipping\Rule\Condition\WeightConditionChecker' shared service.
*
* @return \CoreShop\Component\Shipping\Rule\Condition\WeightConditionChecker
*/
protected function getWeightConditionCheckerService()
{
return $this->services['CoreShop\\Component\\Shipping\\Rule\\Condition\\WeightConditionChecker'] = new \CoreShop\Component\Shipping\Rule\Condition\WeightConditionChecker();
}
/**
* Gets the public 'CoreShop\Component\Shipping\Validator\ShippingRuleCarrierValidator' shared service.
*
* @return \CoreShop\Component\Shipping\Validator\ShippingRuleCarrierValidator
*/
protected function getShippingRuleCarrierValidatorService()
{
$a = ($this->services['CoreShop\\Component\\Shipping\\Checker\\CarrierShippingRuleChecker'] ?? $this->getCarrierShippingRuleCheckerService());
if (isset($this->services['CoreShop\\Component\\Shipping\\Validator\\ShippingRuleCarrierValidator'])) {
return $this->services['CoreShop\\Component\\Shipping\\Validator\\ShippingRuleCarrierValidator'];
}
return $this->services['CoreShop\\Component\\Shipping\\Validator\\ShippingRuleCarrierValidator'] = new \CoreShop\Component\Shipping\Validator\ShippingRuleCarrierValidator($a);
}
/**
* Gets the public 'CoreShop\Component\StorageList\Context\StorageListContextInterface' shared service.
*
* @return \CoreShop\Component\StorageList\Core\Context\StoreBasedStorageListContext
*/
protected function getStorageListContextInterfaceService()
{
$a = ($this->services['coreshop.context.store'] ?? $this->getCoreshop_Context_StoreService());
if (isset($this->services['CoreShop\\Component\\StorageList\\Context\\StorageListContextInterface'])) {
return $this->services['CoreShop\\Component\\StorageList\\Context\\StorageListContextInterface'];
}
$b = ($this->services['coreshop.repository.wishlist'] ?? $this->getCoreshop_Repository_WishlistService());
if (isset($this->services['CoreShop\\Component\\StorageList\\Context\\StorageListContextInterface'])) {
return $this->services['CoreShop\\Component\\StorageList\\Context\\StorageListContextInterface'];
}
$c = ($this->services['CoreShop\\Component\\Core\\Context\\ShopperContext'] ?? $this->getShopperContextService());
if (isset($this->services['CoreShop\\Component\\StorageList\\Context\\StorageListContextInterface'])) {
return $this->services['CoreShop\\Component\\StorageList\\Context\\StorageListContextInterface'];
}
$d = new \CoreShop\Component\StorageList\Context\CompositeStorageListContext();
$d->addContext(new \CoreShop\Component\StorageList\Context\StorageListFactoryContext(($this->services['coreshop.factory.wishlist'] ?? $this->getCoreshop_Factory_WishlistService())), -999);
$d->addContext(new \CoreShop\Component\StorageList\Core\Context\CustomerAndStoreBasedStorageListContext(($this->services['coreshop.context.customer'] ?? $this->getCoreshop_Context_CustomerService()), $a, $b), -777);
$d->addContext(new \CoreShop\Component\StorageList\Core\Context\SessionAndStoreBasedStorageListContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'coreshop.wishlist', $b, $a), -555);
return $this->services['CoreShop\\Component\\StorageList\\Context\\StorageListContextInterface'] = new \CoreShop\Component\StorageList\Core\Context\StoreBasedStorageListContext($d, $c);
}
/**
* Gets the public 'CoreShop\Component\Store\Context\FixedStoreContext' shared service.
*
* @return \CoreShop\Component\Store\Context\FixedStoreContext
*/
protected function getFixedStoreContextService()
{
return $this->services['CoreShop\\Component\\Store\\Context\\FixedStoreContext'] = new \CoreShop\Component\Store\Context\FixedStoreContext();
}
/**
* Gets the public 'CoreShop\Component\Store\Context\RequestBased\CachedStoreContext' shared service.
*
* @return \CoreShop\Component\Store\Context\RequestBased\CachedStoreContext
*/
protected function getCachedStoreContextService()
{
$a = ($this->services['.container.private.coreshop.context.store.request_based.resolver.composite'] ?? $this->get_Container_Private_Coreshop_Context_Store_RequestBased_Resolver_CompositeService());
if (isset($this->services['CoreShop\\Component\\Store\\Context\\RequestBased\\CachedStoreContext'])) {
return $this->services['CoreShop\\Component\\Store\\Context\\RequestBased\\CachedStoreContext'];
}
return $this->services['CoreShop\\Component\\Store\\Context\\RequestBased\\CachedStoreContext'] = new \CoreShop\Component\Store\Context\RequestBased\CachedStoreContext(new \CoreShop\Component\Store\Context\RequestBased\StoreContext($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
}
/**
* Gets the public 'CoreShop\Component\Taxation\Collector\TaxCollector' shared service.
*
* @return \CoreShop\Component\Taxation\Collector\TaxCollector
*/
protected function getTaxCollectorService()
{
$a = ($this->services['coreshop.repository.tax_rate'] ?? $this->getCoreshop_Repository_TaxRateService());
if (isset($this->services['CoreShop\\Component\\Taxation\\Collector\\TaxCollector'])) {
return $this->services['CoreShop\\Component\\Taxation\\Collector\\TaxCollector'];
}
return $this->services['CoreShop\\Component\\Taxation\\Collector\\TaxCollector'] = new \CoreShop\Component\Taxation\Collector\TaxCollector($a, ($this->services['coreshop.factory.tax_item'] ?? ($this->services['coreshop.factory.tax_item'] = new \CoreShop\Component\Resource\Factory\PimcoreFactory('Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopTaxItem'))));
}
/**
* Gets the public 'CoreShop\Component\Variant\AttributeCollector' shared service.
*
* @return \CoreShop\Component\Variant\AttributeCollector
*/
protected function getAttributeCollectorService()
{
return $this->services['CoreShop\\Component\\Variant\\AttributeCollector'] = new \CoreShop\Component\Variant\AttributeCollector();
}
/**
* Gets the public 'Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler
*/
protected function getContentSecurityPolicyHandlerService()
{
$this->services['Pimcore\\Bundle\\AdminBundle\\Security\\ContentSecurityPolicyHandler'] = $instance = new \Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler(($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
$a = ($this->services['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
$instance->setLogger($a);
$instance->setLogger($a);
$instance->addAllowedUrls('default-src', []);
$instance->addAllowedUrls('img-src', []);
$instance->addAllowedUrls('script-src', []);
$instance->addAllowedUrls('style-src', []);
$instance->addAllowedUrls('connect-src', []);
$instance->addAllowedUrls('font-src', []);
$instance->addAllowedUrls('media-src', []);
$instance->addAllowedUrls('frame-src', []);
return $instance;
}
/**
* Gets the public 'Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler
*/
protected function getCsrfProtectionHandlerService()
{
$a = ($this->services['.container.private.App\\Twig\\EnvironmentExtension'] ?? $this->getEnvironmentExtensionService());
if (isset($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'])) {
return $this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'];
}
$this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'] = $instance = new \Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler([], $a);
$b = ($this->services['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
$instance->setLogger($b);
$instance->setLogger($b);
return $instance;
}
/**
* Gets the public 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener
*/
protected function getFullPageCacheListenerService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'])) {
return $this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'];
}
$this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener(($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] ?? ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] = new \Pimcore\Targeting\VisitorInfoStorage())), new \Pimcore\Cache\FullPage\SessionStatus('_sf2_meta', $a), $a, ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
$instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
return $instance;
}
/**
* Gets the public 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener
*/
protected function getGoogleAnalyticsCodeListenerService()
{
$a = ($this->privates['Pimcore\\Analytics\\Google\\Tracker'] ?? $this->getTrackerService());
if (isset($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener'])) {
return $this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener'];
}
$this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener($a);
$instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
$instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
return $instance;
}
/**
* Gets the public 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener
*/
protected function getGoogleTagManagerListenerService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener'])) {
return $this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener'];
}
$b = ($this->services['pimcore.templating.engine.delegating'] ?? $this->getPimcore_Templating_Engine_DelegatingService());
if (isset($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener'])) {
return $this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener'];
}
$this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener(($this->privates['Pimcore\\Analytics\\SiteId\\SiteIdProvider'] ?? $this->getSiteIdProviderService()), $a, $b);
$instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the public 'Pimcore\Cache\Core\CoreCacheHandler' shared autowired service.
*
* @return \Pimcore\Cache\Core\CoreCacheHandler
*/
protected function getCoreCacheHandlerService()
{
$a = ($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService());
if (isset($this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'])) {
return $this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'])) {
return $this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'];
}
$c = new \Pimcore\Cache\Core\WriteLock($a);
$d = ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
$c->setLogger($d);
$c->setLogger($d);
$this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'] = $instance = new \Pimcore\Cache\Core\CoreCacheHandler($a, $c, $b);
$instance->setLogger($d);
$instance->setLogger($d);
return $instance;
}
/**
* Gets the public 'Pimcore\Config' shared autowired service.
*
* @return \Pimcore\Config
*/
protected function getConfigService()
{
return $this->services['Pimcore\\Config'] = new \Pimcore\Config();
}
/**
* Gets the public 'Pimcore\Document\Editable\Block\BlockStateStack' shared autowired service.
*
* @return \Pimcore\Document\Editable\Block\BlockStateStack
*/
protected function getBlockStateStackService()
{
return $this->services['Pimcore\\Document\\Editable\\Block\\BlockStateStack'] = new \Pimcore\Document\Editable\Block\BlockStateStack();
}
/**
* Gets the public 'Pimcore\Document\Renderer\DocumentRenderer' shared autowired service.
*
* @return \Pimcore\Document\Renderer\DocumentRenderer
*/
protected function getDocumentRendererService()
{
$a = ($this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'] ?? $this->getActionRendererService());
if (isset($this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'])) {
return $this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'];
}
$b = ($this->privates['fragment.renderer.inline'] ?? $this->getFragment_Renderer_InlineService());
if (isset($this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'])) {
return $this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'];
}
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'])) {
return $this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'];
}
$this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'] = $instance = new \Pimcore\Document\Renderer\DocumentRenderer(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), $a, $b, ($this->privates['Pimcore\\Routing\\Dynamic\\DocumentRouteHandler'] ?? $this->getDocumentRouteHandlerService()), ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService()), $c, ($this->services['Pimcore\\Localization\\LocaleServiceInterface'] ?? $this->getLocaleServiceInterfaceService()));
$instance->setContainerService(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())));
return $instance;
}
/**
* Gets the public 'Pimcore\Document\StaticPageGenerator' shared autowired service.
*
* @return \Pimcore\Document\StaticPageGenerator
*/
protected function getStaticPageGeneratorService()
{
$a = ($this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'] ?? $this->getDocumentRendererService());
if (isset($this->services['Pimcore\\Document\\StaticPageGenerator'])) {
return $this->services['Pimcore\\Document\\StaticPageGenerator'];
}
$b = ($this->services['Symfony\\Component\\Lock\\LockFactory'] ?? $this->getLockFactoryService());
if (isset($this->services['Pimcore\\Document\\StaticPageGenerator'])) {
return $this->services['Pimcore\\Document\\StaticPageGenerator'];
}
return $this->services['Pimcore\\Document\\StaticPageGenerator'] = new \Pimcore\Document\StaticPageGenerator($a, $b);
}
/**
* Gets the public 'Pimcore\Extension\Bundle\PimcoreBundleManager' shared autowired service.
*
* @return \Pimcore\Extension\Bundle\PimcoreBundleManager
*/
protected function getPimcoreBundleManagerService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['Pimcore\\Extension\\Bundle\\PimcoreBundleManager'])) {
return $this->services['Pimcore\\Extension\\Bundle\\PimcoreBundleManager'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->services['Pimcore\\Extension\\Bundle\\PimcoreBundleManager'])) {
return $this->services['Pimcore\\Extension\\Bundle\\PimcoreBundleManager'];
}
return $this->services['Pimcore\\Extension\\Bundle\\PimcoreBundleManager'] = new \Pimcore\Extension\Bundle\PimcoreBundleManager(new \Pimcore\Extension\Bundle\Config\StateConfig(($this->services['Pimcore\\Extension\\Config'] ?? $this->get('Pimcore\\Extension\\Config', 1))), new \Pimcore\Extension\Bundle\PimcoreBundleLocator(new \Pimcore\Composer\PackageInfo(), $this->parameters['pimcore.extensions.bundles.search_paths'], true), ($this->services['kernel'] ?? $this->get('kernel', 1)), $a, $b);
}
/**
* Gets the public 'Pimcore\Http\RequestHelper' shared autowired service.
*
* @return \Pimcore\Http\RequestHelper
*/
protected function getRequestHelperService()
{
return $this->services['Pimcore\\Http\\RequestHelper'] = new \Pimcore\Http\RequestHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['pimcore.routing.router.request_context'] ?? $this->getPimcore_Routing_Router_RequestContextService()));
}
/**
* Gets the public 'Pimcore\Http\Request\Resolver\DocumentResolver' shared autowired service.
*
* @return \Pimcore\Http\Request\Resolver\DocumentResolver
*/
protected function getDocumentResolverService()
{
return $this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] = new \Pimcore\Http\Request\Resolver\DocumentResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'Pimcore\Http\Request\Resolver\EditmodeResolver' shared autowired service.
*
* @return \Pimcore\Http\Request\Resolver\EditmodeResolver
*/
protected function getEditmodeResolverService()
{
$this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] = $instance = new \Pimcore\Http\Request\Resolver\EditmodeResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Pimcore\\Security\\User\\UserLoader'] ?? $this->getUserLoaderService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()));
$a = ($this->services['monolog.logger.init'] ?? $this->getMonolog_Logger_InitService());
$instance->setLogger($a);
$instance->setLogger($a);
return $instance;
}
/**
* Gets the public 'Pimcore\Http\Request\Resolver\OutputTimestampResolver' shared autowired service.
*
* @return \Pimcore\Http\Request\Resolver\OutputTimestampResolver
*/
protected function getOutputTimestampResolverService()
{
return $this->services['Pimcore\\Http\\Request\\Resolver\\OutputTimestampResolver'] = new \Pimcore\Http\Request\Resolver\OutputTimestampResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'Pimcore\Http\Request\Resolver\PimcoreContextResolver' shared autowired service.
*
* @return \Pimcore\Http\Request\Resolver\PimcoreContextResolver
*/
protected function getPimcoreContextResolverService()
{
$a = new \Pimcore\Http\Context\PimcoreContextGuesser(($this->privates['Pimcore\\Http\\RequestMatcherFactory'] ?? ($this->privates['Pimcore\\Http\\RequestMatcherFactory'] = new \Pimcore\Http\RequestMatcherFactory())));
$a->addContextRoutes('profiler', [0 => ['path' => '^/_(profiler|wdt)(/.*)?$', 'route' => false, 'host' => false, 'methods' => []]]);
$a->addContextRoutes('admin', [0 => ['path' => '^/admin(/.*)?$', 'route' => false, 'host' => false, 'methods' => []], 1 => ['route' => '^pimcore_admin_', 'path' => false, 'host' => false, 'methods' => []]]);
$a->addContextRoutes('plugin', [0 => ['path' => '^/plugin(/.*)?$', 'route' => false, 'host' => false, 'methods' => []]]);
return $this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] = new \Pimcore\Http\Request\Resolver\PimcoreContextResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
}
/**
* Gets the public 'Pimcore\Http\Request\Resolver\ResponseHeaderResolver' shared autowired service.
*
* @return \Pimcore\Http\Request\Resolver\ResponseHeaderResolver
*/
protected function getResponseHeaderResolverService()
{
return $this->services['Pimcore\\Http\\Request\\Resolver\\ResponseHeaderResolver'] = new \Pimcore\Http\Request\Resolver\ResponseHeaderResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'Pimcore\Http\Request\Resolver\SiteResolver' shared autowired service.
*
* @return \Pimcore\Http\Request\Resolver\SiteResolver
*/
protected function getSiteResolverService()
{
return $this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] = new \Pimcore\Http\Request\Resolver\SiteResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'Pimcore\Http\Request\Resolver\StaticPageResolver' shared autowired service.
*
* @return \Pimcore\Http\Request\Resolver\StaticPageResolver
*/
protected function getStaticPageResolverService()
{
return $this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] = new \Pimcore\Http\Request\Resolver\StaticPageResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'Pimcore\Http\ResponseHelper' shared autowired service.
*
* @return \Pimcore\Http\ResponseHelper
*/
protected function getResponseHelperService()
{
return $this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper();
}
/**
* Gets the public 'Pimcore\Localization\LocaleServiceInterface' shared autowired service.
*
* @return \Pimcore\Localization\LocaleService
*/
protected function getLocaleServiceInterfaceService()
{
return $this->services['Pimcore\\Localization\\LocaleServiceInterface'] = new \Pimcore\Localization\LocaleService(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()));
}
/**
* Gets the public 'Pimcore\Model\Document\Editable\Loader\EditableLoader' shared autowired service.
*
* @return \Pimcore\Model\Document\Editable\Loader\EditableLoader
*/
protected function getEditableLoaderService()
{
$this->services['Pimcore\\Model\\Document\\Editable\\Loader\\EditableLoader'] = $instance = new \Pimcore\Model\Document\Editable\Loader\EditableLoader([0 => new \Pimcore\Model\Document\Editable\Loader\PrefixLoader([0 => '\\Pimcore\\Model\\Document\\Editable\\'])]);
$instance->addLoader(($this->services['CoreShop\\Bundle\\PimcoreBundle\\Loader\\DependencyInjectionImplementationLoader'] ?? $this->getDependencyInjectionImplementationLoaderService()));
return $instance;
}
/**
* Gets the public 'Pimcore\Model\Document\Service' shared autowired service.
*
* @return \Pimcore\Model\Document\Service
*/
protected function getServiceService()
{
return $this->services['Pimcore\\Model\\Document\\Service'] = new \Pimcore\Model\Document\Service();
}
/**
* Gets the public 'Pimcore\Security\User\TokenStorageUserResolver' shared autowired service.
*
* @return \Pimcore\Security\User\TokenStorageUserResolver
*/
protected function getTokenStorageUserResolverService()
{
return $this->services['Pimcore\\Security\\User\\TokenStorageUserResolver'] = new \Pimcore\Security\User\TokenStorageUserResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the public 'Pimcore\Targeting\Document\DocumentTargetingConfigurator' shared autowired service.
*
* @return \Pimcore\Targeting\Document\DocumentTargetingConfigurator
*/
protected function getDocumentTargetingConfiguratorService()
{
$a = ($this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'] ?? $this->getCoreCacheHandlerService());
if (isset($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'])) {
return $this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'];
}
return $this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] = new \Pimcore\Targeting\Document\DocumentTargetingConfigurator(($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] ?? ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] = new \Pimcore\Targeting\VisitorInfoStorage())), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->privates['Pimcore\\Security\\User\\UserLoader'] ?? $this->getUserLoaderService()), $a);
}
/**
* Gets the public 'Pimcore\Templating\Renderer\EditableRenderer' shared autowired service.
*
* @return \Pimcore\Templating\Renderer\EditableRenderer
*/
protected function getEditableRendererService()
{
$this->services['Pimcore\\Templating\\Renderer\\EditableRenderer'] = $instance = new \Pimcore\Templating\Renderer\EditableRenderer(($this->services['Pimcore\\Model\\Document\\Editable\\Loader\\EditableLoader'] ?? $this->getEditableLoaderService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()), ($this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] ?? ($this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] = new \Pimcore\Document\Editable\EditmodeEditableDefinitionCollector())));
$a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
$instance->setLogger($a);
$instance->setLogger($a);
return $instance;
}
/**
* Gets the public 'Symfony\Bridge\Twig\Extension\WebLinkExtension' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\WebLinkExtension
*/
protected function getWebLinkExtensionService()
{
return $this->services['Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension'] = new \Symfony\Bridge\Twig\Extension\WebLinkExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'Symfony\Component\HttpKernel\EventListener\SessionListener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', '.container.private.session', NULL, true],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
], [
'initialized_session' => '?',
'logger' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the public 'Symfony\Component\Lock\LockFactory' shared autowired service.
*
* @return \Symfony\Component\Lock\LockFactory
*/
protected function getLockFactoryService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->services['Symfony\\Component\\Lock\\LockFactory'])) {
return $this->services['Symfony\\Component\\Lock\\LockFactory'];
}
$this->services['Symfony\\Component\\Lock\\LockFactory'] = $instance = new \Symfony\Component\Lock\LockFactory(new \Symfony\Component\Lock\Store\DoctrineDbalStore($a));
$instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the public 'Symfony\Contracts\Translation\TranslatorInterface' shared autowired service.
*
* @return \Pimcore\Translation\Translator
*/
protected function getTranslatorInterfaceService()
{
$this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] = $instance = new \Pimcore\Translation\Translator(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
$instance->setKernel(($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setAdminPath('@PimcoreCoreBundle/Resources/translations');
$instance->setAdminTranslationMapping([]);
return $instance;
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ProxyAdapter(($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService()), 'app'));
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uMn1b5IScQ', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cache.validator_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorExpressionLanguageService()
{
return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GloG+ymGWd', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cmf_routing.route_provider' shared autowired service.
*
* @return \Pimcore\Routing\DynamicRouteProvider
*/
protected function getCmfRouting_RouteProviderService()
{
$a = ($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService());
$this->services['cmf_routing.route_provider'] = $instance = new \Pimcore\Routing\DynamicRouteProvider($a);
$instance->addHandler(($this->privates['Pimcore\\Routing\\Dynamic\\DocumentRouteHandler'] ?? $this->getDocumentRouteHandlerService()));
$instance->addHandler(new \Pimcore\Routing\Dynamic\DataObjectRouteHandler($a, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config()))));
return $instance;
}
/**
* Gets the public 'coreshop.cart_item_price_rule.action.discount_amount' shared service.
*
* @return \CoreShop\Component\Core\CartItem\Rule\Action\DiscountAmountActionProcessor
*/
protected function getCoreshop_CartItemPriceRule_Action_DiscountAmountService()
{
$a = ($this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'] ?? $this->getCurrencyConverterService());
if (isset($this->services['coreshop.cart_item_price_rule.action.discount_amount'])) {
return $this->services['coreshop.cart_item_price_rule.action.discount_amount'];
}
$b = ($this->services['coreshop.repository.currency'] ?? $this->getCoreshop_Repository_CurrencyService());
if (isset($this->services['coreshop.cart_item_price_rule.action.discount_amount'])) {
return $this->services['coreshop.cart_item_price_rule.action.discount_amount'];
}
$c = ($this->services['coreshop.cart_price_rule.cart_item_rule_applier'] ?? $this->getCoreshop_CartPriceRule_CartItemRuleApplierService());
if (isset($this->services['coreshop.cart_item_price_rule.action.discount_amount'])) {
return $this->services['coreshop.cart_item_price_rule.action.discount_amount'];
}
return $this->services['coreshop.cart_item_price_rule.action.discount_amount'] = new \CoreShop\Component\Core\CartItem\Rule\Action\DiscountAmountActionProcessor($a, $b, $c);
}
/**
* Gets the public 'coreshop.cart_item_price_rule.action.discount_percent' shared service.
*
* @return \CoreShop\Component\Core\CartItem\Rule\Action\DiscountPercentActionProcessor
*/
protected function getCoreshop_CartItemPriceRule_Action_DiscountPercentService()
{
return $this->services['coreshop.cart_item_price_rule.action.discount_percent'] = new \CoreShop\Component\Core\CartItem\Rule\Action\DiscountPercentActionProcessor(($this->services['coreshop.cart_price_rule.cart_item_rule_applier'] ?? $this->getCoreshop_CartPriceRule_CartItemRuleApplierService()));
}
/**
* Gets the public 'coreshop.cart_item_price_rule.condition.categories' shared service.
*
* @return \CoreShop\Component\Core\CartItem\Rule\Condition\CategoriesConditionChecker
*/
protected function getCoreshop_CartItemPriceRule_Condition_CategoriesService()
{
$a = ($this->services['coreshop.repository.category'] ?? $this->getCoreshop_Repository_CategoryService());
if (isset($this->services['coreshop.cart_item_price_rule.condition.categories'])) {
return $this->services['coreshop.cart_item_price_rule.condition.categories'];
}
return $this->services['coreshop.cart_item_price_rule.condition.categories'] = new \CoreShop\Component\Core\CartItem\Rule\Condition\CategoriesConditionChecker($a);
}
/**
* Gets the public 'coreshop.cart_item_price_rule.condition.products' shared service.
*
* @return \CoreShop\Component\Core\CartItem\Rule\Condition\ProductsConditionChecker
*/
protected function getCoreshop_CartItemPriceRule_Condition_ProductsService()
{
$a = ($this->services['coreshop.repository.product'] ?? $this->getCoreshop_Repository_ProductService());
if (isset($this->services['coreshop.cart_item_price_rule.condition.products'])) {
return $this->services['coreshop.cart_item_price_rule.condition.products'];
}
return $this->services['coreshop.cart_item_price_rule.condition.products'] = new \CoreShop\Component\Core\CartItem\Rule\Condition\ProductsConditionChecker($a);
}
/**
* Gets the public 'coreshop.cart_item_price_rule.conditions.validation.processor.decorated' shared service.
*
* @return \CoreShop\Component\Rule\Condition\TraceableRuleConditionsValidationProcessor
*/
protected function getCoreshop_CartItemPriceRule_Conditions_Validation_Processor_DecoratedService()
{
return $this->services['coreshop.cart_item_price_rule.conditions.validation.processor.decorated'] = new \CoreShop\Component\Rule\Condition\TraceableRuleConditionsValidationProcessor(new \CoreShop\Component\Rule\Condition\RuleConditionsValidationProcessor(($this->services['coreshop.registry.cart_item_price_rule.conditions'] ?? $this->getCoreshop_Registry_CartItemPriceRule_ConditionsService()), 'Cart Item Price Rules'));
}
/**
* Gets the public 'coreshop.cart_price_rule.action.discount_amount' shared service.
*
* @return \CoreShop\Component\Core\Cart\Rule\Action\DiscountAmountActionProcessor
*/
protected function getCoreshop_CartPriceRule_Action_DiscountAmountService()
{
$a = ($this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'] ?? $this->getCurrencyConverterService());
if (isset($this->services['coreshop.cart_price_rule.action.discount_amount'])) {
return $this->services['coreshop.cart_price_rule.action.discount_amount'];
}
$b = ($this->services['coreshop.repository.currency'] ?? $this->getCoreshop_Repository_CurrencyService());
if (isset($this->services['coreshop.cart_price_rule.action.discount_amount'])) {
return $this->services['coreshop.cart_price_rule.action.discount_amount'];
}
$c = ($this->services['coreshop.cart_price_rule.cart_rule_applier'] ?? $this->getCoreshop_CartPriceRule_CartRuleApplierService());
if (isset($this->services['coreshop.cart_price_rule.action.discount_amount'])) {
return $this->services['coreshop.cart_price_rule.action.discount_amount'];
}
return $this->services['coreshop.cart_price_rule.action.discount_amount'] = new \CoreShop\Component\Core\Cart\Rule\Action\DiscountAmountActionProcessor($a, $b, $c);
}
/**
* Gets the public 'coreshop.cart_price_rule.action.discount_percent' shared service.
*
* @return \CoreShop\Component\Core\Cart\Rule\Action\DiscountPercentActionProcessor
*/
protected function getCoreshop_CartPriceRule_Action_DiscountPercentService()
{
return $this->services['coreshop.cart_price_rule.action.discount_percent'] = new \CoreShop\Component\Core\Cart\Rule\Action\DiscountPercentActionProcessor(($this->services['coreshop.cart_price_rule.cart_rule_applier'] ?? $this->getCoreshop_CartPriceRule_CartRuleApplierService()));
}
/**
* Gets the public 'coreshop.cart_price_rule.action.order_item_action' shared service.
*
* @return \CoreShop\Component\Order\Cart\Rule\Action\CartItemActionProcessor
*/
protected function getCoreshop_CartPriceRule_Action_OrderItemActionService()
{
$a = ($this->services['coreshop.repository.cart_price_rule_voucher_code'] ?? $this->getCoreshop_Repository_CartPriceRuleVoucherCodeService());
if (isset($this->services['coreshop.cart_price_rule.action.order_item_action'])) {
return $this->services['coreshop.cart_price_rule.action.order_item_action'];
}
return $this->services['coreshop.cart_price_rule.action.order_item_action'] = new \CoreShop\Component\Order\Cart\Rule\Action\CartItemActionProcessor(($this->services['coreshop.cart_item_price_rule.conditions.validation.processor.decorated'] ?? $this->getCoreshop_CartItemPriceRule_Conditions_Validation_Processor_DecoratedService()), ($this->services['coreshop.registry.cart_item_price_rule.actions'] ?? $this->getCoreshop_Registry_CartItemPriceRule_ActionsService()), $a, ($this->services['coreshop.factory.price_rule_item'] ?? ($this->services['coreshop.factory.price_rule_item'] = new \CoreShop\Component\Resource\Factory\PimcoreFactory('Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopPriceRuleItem'))), ($this->services['coreshop.custom_factory.adjustment'] ?? $this->getCoreshop_CustomFactory_AdjustmentService()));
}
/**
* Gets the public 'coreshop.cart_price_rule.action.surcharge_percent' shared service.
*
* @return \CoreShop\Component\Core\Cart\Rule\Action\SurchargePercentActionProcessor
*/
protected function getCoreshop_CartPriceRule_Action_SurchargePercentService()
{
return $this->services['coreshop.cart_price_rule.action.surcharge_percent'] = new \CoreShop\Component\Core\Cart\Rule\Action\SurchargePercentActionProcessor(($this->services['coreshop.cart_price_rule.cart_rule_applier'] ?? $this->getCoreshop_CartPriceRule_CartRuleApplierService()));
}
/**
* Gets the public 'coreshop.cart_price_rule.action.voucher_credit' shared service.
*
* @return \CoreShop\Component\Core\Cart\Rule\Action\VoucherCreditActionProcessor
*/
protected function getCoreshop_CartPriceRule_Action_VoucherCreditService()
{
$a = ($this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'] ?? $this->getCurrencyConverterService());
if (isset($this->services['coreshop.cart_price_rule.action.voucher_credit'])) {
return $this->services['coreshop.cart_price_rule.action.voucher_credit'];
}
$b = ($this->services['coreshop.repository.cart_price_rule_voucher_code'] ?? $this->getCoreshop_Repository_CartPriceRuleVoucherCodeService());
if (isset($this->services['coreshop.cart_price_rule.action.voucher_credit'])) {
return $this->services['coreshop.cart_price_rule.action.voucher_credit'];
}
return $this->services['coreshop.cart_price_rule.action.voucher_credit'] = new \CoreShop\Component\Core\Cart\Rule\Action\VoucherCreditActionProcessor($a, ($this->services['coreshop.cart_price_rule.cart_rule_applier'] ?? $this->getCoreshop_CartPriceRule_CartRuleApplierService()), $b);
}
/**
* Gets the public 'coreshop.cart_price_rule.cart_item_rule_applier' shared service.
*
* @return \CoreShop\Component\Core\CartItem\Rule\Applier\CartItemRuleApplier
*/
protected function getCoreshop_CartPriceRule_CartItemRuleApplierService()
{
$a = ($this->services['CoreShop\\Component\\Core\\Product\\ProductTaxCalculatorFactory'] ?? $this->getProductTaxCalculatorFactoryService());
if (isset($this->services['coreshop.cart_price_rule.cart_item_rule_applier'])) {
return $this->services['coreshop.cart_price_rule.cart_item_rule_applier'];
}
$b = ($this->services['CoreShop\\Component\\Taxation\\Collector\\TaxCollector'] ?? $this->getTaxCollectorService());
if (isset($this->services['coreshop.cart_price_rule.cart_item_rule_applier'])) {
return $this->services['coreshop.cart_price_rule.cart_item_rule_applier'];
}
$c = ($this->services['CoreShop\\Component\\Core\\Provider\\StoreBasedAddressProvider'] ?? $this->getStoreBasedAddressProviderService());
if (isset($this->services['coreshop.cart_price_rule.cart_item_rule_applier'])) {
return $this->services['coreshop.cart_price_rule.cart_item_rule_applier'];
}
return $this->services['coreshop.cart_price_rule.cart_item_rule_applier'] = new \CoreShop\Component\Core\CartItem\Rule\Applier\CartItemRuleApplier($a, $b, $c, ($this->services['coreshop.custom_factory.adjustment'] ?? $this->getCoreshop_CustomFactory_AdjustmentService()), ($this->services['CoreShop\\Component\\Core\\Cart\\CartContextResolver'] ?? $this->getCartContextResolverService()));
}
/**
* Gets the public 'coreshop.cart_price_rule.cart_rule_applier' shared service.
*
* @return \CoreShop\Component\Core\Cart\Rule\Applier\CartRuleApplier
*/
protected function getCoreshop_CartPriceRule_CartRuleApplierService()
{
$a = ($this->services['CoreShop\\Component\\Taxation\\Collector\\TaxCollector'] ?? $this->getTaxCollectorService());
if (isset($this->services['coreshop.cart_price_rule.cart_rule_applier'])) {
return $this->services['coreshop.cart_price_rule.cart_rule_applier'];
}
return $this->services['coreshop.cart_price_rule.cart_rule_applier'] = new \CoreShop\Component\Core\Cart\Rule\Applier\CartRuleApplier(($this->services['CoreShop\\Component\\Order\\Distributor\\ProportionalIntegerDistributor'] ?? ($this->services['CoreShop\\Component\\Order\\Distributor\\ProportionalIntegerDistributor'] = new \CoreShop\Component\Order\Distributor\ProportionalIntegerDistributor())), ($this->services['CoreShop\\Component\\Core\\Product\\ProductTaxCalculatorFactory'] ?? $this->getProductTaxCalculatorFactoryService()), $a, ($this->services['CoreShop\\Component\\Core\\Provider\\StoreBasedAddressProvider'] ?? $this->getStoreBasedAddressProviderService()), ($this->services['coreshop.custom_factory.adjustment'] ?? $this->getCoreshop_CustomFactory_AdjustmentService()), ($this->services['CoreShop\\Component\\Core\\Cart\\CartContextResolver'] ?? $this->getCartContextResolverService()));
}
/**
* Gets the public 'coreshop.cart_price_rule.condition.categories' shared service.
*
* @return \CoreShop\Component\Core\Cart\Rule\Condition\CategoriesConditionChecker
*/
protected function getCoreshop_CartPriceRule_Condition_CategoriesService()
{
$a = ($this->services['coreshop.repository.category'] ?? $this->getCoreshop_Repository_CategoryService());
if (isset($this->services['coreshop.cart_price_rule.condition.categories'])) {
return $this->services['coreshop.cart_price_rule.condition.categories'];
}
return $this->services['coreshop.cart_price_rule.condition.categories'] = new \CoreShop\Component\Core\Cart\Rule\Condition\CategoriesConditionChecker($a);
}
/**
* Gets the public 'coreshop.cart_price_rule.condition.nested' shared service.
*
* @return \CoreShop\Component\Rule\Condition\NestedConditionChecker
*/
protected function getCoreshop_CartPriceRule_Condition_NestedService()
{
$a = ($this->services['coreshop.cart_price_rule.conditions.validation.processor.decorated'] ?? $this->getCoreshop_CartPriceRule_Conditions_Validation_Processor_DecoratedService());
if (isset($this->services['coreshop.cart_price_rule.condition.nested'])) {
return $this->services['coreshop.cart_price_rule.condition.nested'];
}
return $this->services['coreshop.cart_price_rule.condition.nested'] = new \CoreShop\Component\Rule\Condition\NestedConditionChecker($a);
}
/**
* Gets the public 'coreshop.cart_price_rule.condition.products' shared service.
*
* @return \CoreShop\Component\Core\Cart\Rule\Condition\ProductsConditionChecker
*/
protected function getCoreshop_CartPriceRule_Condition_ProductsService()
{
$a = ($this->services['coreshop.repository.product'] ?? $this->getCoreshop_Repository_ProductService());
if (isset($this->services['coreshop.cart_price_rule.condition.products'])) {
return $this->services['coreshop.cart_price_rule.condition.products'];
}
return $this->services['coreshop.cart_price_rule.condition.products'] = new \CoreShop\Component\Core\Cart\Rule\Condition\ProductsConditionChecker($a);
}
/**
* Gets the public 'coreshop.cart_price_rule.conditions.validation.processor.decorated' shared service.
*
* @return \CoreShop\Component\Rule\Condition\TraceableRuleConditionsValidationProcessor
*/
protected function getCoreshop_CartPriceRule_Conditions_Validation_Processor_DecoratedService()
{
$a = ($this->services['coreshop.registry.cart_price_rule.conditions'] ?? $this->getCoreshop_Registry_CartPriceRule_ConditionsService());
if (isset($this->services['coreshop.cart_price_rule.conditions.validation.processor.decorated'])) {
return $this->services['coreshop.cart_price_rule.conditions.validation.processor.decorated'];
}
return $this->services['coreshop.cart_price_rule.conditions.validation.processor.decorated'] = new \CoreShop\Component\Rule\Condition\TraceableRuleConditionsValidationProcessor(new \CoreShop\Component\Rule\Condition\RuleConditionsValidationProcessor($a, 'Cart Price Rules'));
}
/**
* Gets the public 'coreshop.checkout_manager.factory' shared service.
*
* @return \CoreShop\Component\Order\Checkout\DefaultCheckoutManagerFactory
*/
protected function getCoreshop_CheckoutManager_FactoryService()
{
return $this->services['coreshop.checkout_manager.factory'] = new \CoreShop\Component\Order\Checkout\DefaultCheckoutManagerFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'address' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\AddressCheckoutStep', 'getAddressCheckoutStepService', true],
'customer' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\CustomerCheckoutStep', 'getCustomerCheckoutStepService', true],
'payment' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\PaymentCheckoutStep', 'getPaymentCheckoutStepService', true],
'shipping' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\ShippingCheckoutStep', 'getShippingCheckoutStepService', true],
'summary' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\SummaryCheckoutStep', 'getSummaryCheckoutStepService', true],
], [
'address' => '?',
'customer' => '?',
'payment' => '?',
'shipping' => '?',
'summary' => '?',
]), ['customer' => 10, 'address' => 20, 'shipping' => 30, 'payment' => 40, 'summary' => 50]);
}
/**
* Gets the public 'coreshop.context.customer' shared service.
*
* @return \CoreShop\Component\Customer\Context\CompositeCustomerContext
*/
protected function getCoreshop_Context_CustomerService()
{
$this->services['coreshop.context.customer'] = $instance = new \CoreShop\Component\Customer\Context\CompositeCustomerContext();
$instance->addContext(($this->services['.container.private.coreshop.context.customer.request_based'] ?? $this->get_Container_Private_Coreshop_Context_Customer_RequestBasedService()));
$instance->addContext(($this->services['CoreShop\\Component\\Customer\\Context\\FixedCustomerContext'] ?? ($this->services['CoreShop\\Component\\Customer\\Context\\FixedCustomerContext'] = new \CoreShop\Component\Customer\Context\FixedCustomerContext())));
$instance->addContext(($this->services['CoreShop\\Component\\Core\\Context\\TokenBasedCustomerContext'] ?? $this->getTokenBasedCustomerContextService()));
return $instance;
}
/**
* Gets the public 'coreshop.context.customer.request_based.resolver.composite' shared service.
*
* @return \CoreShop\Component\Customer\Context\RequestBased\CompositeRequestResolver
*/
protected function getCoreshop_Context_Customer_RequestBased_Resolver_CompositeService()
{
return $this->services['coreshop.context.customer.request_based.resolver.composite'] = new \CoreShop\Component\Customer\Context\RequestBased\CompositeRequestResolver();
}
/**
* Gets the public 'coreshop.context.locale' shared service.
*
* @return \CoreShop\Component\Locale\Context\CompositeLocaleContext
*/
protected function getCoreshop_Context_LocaleService()
{
$this->services['coreshop.context.locale'] = $instance = new \CoreShop\Component\Locale\Context\CompositeLocaleContext();
$instance->addContext(($this->services['CoreShop\\Component\\Locale\\Context\\PimcoreLocaleContext'] ?? $this->getPimcoreLocaleContextService()), 100);
$instance->addContext(($this->services['CoreShop\\Component\\Locale\\Context\\FixedLocaleContext'] ?? ($this->services['CoreShop\\Component\\Locale\\Context\\FixedLocaleContext'] = new \CoreShop\Component\Locale\Context\FixedLocaleContext())), 200);
$instance->addContext(($this->services['CoreShop\\Component\\Core\\Locale\\Context\\PimcoreAdminLocaleContext'] ?? $this->getPimcoreAdminLocaleContextService()), 300);
return $instance;
}
/**
* Gets the public 'coreshop.context.store' shared service.
*
* @return \CoreShop\Component\Store\Context\CompositeStoreContext
*/
protected function getCoreshop_Context_StoreService()
{
$this->services['coreshop.context.store'] = $instance = new \CoreShop\Component\Store\Context\CompositeStoreContext();
$instance->addContext(($this->services['CoreShop\\Component\\Store\\Context\\RequestBased\\CachedStoreContext'] ?? $this->getCachedStoreContextService()), 1);
$instance->addContext(($this->services['CoreShop\\Component\\Store\\Context\\FixedStoreContext'] ?? ($this->services['CoreShop\\Component\\Store\\Context\\FixedStoreContext'] = new \CoreShop\Component\Store\Context\FixedStoreContext())), 2);
$instance->addContext(new \CoreShop\Bundle\StoreBundle\Context\Debug\DebugStoreContext(($this->privates['CoreShop\\Bundle\\StoreBundle\\Context\\Debug\\DebugStoreProvider'] ?? ($this->privates['CoreShop\\Bundle\\StoreBundle\\Context\\Debug\\DebugStoreProvider'] = new \CoreShop\Bundle\StoreBundle\Context\Debug\DebugStoreProvider())), ($this->services['coreshop.repository.store'] ?? $this->getCoreshop_Repository_StoreService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 256);
return $instance;
}
/**
* Gets the public 'coreshop.custom_factory.adjustment' shared service.
*
* @return \CoreShop\Component\Order\Factory\AdjustmentFactory
*/
protected function getCoreshop_CustomFactory_AdjustmentService()
{
return $this->services['coreshop.custom_factory.adjustment'] = new \CoreShop\Component\Order\Factory\AdjustmentFactory(new \CoreShop\Component\Resource\Factory\PimcoreFactory('Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopAdjustment'));
}
/**
* Gets the public 'coreshop.factory.address' shared service.
*
* @return \CoreShop\Component\Resource\Factory\PimcoreFactory
*/
protected function getCoreshop_Factory_AddressService()
{
return $this->services['coreshop.factory.address'] = new \CoreShop\Component\Resource\Factory\PimcoreFactory('Pimcore\\Model\\DataObject\\CoreShopAddress');
}
/**
* Gets the public 'coreshop.factory.cart_price_rule_item' shared service.
*
* @return \CoreShop\Component\Resource\Factory\PimcoreFactory
*/
protected function getCoreshop_Factory_CartPriceRuleItemService()
{
return $this->services['coreshop.factory.cart_price_rule_item'] = new \CoreShop\Component\Resource\Factory\PimcoreFactory('Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopProposalCartPriceRuleItem');
}
/**
* Gets the public 'coreshop.factory.configuration' shared service.
*
* @return \CoreShop\Component\Resource\Factory\Factory
*/
protected function getCoreshop_Factory_ConfigurationService()
{
return $this->services['coreshop.factory.configuration'] = new \CoreShop\Component\Resource\Factory\Factory('CoreShop\\Component\\Core\\Model\\Configuration');
}
/**
* Gets the public 'coreshop.factory.order' shared service.
*
* @return \CoreShop\Component\Order\Factory\OrderFactory
*/
protected function getCoreshop_Factory_OrderService()
{
return $this->services['coreshop.factory.order'] = new \CoreShop\Component\Order\Factory\OrderFactory(new \CoreShop\Component\Resource\Factory\PimcoreFactory('Pimcore\\Model\\DataObject\\CoreShopOrder'), ($this->services['CoreShop\\Component\\Resource\\TokenGenerator\\UniqueTokenGenerator'] ?? ($this->services['CoreShop\\Component\\Resource\\TokenGenerator\\UniqueTokenGenerator'] = new \CoreShop\Component\Resource\TokenGenerator\UniqueTokenGenerator())));
}
/**
* Gets the public 'coreshop.factory.order_item' shared service.
*
* @return \CoreShop\Component\Order\Factory\OrderItemFactory
*/
protected function getCoreshop_Factory_OrderItemService()
{
return $this->services['coreshop.factory.order_item'] = new \CoreShop\Component\Order\Factory\OrderItemFactory(new \CoreShop\Component\Resource\Factory\PimcoreFactory('Pimcore\\Model\\DataObject\\CoreShopOrderItem'));
}
/**
* Gets the public 'coreshop.factory.price_rule_item' shared service.
*
* @return \CoreShop\Component\Resource\Factory\PimcoreFactory
*/
protected function getCoreshop_Factory_PriceRuleItemService()
{
return $this->services['coreshop.factory.price_rule_item'] = new \CoreShop\Component\Resource\Factory\PimcoreFactory('Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopPriceRuleItem');
}
/**
* Gets the public 'coreshop.factory.tax_item' shared service.
*
* @return \CoreShop\Component\Resource\Factory\PimcoreFactory
*/
protected function getCoreshop_Factory_TaxItemService()
{
return $this->services['coreshop.factory.tax_item'] = new \CoreShop\Component\Resource\Factory\PimcoreFactory('Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopTaxItem');
}
/**
* Gets the public 'coreshop.factory.wishlist' shared service.
*
* @return \CoreShop\Component\StorageList\Factory\StorageListFactory
*/
protected function getCoreshop_Factory_WishlistService()
{
return $this->services['coreshop.factory.wishlist'] = new \CoreShop\Component\StorageList\Factory\StorageListFactory(new \CoreShop\Component\Resource\Factory\PimcoreFactory('Pimcore\\Model\\DataObject\\CoreShopWishlist'));
}
/**
* Gets the public 'coreshop.notification_rule.conditions.processor.decorated' shared service.
*
* @return \CoreShop\Component\Rule\Condition\TraceableRuleConditionsValidationProcessor
*/
protected function getCoreshop_NotificationRule_Conditions_Processor_DecoratedService()
{
return $this->services['coreshop.notification_rule.conditions.processor.decorated'] = new \CoreShop\Component\Rule\Condition\TraceableRuleConditionsValidationProcessor(new \CoreShop\Component\Rule\Condition\RuleConditionsValidationProcessor(($this->services['coreshop.registry.notification_rule.conditions'] ?? $this->getCoreshop_Registry_NotificationRule_ConditionsService()), 'Notification Rules'));
}
/**
* Gets the public 'coreshop.payment_provider_rule.condition.nested' shared service.
*
* @return \CoreShop\Component\Rule\Condition\NestedConditionChecker
*/
protected function getCoreshop_PaymentProviderRule_Condition_NestedService()
{
$a = ($this->services['coreshop.payment_provider_rule.conditions.processor.decorated'] ?? $this->getCoreshop_PaymentProviderRule_Conditions_Processor_DecoratedService());
if (isset($this->services['coreshop.payment_provider_rule.condition.nested'])) {
return $this->services['coreshop.payment_provider_rule.condition.nested'];
}
return $this->services['coreshop.payment_provider_rule.condition.nested'] = new \CoreShop\Component\Rule\Condition\NestedConditionChecker($a);
}
/**
* Gets the public 'coreshop.payment_provider_rule.conditions.processor.decorated' shared service.
*
* @return \CoreShop\Component\Rule\Condition\TraceableRuleConditionsValidationProcessor
*/
protected function getCoreshop_PaymentProviderRule_Conditions_Processor_DecoratedService()
{
$a = ($this->services['coreshop.registry.payment_provider_rule.conditions'] ?? $this->getCoreshop_Registry_PaymentProviderRule_ConditionsService());
if (isset($this->services['coreshop.payment_provider_rule.conditions.processor.decorated'])) {
return $this->services['coreshop.payment_provider_rule.conditions.processor.decorated'];
}
return $this->services['coreshop.payment_provider_rule.conditions.processor.decorated'] = new \CoreShop\Component\Rule\Condition\TraceableRuleConditionsValidationProcessor(new \CoreShop\Component\Rule\Condition\RuleConditionsValidationProcessor($a, 'payment Rules'));
}
/**
* Gets the public 'coreshop.pimcore.document.editable.carrier' shared service.
*
* @return \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory
*/
protected function getCoreshop_Pimcore_Document_Editable_CarrierService()
{
return $this->services['coreshop.pimcore.document.editable.carrier'] = new \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory('CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\Document\\Select', 'coreshop.repository.carrier', 'title');
}
/**
* Gets the public 'coreshop.pimcore.document.editable.country' shared service.
*
* @return \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory
*/
protected function getCoreshop_Pimcore_Document_Editable_CountryService()
{
return $this->services['coreshop.pimcore.document.editable.country'] = new \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory('CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\Document\\Select', 'coreshop.repository.country', 'name');
}
/**
* Gets the public 'coreshop.pimcore.document.editable.currency' shared service.
*
* @return \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory
*/
protected function getCoreshop_Pimcore_Document_Editable_CurrencyService()
{
return $this->services['coreshop.pimcore.document.editable.currency'] = new \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory('CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\Document\\Select', 'coreshop.repository.currency', 'name');
}
/**
* Gets the public 'coreshop.pimcore.document.editable.filter' shared service.
*
* @return \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory
*/
protected function getCoreshop_Pimcore_Document_Editable_FilterService()
{
return $this->services['coreshop.pimcore.document.editable.filter'] = new \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory('CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\Document\\Select', 'coreshop.repository.filter', 'name');
}
/**
* Gets the public 'coreshop.pimcore.document.editable.index' shared service.
*
* @return \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory
*/
protected function getCoreshop_Pimcore_Document_Editable_IndexService()
{
return $this->services['coreshop.pimcore.document.editable.index'] = new \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory('CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\Document\\Select', 'coreshop.repository.index', 'name');
}
/**
* Gets the public 'coreshop.pimcore.document.editable.state' shared service.
*
* @return \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory
*/
protected function getCoreshop_Pimcore_Document_Editable_StateService()
{
return $this->services['coreshop.pimcore.document.editable.state'] = new \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory('CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\Document\\Select', 'coreshop.repository.state', 'name');
}
/**
* Gets the public 'coreshop.pimcore.document.editable.store' shared service.
*
* @return \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory
*/
protected function getCoreshop_Pimcore_Document_Editable_StoreService()
{
return $this->services['coreshop.pimcore.document.editable.store'] = new \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory('CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\Document\\Select', 'coreshop.repository.store', 'name');
}
/**
* Gets the public 'coreshop.pimcore.document.editable.tax_rate' shared service.
*
* @return \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory
*/
protected function getCoreshop_Pimcore_Document_Editable_TaxRateService()
{
return $this->services['coreshop.pimcore.document.editable.tax_rate'] = new \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory('CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\Document\\Select', 'coreshop.repository.tax_rate', 'name');
}
/**
* Gets the public 'coreshop.pimcore.document.editable.tax_rule_group' shared service.
*
* @return \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory
*/
protected function getCoreshop_Pimcore_Document_Editable_TaxRuleGroupService()
{
return $this->services['coreshop.pimcore.document.editable.tax_rule_group'] = new \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory('CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\Document\\Select', 'coreshop.repository.tax_rule_group', 'name');
}
/**
* Gets the public 'coreshop.pimcore.document.editable.zone' shared service.
*
* @return \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory
*/
protected function getCoreshop_Pimcore_Document_Editable_ZoneService()
{
return $this->services['coreshop.pimcore.document.editable.zone'] = new \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory('CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\Document\\Select', 'coreshop.repository.zone', 'name');
}
/**
* Gets the public 'coreshop.product.price_calculator.product_price_rules' shared service.
*
* @return \CoreShop\Component\Product\Rule\Calculator\ProductPriceRuleCalculator
*/
protected function getCoreshop_Product_PriceCalculator_ProductPriceRulesService()
{
$a = ($this->services['coreshop.product.price_calculator.product_price_valid_rules_fetcher.memory_cache'] ?? $this->getCoreshop_Product_PriceCalculator_ProductPriceValidRulesFetcher_MemoryCacheService());
if (isset($this->services['coreshop.product.price_calculator.product_price_rules'])) {
return $this->services['coreshop.product.price_calculator.product_price_rules'];
}
return $this->services['coreshop.product.price_calculator.product_price_rules'] = new \CoreShop\Component\Product\Rule\Calculator\ProductPriceRuleCalculator($a, ($this->services['coreshop.registry.product_price_rule.actions'] ?? $this->getCoreshop_Registry_ProductPriceRule_ActionsService()));
}
/**
* Gets the public 'coreshop.product.price_calculator.product_price_valid_rules_fetcher.memory_cache' shared service.
*
* @return \CoreShop\Component\Product\Rule\Fetcher\MemoryCachedValidRuleFetcher
*/
protected function getCoreshop_Product_PriceCalculator_ProductPriceValidRulesFetcher_MemoryCacheService()
{
$a = ($this->services['CoreShop\\Component\\Product\\Rule\\Fetcher\\ValidProductPriceRuleFetcher'] ?? $this->getValidProductPriceRuleFetcherService());
if (isset($this->services['coreshop.product.price_calculator.product_price_valid_rules_fetcher.memory_cache'])) {
return $this->services['coreshop.product.price_calculator.product_price_valid_rules_fetcher.memory_cache'];
}
return $this->services['coreshop.product.price_calculator.product_price_valid_rules_fetcher.memory_cache'] = new \CoreShop\Component\Product\Rule\Fetcher\MemoryCachedValidRuleFetcher($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'coreshop.product.price_calculator.product_specific_price_rules' shared service.
*
* @return \CoreShop\Component\Product\Rule\Calculator\ProductPriceRuleCalculator
*/
protected function getCoreshop_Product_PriceCalculator_ProductSpecificPriceRulesService()
{
return $this->services['coreshop.product.price_calculator.product_specific_price_rules'] = new \CoreShop\Component\Product\Rule\Calculator\ProductPriceRuleCalculator(($this->services['coreshop.product.price_calculator.product_specific_price_valid_rules_fetcher.memory_cached'] ?? $this->getCoreshop_Product_PriceCalculator_ProductSpecificPriceValidRulesFetcher_MemoryCachedService()), ($this->services['coreshop.registry.product_specific_price_rule.actions'] ?? $this->getCoreshop_Registry_ProductSpecificPriceRule_ActionsService()));
}
/**
* Gets the public 'coreshop.product.price_calculator.product_specific_price_valid_rules_fetcher.memory_cached' shared service.
*
* @return \CoreShop\Component\Product\Rule\Fetcher\MemoryCachedValidRuleFetcher
*/
protected function getCoreshop_Product_PriceCalculator_ProductSpecificPriceValidRulesFetcher_MemoryCachedService()
{
return $this->services['coreshop.product.price_calculator.product_specific_price_valid_rules_fetcher.memory_cached'] = new \CoreShop\Component\Product\Rule\Fetcher\MemoryCachedValidRuleFetcher(($this->services['CoreShop\\Component\\Product\\Rule\\Fetcher\\ValidProductSpecificPriceRuleFetcher'] ?? $this->getValidProductSpecificPriceRuleFetcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'coreshop.product_price_rule.condition.categories' shared service.
*
* @return \CoreShop\Component\Core\Product\Rule\Condition\CategoriesConditionChecker
*/
protected function getCoreshop_ProductPriceRule_Condition_CategoriesService()
{
$a = ($this->services['coreshop.repository.category'] ?? $this->getCoreshop_Repository_CategoryService());
if (isset($this->services['coreshop.product_price_rule.condition.categories'])) {
return $this->services['coreshop.product_price_rule.condition.categories'];
}
return $this->services['coreshop.product_price_rule.condition.categories'] = new \CoreShop\Component\Core\Product\Rule\Condition\CategoriesConditionChecker($a);
}
/**
* Gets the public 'coreshop.product_price_rule.condition.nested' shared service.
*
* @return \CoreShop\Component\Rule\Condition\NestedConditionChecker
*/
protected function getCoreshop_ProductPriceRule_Condition_NestedService()
{
$a = ($this->services['coreshop.product_price_rule.conditions.processor.decorated'] ?? $this->getCoreshop_ProductPriceRule_Conditions_Processor_DecoratedService());
if (isset($this->services['coreshop.product_price_rule.condition.nested'])) {
return $this->services['coreshop.product_price_rule.condition.nested'];
}
return $this->services['coreshop.product_price_rule.condition.nested'] = new \CoreShop\Component\Rule\Condition\NestedConditionChecker($a);
}
/**
* Gets the public 'coreshop.product_price_rule.condition.products' shared service.
*
* @return \CoreShop\Component\Core\Product\Rule\Condition\ProductsConditionChecker
*/
protected function getCoreshop_ProductPriceRule_Condition_ProductsService()
{
$a = ($this->services['coreshop.repository.product'] ?? $this->getCoreshop_Repository_ProductService());
if (isset($this->services['coreshop.product_price_rule.condition.products'])) {
return $this->services['coreshop.product_price_rule.condition.products'];
}
return $this->services['coreshop.product_price_rule.condition.products'] = new \CoreShop\Component\Core\Product\Rule\Condition\ProductsConditionChecker($a);
}
/**
* Gets the public 'coreshop.product_price_rule.condition.quantity' shared service.
*
* @return \CoreShop\Component\Core\Product\Rule\Condition\QuantityConditionChecker
*/
protected function getCoreshop_ProductPriceRule_Condition_QuantityService()
{
return $this->services['coreshop.product_price_rule.condition.quantity'] = new \CoreShop\Component\Core\Product\Rule\Condition\QuantityConditionChecker();
}
/**
* Gets the public 'coreshop.product_price_rule.conditions.processor.decorated' shared service.
*
* @return \CoreShop\Component\Rule\Condition\TraceableRuleConditionsValidationProcessor
*/
protected function getCoreshop_ProductPriceRule_Conditions_Processor_DecoratedService()
{
$a = ($this->services['coreshop.registry.product_price_rule.conditions'] ?? $this->getCoreshop_Registry_ProductPriceRule_ConditionsService());
if (isset($this->services['coreshop.product_price_rule.conditions.processor.decorated'])) {
return $this->services['coreshop.product_price_rule.conditions.processor.decorated'];
}
return $this->services['coreshop.product_price_rule.conditions.processor.decorated'] = new \CoreShop\Component\Rule\Condition\TraceableRuleConditionsValidationProcessor(new \CoreShop\Component\Rule\Condition\RuleConditionsValidationProcessor($a, 'Product Price Rules'));
}
/**
* Gets the public 'coreshop.product_price_rule.processor' shared service.
*
* @return \CoreShop\Component\Rule\Condition\RuleValidationProcessor
*/
protected function getCoreshop_ProductPriceRule_ProcessorService()
{
return $this->services['coreshop.product_price_rule.processor'] = new \CoreShop\Component\Rule\Condition\RuleValidationProcessor(($this->services['coreshop.product_price_rule.conditions.processor.decorated'] ?? $this->getCoreshop_ProductPriceRule_Conditions_Processor_DecoratedService()));
}
/**
* Gets the public 'coreshop.product_quantity_price_rules.conditions.nested' shared service.
*
* @return \CoreShop\Component\Rule\Condition\NestedConditionChecker
*/
protected function getCoreshop_ProductQuantityPriceRules_Conditions_NestedService()
{
$a = ($this->services['coreshop.product_quantity_price_rules.conditions.processor.decorated'] ?? $this->getCoreshop_ProductQuantityPriceRules_Conditions_Processor_DecoratedService());
if (isset($this->services['coreshop.product_quantity_price_rules.conditions.nested'])) {
return $this->services['coreshop.product_quantity_price_rules.conditions.nested'];
}
return $this->services['coreshop.product_quantity_price_rules.conditions.nested'] = new \CoreShop\Component\Rule\Condition\NestedConditionChecker($a);
}
/**
* Gets the public 'coreshop.product_quantity_price_rules.conditions.processor.decorated' shared service.
*
* @return \CoreShop\Component\Rule\Condition\TraceableRuleConditionsValidationProcessor
*/
protected function getCoreshop_ProductQuantityPriceRules_Conditions_Processor_DecoratedService()
{
$a = ($this->services['coreshop.registry.product_quantity_price_rules.conditions'] ?? $this->getCoreshop_Registry_ProductQuantityPriceRules_ConditionsService());
if (isset($this->services['coreshop.product_quantity_price_rules.conditions.processor.decorated'])) {
return $this->services['coreshop.product_quantity_price_rules.conditions.processor.decorated'];
}
return $this->services['coreshop.product_quantity_price_rules.conditions.processor.decorated'] = new \CoreShop\Component\Rule\Condition\TraceableRuleConditionsValidationProcessor(new \CoreShop\Component\Rule\Condition\RuleConditionsValidationProcessor($a, 'Product Quantity Price Rules'));
}
/**
* Gets the public 'coreshop.product_quantity_price_rules.processor' shared service.
*
* @return \CoreShop\Component\Rule\Condition\RuleValidationProcessor
*/
protected function getCoreshop_ProductQuantityPriceRules_ProcessorService()
{
return $this->services['coreshop.product_quantity_price_rules.processor'] = new \CoreShop\Component\Rule\Condition\RuleValidationProcessor(($this->services['coreshop.product_quantity_price_rules.conditions.processor.decorated'] ?? $this->getCoreshop_ProductQuantityPriceRules_Conditions_Processor_DecoratedService()));
}
/**
* Gets the public 'coreshop.product_specific_price_rule.condition.nested' shared service.
*
* @return \CoreShop\Component\Rule\Condition\NestedConditionChecker
*/
protected function getCoreshop_ProductSpecificPriceRule_Condition_NestedService()
{
$a = ($this->services['coreshop.product_specific_price_rule.conditions.processor.decorated'] ?? $this->getCoreshop_ProductSpecificPriceRule_Conditions_Processor_DecoratedService());
if (isset($this->services['coreshop.product_specific_price_rule.condition.nested'])) {
return $this->services['coreshop.product_specific_price_rule.condition.nested'];
}
return $this->services['coreshop.product_specific_price_rule.condition.nested'] = new \CoreShop\Component\Rule\Condition\NestedConditionChecker($a);
}
/**
* Gets the public 'coreshop.product_specific_price_rule.conditions.processor.decorated' shared service.
*
* @return \CoreShop\Component\Rule\Condition\TraceableRuleConditionsValidationProcessor
*/
protected function getCoreshop_ProductSpecificPriceRule_Conditions_Processor_DecoratedService()
{
$a = ($this->services['coreshop.registry.product_specific_price_rule.conditions'] ?? $this->getCoreshop_Registry_ProductSpecificPriceRule_ConditionsService());
if (isset($this->services['coreshop.product_specific_price_rule.conditions.processor.decorated'])) {
return $this->services['coreshop.product_specific_price_rule.conditions.processor.decorated'];
}
return $this->services['coreshop.product_specific_price_rule.conditions.processor.decorated'] = new \CoreShop\Component\Rule\Condition\TraceableRuleConditionsValidationProcessor(new \CoreShop\Component\Rule\Condition\RuleConditionsValidationProcessor($a, 'Product Specific Price Rules'));
}
/**
* Gets the public 'coreshop.product_specific_price_rule.processor' shared service.
*
* @return \CoreShop\Component\Rule\Condition\RuleValidationProcessor
*/
protected function getCoreshop_ProductSpecificPriceRule_ProcessorService()
{
return $this->services['coreshop.product_specific_price_rule.processor'] = new \CoreShop\Component\Rule\Condition\RuleValidationProcessor(($this->services['coreshop.product_specific_price_rule.conditions.processor.decorated'] ?? $this->getCoreshop_ProductSpecificPriceRule_Conditions_Processor_DecoratedService()));
}
/**
* Gets the public 'coreshop.registry.cart_item_price_rule.actions' shared service.
*
* @return \CoreShop\Component\Registry\ServiceRegistry
*/
protected function getCoreshop_Registry_CartItemPriceRule_ActionsService()
{
$this->services['coreshop.registry.cart_item_price_rule.actions'] = $instance = new \CoreShop\Component\Registry\ServiceRegistry('CoreShop\\Component\\Order\\CartItem\\Rule\\Action\\CartItemPriceRuleActionProcessorInterface', 'cart-item-price-rule-actions');
$instance->register('discountAmount', ($this->services['coreshop.cart_item_price_rule.action.discount_amount'] ?? $this->getCoreshop_CartItemPriceRule_Action_DiscountAmountService()));
$instance->register('discountPercent', ($this->services['coreshop.cart_item_price_rule.action.discount_percent'] ?? $this->getCoreshop_CartItemPriceRule_Action_DiscountPercentService()));
return $instance;
}
/**
* Gets the public 'coreshop.registry.cart_item_price_rule.conditions' shared service.
*
* @return \CoreShop\Component\Registry\ServiceRegistry
*/
protected function getCoreshop_Registry_CartItemPriceRule_ConditionsService()
{
$this->services['coreshop.registry.cart_item_price_rule.conditions'] = $instance = new \CoreShop\Component\Registry\ServiceRegistry('CoreShop\\Component\\Rule\\Condition\\ConditionCheckerInterface', 'cart-item-price-rule-conditions');
$instance->register('amount', ($this->services['CoreShop\\Component\\Order\\CartItem\\Rule\\Condition\\AmountConditionChecker'] ?? ($this->services['CoreShop\\Component\\Order\\CartItem\\Rule\\Condition\\AmountConditionChecker'] = new \CoreShop\Component\Order\CartItem\Rule\Condition\AmountConditionChecker())));
$instance->register('products', ($this->services['coreshop.cart_item_price_rule.condition.products'] ?? $this->getCoreshop_CartItemPriceRule_Condition_ProductsService()));
$instance->register('categories', ($this->services['coreshop.cart_item_price_rule.condition.categories'] ?? $this->getCoreshop_CartItemPriceRule_Condition_CategoriesService()));
return $instance;
}
/**
* Gets the public 'coreshop.registry.cart_price_rule.actions' shared service.
*
* @return \CoreShop\Component\Registry\ServiceRegistry
*/
protected function getCoreshop_Registry_CartPriceRule_ActionsService()
{
$this->services['coreshop.registry.cart_price_rule.actions'] = $instance = new \CoreShop\Component\Registry\ServiceRegistry('CoreShop\\Component\\Order\\Cart\\Rule\\Action\\CartPriceRuleActionProcessorInterface', 'cart-price-rule-actions');
$a = new \CoreShop\Component\Core\Cart\Rule\Action\SurchargeAmountActionProcessor(($this->services['CoreShop\\Component\\Currency\\Converter\\CurrencyConverter'] ?? $this->getCurrencyConverterService()), ($this->services['coreshop.repository.currency'] ?? $this->getCoreshop_Repository_CurrencyService()), new \App\CoreShop\Cart\Rule\Applier\SurchargeAmountCartRuleApplier(($this->services['CoreShop\\Component\\Order\\Distributor\\ProportionalIntegerDistributor'] ?? ($this->services['CoreShop\\Component\\Order\\Distributor\\ProportionalIntegerDistributor'] = new \CoreShop\Component\Order\Distributor\ProportionalIntegerDistributor())), ($this->services['CoreShop\\Component\\Core\\Product\\ProductTaxCalculatorFactory'] ?? $this->getProductTaxCalculatorFactoryService()), ($this->services['CoreShop\\Component\\Taxation\\Collector\\TaxCollector'] ?? $this->getTaxCollectorService()), ($this->services['CoreShop\\Component\\Core\\Provider\\StoreBasedAddressProvider'] ?? $this->getStoreBasedAddressProviderService()), ($this->services['coreshop.custom_factory.adjustment'] ?? $this->getCoreshop_CustomFactory_AdjustmentService()), ($this->services['CoreShop\\Component\\Core\\Cart\\CartContextResolver'] ?? $this->getCartContextResolverService())));
$instance->register('surchargeAmount', $a);
$instance->register('surcharge_amount_action_processor', $a);
$instance->register('cartItemAction', ($this->services['coreshop.cart_price_rule.action.order_item_action'] ?? $this->getCoreshop_CartPriceRule_Action_OrderItemActionService()));
$instance->register('freeShipping', ($this->services['coreshop.rule.cart_price_rule.action.free_shipping'] ?? $this->getCoreshop_Rule_CartPriceRule_Action_FreeShippingService()));
$instance->register('giftProduct', ($this->services['coreshop.rule.cart_price_rule.action.gift_product'] ?? $this->getCoreshop_Rule_CartPriceRule_Action_GiftProductService()));
$instance->register('discountAmount', ($this->services['coreshop.cart_price_rule.action.discount_amount'] ?? $this->getCoreshop_CartPriceRule_Action_DiscountAmountService()));
$instance->register('voucherCredit', ($this->services['coreshop.cart_price_rule.action.voucher_credit'] ?? $this->getCoreshop_CartPriceRule_Action_VoucherCreditService()));
$instance->register('discountPercent', ($this->services['coreshop.cart_price_rule.action.discount_percent'] ?? $this->getCoreshop_CartPriceRule_Action_DiscountPercentService()));
$instance->register('surchargePercent', ($this->services['coreshop.cart_price_rule.action.surcharge_percent'] ?? $this->getCoreshop_CartPriceRule_Action_SurchargePercentService()));
return $instance;
}
/**
* Gets the public 'coreshop.registry.cart_price_rule.conditions' shared service.
*
* @return \CoreShop\Component\Registry\ServiceRegistry
*/
protected function getCoreshop_Registry_CartPriceRule_ConditionsService()
{
$this->services['coreshop.registry.cart_price_rule.conditions'] = $instance = new \CoreShop\Component\Registry\ServiceRegistry('CoreShop\\Component\\Rule\\Condition\\ConditionCheckerInterface', 'cart-price-rule-conditions');
$instance->register('nested', ($this->services['coreshop.cart_price_rule.condition.nested'] ?? $this->getCoreshop_CartPriceRule_Condition_NestedService()));
$instance->register('timespan', ($this->services['CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\TimeSpanConditionChecker'] ?? ($this->services['CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\TimeSpanConditionChecker'] = new \CoreShop\Component\Order\Cart\Rule\Condition\TimeSpanConditionChecker())));
$instance->register('voucher', ($this->services['CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\VoucherConditionChecker'] ?? $this->getVoucherConditionCheckerService()));
$instance->register('not_combinable', ($this->services['CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\NotCombinableConditionChecker'] ?? ($this->services['CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\NotCombinableConditionChecker'] = new \CoreShop\Component\Order\Cart\Rule\Condition\NotCombinableConditionChecker())));
$instance->register('amount', ($this->services['CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\AmountConditionChecker'] ?? ($this->services['CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\AmountConditionChecker'] = new \CoreShop\Component\Order\Cart\Rule\Condition\AmountConditionChecker())));
$instance->register('categories', ($this->services['coreshop.cart_price_rule.condition.categories'] ?? $this->getCoreshop_CartPriceRule_Condition_CategoriesService()));
$instance->register('products', ($this->services['coreshop.cart_price_rule.condition.products'] ?? $this->getCoreshop_CartPriceRule_Condition_ProductsService()));
$instance->register('customers', ($this->services['coreshop.rule.cart_price_rule.condition.customers'] ?? ($this->services['coreshop.rule.cart_price_rule.condition.customers'] = new \CoreShop\Component\Core\Cart\Rule\Condition\CustomersConditionChecker())));
$instance->register('customerGroups', ($this->services['coreshop.rule.cart_price_rule.condition.customer_groups'] ?? ($this->services['coreshop.rule.cart_price_rule.condition.customer_groups'] = new \CoreShop\Component\Core\Cart\Rule\Condition\CustomerGroupsConditionChecker())));
$instance->register('countries', ($this->services['coreshop.rule.cart_price_rule.condition.countries'] ?? ($this->services['coreshop.rule.cart_price_rule.condition.countries'] = new \CoreShop\Component\Core\Cart\Rule\Condition\CountriesConditionChecker())));
$instance->register('zones', ($this->services['coreshop.rule.cart_price_rule.condition.zones'] ?? ($this->services['coreshop.rule.cart_price_rule.condition.zones'] = new \CoreShop\Component\Core\Cart\Rule\Condition\ZonesConditionChecker())));
$instance->register('stores', ($this->services['coreshop.rule.cart_price_rule.condition.stores'] ?? ($this->services['coreshop.rule.cart_price_rule.condition.stores'] = new \CoreShop\Component\Core\Cart\Rule\Condition\StoresConditionChecker())));
$instance->register('currencies', ($this->services['coreshop.rule.cart_price_rule.condition.currencies'] ?? ($this->services['coreshop.rule.cart_price_rule.condition.currencies'] = new \CoreShop\Component\Core\Cart\Rule\Condition\CurrenciesConditionChecker())));
$instance->register('carriers', ($this->services['coreshop.rule.cart_price_rule.condition.carriers'] ?? ($this->services['coreshop.rule.cart_price_rule.condition.carriers'] = new \CoreShop\Component\Core\Cart\Rule\Condition\CarriersConditionChecker())));
return $instance;
}
/**
* Gets the public 'coreshop.registry.notification_rule.conditions' shared service.
*
* @return \CoreShop\Component\Registry\ServiceRegistry
*/
protected function getCoreshop_Registry_NotificationRule_ConditionsService()
{
$this->services['coreshop.registry.notification_rule.conditions'] = $instance = new \CoreShop\Component\Registry\ServiceRegistry('CoreShop\\Component\\Rule\\Condition\\ConditionCheckerInterface', 'notification-rule-conditions');
$a = new \CoreShop\Component\Core\Notification\Rule\Condition\SimpleStateChecker('CoreShop\\Component\\Order\\Model\\OrderInterface', 'saleState', 'saleState');
$b = ($this->services['.container.private.coreshop.notification_rule.condition.order.carriers'] ?? ($this->services['.container.private.coreshop.notification_rule.condition.order.carriers'] = new \CoreShop\Component\Core\Notification\Rule\Condition\Order\CarriersChecker()));
$c = ($this->services['.container.private.coreshop.notification_rule.condition.store'] ?? ($this->services['.container.private.coreshop.notification_rule.condition.store'] = new \CoreShop\Component\Core\Notification\Rule\Condition\StoresChecker()));
$instance->register('order.orderInvoiceState', new \CoreShop\Component\Core\Notification\Rule\Condition\SimpleStateChecker('CoreShop\\Component\\Order\\Model\\OrderInterface', 'invoiceState', 'orderInvoiceState'));
$instance->register('order.orderInvoiceTransition', new \CoreShop\Component\Core\Notification\Rule\Condition\StateTransitionChecker('CoreShop\\Component\\Order\\Model\\OrderInterface', 'coreshop_order_invoice'));
$instance->register('order.orderPaymentState', new \CoreShop\Component\Core\Notification\Rule\Condition\SimpleStateChecker('CoreShop\\Component\\Order\\Model\\OrderInterface', 'paymentState', 'orderPaymentState'));
$instance->register('order.orderPaymentTransition', new \CoreShop\Component\Core\Notification\Rule\Condition\StateTransitionChecker('CoreShop\\Component\\Order\\Model\\OrderInterface', 'coreshop_order_payment'));
$instance->register('order.orderShippingState', new \CoreShop\Component\Core\Notification\Rule\Condition\SimpleStateChecker('CoreShop\\Component\\Order\\Model\\OrderInterface', 'shippingState', 'orderShippingState'));
$instance->register('order.orderShippingTransition', new \CoreShop\Component\Core\Notification\Rule\Condition\StateTransitionChecker('CoreShop\\Component\\Order\\Model\\OrderInterface', 'coreshop_order_shipment'));
$instance->register('order.orderState', new \CoreShop\Component\Core\Notification\Rule\Condition\SimpleStateChecker('CoreShop\\Component\\Order\\Model\\OrderInterface', 'orderState', 'orderState'));
$instance->register('order.saleState', $a);
$instance->register('quote.saleState', $a);
$instance->register('order.orderTransition', new \CoreShop\Component\Core\Notification\Rule\Condition\StateTransitionChecker('CoreShop\\Component\\Order\\Model\\OrderInterface', 'coreshop_order'));
$instance->register('quote.quoteState', new \CoreShop\Component\Core\Notification\Rule\Condition\SimpleStateChecker('CoreShop\\Component\\Order\\Model\\OrderInterface', 'quoteState', 'quoteState'));
$instance->register('quote.quoteTransition', new \CoreShop\Component\Core\Notification\Rule\Condition\StateTransitionChecker('CoreShop\\Component\\Order\\Model\\OrderInterface', 'coreshop_quote'));
$instance->register('order.carriers', $b);
$instance->register('quote.carriers', $b);
$instance->register('order.comment', ($this->services['.container.private.coreshop.notification_rule.condition.order.comment'] ?? ($this->services['.container.private.coreshop.notification_rule.condition.order.comment'] = new \CoreShop\Component\Core\Notification\Rule\Condition\Order\CommentChecker())));
$instance->register('order.backendCreated', ($this->services['.container.private.coreshop.notification_rule.condition.order.backend_created'] ?? ($this->services['.container.private.coreshop.notification_rule.condition.order.backend_created'] = new \CoreShop\Component\Core\Notification\Rule\Condition\Order\BackendCreatedChecker())));
$instance->register('payment.paymentState', new \CoreShop\Component\Core\Notification\Rule\Condition\SimpleStateChecker('CoreShop\\Component\\Payment\\Model\\PaymentInterface', 'state', 'paymentState'));
$instance->register('payment.paymentTransition', new \CoreShop\Component\Core\Notification\Rule\Condition\StateTransitionChecker('CoreShop\\Component\\Payment\\Model\\PaymentInterface', 'coreshop_payment'));
$instance->register('invoice.invoiceState', new \CoreShop\Component\Core\Notification\Rule\Condition\SimpleStateChecker('CoreShop\\Component\\Order\\Model\\OrderInvoiceInterface', 'state', 'invoiceState'));
$instance->register('invoice.invoiceTransition', new \CoreShop\Component\Core\Notification\Rule\Condition\StateTransitionChecker('CoreShop\\Component\\Order\\Model\\OrderInvoiceInterface', 'coreshop_invoice'));
$instance->register('shipment.shipmentState', new \CoreShop\Component\Core\Notification\Rule\Condition\SimpleStateChecker('CoreShop\\Component\\Order\\Model\\OrderShipmentInterface', 'state', 'shipmentState'));
$instance->register('shipment.shipmentTransition', new \CoreShop\Component\Core\Notification\Rule\Condition\StateTransitionChecker('CoreShop\\Component\\Order\\Model\\OrderShipmentInterface', 'coreshop_shipment'));
$instance->register('user.userType', new \CoreShop\Component\Core\Notification\Rule\Condition\User\UserTypeChecker());
$instance->register('order.stores', $c);
$instance->register('quote.stores', $c);
$instance->register('payment.stores', $c);
$instance->register('invoice.stores', $c);
$instance->register('shipment.stores', $c);
$instance->register('user.stores', $c);
return $instance;
}
/**
* Gets the public 'coreshop.registry.order.purchasable.discount_calculators' shared service.
*
* @return \CoreShop\Component\Registry\PrioritizedServiceRegistry
*/
protected function getCoreshop_Registry_Order_Purchasable_DiscountCalculatorsService()
{
$this->services['coreshop.registry.order.purchasable.discount_calculators'] = $instance = new \CoreShop\Component\Registry\PrioritizedServiceRegistry('CoreShop\\Component\\Order\\Calculator\\PurchasableDiscountCalculatorInterface', 'purchasable-discount-calculators');
$instance->register('no_discount', 10, ($this->services['CoreShop\\Component\\Order\\Calculator\\NoDiscountPurchasableCalculator'] ?? ($this->services['CoreShop\\Component\\Order\\Calculator\\NoDiscountPurchasableCalculator'] = new \CoreShop\Component\Order\Calculator\NoDiscountPurchasableCalculator())));
$instance->register('product', 20, ($this->services['CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductDiscountCalculator'] ?? $this->getPurchasableProductDiscountCalculatorService()));
return $instance;
}
/**
* Gets the public 'coreshop.registry.order.purchasable.discount_price_calculators' shared service.
*
* @return \CoreShop\Component\Registry\PrioritizedServiceRegistry
*/
protected function getCoreshop_Registry_Order_Purchasable_DiscountPriceCalculatorsService()
{
$this->services['coreshop.registry.order.purchasable.discount_price_calculators'] = $instance = new \CoreShop\Component\Registry\PrioritizedServiceRegistry('CoreShop\\Component\\Order\\Calculator\\PurchasableDiscountPriceCalculatorInterface', 'purchasable-discount-price-calculators');
$instance->register('product', 20, ($this->services['CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductDiscountPriceCalculator'] ?? $this->getPurchasableProductDiscountPriceCalculatorService()));
return $instance;
}
/**
* Gets the public 'coreshop.registry.order.purchasable.price_calculators' shared service.
*
* @return \CoreShop\Component\Registry\PrioritizedServiceRegistry
*/
protected function getCoreshop_Registry_Order_Purchasable_PriceCalculatorsService()
{
$this->services['coreshop.registry.order.purchasable.price_calculators'] = $instance = new \CoreShop\Component\Registry\PrioritizedServiceRegistry('CoreShop\\Component\\Order\\Calculator\\PurchasablePriceCalculatorInterface', 'purchasable-price-calculators');
$instance->register('default', 10, ($this->services['CoreShop\\Component\\Order\\Calculator\\PurchasablePriceCalculator'] ?? $this->getPurchasablePriceCalculatorService()));
$instance->register('product', 20, ($this->services['CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductPriceCalculator'] ?? $this->getPurchasableProductPriceCalculatorService()));
return $instance;
}
/**
* Gets the public 'coreshop.registry.order.purchasable.retail_price_calculators' shared service.
*
* @return \CoreShop\Component\Registry\PrioritizedServiceRegistry
*/
protected function getCoreshop_Registry_Order_Purchasable_RetailPriceCalculatorsService()
{
$this->services['coreshop.registry.order.purchasable.retail_price_calculators'] = $instance = new \CoreShop\Component\Registry\PrioritizedServiceRegistry('CoreShop\\Component\\Order\\Calculator\\PurchasableRetailPriceCalculatorInterface', 'purchasable-retail-price-calculators');
$instance->register('product', 20, ($this->services['CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductRetailPriceCalculator'] ?? $this->getPurchasableProductRetailPriceCalculatorService()));
return $instance;
}
/**
* Gets the public 'coreshop.registry.order.purchasable.wholesale_price_calculators' shared service.
*
* @return \CoreShop\Component\Registry\PrioritizedServiceRegistry
*/
protected function getCoreshop_Registry_Order_Purchasable_WholesalePriceCalculatorsService()
{
$this->services['coreshop.registry.order.purchasable.wholesale_price_calculators'] = $instance = new \CoreShop\Component\Registry\PrioritizedServiceRegistry('CoreShop\\Component\\Order\\Calculator\\PurchasableWholesalePriceCalculatorInterface', 'purchasable-wholesale-price-calculators');
$instance->register('default', 10, ($this->services['CoreShop\\Component\\Order\\Calculator\\PurchasableWholesalePriceCalculator'] ?? $this->getPurchasableWholesalePriceCalculatorService()));
return $instance;
}
/**
* Gets the public 'coreshop.registry.payment_provider_rule.actions' shared service.
*
* @return \CoreShop\Component\Registry\ServiceRegistry
*/
protected function getCoreshop_Registry_PaymentProviderRule_ActionsService()
{
$this->services['coreshop.registry.payment_provider_rule.actions'] = $instance = new \CoreShop\Component\Registry\ServiceRegistry('CoreShop\\Component\\Payment\\Rule\\Action\\ProviderActionProcessorInterface', 'payment-rule-action');
$instance->register('additionPercent', ($this->services['CoreShop\\Component\\Payment\\Rule\\Action\\AdditionPercentActionProcessor'] ?? ($this->services['CoreShop\\Component\\Payment\\Rule\\Action\\AdditionPercentActionProcessor'] = new \CoreShop\Component\Payment\Rule\Action\AdditionPercentActionProcessor())));
$instance->register('discountPercent', ($this->services['CoreShop\\Component\\Payment\\Rule\\Action\\DiscountPercentActionProcessor'] ?? ($this->services['CoreShop\\Component\\Payment\\Rule\\Action\\DiscountPercentActionProcessor'] = new \CoreShop\Component\Payment\Rule\Action\DiscountPercentActionProcessor())));
$instance->register('paymentProviderRule', ($this->services['CoreShop\\Component\\Payment\\Rule\\Action\\PaymentProviderRuleActionProcessor'] ?? $this->getPaymentProviderRuleActionProcessorService()));
$instance->register('price', ($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Action\\PriceActionProcessor'] ?? $this->getPriceActionProcessorService()));
$instance->register('additionAmount', ($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Action\\AdditionAmountActionProcessor'] ?? $this->getAdditionAmountActionProcessorService()));
$instance->register('discountAmount', ($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Action\\DiscountAmountActionProcessor'] ?? $this->getDiscountAmountActionProcessorService()));
return $instance;
}
/**
* Gets the public 'coreshop.registry.payment_provider_rule.conditions' shared service.
*
* @return \CoreShop\Component\Registry\ServiceRegistry
*/
protected function getCoreshop_Registry_PaymentProviderRule_ConditionsService()
{
$this->services['coreshop.registry.payment_provider_rule.conditions'] = $instance = new \CoreShop\Component\Registry\ServiceRegistry('CoreShop\\Component\\Rule\\Condition\\ConditionCheckerInterface', 'payment-rule-condition');
$instance->register('amount', ($this->services['CoreShop\\Component\\Payment\\Rule\\Condition\\AmountConditionChecker'] ?? ($this->services['CoreShop\\Component\\Payment\\Rule\\Condition\\AmountConditionChecker'] = new \CoreShop\Component\Payment\Rule\Condition\AmountConditionChecker())));
$instance->register('nested', ($this->services['coreshop.payment_provider_rule.condition.nested'] ?? $this->getCoreshop_PaymentProviderRule_Condition_NestedService()));
$instance->register('categories', ($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\CategoriesConditionChecker'] ?? $this->getCategoriesConditionCheckerService()));
$instance->register('products', ($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\ProductsConditionChecker'] ?? $this->getProductsConditionCheckerService()));
$instance->register('countries', ($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\CountriesConditionChecker'] ?? ($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\CountriesConditionChecker'] = new \CoreShop\Component\Core\Payment\Rule\Condition\CountriesConditionChecker())));
$instance->register('zones', ($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\ZonesConditionChecker'] ?? ($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\ZonesConditionChecker'] = new \CoreShop\Component\Core\Payment\Rule\Condition\ZonesConditionChecker())));
$instance->register('customers', ($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\CustomersConditionChecker'] ?? ($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\CustomersConditionChecker'] = new \CoreShop\Component\Core\Payment\Rule\Condition\CustomersConditionChecker())));
$instance->register('customerGroups', ($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\CustomerGroupsConditionChecker'] ?? ($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\CustomerGroupsConditionChecker'] = new \CoreShop\Component\Core\Payment\Rule\Condition\CustomerGroupsConditionChecker())));
$instance->register('stores', ($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\StoresConditionChecker'] ?? ($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\StoresConditionChecker'] = new \CoreShop\Component\Core\Payment\Rule\Condition\StoresConditionChecker())));
$instance->register('currencies', ($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\CurrenciesConditionChecker'] ?? ($this->services['CoreShop\\Component\\Core\\Payment\\Rule\\Condition\\CurrenciesConditionChecker'] = new \CoreShop\Component\Core\Payment\Rule\Condition\CurrenciesConditionChecker())));
return $instance;
}
/**
* Gets the public 'coreshop.registry.pimcore.document.editable' shared service.
*
* @return \CoreShop\Component\Registry\ServiceRegistry
*/
protected function getCoreshop_Registry_Pimcore_Document_EditableService()
{
$this->services['coreshop.registry.pimcore.document.editable'] = $instance = new \CoreShop\Component\Registry\ServiceRegistry('CoreShop\\Component\\Pimcore\\Document\\DocumentTagFactoryInterface', 'document-tag-factories');
$instance->register('coreshop_country', ($this->services['coreshop.pimcore.document.editable.country'] ?? ($this->services['coreshop.pimcore.document.editable.country'] = new \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory('CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\Document\\Select', 'coreshop.repository.country', 'name'))));
$instance->register('coreshop_state', ($this->services['coreshop.pimcore.document.editable.state'] ?? ($this->services['coreshop.pimcore.document.editable.state'] = new \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory('CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\Document\\Select', 'coreshop.repository.state', 'name'))));
$instance->register('coreshop_zone', ($this->services['coreshop.pimcore.document.editable.zone'] ?? ($this->services['coreshop.pimcore.document.editable.zone'] = new \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory('CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\Document\\Select', 'coreshop.repository.zone', 'name'))));
$instance->register('coreshop_currency', ($this->services['coreshop.pimcore.document.editable.currency'] ?? ($this->services['coreshop.pimcore.document.editable.currency'] = new \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory('CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\Document\\Select', 'coreshop.repository.currency', 'name'))));
$instance->register('coreshop_tax_rate', ($this->services['coreshop.pimcore.document.editable.tax_rate'] ?? ($this->services['coreshop.pimcore.document.editable.tax_rate'] = new \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory('CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\Document\\Select', 'coreshop.repository.tax_rate', 'name'))));
$instance->register('coreshop_tax_rule_group', ($this->services['coreshop.pimcore.document.editable.tax_rule_group'] ?? ($this->services['coreshop.pimcore.document.editable.tax_rule_group'] = new \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory('CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\Document\\Select', 'coreshop.repository.tax_rule_group', 'name'))));
$instance->register('coreshop_store', ($this->services['coreshop.pimcore.document.editable.store'] ?? ($this->services['coreshop.pimcore.document.editable.store'] = new \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory('CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\Document\\Select', 'coreshop.repository.store', 'name'))));
$instance->register('coreshop_filter', ($this->services['coreshop.pimcore.document.editable.filter'] ?? ($this->services['coreshop.pimcore.document.editable.filter'] = new \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory('CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\Document\\Select', 'coreshop.repository.filter', 'name'))));
$instance->register('coreshop_index', ($this->services['coreshop.pimcore.document.editable.index'] ?? ($this->services['coreshop.pimcore.document.editable.index'] = new \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory('CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\Document\\Select', 'coreshop.repository.index', 'name'))));
$instance->register('coreshop_carrier', ($this->services['coreshop.pimcore.document.editable.carrier'] ?? ($this->services['coreshop.pimcore.document.editable.carrier'] = new \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory('CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\Document\\Select', 'coreshop.repository.carrier', 'title'))));
$instance->register('coreshop_payment_provider', new \CoreShop\Component\Resource\Pimcore\ResourceDocumentTagFactory('CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\Document\\Select', 'coreshop.repository.payment_provider', 'title'));
return $instance;
}
/**
* Gets the public 'coreshop.registry.product.discount_calculators' shared service.
*
* @return \CoreShop\Component\Registry\PrioritizedServiceRegistry
*/
protected function getCoreshop_Registry_Product_DiscountCalculatorsService()
{
$this->services['coreshop.registry.product.discount_calculators'] = $instance = new \CoreShop\Component\Registry\PrioritizedServiceRegistry('CoreShop\\Component\\Product\\Calculator\\ProductDiscountCalculatorInterface', 'product-discount-calculators');
$instance->register('product_price_rules', 20, ($this->services['coreshop.product.price_calculator.product_price_rules'] ?? $this->getCoreshop_Product_PriceCalculator_ProductPriceRulesService()));
$instance->register('product_specific_price_rules', 30, ($this->services['coreshop.product.price_calculator.product_specific_price_rules'] ?? $this->getCoreshop_Product_PriceCalculator_ProductSpecificPriceRulesService()));
return $instance;
}
/**
* Gets the public 'coreshop.registry.product.discount_price_calculators' shared service.
*
* @return \CoreShop\Component\Registry\PrioritizedServiceRegistry
*/
protected function getCoreshop_Registry_Product_DiscountPriceCalculatorsService()
{
$this->services['coreshop.registry.product.discount_price_calculators'] = $instance = new \CoreShop\Component\Registry\PrioritizedServiceRegistry('CoreShop\\Component\\Product\\Calculator\\ProductDiscountPriceCalculatorInterface', 'product-discount-price-calculators');
$instance->register('product_price_rules', 20, ($this->services['coreshop.product.price_calculator.product_price_rules'] ?? $this->getCoreshop_Product_PriceCalculator_ProductPriceRulesService()));
$instance->register('product_specific_price_rules', 30, ($this->services['coreshop.product.price_calculator.product_specific_price_rules'] ?? $this->getCoreshop_Product_PriceCalculator_ProductSpecificPriceRulesService()));
return $instance;
}
/**
* Gets the public 'coreshop.registry.product.retail_price_calculators' shared service.
*
* @return \CoreShop\Component\Registry\PrioritizedServiceRegistry
*/
protected function getCoreshop_Registry_Product_RetailPriceCalculatorsService()
{
$this->services['coreshop.registry.product.retail_price_calculators'] = $instance = new \CoreShop\Component\Registry\PrioritizedServiceRegistry('CoreShop\\Component\\Product\\Calculator\\ProductRetailPriceCalculatorInterface', 'product-retail-price-calculators');
$instance->register('product_price_rules', 20, ($this->services['coreshop.product.price_calculator.product_price_rules'] ?? $this->getCoreshop_Product_PriceCalculator_ProductPriceRulesService()));
$instance->register('product_specific_price_rules', 30, ($this->services['coreshop.product.price_calculator.product_specific_price_rules'] ?? $this->getCoreshop_Product_PriceCalculator_ProductSpecificPriceRulesService()));
$instance->register('store_price', 10, ($this->services['CoreShop\\Component\\Core\\Product\\Calculator\\StoreProductPriceCalculator'] ?? ($this->services['CoreShop\\Component\\Core\\Product\\Calculator\\StoreProductPriceCalculator'] = new \CoreShop\Component\Core\Product\Calculator\StoreProductPriceCalculator())));
$instance->register('store_unit_price', 11, ($this->services['CoreShop\\Component\\Core\\Product\\Calculator\\StoreProductUnitDefinitionPriceCalculator'] ?? ($this->services['CoreShop\\Component\\Core\\Product\\Calculator\\StoreProductUnitDefinitionPriceCalculator'] = new \CoreShop\Component\Core\Product\Calculator\StoreProductUnitDefinitionPriceCalculator())));
return $instance;
}
/**
* Gets the public 'coreshop.registry.product.rules.fetcher' shared service.
*
* @return \CoreShop\Component\Registry\ServiceRegistry
*/
protected function getCoreshop_Registry_Product_Rules_FetcherService()
{
$this->services['coreshop.registry.product.rules.fetcher'] = $instance = new \CoreShop\Component\Registry\ServiceRegistry('CoreShop\\Component\\Product\\Rule\\Fetcher\\ValidRulesFetcherInterface');
$instance->register('product-rules', ($this->services['CoreShop\\Component\\Product\\Rule\\Fetcher\\ValidProductPriceRuleFetcher'] ?? $this->getValidProductPriceRuleFetcherService()));
$instance->register('product-specific-rules', ($this->services['CoreShop\\Component\\Product\\Rule\\Fetcher\\ValidProductSpecificPriceRuleFetcher'] ?? $this->getValidProductSpecificPriceRuleFetcherService()));
return $instance;
}
/**
* Gets the public 'coreshop.registry.product_price_rule.actions' shared service.
*
* @return \CoreShop\Component\Registry\ServiceRegistry
*/
protected function getCoreshop_Registry_ProductPriceRule_ActionsService()
{
$this->services['coreshop.registry.product_price_rule.actions'] = $instance = new \CoreShop\Component\Registry\ServiceRegistry('CoreShop\\Component\\Product\\Rule\\Action\\ActionProcessorInterface', 'product-price-rule-actions');
$instance->register('price', ($this->services['CoreShop\\Component\\Product\\Rule\\Action\\PriceActionProcessor'] ?? $this->getPriceActionProcessor3Service()));
$instance->register('discountPrice', ($this->services['CoreShop\\Component\\Product\\Rule\\Action\\DiscountPriceActionProcessor'] ?? $this->getDiscountPriceActionProcessorService()));
$instance->register('discountAmount', ($this->services['CoreShop\\Component\\Product\\Rule\\Action\\DiscountAmountActionProcessor'] ?? $this->getDiscountAmountActionProcessor3Service()));
$instance->register('discountPercent', ($this->services['CoreShop\\Component\\Product\\Rule\\Action\\DiscountPercentActionProcessor'] ?? ($this->services['CoreShop\\Component\\Product\\Rule\\Action\\DiscountPercentActionProcessor'] = new \CoreShop\Component\Product\Rule\Action\DiscountPercentActionProcessor())));
return $instance;
}
/**
* Gets the public 'coreshop.registry.product_price_rule.conditions' shared service.
*
* @return \CoreShop\Component\Registry\ServiceRegistry
*/
protected function getCoreshop_Registry_ProductPriceRule_ConditionsService()
{
$this->services['coreshop.registry.product_price_rule.conditions'] = $instance = new \CoreShop\Component\Registry\ServiceRegistry('CoreShop\\Component\\Rule\\Condition\\ConditionCheckerInterface', 'product-price-rule-conditions');
$instance->register('nested', ($this->services['coreshop.product_price_rule.condition.nested'] ?? $this->getCoreshop_ProductPriceRule_Condition_NestedService()));
$instance->register('timespan', ($this->services['CoreShop\\Component\\Product\\Rule\\Condition\\TimeSpanConditionChecker'] ?? ($this->services['CoreShop\\Component\\Product\\Rule\\Condition\\TimeSpanConditionChecker'] = new \CoreShop\Component\Product\Rule\Condition\TimeSpanConditionChecker())));
$instance->register('customers', ($this->services['coreshop.rule.condition.customers'] ?? ($this->services['coreshop.rule.condition.customers'] = new \CoreShop\Component\Core\Product\Rule\Condition\CustomersConditionChecker())));
$instance->register('customerGroups', ($this->services['coreshop.rule.condition.customer_groups'] ?? ($this->services['coreshop.rule.condition.customer_groups'] = new \CoreShop\Component\Core\Product\Rule\Condition\CustomerGroupsConditionChecker())));
$instance->register('countries', ($this->services['coreshop.rule.condition.countries'] ?? ($this->services['coreshop.rule.condition.countries'] = new \CoreShop\Component\Core\Product\Rule\Condition\CountriesConditionChecker())));
$instance->register('zones', ($this->services['coreshop.rule.condition.zones'] ?? ($this->services['coreshop.rule.condition.zones'] = new \CoreShop\Component\Core\Product\Rule\Condition\ZonesConditionChecker())));
$instance->register('stores', ($this->services['coreshop.rule.condition.stores'] ?? ($this->services['coreshop.rule.condition.stores'] = new \CoreShop\Component\Core\Product\Rule\Condition\StoresConditionChecker())));
$instance->register('currencies', ($this->services['coreshop.rule.condition.currencies'] ?? ($this->services['coreshop.rule.condition.currencies'] = new \CoreShop\Component\Core\Product\Rule\Condition\CurrenciesConditionChecker())));
$instance->register('categories', ($this->services['coreshop.product_price_rule.condition.categories'] ?? $this->getCoreshop_ProductPriceRule_Condition_CategoriesService()));
$instance->register('products', ($this->services['coreshop.product_price_rule.condition.products'] ?? $this->getCoreshop_ProductPriceRule_Condition_ProductsService()));
$instance->register('quantity', ($this->services['coreshop.product_price_rule.condition.quantity'] ?? ($this->services['coreshop.product_price_rule.condition.quantity'] = new \CoreShop\Component\Core\Product\Rule\Condition\QuantityConditionChecker())));
return $instance;
}
/**
* Gets the public 'coreshop.registry.product_quantity_price_rules.conditions' shared service.
*
* @return \CoreShop\Component\Registry\ServiceRegistry
*/
protected function getCoreshop_Registry_ProductQuantityPriceRules_ConditionsService()
{
$this->services['coreshop.registry.product_quantity_price_rules.conditions'] = $instance = new \CoreShop\Component\Registry\ServiceRegistry('CoreShop\\Component\\Rule\\Condition\\ConditionCheckerInterface', 'product-quantity-price-rules-conditions');
$instance->register('nested', ($this->services['coreshop.product_quantity_price_rules.conditions.nested'] ?? $this->getCoreshop_ProductQuantityPriceRules_Conditions_NestedService()));
$instance->register('customers', new \CoreShop\Component\Core\Product\Rule\Condition\CustomersConditionChecker());
$instance->register('customerGroups', new \CoreShop\Component\Core\Product\Rule\Condition\CustomerGroupsConditionChecker());
$instance->register('countries', new \CoreShop\Component\Core\Product\Rule\Condition\CountriesConditionChecker());
$instance->register('zones', new \CoreShop\Component\Core\Product\Rule\Condition\ZonesConditionChecker());
$instance->register('stores', new \CoreShop\Component\Core\Product\Rule\Condition\StoresConditionChecker());
$instance->register('currencies', new \CoreShop\Component\Core\Product\Rule\Condition\CurrenciesConditionChecker());
$instance->register('timespan', new \CoreShop\Component\Product\Rule\Condition\TimeSpanConditionChecker());
return $instance;
}
/**
* Gets the public 'coreshop.registry.product_specific_price_rule.actions' shared service.
*
* @return \CoreShop\Component\Registry\ServiceRegistry
*/
protected function getCoreshop_Registry_ProductSpecificPriceRule_ActionsService()
{
$this->services['coreshop.registry.product_specific_price_rule.actions'] = $instance = new \CoreShop\Component\Registry\ServiceRegistry('CoreShop\\Component\\Product\\Rule\\Action\\ActionProcessorInterface', 'product-price-rule-actions');
$instance->register('price', ($this->services['CoreShop\\Component\\Product\\Rule\\Action\\PriceActionProcessor'] ?? $this->getPriceActionProcessor3Service()));
$instance->register('discountPrice', ($this->services['CoreShop\\Component\\Product\\Rule\\Action\\DiscountPriceActionProcessor'] ?? $this->getDiscountPriceActionProcessorService()));
$instance->register('discountAmount', ($this->services['CoreShop\\Component\\Product\\Rule\\Action\\DiscountAmountActionProcessor'] ?? $this->getDiscountAmountActionProcessor3Service()));
$instance->register('discountPercent', ($this->services['CoreShop\\Component\\Product\\Rule\\Action\\DiscountPercentActionProcessor'] ?? ($this->services['CoreShop\\Component\\Product\\Rule\\Action\\DiscountPercentActionProcessor'] = new \CoreShop\Component\Product\Rule\Action\DiscountPercentActionProcessor())));
return $instance;
}
/**
* Gets the public 'coreshop.registry.product_specific_price_rule.conditions' shared service.
*
* @return \CoreShop\Component\Registry\ServiceRegistry
*/
protected function getCoreshop_Registry_ProductSpecificPriceRule_ConditionsService()
{
$this->services['coreshop.registry.product_specific_price_rule.conditions'] = $instance = new \CoreShop\Component\Registry\ServiceRegistry('CoreShop\\Component\\Rule\\Condition\\ConditionCheckerInterface', 'specific-product-price-rule-conditions');
$instance->register('nested', ($this->services['coreshop.product_specific_price_rule.condition.nested'] ?? $this->getCoreshop_ProductSpecificPriceRule_Condition_NestedService()));
$instance->register('timespan', ($this->services['CoreShop\\Component\\Product\\Rule\\Condition\\TimeSpanConditionChecker'] ?? ($this->services['CoreShop\\Component\\Product\\Rule\\Condition\\TimeSpanConditionChecker'] = new \CoreShop\Component\Product\Rule\Condition\TimeSpanConditionChecker())));
$instance->register('customers', ($this->services['coreshop.rule.condition.customers'] ?? ($this->services['coreshop.rule.condition.customers'] = new \CoreShop\Component\Core\Product\Rule\Condition\CustomersConditionChecker())));
$instance->register('customerGroups', ($this->services['coreshop.rule.condition.customer_groups'] ?? ($this->services['coreshop.rule.condition.customer_groups'] = new \CoreShop\Component\Core\Product\Rule\Condition\CustomerGroupsConditionChecker())));
$instance->register('countries', ($this->services['coreshop.rule.condition.countries'] ?? ($this->services['coreshop.rule.condition.countries'] = new \CoreShop\Component\Core\Product\Rule\Condition\CountriesConditionChecker())));
$instance->register('zones', ($this->services['coreshop.rule.condition.zones'] ?? ($this->services['coreshop.rule.condition.zones'] = new \CoreShop\Component\Core\Product\Rule\Condition\ZonesConditionChecker())));
$instance->register('stores', ($this->services['coreshop.rule.condition.stores'] ?? ($this->services['coreshop.rule.condition.stores'] = new \CoreShop\Component\Core\Product\Rule\Condition\StoresConditionChecker())));
$instance->register('currencies', ($this->services['coreshop.rule.condition.currencies'] ?? ($this->services['coreshop.rule.condition.currencies'] = new \CoreShop\Component\Core\Product\Rule\Condition\CurrenciesConditionChecker())));
return $instance;
}
/**
* Gets the public 'coreshop.registry.shipping.price_calculators' shared service.
*
* @return \CoreShop\Component\Registry\PrioritizedServiceRegistry
*/
protected function getCoreshop_Registry_Shipping_PriceCalculatorsService()
{
$this->services['coreshop.registry.shipping.price_calculators'] = $instance = new \CoreShop\Component\Registry\PrioritizedServiceRegistry('CoreShop\\Component\\Shipping\\Calculator\\CarrierPriceCalculatorInterface', 'shipping-price-calculators');
$instance->register('shipping-rule', 256, ($this->services['CoreShop\\Component\\Shipping\\Calculator\\CarrierShippingRulePriceCalculator'] ?? $this->getCarrierShippingRulePriceCalculatorService()));
return $instance;
}
/**
* Gets the public 'coreshop.registry.shipping.tax_calculation_strategies' shared service.
*
* @return \CoreShop\Component\Registry\ServiceRegistry
*/
protected function getCoreshop_Registry_Shipping_TaxCalculationStrategiesService()
{
$this->services['coreshop.registry.shipping.tax_calculation_strategies'] = $instance = new \CoreShop\Component\Registry\ServiceRegistry('CoreShop\\Component\\Shipping\\Taxation\\TaxCalculationStrategyInterface', 'shipping-tax-calculation-strategies');
$instance->register('taxRule', ($this->services['CoreShop\\Component\\Core\\Shipping\\Taxation\\TaxCalculationStrategyTaxRule'] ?? $this->getTaxCalculationStrategyTaxRuleService()));
$instance->register('cartItems', ($this->services['CoreShop\\Component\\Core\\Shipping\\Taxation\\TaxCalculationStrategyCartItems'] ?? $this->getTaxCalculationStrategyCartItemsService()));
return $instance;
}
/**
* Gets the public 'coreshop.registry.shipping_rule.actions' shared service.
*
* @return \CoreShop\Component\Registry\ServiceRegistry
*/
protected function getCoreshop_Registry_ShippingRule_ActionsService()
{
$this->services['coreshop.registry.shipping_rule.actions'] = $instance = new \CoreShop\Component\Registry\ServiceRegistry('CoreShop\\Component\\Shipping\\Rule\\Action\\CarrierActionProcessorInterface', 'shipping-rule-action');
$instance->register('additionPercent', ($this->services['CoreShop\\Component\\Shipping\\Rule\\Action\\AdditionPercentActionProcessor'] ?? ($this->services['CoreShop\\Component\\Shipping\\Rule\\Action\\AdditionPercentActionProcessor'] = new \CoreShop\Component\Shipping\Rule\Action\AdditionPercentActionProcessor())));
$instance->register('discountPercent', ($this->services['CoreShop\\Component\\Shipping\\Rule\\Action\\DiscountPercentActionProcessor'] ?? ($this->services['CoreShop\\Component\\Shipping\\Rule\\Action\\DiscountPercentActionProcessor'] = new \CoreShop\Component\Shipping\Rule\Action\DiscountPercentActionProcessor())));
$instance->register('shippingRule', ($this->services['CoreShop\\Component\\Shipping\\Rule\\Action\\ShippingRuleActionProcessor'] ?? $this->getShippingRuleActionProcessorService()));
$instance->register('price', ($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\PriceActionProcessor'] ?? $this->getPriceActionProcessor2Service()));
$instance->register('additionAmount', ($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\AdditionAmountActionProcessor'] ?? $this->getAdditionAmountActionProcessor2Service()));
$instance->register('discountAmount', ($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\DiscountAmountActionProcessor'] ?? $this->getDiscountAmountActionProcessor2Service()));
return $instance;
}
/**
* Gets the public 'coreshop.registry.shipping_rule.conditions' shared service.
*
* @return \CoreShop\Component\Registry\ServiceRegistry
*/
protected function getCoreshop_Registry_ShippingRule_ConditionsService()
{
$this->services['coreshop.registry.shipping_rule.conditions'] = $instance = new \CoreShop\Component\Registry\ServiceRegistry('CoreShop\\Component\\Rule\\Condition\\ConditionCheckerInterface', 'shipping-rule-condition');
$instance->register('amount', ($this->services['CoreShop\\Component\\Shipping\\Rule\\Condition\\AmountConditionChecker'] ?? ($this->services['CoreShop\\Component\\Shipping\\Rule\\Condition\\AmountConditionChecker'] = new \CoreShop\Component\Shipping\Rule\Condition\AmountConditionChecker())));
$instance->register('postcodes', ($this->services['CoreShop\\Component\\Shipping\\Rule\\Condition\\PostcodeConditionChecker'] ?? ($this->services['CoreShop\\Component\\Shipping\\Rule\\Condition\\PostcodeConditionChecker'] = new \CoreShop\Component\Shipping\Rule\Condition\PostcodeConditionChecker())));
$instance->register('weight', ($this->services['CoreShop\\Component\\Shipping\\Rule\\Condition\\WeightConditionChecker'] ?? ($this->services['CoreShop\\Component\\Shipping\\Rule\\Condition\\WeightConditionChecker'] = new \CoreShop\Component\Shipping\Rule\Condition\WeightConditionChecker())));
$instance->register('dimension', ($this->services['CoreShop\\Component\\Shipping\\Rule\\Condition\\DimensionConditionChecker'] ?? ($this->services['CoreShop\\Component\\Shipping\\Rule\\Condition\\DimensionConditionChecker'] = new \CoreShop\Component\Shipping\Rule\Condition\DimensionConditionChecker())));
$instance->register('nested', ($this->services['coreshop.shipping_rule.condition.nested'] ?? $this->getCoreshop_ShippingRule_Condition_NestedService()));
$instance->register('shippingRule', ($this->services['CoreShop\\Component\\Shipping\\Rule\\Condition\\ShippingRuleConditionChecker'] ?? $this->getShippingRuleConditionCheckerService()));
$instance->register('categories', ($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CategoriesConditionChecker'] ?? $this->getCategoriesConditionChecker2Service()));
$instance->register('products', ($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\ProductsConditionChecker'] ?? $this->getProductsConditionChecker2Service()));
$instance->register('countries', ($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CountriesConditionChecker'] ?? ($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CountriesConditionChecker'] = new \CoreShop\Component\Core\Shipping\Rule\Condition\CountriesConditionChecker())));
$instance->register('zones', ($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\ZonesConditionChecker'] ?? ($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\ZonesConditionChecker'] = new \CoreShop\Component\Core\Shipping\Rule\Condition\ZonesConditionChecker())));
$instance->register('customers', ($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CustomersConditionChecker'] ?? ($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CustomersConditionChecker'] = new \CoreShop\Component\Core\Shipping\Rule\Condition\CustomersConditionChecker())));
$instance->register('customerGroups', ($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CustomerGroupsConditionChecker'] ?? ($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CustomerGroupsConditionChecker'] = new \CoreShop\Component\Core\Shipping\Rule\Condition\CustomerGroupsConditionChecker())));
$instance->register('stores', ($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\StoresConditionChecker'] ?? ($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\StoresConditionChecker'] = new \CoreShop\Component\Core\Shipping\Rule\Condition\StoresConditionChecker())));
$instance->register('currencies', ($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CurrenciesConditionChecker'] ?? ($this->services['CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CurrenciesConditionChecker'] = new \CoreShop\Component\Core\Shipping\Rule\Condition\CurrenciesConditionChecker())));
return $instance;
}
/**
* Gets the public 'coreshop.repository.carrier' shared service.
*
* @return \App\Ecommerce\Doctrine\ORM\CarrierRepository
*/
protected function getCoreshop_Repository_CarrierService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['coreshop.repository.carrier'])) {
return $this->services['coreshop.repository.carrier'];
}
return $this->services['coreshop.repository.carrier'] = new \App\Ecommerce\Doctrine\ORM\CarrierRepository($a, $a->getClassMetadata('CoreShop\\Component\\Core\\Model\\Carrier'));
}
/**
* Gets the public 'coreshop.repository.cart_price_rule' shared service.
*
* @return \CoreShop\Bundle\OrderBundle\Doctrine\ORM\CartPriceRuleRepository
*/
protected function getCoreshop_Repository_CartPriceRuleService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['coreshop.repository.cart_price_rule'])) {
return $this->services['coreshop.repository.cart_price_rule'];
}
return $this->services['coreshop.repository.cart_price_rule'] = new \CoreShop\Bundle\OrderBundle\Doctrine\ORM\CartPriceRuleRepository($a, $a->getClassMetadata('CoreShop\\Component\\Order\\Model\\CartPriceRule'));
}
/**
* Gets the public 'coreshop.repository.cart_price_rule_voucher_code' shared service.
*
* @return \CoreShop\Bundle\OrderBundle\Doctrine\ORM\CartPriceRuleVoucherRepository
*/
protected function getCoreshop_Repository_CartPriceRuleVoucherCodeService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['coreshop.repository.cart_price_rule_voucher_code'])) {
return $this->services['coreshop.repository.cart_price_rule_voucher_code'];
}
return $this->services['coreshop.repository.cart_price_rule_voucher_code'] = new \CoreShop\Bundle\OrderBundle\Doctrine\ORM\CartPriceRuleVoucherRepository($a, $a->getClassMetadata('CoreShop\\Component\\Order\\Model\\CartPriceRuleVoucherCode'));
}
/**
* Gets the public 'coreshop.repository.category' shared service.
*
* @return \CoreShop\Bundle\CoreBundle\Pimcore\Repository\CategoryRepository
*/
protected function getCoreshop_Repository_CategoryService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->services['coreshop.repository.category'])) {
return $this->services['coreshop.repository.category'];
}
return $this->services['coreshop.repository.category'] = new \CoreShop\Bundle\CoreBundle\Pimcore\Repository\CategoryRepository(($this->services['CoreShop\\Component\\Resource\\Metadata\\Registry'] ?? $this->getRegistryService())->get('coreshop.category'), $a);
}
/**
* Gets the public 'coreshop.repository.configuration' shared service.
*
* @return \CoreShop\Bundle\CoreBundle\Doctrine\ORM\ConfigurationRepository
*/
protected function getCoreshop_Repository_ConfigurationService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['coreshop.repository.configuration'])) {
return $this->services['coreshop.repository.configuration'];
}
return $this->services['coreshop.repository.configuration'] = new \CoreShop\Bundle\CoreBundle\Doctrine\ORM\ConfigurationRepository($a, $a->getClassMetadata('CoreShop\\Component\\Core\\Model\\Configuration'));
}
/**
* Gets the public 'coreshop.repository.country' shared service.
*
* @return \CoreShop\Bundle\CoreBundle\Doctrine\ORM\CountryRepository
*/
protected function getCoreshop_Repository_CountryService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['coreshop.repository.country'])) {
return $this->services['coreshop.repository.country'];
}
return $this->services['coreshop.repository.country'] = new \CoreShop\Bundle\CoreBundle\Doctrine\ORM\CountryRepository($a, $a->getClassMetadata('CoreShop\\Component\\Core\\Model\\Country'));
}
/**
* Gets the public 'coreshop.repository.currency' shared service.
*
* @return \CoreShop\Bundle\CoreBundle\Doctrine\ORM\CurrencyRepository
*/
protected function getCoreshop_Repository_CurrencyService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['coreshop.repository.currency'])) {
return $this->services['coreshop.repository.currency'];
}
return $this->services['coreshop.repository.currency'] = new \CoreShop\Bundle\CoreBundle\Doctrine\ORM\CurrencyRepository($a, $a->getClassMetadata('CoreShop\\Component\\Core\\Model\\Currency'));
}
/**
* Gets the public 'coreshop.repository.exchange_rate' shared service.
*
* @return \CoreShop\Bundle\CurrencyBundle\Doctrine\ORM\ExchangeRateRepository
*/
protected function getCoreshop_Repository_ExchangeRateService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['coreshop.repository.exchange_rate'])) {
return $this->services['coreshop.repository.exchange_rate'];
}
return $this->services['coreshop.repository.exchange_rate'] = new \CoreShop\Bundle\CurrencyBundle\Doctrine\ORM\ExchangeRateRepository($a, $a->getClassMetadata('CoreShop\\Component\\Currency\\Model\\ExchangeRate'));
}
/**
* Gets the public 'coreshop.repository.payment_provider_rule' shared service.
*
* @return \CoreShop\Bundle\RuleBundle\Doctrine\ORM\RuleRepository
*/
protected function getCoreshop_Repository_PaymentProviderRuleService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['coreshop.repository.payment_provider_rule'])) {
return $this->services['coreshop.repository.payment_provider_rule'];
}
return $this->services['coreshop.repository.payment_provider_rule'] = new \CoreShop\Bundle\RuleBundle\Doctrine\ORM\RuleRepository($a, $a->getClassMetadata('CoreShop\\Component\\Payment\\Model\\PaymentProviderRule'));
}
/**
* Gets the public 'coreshop.repository.product' shared service.
*
* @return \CoreShop\Bundle\CoreBundle\Pimcore\Repository\ProductRepository
*/
protected function getCoreshop_Repository_ProductService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->services['coreshop.repository.product'])) {
return $this->services['coreshop.repository.product'];
}
return $this->services['coreshop.repository.product'] = new \CoreShop\Bundle\CoreBundle\Pimcore\Repository\ProductRepository(($this->services['CoreShop\\Component\\Resource\\Metadata\\Registry'] ?? $this->getRegistryService())->get('coreshop.product'), $a);
}
/**
* Gets the public 'coreshop.repository.product_price_rule' shared service.
*
* @return \CoreShop\Bundle\ProductBundle\Doctrine\ORM\ProductPriceRuleRepository
*/
protected function getCoreshop_Repository_ProductPriceRuleService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['coreshop.repository.product_price_rule'])) {
return $this->services['coreshop.repository.product_price_rule'];
}
return $this->services['coreshop.repository.product_price_rule'] = new \CoreShop\Bundle\ProductBundle\Doctrine\ORM\ProductPriceRuleRepository($a, $a->getClassMetadata('CoreShop\\Component\\Product\\Model\\ProductPriceRule'));
}
/**
* Gets the public 'coreshop.repository.shipping_rule' shared service.
*
* @return \CoreShop\Bundle\RuleBundle\Doctrine\ORM\RuleRepository
*/
protected function getCoreshop_Repository_ShippingRuleService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['coreshop.repository.shipping_rule'])) {
return $this->services['coreshop.repository.shipping_rule'];
}
return $this->services['coreshop.repository.shipping_rule'] = new \CoreShop\Bundle\RuleBundle\Doctrine\ORM\RuleRepository($a, $a->getClassMetadata('CoreShop\\Component\\Shipping\\Model\\ShippingRule'));
}
/**
* Gets the public 'coreshop.repository.stack.purchasable' shared service.
*
* @return \CoreShop\Bundle\ResourceBundle\Pimcore\Repository\StackRepository
*/
protected function getCoreshop_Repository_Stack_PurchasableService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->services['coreshop.repository.stack.purchasable'])) {
return $this->services['coreshop.repository.stack.purchasable'];
}
return $this->services['coreshop.repository.stack.purchasable'] = new \CoreShop\Bundle\ResourceBundle\Pimcore\Repository\StackRepository(\CoreShop\Component\Resource\Metadata\Metadata::fromAliasAndConfiguration('coreshop.purchasable', ['driver' => 'pimcore']), $a, 'CoreShop\\Component\\Order\\Model\\PurchasableInterface', $this->parameters['coreshop.stack.purchasable.fqcns']);
}
/**
* Gets the public 'coreshop.repository.store' shared service.
*
* @return \CoreShop\Bundle\StoreBundle\Doctrine\ORM\StoreRepository
*/
protected function getCoreshop_Repository_StoreService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['coreshop.repository.store'])) {
return $this->services['coreshop.repository.store'];
}
return $this->services['coreshop.repository.store'] = new \CoreShop\Bundle\StoreBundle\Doctrine\ORM\StoreRepository($a, $a->getClassMetadata('CoreShop\\Component\\Core\\Model\\Store'));
}
/**
* Gets the public 'coreshop.repository.tax_rate' shared service.
*
* @return \CoreShop\Bundle\TaxationBundle\Doctrine\ORM\TaxRateRepository
*/
protected function getCoreshop_Repository_TaxRateService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['coreshop.repository.tax_rate'])) {
return $this->services['coreshop.repository.tax_rate'];
}
return $this->services['coreshop.repository.tax_rate'] = new \CoreShop\Bundle\TaxationBundle\Doctrine\ORM\TaxRateRepository($a, $a->getClassMetadata('CoreShop\\Component\\Taxation\\Model\\TaxRate'));
}
/**
* Gets the public 'coreshop.repository.tax_rule' shared service.
*
* @return \CoreShop\Bundle\CoreBundle\Doctrine\ORM\TaxRuleRepository
*/
protected function getCoreshop_Repository_TaxRuleService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['coreshop.repository.tax_rule'])) {
return $this->services['coreshop.repository.tax_rule'];
}
return $this->services['coreshop.repository.tax_rule'] = new \CoreShop\Bundle\CoreBundle\Doctrine\ORM\TaxRuleRepository($a, $a->getClassMetadata('CoreShop\\Component\\Core\\Model\\TaxRule'));
}
/**
* Gets the public 'coreshop.repository.wishlist' shared service.
*
* @return \CoreShop\Bundle\CoreBundle\Pimcore\Repository\WishlistRepository
*/
protected function getCoreshop_Repository_WishlistService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->services['coreshop.repository.wishlist'])) {
return $this->services['coreshop.repository.wishlist'];
}
return $this->services['coreshop.repository.wishlist'] = new \CoreShop\Bundle\CoreBundle\Pimcore\Repository\WishlistRepository(($this->services['CoreShop\\Component\\Resource\\Metadata\\Registry'] ?? $this->getRegistryService())->get('coreshop.wishlist'), $a);
}
/**
* Gets the public 'coreshop.rule.cart_price_rule.action.free_shipping' shared service.
*
* @return \CoreShop\Component\Core\Cart\Rule\Action\FreeShippingActionProcessor
*/
protected function getCoreshop_Rule_CartPriceRule_Action_FreeShippingService()
{
return $this->services['coreshop.rule.cart_price_rule.action.free_shipping'] = new \CoreShop\Component\Core\Cart\Rule\Action\FreeShippingActionProcessor(($this->services['coreshop.custom_factory.adjustment'] ?? $this->getCoreshop_CustomFactory_AdjustmentService()));
}
/**
* Gets the public 'coreshop.rule.cart_price_rule.action.gift_product' shared service.
*
* @return \CoreShop\Component\Core\Cart\Rule\Action\GiftProductActionProcessor
*/
protected function getCoreshop_Rule_CartPriceRule_Action_GiftProductService()
{
$a = ($this->services['coreshop.repository.stack.purchasable'] ?? $this->getCoreshop_Repository_Stack_PurchasableService());
if (isset($this->services['coreshop.rule.cart_price_rule.action.gift_product'])) {
return $this->services['coreshop.rule.cart_price_rule.action.gift_product'];
}
return $this->services['coreshop.rule.cart_price_rule.action.gift_product'] = new \CoreShop\Component\Core\Cart\Rule\Action\GiftProductActionProcessor($a, ($this->services['coreshop.factory.order_item'] ?? $this->getCoreshop_Factory_OrderItemService()), ($this->services['coreshop.custom_factory.adjustment'] ?? $this->getCoreshop_CustomFactory_AdjustmentService()));
}
/**
* Gets the public 'coreshop.rule.cart_price_rule.condition.carriers' shared service.
*
* @return \CoreShop\Component\Core\Cart\Rule\Condition\CarriersConditionChecker
*/
protected function getCoreshop_Rule_CartPriceRule_Condition_CarriersService()
{
return $this->services['coreshop.rule.cart_price_rule.condition.carriers'] = new \CoreShop\Component\Core\Cart\Rule\Condition\CarriersConditionChecker();
}
/**
* Gets the public 'coreshop.rule.cart_price_rule.condition.countries' shared service.
*
* @return \CoreShop\Component\Core\Cart\Rule\Condition\CountriesConditionChecker
*/
protected function getCoreshop_Rule_CartPriceRule_Condition_CountriesService()
{
return $this->services['coreshop.rule.cart_price_rule.condition.countries'] = new \CoreShop\Component\Core\Cart\Rule\Condition\CountriesConditionChecker();
}
/**
* Gets the public 'coreshop.rule.cart_price_rule.condition.currencies' shared service.
*
* @return \CoreShop\Component\Core\Cart\Rule\Condition\CurrenciesConditionChecker
*/
protected function getCoreshop_Rule_CartPriceRule_Condition_CurrenciesService()
{
return $this->services['coreshop.rule.cart_price_rule.condition.currencies'] = new \CoreShop\Component\Core\Cart\Rule\Condition\CurrenciesConditionChecker();
}
/**
* Gets the public 'coreshop.rule.cart_price_rule.condition.customer_groups' shared service.
*
* @return \CoreShop\Component\Core\Cart\Rule\Condition\CustomerGroupsConditionChecker
*/
protected function getCoreshop_Rule_CartPriceRule_Condition_CustomerGroupsService()
{
return $this->services['coreshop.rule.cart_price_rule.condition.customer_groups'] = new \CoreShop\Component\Core\Cart\Rule\Condition\CustomerGroupsConditionChecker();
}
/**
* Gets the public 'coreshop.rule.cart_price_rule.condition.customers' shared service.
*
* @return \CoreShop\Component\Core\Cart\Rule\Condition\CustomersConditionChecker
*/
protected function getCoreshop_Rule_CartPriceRule_Condition_CustomersService()
{
return $this->services['coreshop.rule.cart_price_rule.condition.customers'] = new \CoreShop\Component\Core\Cart\Rule\Condition\CustomersConditionChecker();
}
/**
* Gets the public 'coreshop.rule.cart_price_rule.condition.stores' shared service.
*
* @return \CoreShop\Component\Core\Cart\Rule\Condition\StoresConditionChecker
*/
protected function getCoreshop_Rule_CartPriceRule_Condition_StoresService()
{
return $this->services['coreshop.rule.cart_price_rule.condition.stores'] = new \CoreShop\Component\Core\Cart\Rule\Condition\StoresConditionChecker();
}
/**
* Gets the public 'coreshop.rule.cart_price_rule.condition.zones' shared service.
*
* @return \CoreShop\Component\Core\Cart\Rule\Condition\ZonesConditionChecker
*/
protected function getCoreshop_Rule_CartPriceRule_Condition_ZonesService()
{
return $this->services['coreshop.rule.cart_price_rule.condition.zones'] = new \CoreShop\Component\Core\Cart\Rule\Condition\ZonesConditionChecker();
}
/**
* Gets the public 'coreshop.rule.condition.countries' shared service.
*
* @return \CoreShop\Component\Core\Product\Rule\Condition\CountriesConditionChecker
*/
protected function getCoreshop_Rule_Condition_CountriesService()
{
return $this->services['coreshop.rule.condition.countries'] = new \CoreShop\Component\Core\Product\Rule\Condition\CountriesConditionChecker();
}
/**
* Gets the public 'coreshop.rule.condition.currencies' shared service.
*
* @return \CoreShop\Component\Core\Product\Rule\Condition\CurrenciesConditionChecker
*/
protected function getCoreshop_Rule_Condition_CurrenciesService()
{
return $this->services['coreshop.rule.condition.currencies'] = new \CoreShop\Component\Core\Product\Rule\Condition\CurrenciesConditionChecker();
}
/**
* Gets the public 'coreshop.rule.condition.customer_groups' shared service.
*
* @return \CoreShop\Component\Core\Product\Rule\Condition\CustomerGroupsConditionChecker
*/
protected function getCoreshop_Rule_Condition_CustomerGroupsService()
{
return $this->services['coreshop.rule.condition.customer_groups'] = new \CoreShop\Component\Core\Product\Rule\Condition\CustomerGroupsConditionChecker();
}
/**
* Gets the public 'coreshop.rule.condition.customers' shared service.
*
* @return \CoreShop\Component\Core\Product\Rule\Condition\CustomersConditionChecker
*/
protected function getCoreshop_Rule_Condition_CustomersService()
{
return $this->services['coreshop.rule.condition.customers'] = new \CoreShop\Component\Core\Product\Rule\Condition\CustomersConditionChecker();
}
/**
* Gets the public 'coreshop.rule.condition.stores' shared service.
*
* @return \CoreShop\Component\Core\Product\Rule\Condition\StoresConditionChecker
*/
protected function getCoreshop_Rule_Condition_StoresService()
{
return $this->services['coreshop.rule.condition.stores'] = new \CoreShop\Component\Core\Product\Rule\Condition\StoresConditionChecker();
}
/**
* Gets the public 'coreshop.rule.condition.zones' shared service.
*
* @return \CoreShop\Component\Core\Product\Rule\Condition\ZonesConditionChecker
*/
protected function getCoreshop_Rule_Condition_ZonesService()
{
return $this->services['coreshop.rule.condition.zones'] = new \CoreShop\Component\Core\Product\Rule\Condition\ZonesConditionChecker();
}
/**
* Gets the public 'coreshop.shipping_rule.condition.nested' shared service.
*
* @return \CoreShop\Component\Rule\Condition\NestedConditionChecker
*/
protected function getCoreshop_ShippingRule_Condition_NestedService()
{
$a = ($this->services['coreshop.shipping_rule.conditions.processor.decorated'] ?? $this->getCoreshop_ShippingRule_Conditions_Processor_DecoratedService());
if (isset($this->services['coreshop.shipping_rule.condition.nested'])) {
return $this->services['coreshop.shipping_rule.condition.nested'];
}
return $this->services['coreshop.shipping_rule.condition.nested'] = new \CoreShop\Component\Rule\Condition\NestedConditionChecker($a);
}
/**
* Gets the public 'coreshop.shipping_rule.conditions.processor.decorated' shared service.
*
* @return \CoreShop\Component\Rule\Condition\TraceableRuleConditionsValidationProcessor
*/
protected function getCoreshop_ShippingRule_Conditions_Processor_DecoratedService()
{
$a = ($this->services['coreshop.registry.shipping_rule.conditions'] ?? $this->getCoreshop_Registry_ShippingRule_ConditionsService());
if (isset($this->services['coreshop.shipping_rule.conditions.processor.decorated'])) {
return $this->services['coreshop.shipping_rule.conditions.processor.decorated'];
}
return $this->services['coreshop.shipping_rule.conditions.processor.decorated'] = new \CoreShop\Component\Rule\Condition\TraceableRuleConditionsValidationProcessor(new \CoreShop\Component\Rule\Condition\RuleConditionsValidationProcessor($a, 'Shipping Rules'));
}
/**
* Gets the public 'coreshop.state_machine.marking_store.payment_orm_marketing_store' shared service.
*
* @return \CoreShop\Bundle\WorkflowBundle\MarkingStore\OrmPersistentMarkingStore
*/
protected function getCoreshop_StateMachine_MarkingStore_PaymentOrmMarketingStoreService()
{
return $this->services['coreshop.state_machine.marking_store.payment_orm_marketing_store'] = new \CoreShop\Bundle\WorkflowBundle\MarkingStore\OrmPersistentMarkingStore(($this->services['coreshop.state_machine.marking_store.single_state.state'] ?? ($this->services['coreshop.state_machine.marking_store.single_state.state'] = new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'state'))), ($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'coreshop.state_machine.marking_store.single_state.state' shared service.
*
* @return \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore
*/
protected function getCoreshop_StateMachine_MarkingStore_SingleState_StateService()
{
return $this->services['coreshop.state_machine.marking_store.single_state.state'] = new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'state');
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
$a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
if (isset($this->services['data_collector.dump'])) {
return $this->services['data_collector.dump'];
}
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))), $a, 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Pimcore\Db\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => new \Symfony\Bridge\Doctrine\Logger\DbalLogger(($this->services['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), 1 => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
$a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([0 => 'lock_keys', 1 => 'cache_items', 2 => 'cache_items'])]));
return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_mysql', 'charset' => 'UTF8MB4', 'host' => 'localhost', 'port' => 3306, 'user' => 'zoli', 'password' => '123', 'dbname' => 'Butik-20250527', 'driverOptions' => [1002 => 'SET sql_mode = \'\';'], 'wrapperClass' => '\\Pimcore\\Db\\Connection', 'serverVersion' => '8.0.33-0ubuntu0.22.04.2', 'defaultTableOptions' => ['charset' => 'UTF8MB4', 'engine' => 'InnoDB', 'collate' => 'utf8mb4_general_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'CoreShop\\Bundle\\ResourceBundle\\EventListener\\ORMMappedSuperClassSubscriber' => ['services', 'CoreShop\\Bundle\\ResourceBundle\\EventListener\\ORMMappedSuperClassSubscriber', 'getORMMappedSuperClassSubscriberService', true],
'CoreShop\\Bundle\\ResourceBundle\\EventListener\\ORMRepositoryClassSubscriber' => ['services', 'CoreShop\\Bundle\\ResourceBundle\\EventListener\\ORMRepositoryClassSubscriber', 'getORMRepositoryClassSubscriberService', true],
'CoreShop\\Bundle\\ResourceBundle\\EventListener\\ORMTranslatableListener' => ['services', 'CoreShop\\Bundle\\ResourceBundle\\EventListener\\ORMTranslatableListener', 'getORMTranslatableListenerService', true],
'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates', 'cmf_routing.persistence.doctrine.route_condition_metadata_listener', 'getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService', true],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
'doctrine.orm.listeners.resolve_target_entity' => ['privates', 'doctrine.orm.listeners.resolve_target_entity', 'getDoctrine_Orm_Listeners_ResolveTargetEntityService', true],
'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
'stof_doctrine_extensions.listener.timestampable' => ['privates', 'stof_doctrine_extensions.listener.timestampable', 'getStofDoctrineExtensions_Listener_TimestampableService', true],
], [
'CoreShop\\Bundle\\ResourceBundle\\EventListener\\ORMMappedSuperClassSubscriber' => '?',
'CoreShop\\Bundle\\ResourceBundle\\EventListener\\ORMRepositoryClassSubscriber' => '?',
'CoreShop\\Bundle\\ResourceBundle\\EventListener\\ORMTranslatableListener' => '?',
'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'doctrine.orm.listeners.resolve_target_entity' => '?',
'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
'stof_doctrine_extensions.listener.timestampable' => '?',
]), [0 => 'CoreShop\\Bundle\\ResourceBundle\\EventListener\\ORMMappedSuperClassSubscriber', 1 => 'CoreShop\\Bundle\\ResourceBundle\\EventListener\\ORMRepositoryClassSubscriber', 2 => 'CoreShop\\Bundle\\ResourceBundle\\EventListener\\ORMTranslatableListener', 3 => 'stof_doctrine_extensions.listener.timestampable', 4 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 5 => 'doctrine.orm.listeners.resolve_target_entity', 6 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 7 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 8 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 9 => 'cmf_routing.persistence.doctrine.route_condition_metadata_listener', 10 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]), ['enum' => 'string', 'bit' => 'boolean']);
}
/**
* Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
*/
protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
{
$this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'CoreShop\\Bundle\\IndexBundle\\EventListener\\UpdateIndexListener' => ['services', 'CoreShop\\Bundle\\IndexBundle\\EventListener\\UpdateIndexListener', 'getUpdateIndexListenerService', true],
], [
'CoreShop\\Bundle\\IndexBundle\\EventListener\\UpdateIndexListener' => '?',
]));
$instance->registerService('CoreShop\\Bundle\\IndexBundle\\EventListener\\UpdateIndexListener', 'CoreShop\\Bundle\\IndexBundle\\EventListener\\UpdateIndexListener');
return $instance;
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$a->setEntityNamespaces(['payum' => 'Payum\\Core\\Model']);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver(($this->services['CoreShop\\Bundle\\ResourceBundle\\Doctrine\\ResourceMappingDriverChain'] ?? $this->getResourceMappingDriverChainService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
], [
'doctrine.ulid_generator' => '?',
'doctrine.uuid_generator' => '?',
])));
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(true);
$a->setSchemaIgnoreClasses([]);
$a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\DefaultNamingStrategy());
$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
$instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->services['monolog.logger.event'] ?? $this->getMonolog_Logger_EventService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->addListener('scheb_two_factor.authentication.complete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\TwoFactorListener'] ?? $this->load('getTwoFactorListenerService'));
}, 1 => 'onAuthenticationComplete'], 0);
$instance->addListener('scheb_two_factor.authentication.attempt', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\TwoFactorListener'] ?? $this->load('getTwoFactorListenerService'));
}, 1 => 'onAuthenticationAttempt'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\DataObjectListener'] ?? $this->load('getDataObjectListenerService'));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('pimcore.dataobject.preAdd', [0 => function () {
return ($this->privates['App\\EventListener\\NameSettingListener'] ?? ($this->privates['App\\EventListener\\NameSettingListener'] = new \App\EventListener\NameSettingListener()));
}, 1 => 'onPreAdd'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\NameSettingListener'] ?? ($this->privates['App\\EventListener\\NameSettingListener'] = new \App\EventListener\NameSettingListener()));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('pimcore.dataobject.preUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\NameSettingListener'] ?? ($this->privates['App\\EventListener\\NameSettingListener'] = new \App\EventListener\NameSettingListener()));
}, 1 => 'onPreUpdate'], 0);
$instance->addListener('pimcore.admin.resolve.element', [0 => function () {
return ($this->privates['App\\EventListener\\CustomerListener'] ?? $this->load('getCustomerListenerService'));
}, 1 => 'onAdminPreLoad'], 0);
$instance->addListener('pimcore.admin.resolve.elementAdminStyle', [0 => function () {
return ($this->privates['App\\EventListener\\CustomerListener'] ?? $this->load('getCustomerListenerService'));
}, 1 => 'onAdminPreLoad'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->privates['App\\EventListener\\CustomerListener'] ?? $this->load('getCustomerListenerService'));
}, 1 => 'onCustomerChange'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\CustomerListener'] ?? $this->load('getCustomerListenerService'));
}, 1 => 'onCustomerChange'], 0);
$instance->addListener('pimcore.dataobject.preAdd', [0 => function () {
return ($this->privates['App\\EventListener\\CustomerListener'] ?? $this->load('getCustomerListenerService'));
}, 1 => 'onCustomerBeforeChange'], 0);
$instance->addListener('pimcore.dataobject.preUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\CustomerListener'] ?? $this->load('getCustomerListenerService'));
}, 1 => 'onCustomerBeforeChange'], 0);
$instance->addListener('pimcore.dataobject.postLoad', [0 => function () {
return ($this->privates['App\\EventListener\\CustomerListener'] ?? $this->load('getCustomerListenerService'));
}, 1 => 'onCustomerLoad'], 0);
$instance->addListener('pimcore.dataobject.preDelete', [0 => function () {
return ($this->privates['App\\EventListener\\CustomerDeleteListener'] ?? $this->load('getCustomerDeleteListenerService'));
}, 1 => 'onPreDelete'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\RegisteredWatchListener'] ?? $this->load('getRegisteredWatchListenerService'));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->privates['App\\EventListener\\RegisteredWatchListener'] ?? $this->load('getRegisteredWatchListenerService'));
}, 1 => 'onPostAdd'], 0);
$instance->addListener('pimcore.dataobject.preUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\RegisteredWatchListener'] ?? $this->load('getRegisteredWatchListenerService'));
}, 1 => 'onPreUpdate'], 0);
$instance->addListener('pimcore.dataobject.preAdd', [0 => function () {
return ($this->privates['App\\EventListener\\RegisteredWatchListener'] ?? $this->load('getRegisteredWatchListenerService'));
}, 1 => 'onPreAdd'], 0);
$instance->addListener('pimcore.bundle_manager.paths.js', [0 => function () {
return ($this->privates['App\\EventListener\\PimcoreAdminListener'] ?? ($this->privates['App\\EventListener\\PimcoreAdminListener'] = new \App\EventListener\PimcoreAdminListener()));
}, 1 => 'addJsFiles'], -100);
$instance->addListener('pimcore.bundle_manager.paths.css', [0 => function () {
return ($this->privates['App\\EventListener\\PimcoreAdminListener'] ?? ($this->privates['App\\EventListener\\PimcoreAdminListener'] = new \App\EventListener\PimcoreAdminListener()));
}, 1 => 'addCssFiles'], 0);
$instance->addListener('coreshop.customer.register', [0 => function () {
return ($this->privates['App\\EventListener\\CustomerRegistrationListener'] ?? $this->load('getCustomerRegistrationListenerService'));
}, 1 => 'onCustomerRegistration'], -10);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\NewsListener'] ?? $this->load('getNewsListenerService'));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\ContactListener'] ?? $this->load('getContactListenerService'));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('pimcore.dataobject.preAdd', [0 => function () {
return ($this->privates['App\\EventListener\\ContactListener'] ?? $this->load('getContactListenerService'));
}, 1 => 'onPreAdd'], 0);
$instance->addListener('coreshop.checkout.step.post', [0 => function () {
return ($this->privates['App\\EventListener\\CheckoutListener'] ?? $this->load('getCheckoutListenerService'));
}, 1 => 'onStepPost'], 0);
$instance->addListener('pimcore.dataobject.preAdd', [0 => function () {
return ($this->privates['App\\EventListener\\VersionCheckListener'] ?? $this->load('getVersionCheckListenerService'));
}, 1 => 'onPreAdd'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->privates['App\\EventListener\\VersionCheckListener'] ?? $this->load('getVersionCheckListenerService'));
}, 1 => 'onPostAdd'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['App\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
}, 1 => 'onKernelException'], 0);
$instance->addListener('pimcore.dataobject.preAdd', [0 => function () {
return ($this->privates['App\\EventListener\\AppStyleListener'] ?? $this->load('getAppStyleListenerService'));
}, 1 => 'onPreAdd'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->privates['App\\EventListener\\AppStyleListener'] ?? $this->load('getAppStyleListenerService'));
}, 1 => 'onPostAdd'], 0);
$instance->addListener('pimcore.dataobject.preUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\AppStyleListener'] ?? $this->load('getAppStyleListenerService'));
}, 1 => 'onPreUpdate'], 0);
$instance->addListener('pimcore.dataobject.preAdd', [0 => function () {
return ($this->privates['App\\EventListener\\MagazineListListener'] ?? ($this->privates['App\\EventListener\\MagazineListListener'] = new \App\EventListener\MagazineListListener()));
}, 1 => 'onPreAdd'], 0);
$instance->addListener('pimcore.dataobject.preUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\WordPressPasswordListener'] ?? ($this->privates['App\\EventListener\\WordPressPasswordListener'] = new \App\EventListener\WordPressPasswordListener()));
}, 1 => 'onPreUpdate'], -100000);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\WordPressPasswordListener'] ?? ($this->privates['App\\EventListener\\WordPressPasswordListener'] = new \App\EventListener\WordPressPasswordListener()));
}, 1 => 'onPostUpdate'], 100000);
$instance->addListener('pimcore.dataobject.preUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\QuestionListener'] ?? $this->load('getQuestionListenerService'));
}, 1 => 'onPreUpdate'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\QuestionListener'] ?? $this->load('getQuestionListenerService'));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('pimcore.dataobject.preAdd', [0 => function () {
return ($this->privates['App\\EventListener\\MessageCenterListener'] ?? $this->load('getMessageCenterListenerService'));
}, 1 => 'onPreAdd'], 0);
$instance->addListener('pimcore.dataobject.preUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\MessageCenterListener'] ?? $this->load('getMessageCenterListenerService'));
}, 1 => 'onPreUpdate'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\MessageCenterListener'] ?? $this->load('getMessageCenterListenerService'));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->privates['App\\EventListener\\MessageCenterListener'] ?? $this->load('getMessageCenterListenerService'));
}, 1 => 'onPostAdd'], 0);
$instance->addListener('oneup_uploader.validation', [0 => function () {
return ($this->privates['App\\EventListener\\UploaderListener'] ?? ($this->privates['App\\EventListener\\UploaderListener'] = new \App\EventListener\UploaderListener()));
}, 1 => 'onValidate'], 0);
$instance->addListener('oneup_uploader.post_upload', [0 => function () {
return ($this->privates['App\\EventListener\\UploaderListener'] ?? ($this->privates['App\\EventListener\\UploaderListener'] = new \App\EventListener\UploaderListener()));
}, 1 => 'onPostUpload'], 0);
$instance->addListener('pimcore.admin.resolve.elementAdminStyle', [0 => function () {
return ($this->privates['App\\EventListener\\AdminStyleListener'] ?? ($this->privates['App\\EventListener\\AdminStyleListener'] = new \App\EventListener\AdminStyleListener()));
}, 1 => 'onResolveElementAdminStyle'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\CartListener'] ?? ($this->privates['App\\EventListener\\CartListener'] = new \App\EventListener\CartListener()));
}, 1 => 'onUpdate'], 0);
$instance->addListener('pimcore.dataobject.preAdd', [0 => function () {
return ($this->privates['App\\EventListener\\LastViewedWatchListener'] ?? ($this->privates['App\\EventListener\\LastViewedWatchListener'] = new \App\EventListener\LastViewedWatchListener()));
}, 1 => 'onPreAdd'], 0);
$instance->addListener('pimcore.dataobject.preAdd', [0 => function () {
return ($this->privates['App\\EventListener\\CustomerSettingsListener'] ?? ($this->privates['App\\EventListener\\CustomerSettingsListener'] = new \App\EventListener\CustomerSettingsListener()));
}, 1 => 'onPreAdd'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\OrigoDataUpdateListener'] ?? $this->load('getOrigoDataUpdateListenerService'));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->privates['App\\EventListener\\OrigoDataUpdateListener'] ?? $this->load('getOrigoDataUpdateListenerService'));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('coreshop.customer.register', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\CoreBundle\\EventListener\\CustomerLoginListener'] ?? $this->load('getCustomerLoginListenerService'));
}, 1 => 'onCustomerRegister'], 0);
$instance->addListener('coreshop.customer.register', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\CoreBundle\\EventListener\\CustomerNewsletterConfirmListener'] ?? $this->load('getCustomerNewsletterConfirmListenerService'));
}, 1 => 'checkCustomerNewsletterConfirmation'], 0);
$instance->addListener('coreshop.customer.update_post', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\CoreBundle\\EventListener\\CustomerNewsletterConfirmListener'] ?? $this->load('getCustomerNewsletterConfirmListenerService'));
}, 1 => 'checkCustomerNewsletterConfirmation'], 0);
$instance->addListener('pimcore.dataobject.preUpdate', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\CoreBundle\\EventListener\\CustomerSecurityValidationListener'] ?? $this->load('getCustomerSecurityValidationListenerService'));
}, 1 => 'checkCustomerSecurityDataBeforeUpdate'], 0);
$instance->addListener('coreshop.user.request_password_reset', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\CoreBundle\\EventListener\\NotificationRules\\CustomerListener'] ?? $this->load('getCustomerListener2Service'));
}, 1 => 'applyPasswordRequestResetRule'], 0);
$instance->addListener('coreshop.customer.register', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\CoreBundle\\EventListener\\NotificationRules\\CustomerListener'] ?? $this->load('getCustomerListener2Service'));
}, 1 => 'applyRegisterCustomerRule'], 0);
$instance->addListener('coreshop.customer.request_newsletter_confirm', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\CoreBundle\\EventListener\\NotificationRules\\CustomerListener'] ?? $this->load('getCustomerListener2Service'));
}, 1 => 'applyNewsletterConfirmRequestRule'], 0);
$instance->addListener('coreshop.customer.newsletter_confirm_post', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\CoreBundle\\EventListener\\NotificationRules\\CustomerListener'] ?? $this->load('getCustomerListener2Service'));
}, 1 => 'applyNewsletterConfirmed'], 0);
$instance->addListener('workflow.coreshop_order.completed', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\CoreBundle\\EventListener\\NotificationRules\\OrderWorkflowListener'] ?? $this->load('getOrderWorkflowListenerService'));
}, 1 => 'applyOrderWorkflowRule'], 0);
$instance->addListener('workflow.coreshop_order_invoice.completed', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\CoreBundle\\EventListener\\NotificationRules\\OrderWorkflowListener'] ?? $this->load('getOrderWorkflowListenerService'));
}, 1 => 'applyOrderWorkflowRule'], 0);
$instance->addListener('workflow.coreshop_order_shipment.completed', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\CoreBundle\\EventListener\\NotificationRules\\OrderWorkflowListener'] ?? $this->load('getOrderWorkflowListenerService'));
}, 1 => 'applyOrderWorkflowRule'], 0);
$instance->addListener('workflow.coreshop_order_payment.completed', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\CoreBundle\\EventListener\\NotificationRules\\OrderWorkflowListener'] ?? $this->load('getOrderWorkflowListenerService'));
}, 1 => 'applyOrderWorkflowRule'], 0);
$instance->addListener('workflow.coreshop_order_sales_type.completed', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\CoreBundle\\EventListener\\NotificationRules\\OrderWorkflowListener'] ?? $this->load('getOrderWorkflowListenerService'));
}, 1 => 'applyOrderWorkflowRule'], 0);
$instance->addListener('workflow.coreshop_quote.completed', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\CoreBundle\\EventListener\\NotificationRules\\OrderWorkflowListener'] ?? $this->load('getOrderWorkflowListenerService'));
}, 1 => 'applyOrderWorkflowRule'], 0);
$instance->addListener('coreshop.user.request_password_reset', [0 => function () {
return ($this->privates['App\\EventListener\\RequestNewPasswordListener'] ?? $this->load('getRequestNewPasswordListenerService'));
}, 1 => 'onRequestNewPassword'], 0);
$instance->addListener('pimcore.dataobject.preUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\WatchRepairListener'] ?? $this->load('getWatchRepairListenerService'));
}, 1 => 'onPreUpdate'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\WatchRepairListener'] ?? $this->load('getWatchRepairListenerService'));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->privates['App\\EventListener\\WatchRepairListener'] ?? $this->load('getWatchRepairListenerService'));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('pimcore.dataobject.preAdd', [0 => function () {
return ($this->privates['App\\EventListener\\WatchRepairListener'] ?? $this->load('getWatchRepairListenerService'));
}, 1 => 'onPreAdd'], 0);
$instance->addListener('pimcore.admin.object.get.preSendData', [0 => function () {
return ($this->privates['App\\EventListener\\ProspexAdminListener'] ?? $this->load('getProspexAdminListenerService'));
}, 1 => 'preSendData'], 0);
$instance->addListener('pimcore.admin.object.list.beforeListLoad', [0 => function () {
return ($this->privates['App\\EventListener\\ProspexAdminListener'] ?? $this->load('getProspexAdminListenerService'));
}, 1 => 'onBeforeListLoad'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\ProspexEventEventListener'] ?? ($this->privates['App\\EventListener\\ProspexEventEventListener'] = new \App\EventListener\ProspexEventEventListener()));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('pimcore.dataobject.preAdd', [0 => function () {
return ($this->privates['App\\EventListener\\ProspexEventEventListener'] ?? ($this->privates['App\\EventListener\\ProspexEventEventListener'] = new \App\EventListener\ProspexEventEventListener()));
}, 1 => 'onPreAdd'], 0);
$instance->addListener('pimcore.admin.resolve.element', [0 => function () {
return ($this->privates['App\\EventListener\\CategoryListener'] ?? $this->load('getCategoryListenerService'));
}, 1 => 'onEvent'], 0);
$instance->addListener('pimcore.admin.resolve.elementAdminStyle', [0 => function () {
return ($this->privates['App\\EventListener\\CategoryListener'] ?? $this->load('getCategoryListenerService'));
}, 1 => 'onEvent'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->privates['App\\EventListener\\CategoryListener'] ?? $this->load('getCategoryListenerService'));
}, 1 => 'onEvent'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\CategoryListener'] ?? $this->load('getCategoryListenerService'));
}, 1 => 'onEvent'], 0);
$instance->addListener('pimcore.dataobject.preAdd', [0 => function () {
return ($this->privates['App\\EventListener\\AdminDataObjectListener'] ?? $this->load('getAdminDataObjectListenerService'));
}, 1 => 'onPreAdd'], 0);
$instance->addListener('pimcore.admin.object.list.afterListLoad', [0 => function () {
return ($this->privates['App\\EventListener\\AdminDataObjectListener'] ?? $this->load('getAdminDataObjectListenerService'));
}, 1 => 'onAfterAdminObjectListLoad'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\MagazineListener'] ?? $this->load('getMagazineListenerService'));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->privates['App\\EventListener\\MagazineListener'] ?? $this->load('getMagazineListenerService'));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('pimcore.dataobject.preAdd', [0 => function () {
return ($this->privates['App\\EventListener\\MagazineListener'] ?? $this->load('getMagazineListenerService'));
}, 1 => 'onPreAdd'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\DeviceinfoListener'] ?? $this->load('getDeviceinfoListenerService'));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->privates['App\\EventListener\\DeviceinfoListener'] ?? $this->load('getDeviceinfoListenerService'));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->privates['App\\EventListener\\ProductListener'] ?? $this->load('getProductListener2Service'));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\ProductListener'] ?? $this->load('getProductListener2Service'));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['App\\EventListener\\ApiRequestListener'] ?? ($this->privates['App\\EventListener\\ApiRequestListener'] = new \App\EventListener\ApiRequestListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventListener\\AccessControlListener'] ?? $this->getAccessControlListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\CronListener'] ?? $this->load('getCronListenerService'));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->privates['App\\EventListener\\CronListener'] ?? $this->load('getCronListenerService'));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener'] ?? $this->getMaintenancePageListenerService());
}, 1 => 'onKernelRequest'], 620);
$instance->addListener('pimcore.admin.object.list.beforeListLoad', [0 => function () {
return ($this->services['CoreShop\\Bundle\\PimcoreBundle\\EventListener\\Grid\\ObjectListFilterListener'] ?? $this->load('getObjectListFilterListenerService'));
}, 1 => 'checkObjectList'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['coreshop.body_listener'] ?? ($this->privates['coreshop.body_listener'] = new \CoreShop\Bundle\ResourceBundle\EventListener\BodyListener()));
}, 1 => 'onKernelRequest'], 10);
$instance->addListener('pimcore.admin.object.list.beforeListLoad', [0 => function () {
return ($this->services['CoreShop\\Bundle\\OrderBundle\\EventListener\\Grid\\CartFilterListener'] ?? ($this->services['CoreShop\\Bundle\\OrderBundle\\EventListener\\Grid\\CartFilterListener'] = new \CoreShop\Bundle\OrderBundle\EventListener\Grid\CartFilterListener()));
}, 1 => 'checkObjectList'], 0);
$instance->addListener('coreshop.checkout.do.pre', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\OrderBundle\\EventListener\\CheckoutCartLocaleAssignerListener'] ?? $this->load('getCheckoutCartLocaleAssignerListenerService'));
}, 1 => 'assignLocaleOnCheckout'], 0);
$instance->addListener('coreshop.product_price_rule.post_save', [0 => function () {
return ($this->services['CoreShop\\Bundle\\ProductBundle\\EventListener\\ClearCachedPriceRulesListener'] ?? ($this->services['CoreShop\\Bundle\\ProductBundle\\EventListener\\ClearCachedPriceRulesListener'] = new \CoreShop\Bundle\ProductBundle\EventListener\ClearCachedPriceRulesListener()));
}, 1 => 'clearCachedRules'], 0);
$instance->addListener('coreshop.product_specific_price_rule.post_save', [0 => function () {
return ($this->services['CoreShop\\Bundle\\ProductBundle\\EventListener\\ClearCachedPriceRulesListener'] ?? ($this->services['CoreShop\\Bundle\\ProductBundle\\EventListener\\ClearCachedPriceRulesListener'] = new \CoreShop\Bundle\ProductBundle\EventListener\ClearCachedPriceRulesListener()));
}, 1 => 'clearCachedRules'], 0);
$instance->addListener('coreshop.product_price_rule.post_delete', [0 => function () {
return ($this->services['CoreShop\\Bundle\\ProductBundle\\EventListener\\ClearCachedPriceRulesListener'] ?? ($this->services['CoreShop\\Bundle\\ProductBundle\\EventListener\\ClearCachedPriceRulesListener'] = new \CoreShop\Bundle\ProductBundle\EventListener\ClearCachedPriceRulesListener()));
}, 1 => 'clearCachedRules'], 0);
$instance->addListener('coreshop.product_specific_price_rule.post_delete', [0 => function () {
return ($this->services['CoreShop\\Bundle\\ProductBundle\\EventListener\\ClearCachedPriceRulesListener'] ?? ($this->services['CoreShop\\Bundle\\ProductBundle\\EventListener\\ClearCachedPriceRulesListener'] = new \CoreShop\Bundle\ProductBundle\EventListener\ClearCachedPriceRulesListener()));
}, 1 => 'clearCachedRules'], 0);
$instance->addListener('pimcore.dataobject.preUpdate', [0 => function () {
return ($this->services['CoreShop\\Bundle\\ProductBundle\\EventListener\\CategoryPersistEventListener'] ?? ($this->services['CoreShop\\Bundle\\ProductBundle\\EventListener\\CategoryPersistEventListener'] = new \CoreShop\Bundle\ProductBundle\EventListener\CategoryPersistEventListener()));
}, 1 => 'onPreUpdate'], 0);
$instance->addListener('pimcore.dataobject.postDelete', [0 => function () {
return ($this->services['CoreShop\\Bundle\\ProductBundle\\EventListener\\ProductDeleteListener'] ?? $this->load('getProductDeleteListenerService'));
}, 1 => 'onPostDelete'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\StoreBundle\\Context\\Debug\\DebugStorePersister'] ?? $this->getDebugStorePersisterService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('coreshop.index.post_save', [0 => function () {
return ($this->services['CoreShop\\Bundle\\IndexBundle\\EventListener\\CreateIndexListener'] ?? $this->load('getCreateIndexListenerService'));
}, 1 => 'onIndexSavePost'], 0);
$instance->addListener('coreshop.index.pre_delete', [0 => function () {
return ($this->services['CoreShop\\Bundle\\IndexBundle\\EventListener\\DeleteIndexListener'] ?? $this->load('getDeleteIndexListenerService'));
}, 1 => 'onIndexDeletePre'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->services['CoreShop\\Bundle\\IndexBundle\\EventListener\\IndexObjectListener'] ?? $this->load('getIndexObjectListenerService'));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->services['CoreShop\\Bundle\\IndexBundle\\EventListener\\IndexObjectListener'] ?? $this->load('getIndexObjectListenerService'));
}, 1 => 'onPostUpdate'], 0);
$instance->addListener('pimcore.dataobject.preDelete', [0 => function () {
return ($this->services['CoreShop\\Bundle\\IndexBundle\\EventListener\\IndexDeleteObjectListener'] ?? $this->load('getIndexDeleteObjectListenerService'));
}, 1 => 'onPreDelete'], 0);
$instance->addListener('coreshop.notification_rule.pre_create', [0 => function () {
return ($this->services['CoreShop\\Bundle\\NotificationBundle\\EventListener\\NotificationRuleEventListener'] ?? $this->load('getNotificationRuleEventListenerService'));
}, 1 => 'preCreate'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->services['CoreShop\\Bundle\\TrackingBundle\\EventListener\\GtmDataLayerBlockListener'] ?? $this->getGtmDataLayerBlockListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->services['payum.listener.reply_to_http_response'] ?? $this->load('getPayum_Listener_ReplyToHttpResponseService'));
}, 1 => 'onKernelException'], 128);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['coreshop.storage_list.blamer.order'] ?? $this->load('getCoreshop_StorageList_Blamer_OrderService'));
}, 1 => 'onInteractiveLogin'], 0);
$instance->addListener('coreshop.customer.register', [0 => function () {
return ($this->privates['coreshop.storage_list.blamer.order'] ?? $this->load('getCoreshop_StorageList_Blamer_OrderService'));
}, 1 => 'onRegisterEvent'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['coreshop.storage_list.blamer.wishlist'] ?? $this->load('getCoreshop_StorageList_Blamer_WishlistService'));
}, 1 => 'onInteractiveLogin'], 0);
$instance->addListener('coreshop.customer.register', [0 => function () {
return ($this->privates['coreshop.storage_list.blamer.wishlist'] ?? $this->load('getCoreshop_StorageList_Blamer_WishlistService'));
}, 1 => 'onRegisterEvent'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener'] ?? $this->getGoogleAnalyticsCodeListenerService());
}, 1 => 'onKernelResponse'], -110);
$instance->addListener('kernel.response', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener'] ?? $this->getGoogleTagManagerListenerService());
}, 1 => 'onKernelResponse'], -108);
$instance->addListener('kernel.request', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'] ?? $this->getFullPageCacheListenerService());
}, 1 => 'onKernelRequest'], 610);
$instance->addListener('kernel.response', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'] ?? $this->getFullPageCacheListenerService());
}, 1 => 'onKernelResponse'], -120);
$instance->addListener('kernel.response', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'] ?? $this->getFullPageCacheListenerService());
}, 1 => 'stopPropagationCheck'], 100);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\CartBlamerListener'] ?? $this->load('getCartBlamerListenerService'));
}, 1 => 'onInteractiveLogin'], 0);
$instance->addListener('coreshop.customer.register', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\CartBlamerListener'] ?? $this->load('getCartBlamerListenerService'));
}, 1 => 'onRegisterEvent'], 0);
$instance->addListener('coreshop.cart_price_rule.post_save', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\PriceRuleUpdateEventListener'] ?? $this->load('getPriceRuleUpdateEventListenerService'));
}, 1 => 'storeConfigurationThatPriceRulesChanged'], 0);
$instance->addListener('coreshop.cart_price_rule.post_delete', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\PriceRuleUpdateEventListener'] ?? $this->load('getPriceRuleUpdateEventListenerService'));
}, 1 => 'storeConfigurationThatPriceRulesChanged'], 0);
$instance->addListener('coreshop.product_price_rule.post_save', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\PriceRuleUpdateEventListener'] ?? $this->load('getPriceRuleUpdateEventListenerService'));
}, 1 => 'storeConfigurationThatPriceRulesChanged'], 0);
$instance->addListener('coreshop.product_price_rule.post_delete', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\PriceRuleUpdateEventListener'] ?? $this->load('getPriceRuleUpdateEventListenerService'));
}, 1 => 'storeConfigurationThatPriceRulesChanged'], 0);
$instance->addListener('coreshop.order.shipment.wkhtml.options', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\Order\\OrderDocumentWkhtmlPrintOptionsListener'] ?? $this->load('getOrderDocumentWkhtmlPrintOptionsListenerService'));
}, 1 => 'resolveOptions'], 0);
$instance->addListener('coreshop.order.invoice.wkhtml.options', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\Order\\OrderDocumentWkhtmlPrintOptionsListener'] ?? $this->load('getOrderDocumentWkhtmlPrintOptionsListenerService'));
}, 1 => 'resolveOptions'], 0);
$instance->addListener('coreshop.mail.post_send', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\Order\\OrderMailNoteEventListener'] ?? $this->load('getOrderMailNoteEventListenerService'));
}, 1 => 'onOrderMailSent'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\ProductUpdateEventListener'] ?? $this->load('getProductUpdateEventListenerService'));
}, 1 => 'storeConfigurationThatProductChanged'], 0);
$instance->addListener('pimcore.dataobject.preUpdate', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\ProductAvailabilityEventListener'] ?? $this->load('getProductAvailabilityEventListenerService'));
}, 1 => 'preUpdateListener'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\ProductAvailabilityEventListener'] ?? $this->load('getProductAvailabilityEventListenerService'));
}, 1 => 'postUpdateListener'], 0);
$instance->addListener('pimcore.dataobject.postDelete', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\ProductAvailabilityEventListener'] ?? $this->load('getProductAvailabilityEventListenerService'));
}, 1 => 'postDeleteListener'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\RequestCartRecalculation'] ?? $this->getRequestCartRecalculationService());
}, 1 => 'checkPriceRuleState'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\RequestCartAvailability'] ?? $this->getRequestCartAvailabilityService());
}, 1 => 'checkCartAvailability'], 7);
$instance->addListener('pimcore.dataobject.preDelete', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\CustomerOrderDeletionListener'] ?? $this->load('getCustomerOrderDeletionListenerService'));
}, 1 => 'checkCustomerOrdersBeforeDeletion'], 0);
$instance->addListener('pimcore.dataobject.deleteInfo', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\CustomerOrderDeletionListener'] ?? $this->load('getCustomerOrderDeletionListenerService'));
}, 1 => 'checkCustomerDeletionAllowed'], 0);
$instance->addListener('coreshop.product_quantity_price_rules.data_validation', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\QuantityRangeUnitValidationListener'] ?? $this->load('getQuantityRangeUnitValidationListenerService'));
}, 1 => 'validate'], 0);
$instance->addListener('coreshop.note.order_comment.post_add', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\CoreBundle\\EventListener\\NotificationRules\\OrderCommentsListener'] ?? $this->load('getOrderCommentsListenerService'));
}, 1 => 'applyOrderCommentAddedNotifications'], 0);
$instance->addListener('workflow.coreshop_payment.completed', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\CoreBundle\\EventListener\\NotificationRules\\PaymentWorkflowListener'] ?? $this->load('getPaymentWorkflowListenerService'));
}, 1 => 'applyPaymentWorkflowTransitionCompleted'], 0);
$instance->addListener('workflow.coreshop_invoice.completed', [0 => function () {
return ($this->privates['coreshop.notification.listener.invoice'] ?? $this->load('getCoreshop_Notification_Listener_InvoiceService'));
}, 1 => 'applyDocumentWorkflowTransitionCompleted'], 0);
$instance->addListener('workflow.coreshop_shipment.completed', [0 => function () {
return ($this->privates['coreshop.notification.listener.shipment'] ?? $this->load('getCoreshop_Notification_Listener_ShipmentService'));
}, 1 => 'applyDocumentWorkflowTransitionCompleted'], 0);
$instance->addListener('pimcore.dataobject.preDelete', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\CustomerCompanyRelationListener'] ?? $this->load('getCustomerCompanyRelationListenerService'));
}, 1 => 'onCompanyDelete'], 0);
$instance->addListener('oneup_uploader.validation', [0 => function () {
return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
}, 1 => 'onValidate'], 0);
$instance->addListener('oneup_uploader.validation', [0 => function () {
return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
}, 1 => 'onValidate'], 0);
$instance->addListener('oneup_uploader.validation', [0 => function () {
return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
}, 1 => 'onValidate'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
}, 1 => 'handleConsoleCommandEvent'], 128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
}, 1 => 'handleConsoleTerminateEvent'], -64);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
}, 1 => 'handleConsoleErrorEvent'], -64);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->load('getErrorListenerService'));
}, 1 => 'handleExceptionEvent'], 128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 5);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
}, 1 => 'handleKernelControllerEvent'], 10);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 3);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
}, 1 => 'handleKernelFinishRequestEvent'], 5);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleKernelRequestEvent'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleLoginSuccessEvent'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('pimcore.bundle_manager.paths.editmode_js', [0 => function () {
return ($this->privates['App\\EventSubscriber\\EditmodeSubscriber'] ?? ($this->privates['App\\EventSubscriber\\EditmodeSubscriber'] = new \App\EventSubscriber\EditmodeSubscriber()));
}, 1 => 'onEditmodeJsPaths'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\SiteRequestSubscriber'] ?? ($this->privates['App\\EventSubscriber\\SiteRequestSubscriber'] = new \App\EventSubscriber\SiteRequestSubscriber()));
}, 1 => 'onRequest'], 0);
$instance->addListener('pimcore.bundle_manager.paths.js', [0 => function () {
return ($this->services['CoreShop\\Bundle\\MenuBundle\\EventListener\\PimcoreAdminListener'] ?? ($this->services['CoreShop\\Bundle\\MenuBundle\\EventListener\\PimcoreAdminListener'] = new \CoreShop\Bundle\MenuBundle\EventListener\PimcoreAdminListener()));
}, 1 => 'addJsFiles'], 0);
$instance->addListener('pimcore.bundle_manager.paths.js', [0 => function () {
return ($this->services['CoreShop\\Bundle\\PimcoreBundle\\EventListener\\AdminJavascriptListener'] ?? $this->load('getAdminJavascriptListener3Service'));
}, 1 => 'getAdminJavascript'], 0);
$instance->addListener('pimcore.bundle_manager.paths.css', [0 => function () {
return ($this->services['CoreShop\\Bundle\\PimcoreBundle\\EventListener\\AdminJavascriptListener'] ?? $this->load('getAdminJavascriptListener3Service'));
}, 1 => 'getAdminCss'], 0);
$instance->addListener('pimcore.bundle_manager.paths.editmode_js', [0 => function () {
return ($this->services['CoreShop\\Bundle\\PimcoreBundle\\EventListener\\AdminJavascriptListener'] ?? $this->load('getAdminJavascriptListener3Service'));
}, 1 => 'getEditmodeAdminJavascript'], 0);
$instance->addListener('pimcore.bundle_manager.paths.editmode_css', [0 => function () {
return ($this->services['CoreShop\\Bundle\\PimcoreBundle\\EventListener\\AdminJavascriptListener'] ?? $this->load('getAdminJavascriptListener3Service'));
}, 1 => 'getEditmodeAdminCSS'], 0);
$instance->addListener('pimcore.dataobject.preUpdate', [0 => function () {
return ($this->services['CoreShop\\Bundle\\PimcoreBundle\\EventListener\\SluggableListener'] ?? $this->load('getSluggableListenerService'));
}, 1 => 'preUpdate'], 0);
$instance->addListener('pimcore.dataobject.preAdd', [0 => function () {
return ($this->services['CoreShop\\Bundle\\PimcoreBundle\\EventListener\\SluggableListener'] ?? $this->load('getSluggableListenerService'));
}, 1 => 'preUpdate'], 0);
$instance->addListener('pimcore.system.service.preGetDeepCopy', [0 => function () {
return ($this->services['CoreShop\\Bundle\\ResourceBundle\\EventListener\\DeepCopySubscriber'] ?? ($this->services['CoreShop\\Bundle\\ResourceBundle\\EventListener\\DeepCopySubscriber'] = new \CoreShop\Bundle\ResourceBundle\EventListener\DeepCopySubscriber()));
}, 1 => 'addDoctrineCollectionFilter'], 0);
$instance->addListener('pimcore.dataobject.preAdd', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\OptimisticEntityLockBundle\\EventListener\\LockListener'] ?? $this->load('getLockListenerService'));
}, 1 => 'preAddLock'], 0);
$instance->addListener('pimcore.dataobject.preUpdate', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\OptimisticEntityLockBundle\\EventListener\\LockListener'] ?? $this->load('getLockListenerService'));
}, 1 => 'checkLock'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\OptimisticEntityLockBundle\\EventListener\\LockListener'] ?? $this->load('getLockListenerService'));
}, 1 => 'postUpdateLock'], 0);
$instance->addListener('workflow.enter', [0 => function () {
return ($this->services['CoreShop\\Bundle\\WorkflowBundle\\EventListener\\WorkflowListener'] ?? $this->load('getWorkflowListenerService'));
}, 1 => 'onTransitionEnter'], 0);
$instance->addListener('workflow.completed', [0 => function () {
return ($this->services['CoreShop\\Bundle\\WorkflowBundle\\EventListener\\WorkflowListener'] ?? $this->load('getWorkflowListenerService'));
}, 1 => 'onTransitionCompleted'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\MessengerBundle\\EventListener\\FailureListener'] ?? $this->load('getFailureListenerService'));
}, 1 => 'onMessageFailed'], 110);
$instance->addListener('pimcore.bundle_manager.paths.js', [0 => function () {
return ($this->services['CoreShop\\Bundle\\MessengerBundle\\EventListener\\AdminJavascriptListener'] ?? ($this->services['CoreShop\\Bundle\\MessengerBundle\\EventListener\\AdminJavascriptListener'] = new \CoreShop\Bundle\MessengerBundle\EventListener\AdminJavascriptListener()));
}, 1 => 'getAdminJavascript'], 0);
$instance->addListener('pimcore.dataobject.preUpdate', [0 => function () {
return ($this->services['CoreShop\\Bundle\\VariantBundle\\EventListener\\AttributeListener'] ?? $this->load('getAttributeListenerService'));
}, 1 => 'preUpdate'], 0);
$instance->addListener('pimcore.dataobject.preAdd', [0 => function () {
return ($this->services['CoreShop\\Bundle\\VariantBundle\\EventListener\\AttributeListener'] ?? $this->load('getAttributeListenerService'));
}, 1 => 'preUpdate'], 0);
$instance->addListener('pimcore.dataobject.preAdd', [0 => function () {
return ($this->services['CoreShop\\Bundle\\VariantBundle\\EventListener\\ProductListener'] ?? $this->load('getProductListenerService'));
}, 1 => 'preUpdate'], 10);
$instance->addListener('pimcore.dataobject.preUpdate', [0 => function () {
return ($this->services['CoreShop\\Bundle\\VariantBundle\\EventListener\\ProductListener'] ?? $this->load('getProductListenerService'));
}, 1 => 'preUpdate'], 10);
$instance->addListener('pimcore.dataobject.preUpdate', [0 => function () {
return ($this->services['CoreShop\\Bundle\\VariantBundle\\EventListener\\MainVariantListener'] ?? ($this->services['CoreShop\\Bundle\\VariantBundle\\EventListener\\MainVariantListener'] = new \CoreShop\Bundle\VariantBundle\EventListener\MainVariantListener()));
}, 1 => 'preUpdate'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->services['CoreShop\\Bundle\\VariantBundle\\EventListener\\MainVariantListener'] ?? ($this->services['CoreShop\\Bundle\\VariantBundle\\EventListener\\MainVariantListener'] = new \CoreShop\Bundle\VariantBundle\EventListener\MainVariantListener()));
}, 1 => 'postUpdate'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->services['CoreShop\\Bundle\\VariantBundle\\EventListener\\MainVariantListener'] ?? ($this->services['CoreShop\\Bundle\\VariantBundle\\EventListener\\MainVariantListener'] = new \CoreShop\Bundle\VariantBundle\EventListener\MainVariantListener()));
}, 1 => 'postUpdate'], 0);
$instance->addListener('pimcore.document.renderer.pre_render', [0 => function () {
return ($this->services['CoreShop\\Bundle\\ThemeBundle\\EventListener\\DocumentRenderListener'] ?? $this->load('getDocumentRenderListenerService'));
}, 1 => 'preRender'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [0 => function () {
return ($this->privates['CoreShop\\Bundle\\NotificationBundle\\EventListener\\MessengerListener'] ?? ($this->privates['CoreShop\\Bundle\\NotificationBundle\\EventListener\\MessengerListener'] = new \CoreShop\Bundle\NotificationBundle\EventListener\MessengerListener()));
}, 1 => 'onMessageReceived'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->services['CoreShop\\Bundle\\PayumBundle\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->services['CoreShop\\Bundle\\PayumBundle\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
}, 1 => 'onMessage'], -255);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
}, 1 => 'onMessage'], -255);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
}, 1 => 'onMessageFailed'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
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()));
}, 1 => 'onMessageFailed'], 200);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
}, 1 => 'onMessageFailed'], -100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
}, 1 => 'onWorkerStarted'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
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()));
}, 1 => 'onMessageFailed'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
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()));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
}, 1 => 'onNotification'], -255);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['security.authentication.kernel_exception_listener.two_factor.pimcore_admin'] ?? $this->load('getSecurity_Authentication_KernelExceptionListener_TwoFactor_PimcoreAdminService'));
}, 1 => 'onKernelException'], 2);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['security.authentication.form_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_PimcoreAdminService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
}, 1 => 'onLogin'], 9223372036854775807);
$instance->addListener('scheb_two_factor.authentication.require', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
}, 1 => 'onAccessDenied'], 0);
$instance->addListener('scheb_two_factor.authentication.form', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
}, 1 => 'onTwoFactorForm'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
}, 1 => 'onKernelResponse'], 1);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
}, 1 => 'onMessage'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
}, 1 => 'onWorkerMessageHandled'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
}, 1 => 'onWorkerMessageFailed'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('presta_sitemap.populate', [0 => function () {
return ($this->privates['presta_sitemap.eventlistener.route_annotation'] ?? $this->load('getPrestaSitemap_Eventlistener_RouteAnnotationService'));
}, 1 => 'registerRouteAnnotation'], 0);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
}, 1 => 'onLogin'], 9223372036854775806);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
}, 1 => 'onSuccessfulLogin'], -63);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['coreshop.storage_list.session_subscriber.order'] ?? $this->getCoreshop_StorageList_SessionSubscriber_OrderService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['coreshop.storage_list.cache_subscriber.order'] ?? $this->getCoreshop_StorageList_CacheSubscriber_OrderService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['coreshop.storage_list.session_and_store_subscriber.order'] ?? $this->getCoreshop_StorageList_SessionAndStoreSubscriber_OrderService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['coreshop.storage_list.session_subscriber.wishlist'] ?? $this->getCoreshop_StorageList_SessionSubscriber_WishlistService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['coreshop.storage_list.cache_subscriber.wishlist'] ?? $this->getCoreshop_StorageList_CacheSubscriber_WishlistService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['coreshop.storage_list.session_and_store_subscriber.wishlist'] ?? $this->getCoreshop_StorageList_SessionAndStoreSubscriber_WishlistService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
}, 1 => 'configure'], 1024);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('knp_pager.items', [0 => function () {
return ($this->privates['Pimcore\\Model\\Paginator\\EventSubscriber\\PaginateListingSubscriber'] ?? ($this->privates['Pimcore\\Model\\Paginator\\EventSubscriber\\PaginateListingSubscriber'] = new \Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber()));
}, 1 => 'items'], -5);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber'] ?? ($this->privates['Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'before'], 0);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber'] ?? ($this->privates['Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'pagination'], 0);
$instance->addListener('workflow.completed', [0 => function () {
return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotificationSubscriber'] ?? $this->load('getNotificationSubscriberService'));
}, 1 => 'onWorkflowCompleted'], 0);
$instance->addListener('workflow.completed', [0 => function () {
return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->load('getNotesSubscriberService'));
}, 1 => 'onWorkflowCompleted'], 1);
$instance->addListener('workflow.enter', [0 => function () {
return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->load('getNotesSubscriberService'));
}, 1 => 'onWorkflowEnter'], 0);
$instance->addListener('pimcore.workflow.preGlobalAction', [0 => function () {
return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->load('getNotesSubscriberService'));
}, 1 => 'onPreGlobalAction'], 0);
$instance->addListener('pimcore.workflow.postGlobalAction', [0 => function () {
return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->load('getNotesSubscriberService'));
}, 1 => 'onPostGlobalAction'], 0);
$instance->addListener('workflow.completed', [0 => function () {
return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\ChangePublishedStateSubscriber'] ?? ($this->privates['Pimcore\\Workflow\\EventSubscriber\\ChangePublishedStateSubscriber'] = new \Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber()));
}, 1 => 'onWorkflowCompleted'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener'] ?? $this->getRoutingListenerService());
}, 1 => 'onKernelRequest'], 512);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener'] ?? $this->getRoutingListenerService());
}, 1 => 'onKernelException'], 64);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener'] ?? $this->getPimcoreContextListenerService());
}, 1 => 'onKernelRequest'], 24);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener'] ?? $this->getDocumentFallbackListenerService());
}, 1 => 'onKernelRequest'], 20);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener'] ?? $this->getDocumentFallbackListenerService());
}, 1 => 'onKernelController'], 50);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 1);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener'] ?? $this->getTranslationDebugListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\DumpTranslationEntriesListener'] ?? $this->load('getDumpTranslationEntriesListenerService'));
}, 1 => 'onKernelTerminate'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\DumpTranslationEntriesListener'] ?? $this->load('getDumpTranslationEntriesListenerService'));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener'] ?? $this->getElementListenerService());
}, 1 => 'onKernelController'], 30);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());
}, 1 => 'onKernelController'], 15);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());
}, 1 => 'onKernelRequest'], 700);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener'] ?? $this->getHardlinkCanonicalListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener'] ?? $this->getBlockStateListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener'] ?? $this->getBlockStateListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentMetaDataListener'] ?? $this->getDocumentMetaDataListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('pimcore.document.renderer.pre_render', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentRendererListener'] ?? $this->load('getDocumentRendererListenerService'));
}, 1 => 'onPreRender'], 0);
$instance->addListener('pimcore.document.renderer.post_render', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentRendererListener'] ?? $this->load('getDocumentRendererListenerService'));
}, 1 => 'onPostRender'], 0);
$instance->addListener('pimcore.document.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
}, 1 => 'onPostAddUpdateDeleteDocument'], 0);
$instance->addListener('pimcore.document.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
}, 1 => 'onPostAddUpdateDeleteDocument'], 0);
$instance->addListener('pimcore.document.postUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
}, 1 => 'onPostAddUpdateDeleteDocument'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
}, 1 => 'onKernelRequest'], 510);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
}, 1 => 'onKernelResponse'], -120);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ContentTemplateListener'] ?? $this->load('getContentTemplateListenerService'));
}, 1 => 'onKernelView'], 16);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
}, 1 => 'onElementPostAdd'], 0);
$instance->addListener('pimcore.document.postAdd', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
}, 1 => 'onElementPostAdd'], 0);
$instance->addListener('pimcore.asset.postAdd', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
}, 1 => 'onElementPostAdd'], 0);
$instance->addListener('pimcore.dataobject.postDelete', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
}, 1 => 'onElementPostDelete'], 0);
$instance->addListener('pimcore.document.postDelete', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
}, 1 => 'onElementPostDelete'], 0);
$instance->addListener('pimcore.asset.postDelete', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
}, 1 => 'onElementPostDelete'], 0);
$instance->addListener('pimcore.admin.dataobject.get.preSendData', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
}, 1 => 'onAdminElementGetPreSendData'], 0);
$instance->addListener('pimcore.admin.asset.get.preSendData', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
}, 1 => 'onAdminElementGetPreSendData'], 0);
$instance->addListener('pimcore.admin.document.get.preSendData', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
}, 1 => 'onAdminElementGetPreSendData'], 0);
$instance->addListener('pimcore.dataobject.postCopy', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
}, 1 => 'onPostCopy'], 0);
$instance->addListener('pimcore.document.postCopy', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
}, 1 => 'onPostCopy'], 0);
$instance->addListener('pimcore.asset.postCopy', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
}, 1 => 'onPostCopy'], 0);
$instance->addListener('pimcore.asset.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
}, 1 => 'onPostAssetDelete'], -9999);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
}, 1 => 'onPostAddUpdateElement'], 0);
$instance->addListener('pimcore.document.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
}, 1 => 'onPostAddUpdateElement'], 0);
$instance->addListener('pimcore.asset.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
}, 1 => 'onPostAddUpdateElement'], 0);
$instance->addListener('pimcore.dataobject.preDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
}, 1 => 'onPreDeleteElement'], 0);
$instance->addListener('pimcore.document.preDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
}, 1 => 'onPreDeleteElement'], 0);
$instance->addListener('pimcore.asset.preDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
}, 1 => 'onPreDeleteElement'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
}, 1 => 'onPostAddUpdateElement'], 0);
$instance->addListener('pimcore.document.postUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
}, 1 => 'onPostAddUpdateElement'], 0);
$instance->addListener('pimcore.asset.postUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
}, 1 => 'onPostAddUpdateElement'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
}, 1 => 'onPostAdd'], 0);
$instance->addListener('pimcore.document.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
}, 1 => 'onPostAdd'], 0);
$instance->addListener('pimcore.asset.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
}, 1 => 'onPostAdd'], 0);
$instance->addListener('pimcore.class.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
}, 1 => 'onPostAdd'], 0);
$instance->addListener('pimcore.dataobject.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
}, 1 => 'onPostDelete'], 0);
$instance->addListener('pimcore.document.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
}, 1 => 'onPostDelete'], 0);
$instance->addListener('pimcore.asset.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
}, 1 => 'onPostDelete'], 0);
$instance->addListener('pimcore.class.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
}, 1 => 'onPostDelete'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseExceptionListener'] ?? $this->load('getResponseExceptionListenerService'));
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener'] ?? $this->getResponseHeaderListenerService());
}, 1 => 'onKernelResponse'], 32);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'] ?? $this->getEditmodeListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'] ?? $this->getEditmodeListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener'] ?? $this->getResponseStackListenerService());
}, 1 => 'onKernelResponse'], 24);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener'] ?? $this->getInternalWysiwygHtmlAttributeFilterListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener'] ?? $this->getGoogleSearchConsoleVerificationListenerService());
}, 1 => 'onKernelRequest'], 64);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener'] ?? $this->getOutputTimestampListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener'] ?? $this->getWebDebugToolbarListenerService());
}, 1 => 'onKernelResponse'], -118);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MessengerClearRuntimeCacheListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MessengerClearRuntimeCacheListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener()));
}, 1 => 'handle'], 0);
$instance->addListener('presta_sitemap.populate', [0 => function () {
return ($this->privates['Pimcore\\Sitemap\\EventListener\\SitemapGeneratorListener'] ?? $this->load('getSitemapGeneratorListenerService'));
}, 1 => 'onPopulateSitemap'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
}, 1 => 'onKernelRequest'], 7);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
}, 1 => 'onKernelResponse'], -115);
$instance->addListener('pimcore.targeting.pre_resolve', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
}, 1 => 'onPreResolve'], 0);
$instance->addListener('pimcore.targeting.pre_resolve', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\DocumentTargetGroupListener'] ?? $this->load('getDocumentTargetGroupListenerService'));
}, 1 => 'onVisitorInfoResolve'], 0);
$instance->addListener('pimcore.cache.full_page.prepare_response', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\FullPageCacheCookieCleanupListener'] ?? ($this->privates['Pimcore\\Targeting\\EventListener\\FullPageCacheCookieCleanupListener'] = new \Pimcore\Targeting\EventListener\FullPageCacheCookieCleanupListener()));
}, 1 => 'onPrepareFullPageCacheResponse'], 0);
$instance->addListener('pimcore.targeting.visited_pages_count_match', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\VisitedPagesCountListener'] ?? $this->load('getVisitedPagesCountListenerService'));
}, 1 => 'onVisitedPagesCountMatch'], 0);
$instance->addListener('pimcore.targeting.post_resolve', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\VisitedPagesCountListener'] ?? $this->load('getVisitedPagesCountListenerService'));
}, 1 => 'onPostResolveVisitorInfo'], 0);
$instance->addListener('pimcore.targeting.pre_resolve', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'] ?? $this->getToolbarListenerService());
}, 1 => 'onPreResolve'], -10);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'] ?? $this->getToolbarListenerService());
}, 1 => 'onKernelResponse'], -127);
$instance->addListener('pimcore.cache.full_page.ignored_session_keys', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] ?? ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] = new \Pimcore\Targeting\EventListener\TargetingSessionBagListener()));
}, 1 => 'configureIgnoredSessionKeys'], 0);
$instance->addListener('pimcore.cache.full_page.prepare_response', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] ?? ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] = new \Pimcore\Targeting\EventListener\TargetingSessionBagListener()));
}, 1 => 'prepareFullPageCacheResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] ?? ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] = new \Pimcore\Targeting\EventListener\TargetingSessionBagListener()));
}, 1 => 'onKernelRequest'], 127);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\Session\\AdminSessionBagConfigurator'] ?? $this->getAdminSessionBagConfiguratorService());
}, 1 => 'onKernelRequest'], 127);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\Security\\Event\\LogoutListener'] ?? $this->load('getLogoutListenerService'));
}, 1 => 'onLogout'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener'] ?? $this->getAdminSecurityListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminAuthenticationDoubleCheckListener'] ?? $this->getAdminAuthenticationDoubleCheckListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
}, 1 => 'handleRequest'], 11);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminExceptionListener'] ?? $this->load('getAdminExceptionListenerService'));
}, 1 => 'onKernelException'], 0);
$instance->addListener('pimcore.class.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener()));
}, 1 => 'onClassDelete'], 0);
$instance->addListener('pimcore.user.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener()));
}, 1 => 'onUserDelete'], 0);
$instance->addListener('pimcore.dataobject.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener()));
}, 1 => 'onObjectDelete'], 0);
$instance->addListener('pimcore.class.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener()));
}, 1 => 'onClassDelete'], 0);
$instance->addListener('pimcore.user.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener()));
}, 1 => 'onUserDelete'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener'] ?? $this->getAdminSessionBagListenerService());
}, 1 => 'onKernelRequest'], 127);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener'] ?? $this->getHttpCacheListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener'] ?? $this->getCustomAdminEntryPointCheckListenerService());
}, 1 => 'onKernelRequest'], 560);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener'] ?? $this->getUserPerspectiveListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener'] ?? $this->getUsageStatisticsListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener'] ?? $this->getEnablePreviewTimeSliderListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\Storage\\CookieStorage'] ?? ($this->services['CoreShop\\Bundle\\CoreBundle\\Storage\\CookieStorage'] = new \CoreShop\Bundle\CoreBundle\Storage\CookieStorage()));
}, 1 => 'onKernelRequest'], 1024);
$instance->addListener('kernel.response', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\Storage\\CookieStorage'] ?? ($this->services['CoreShop\\Bundle\\CoreBundle\\Storage\\CookieStorage'] = new \CoreShop\Bundle\CoreBundle\Storage\CookieStorage()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('pimcore.admin.dataobject.get.preSendData', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\ProductStoreValuesAdminGetListener'] ?? ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\ProductStoreValuesAdminGetListener'] = new \CoreShop\Bundle\CoreBundle\EventListener\ProductStoreValuesAdminGetListener()));
}, 1 => 'prepareData'], 0);
$instance->addListener('pimcore.bundle_manager.paths.js', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\AdminJavascriptListener'] ?? $this->load('getAdminJavascriptListenerService'));
}, 1 => 'getAdminJavascript'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
}, 1 => 'onEvent'], 1024);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
}, 1 => 'onEvent'], 1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
}, 1 => 'onEvent'], 1024);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
}, 1 => 'onEvent'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['http_kernel'])) {
return $this->services['http_kernel'];
}
return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($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 () {
yield 0 => ($this->privates['debug.Pimcore\\Bundle\\CoreBundle\\Request\\ParamConverter\\DataObjectParamResolver'] ?? $this->load('getDataObjectParamResolverService'));
yield 1 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
yield 2 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
yield 3 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
yield 4 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
yield 5 => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\DocumentValueResolver'] ?? $this->load('getDocumentValueResolverService'));
yield 6 => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\EditmodeValueResolver'] ?? $this->load('getEditmodeValueResolverService'));
yield 7 => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\WebsiteConfigValueResolver'] ?? $this->load('getWebsiteConfigValueResolverService'));
yield 8 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
yield 9 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
yield 10 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
yield 11 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
}, 12)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
}
/**
* Gets the public 'hwi_oauth.resource_ownermap.coreshop_frontend' shared service.
*
* @return \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap
*/
protected function getHwiOauth_ResourceOwnermap_CoreshopFrontendService()
{
$this->services['hwi_oauth.resource_ownermap.coreshop_frontend'] = $instance = new \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), $this->parameters['hwi_oauth.resource_owners'], $this->parameters['hwi_oauth.resource_ownermap.configured.coreshop_frontend']);
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'knp_menu.matcher' shared service.
*
* @return \Knp\Menu\Matcher\Matcher
*/
protected function getKnpMenu_MatcherService()
{
return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
yield 0 => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
}, 1));
}
/**
* Gets the public 'messenger.default_bus' shared service.
*
* @return \Symfony\Component\Messenger\TraceableMessageBus
*/
protected function getMessenger_DefaultBusService()
{
return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
yield 0 => ($this->privates['messenger.bus.pimcore-core.middleware.traceable'] ?? $this->load('getMessenger_Bus_Pimcorecore_Middleware_TraceableService'));
yield 1 => ($this->privates['messenger.bus.pimcore-core.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.pimcore-core.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.pimcore-core')));
yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
yield 6 => ($this->privates['messenger.bus.pimcore-core.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Pimcorecore_Middleware_HandleMessageService'));
}, 7)));
}
/**
* Gets the public 'monolog.logger.admin' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_AdminService()
{
$this->services['monolog.logger.admin'] = $instance = new \Symfony\Bridge\Monolog\Logger('admin');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->services['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'monolog.logger.doctrine' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DoctrineService()
{
$this->services['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'monolog.logger.event' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_EventService()
{
$this->services['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'monolog.logger.http_client' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_HttpClientService()
{
$this->services['monolog.logger.http_client'] = $instance = new \Symfony\Bridge\Monolog\Logger('http_client');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'monolog.logger.init' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_InitService()
{
$this->services['monolog.logger.init'] = $instance = new \Symfony\Bridge\Monolog\Logger('init');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'monolog.logger.php' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_PhpService()
{
$this->services['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'monolog.logger.profiler' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_ProfilerService()
{
$this->services['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->services['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'monolog.logger.router' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RouterService()
{
$this->services['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'monolog.logger.routing' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RoutingService()
{
$this->services['monolog.logger.routing'] = $instance = new \Symfony\Bridge\Monolog\Logger('routing');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'monolog.logger.security' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SecurityService()
{
$this->services['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
*
* @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
*/
protected function getOneupUploader_Templating_UploaderHelperService()
{
return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper(($this->services['router'] ?? $this->getRouterService()), $this->parameters['oneup_uploader.maxsize']);
}
/**
* Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
*
* @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
*/
protected function getOneupUploader_Twig_Extension_UploaderService()
{
return $this->services['oneup_uploader.twig.extension.uploader'] = new \Oneup\UploaderBundle\Twig\Extension\UploaderExtension(($this->services['oneup_uploader.templating.uploader_helper'] ?? $this->getOneupUploader_Templating_UploaderHelperService()));
}
/**
* Gets the public 'payum.profiler.payum_collector' shared service.
*
* @return \Payum\Bundle\PayumBundle\Profiler\PayumCollector
*/
protected function getPayum_Profiler_PayumCollectorService()
{
return $this->services['payum.profiler.payum_collector'] = new \Payum\Bundle\PayumBundle\Profiler\PayumCollector();
}
/**
* Gets the public 'pimcore.cache.pool' shared autowired service.
*
* @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
*/
protected function getPimcore_Cache_PoolService()
{
$a = ($this->privates['pimcore.cache.adapter.doctrine_dbal'] ?? $this->getPimcore_Cache_Adapter_DoctrineDbalService());
if (isset($this->services['pimcore.cache.pool'])) {
return $this->services['pimcore.cache.pool'];
}
$this->services['pimcore.cache.pool'] = $instance = new \Symfony\Component\Cache\Adapter\TagAwareAdapter($a, NULL);
$instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the public 'pimcore.routing.router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getPimcore_Routing_Router_RequestContextService()
{
$this->services['pimcore.routing.router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the public 'pimcore.templating.engine.delegating' shared autowired service.
*
* @return \Pimcore\Templating\TwigDefaultDelegatingEngine
*/
protected function getPimcore_Templating_Engine_DelegatingService()
{
$a = ($this->services['.container.private.App\\Twig\\EnvironmentExtension'] ?? $this->getEnvironmentExtensionService());
if (isset($this->services['pimcore.templating.engine.delegating'])) {
return $this->services['pimcore.templating.engine.delegating'];
}
return $this->services['pimcore.templating.engine.delegating'] = new \Pimcore\Templating\TwigDefaultDelegatingEngine($a, ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Cmf\Component\Routing\ChainRouter
*/
protected function getRouterService()
{
$a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
$this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
$b = ($this->services['pimcore.routing.router.request_context'] ?? $this->getPimcore_Routing_Router_RequestContextService());
$c = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->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'], $b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['monolog.logger.router'] ?? $this->getMonolog_Logger_RouterService()), 'hu');
$c->setConfigCacheFactory(new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
yield 0 => ($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)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2)));
$c->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
$d = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
$e = new \Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter($b, new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher($d, new \Symfony\Cmf\Component\Routing\NestedMatcher\UrlMatcher(new \Symfony\Component\Routing\RouteCollection(), new \Symfony\Component\Routing\RequestContext())), new \Symfony\Cmf\Component\Routing\ContentAwareGenerator($d, $a), '', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $d);
$e->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$e->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object', '_content'), 100);
$f = new \Pimcore\Routing\Staticroute\Router($b, ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
$g = ($this->services['monolog.logger.routing'] ?? $this->getMonolog_Logger_RoutingService());
$f->setLogger($g);
$f->setLocaleParams([]);
$f->setLogger($g);
$instance->setContext($b);
$instance->add($c, '300');
$instance->add($e, '200');
$instance->add(new \Pimcore\Routing\Element\Router($b, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService())), 110);
$instance->add($f, 100);
return $instance;
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService()
{
$this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
$instance->setMaxItems(2500);
$instance->setMinDepth(1);
$instance->setMaxString(-1);
$instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
return $instance;
}
/**
* Gets the private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
if ($this->has('monolog.logger.http_client')) {
$a->setLogger(($this->services['monolog.logger.http_client'] ?? $this->getMonolog_Logger_HttpClientService()));
}
return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private '.service_locator.UX99Qns' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UX99QnsService()
{
return $this->privates['.service_locator.UX99Qns'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.b2b_token' => ['privates', 'security.firewall.map.context.b2b_token', 'getSecurity_Firewall_Map_Context_B2bTokenService', true],
'security.firewall.map.context.coreshop_frontend' => ['privates', 'security.firewall.map.context.coreshop_frontend', 'getSecurity_Firewall_Map_Context_CoreshopFrontendService', true],
'security.firewall.map.context.coreshop_jwt' => ['privates', 'security.firewall.map.context.coreshop_jwt', 'getSecurity_Firewall_Map_Context_CoreshopJwtService', true],
'security.firewall.map.context.coreshop_jwt_login' => ['privates', 'security.firewall.map.context.coreshop_jwt_login', 'getSecurity_Firewall_Map_Context_CoreshopJwtLoginService', true],
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
'security.firewall.map.context.maileon_hook' => ['privates', 'security.firewall.map.context.maileon_hook', 'getSecurity_Firewall_Map_Context_MaileonHookService', true],
'security.firewall.map.context.origo_token' => ['privates', 'security.firewall.map.context.origo_token', 'getSecurity_Firewall_Map_Context_OrigoTokenService', true],
'security.firewall.map.context.pimcore_admin' => ['privates', 'security.firewall.map.context.pimcore_admin', 'getSecurity_Firewall_Map_Context_PimcoreAdminService', true],
'security.firewall.map.context.pimcore_admin_webdav' => ['privates', 'security.firewall.map.context.pimcore_admin_webdav', 'getSecurity_Firewall_Map_Context_PimcoreAdminWebdavService', true],
'security.firewall.map.context.seikohu_token' => ['privates', 'security.firewall.map.context.seikohu_token', 'getSecurity_Firewall_Map_Context_SeikohuTokenService', true],
'security.firewall.map.context.vir_token' => ['privates', 'security.firewall.map.context.vir_token', 'getSecurity_Firewall_Map_Context_VirTokenService', true],
], [
'security.firewall.map.context.b2b_token' => '?',
'security.firewall.map.context.coreshop_frontend' => '?',
'security.firewall.map.context.coreshop_jwt' => '?',
'security.firewall.map.context.coreshop_jwt_login' => '?',
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.maileon_hook' => '?',
'security.firewall.map.context.origo_token' => '?',
'security.firewall.map.context.pimcore_admin' => '?',
'security.firewall.map.context.pimcore_admin_webdav' => '?',
'security.firewall.map.context.seikohu_token' => '?',
'security.firewall.map.context.vir_token' => '?',
]);
}
/**
* Gets the private 'App\EventListener\AccessControlListener' shared autowired service.
*
* @return \App\EventListener\AccessControlListener
*/
protected function getAccessControlListenerService()
{
return $this->privates['App\\EventListener\\AccessControlListener'] = new \App\EventListener\AccessControlListener($this->parameters['accessHosts']);
}
/**
* Gets the private 'CoreShop\Bundle\StoreBundle\Context\Debug\DebugStorePersister' shared service.
*
* @return \CoreShop\Bundle\StoreBundle\Context\Debug\DebugStorePersister
*/
protected function getDebugStorePersisterService()
{
return $this->privates['CoreShop\\Bundle\\StoreBundle\\Context\\Debug\\DebugStorePersister'] = new \CoreShop\Bundle\StoreBundle\Context\Debug\DebugStorePersister(($this->privates['CoreShop\\Bundle\\StoreBundle\\Context\\Debug\\DebugStoreProvider'] ?? ($this->privates['CoreShop\\Bundle\\StoreBundle\\Context\\Debug\\DebugStoreProvider'] = new \CoreShop\Bundle\StoreBundle\Context\Debug\DebugStoreProvider())));
}
/**
* Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
*
* @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
*/
protected function getPluginClientFactoryListenerService()
{
return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(new \Http\HttplugBundle\Collector\PluginClientFactory(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector(0))), new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(0), new \Http\Message\Formatter\CurlCommandFormatter()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
}
/**
* Gets the private 'Pimcore\Analytics\Google\Tracker' shared autowired service.
*
* @return \Pimcore\Analytics\Google\Tracker
*/
protected function getTrackerService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['Pimcore\\Analytics\\Google\\Tracker'])) {
return $this->privates['Pimcore\\Analytics\\Google\\Tracker'];
}
$b = ($this->services['.container.private.App\\Twig\\EnvironmentExtension'] ?? $this->getEnvironmentExtensionService());
if (isset($this->privates['Pimcore\\Analytics\\Google\\Tracker'])) {
return $this->privates['Pimcore\\Analytics\\Google\\Tracker'];
}
$this->privates['Pimcore\\Analytics\\Google\\Tracker'] = $instance = new \Pimcore\Analytics\Google\Tracker(($this->privates['Pimcore\\Analytics\\SiteId\\SiteIdProvider'] ?? $this->getSiteIdProviderService()), ($this->privates['Pimcore\\Analytics\\Google\\Config\\ConfigProvider'] ?? ($this->privates['Pimcore\\Analytics\\Google\\Config\\ConfigProvider'] = new \Pimcore\Analytics\Google\Config\ConfigProvider())), $a, $b);
$instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Analytics\SiteId\SiteIdProvider' shared autowired service.
*
* @return \Pimcore\Analytics\SiteId\SiteIdProvider
*/
protected function getSiteIdProviderService()
{
return $this->privates['Pimcore\\Analytics\\SiteId\\SiteIdProvider'] = new \Pimcore\Analytics\SiteId\SiteIdProvider(($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService()));
}
/**
* Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener
*/
protected function getAdminAuthenticationDoubleCheckListenerService()
{
$this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminAuthenticationDoubleCheckListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener(($this->privates['Pimcore\\Http\\RequestMatcherFactory'] ?? ($this->privates['Pimcore\\Http\\RequestMatcherFactory'] = new \Pimcore\Http\RequestMatcherFactory())), ($this->services['Pimcore\\Security\\User\\TokenStorageUserResolver'] ?? $this->getTokenStorageUserResolverService()), $this->parameters['pimcore.admin.unauthenticated_routes']);
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener
*/
protected function getAdminSecurityListenerService()
{
$this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\ContentSecurityPolicyHandler'] ?? $this->getContentSecurityPolicyHandlerService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener
*/
protected function getAdminSessionBagListenerService()
{
return $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener(($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
}
/**
* Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener
*/
protected function getCsrfProtectionListenerService()
{
$a = ($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'] ?? $this->getCsrfProtectionHandlerService());
if (isset($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'])) {
return $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'];
}
$this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener($a);
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener
*/
protected function getCustomAdminEntryPointCheckListenerService()
{
$this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener('adkowvipmockbuvHucMoxfitsAymDajicOvAcWondicKatOcks');
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener
*/
protected function getEnablePreviewTimeSliderListenerService()
{
$this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener(($this->services['Pimcore\\Http\\Request\\Resolver\\OutputTimestampResolver'] ?? $this->getOutputTimestampResolverService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()));
$instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener
*/
protected function getHttpCacheListenerService()
{
$this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener
*/
protected function getUsageStatisticsListenerService()
{
$this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener(($this->services['Pimcore\\Security\\User\\TokenStorageUserResolver'] ?? $this->getTokenStorageUserResolverService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener
*/
protected function getUserPerspectiveListenerService()
{
$this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener(($this->services['Pimcore\\Security\\User\\TokenStorageUserResolver'] ?? $this->getTokenStorageUserResolverService()));
$a = ($this->services['monolog.logger.admin'] ?? $this->getMonolog_Logger_AdminService());
$instance->setLogger($a);
$instance->setLogger($a);
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator
*/
protected function getAdminSessionBagConfiguratorService()
{
return $this->privates['Pimcore\\Bundle\\AdminBundle\\Session\\AdminSessionBagConfigurator'] = new \Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator(($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector
*/
protected function getPimcoreDataCollectorService()
{
return $this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreDataCollector'] = new \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector
*/
protected function getPimcoreTargetingDataCollectorService()
{
$a = ($this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'] ?? $this->getTargetingDataCollectorService());
if (isset($this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector'])) {
return $this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector'];
}
return $this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector'] = new \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector(($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] ?? ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] = new \Pimcore\Targeting\VisitorInfoStorage())), ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), $a);
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener
*/
protected function getBlockStateListenerService()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener(($this->services['Pimcore\\Document\\Editable\\Block\\BlockStateStack'] ?? ($this->services['Pimcore\\Document\\Editable\\Block\\BlockStateStack'] = new \Pimcore\Document\Editable\Block\BlockStateStack())));
$a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
$instance->setLogger($a);
$instance->setLogger($a);
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener
*/
protected function getDocumentFallbackListenerService()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService()), ($this->services['Pimcore\\Model\\Document\\Service'] ?? ($this->services['Pimcore\\Model\\Document\\Service'] = new \Pimcore\Model\Document\Service())));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener
*/
protected function getDocumentMetaDataListenerService()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentMetaDataListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadMeta'] ?? $this->getHeadMetaService()));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener
*/
protected function getEditmodeListenerService()
{
$a = ($this->services['Pimcore\\Extension\\Bundle\\PimcoreBundleManager'] ?? $this->getPimcoreBundleManagerService());
if (isset($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'])) {
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'])) {
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'];
}
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener(($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->privates['Pimcore\\Security\\User\\UserLoader'] ?? $this->getUserLoaderService()), $a, $b, ($this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] ?? ($this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] = new \Pimcore\Document\Editable\EditmodeEditableDefinitionCollector())));
$instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener
*/
protected function getElementListenerService()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->privates['Pimcore\\Security\\User\\UserLoader'] ?? $this->getUserLoaderService()), ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
$a = ($this->services['monolog.logger.init'] ?? $this->getMonolog_Logger_InitService());
$instance->setLogger($a);
$instance->setLogger($a);
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener
*/
protected function getGlobalTemplateVariablesListenerService()
{
$a = ($this->services['.container.private.App\\Twig\\EnvironmentExtension'] ?? $this->getEnvironmentExtensionService());
if (isset($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'])) {
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'];
}
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()), $a);
$instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener
*/
protected function getGoogleSearchConsoleVerificationListenerService()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener();
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener
*/
protected function getHardlinkCanonicalListenerService()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener
*/
protected function getInternalWysiwygHtmlAttributeFilterListenerService()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener();
$instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
$instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener
*/
protected function getLocaleListenerService()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener();
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener
*/
protected function getOutputTimestampListenerService()
{
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener(($this->services['Pimcore\\Http\\Request\\Resolver\\OutputTimestampResolver'] ?? $this->getOutputTimestampResolverService()));
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener
*/
protected function getRoutingListenerService()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->privates['Pimcore\\Routing\\RedirectHandler'] ?? $this->getRedirectHandlerService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener
*/
protected function getStaticPageGeneratorListenerService()
{
$a = ($this->services['Pimcore\\Document\\StaticPageGenerator'] ?? $this->getStaticPageGeneratorService());
if (isset($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'])) {
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'];
}
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener($a, ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
$instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener' shared autowired service.
*
* @return \App\EventListener\MaintenancePageListener
*/
protected function getMaintenancePageListenerService()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener'] = $instance = new \App\EventListener\MaintenancePageListener(($this->services['kernel'] ?? $this->get('kernel', 1)), $this->parameters['accessHosts']);
$instance->loadTemplateFromPath('@App/default/maintenance.html');
$instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener
*/
protected function getPimcoreContextListenerService()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
$instance->setLogger($a);
$instance->setLogger($a);
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener
*/
protected function getResponseHeaderListenerService()
{
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener(($this->services['Pimcore\\Http\\Request\\Resolver\\ResponseHeaderResolver'] ?? $this->getResponseHeaderResolverService()));
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener
*/
protected function getResponseStackListenerService()
{
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener(($this->privates['Pimcore\\Http\\ResponseStack'] ?? ($this->privates['Pimcore\\Http\\ResponseStack'] = new \Pimcore\Http\ResponseStack())));
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener
*/
protected function getTranslationDebugListenerService()
{
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener(($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()), 'pimcore_debug_translations');
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebDebugToolbarListenerService()
{
$a = ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
if (isset($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener'])) {
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener'])) {
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener'];
}
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->privates['Pimcore\\Http\\RequestMatcherFactory'] ?? ($this->privates['Pimcore\\Http\\RequestMatcherFactory'] = new \Pimcore\Http\RequestMatcherFactory())), $a, $b, $this->parameters['pimcore.web_profiler.toolbar.excluded_routes']);
}
/**
* Gets the private 'Pimcore\Document\Editable\EditmodeEditableDefinitionCollector' shared autowired service.
*
* @return \Pimcore\Document\Editable\EditmodeEditableDefinitionCollector
*/
protected function getEditmodeEditableDefinitionCollectorService()
{
return $this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] = new \Pimcore\Document\Editable\EditmodeEditableDefinitionCollector();
}
/**
* Gets the private 'Pimcore\Http\Response\CodeInjector' shared autowired service.
*
* @return \Pimcore\Http\Response\CodeInjector
*/
protected function getCodeInjectorService()
{
return $this->privates['Pimcore\\Http\\Response\\CodeInjector'] = new \Pimcore\Http\Response\CodeInjector(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
}
/**
* Gets the private 'Pimcore\Routing\Dynamic\DocumentRouteHandler' shared autowired service.
*
* @return \Pimcore\Routing\Dynamic\DocumentRouteHandler
*/
protected function getDocumentRouteHandlerService()
{
return $this->privates['Pimcore\\Routing\\Dynamic\\DocumentRouteHandler'] = new \Pimcore\Routing\Dynamic\DocumentRouteHandler(($this->services['Pimcore\\Model\\Document\\Service'] ?? ($this->services['Pimcore\\Model\\Document\\Service'] = new \Pimcore\Model\Document\Service())), ($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())), ($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
}
/**
* Gets the private 'Pimcore\Routing\RedirectHandler' shared autowired service.
*
* @return \Pimcore\Routing\RedirectHandler
*/
protected function getRedirectHandlerService()
{
$a = ($this->services['Symfony\\Component\\Lock\\LockFactory'] ?? $this->getLockFactoryService());
if (isset($this->privates['Pimcore\\Routing\\RedirectHandler'])) {
return $this->privates['Pimcore\\Routing\\RedirectHandler'];
}
$this->privates['Pimcore\\Routing\\RedirectHandler'] = $instance = new \Pimcore\Routing\RedirectHandler(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())), $a);
$b = ($this->services['monolog.logger.routing'] ?? $this->getMonolog_Logger_RoutingService());
$instance->setLogger($b);
$instance->setLogger($b);
return $instance;
}
/**
* Gets the private 'Pimcore\Security\User\UserLoader' shared autowired service.
*
* @return \Pimcore\Security\User\UserLoader
*/
protected function getUserLoaderService()
{
return $this->privates['Pimcore\\Security\\User\\UserLoader'] = new \Pimcore\Security\User\UserLoader(($this->services['Pimcore\\Security\\User\\TokenStorageUserResolver'] ?? $this->getTokenStorageUserResolverService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()));
}
/**
* Gets the private 'Pimcore\Targeting\ActionHandler\DelegatingActionHandler' shared autowired service.
*
* @return \Pimcore\Targeting\ActionHandler\DelegatingActionHandler
*/
protected function getDelegatingActionHandlerService()
{
return $this->privates['Pimcore\\Targeting\\ActionHandler\\DelegatingActionHandler'] = new \Pimcore\Targeting\ActionHandler\DelegatingActionHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'assign_target_group' => ['privates', 'Pimcore\\Targeting\\ActionHandler\\AssignTargetGroup', 'getAssignTargetGroupService', true],
'codesnippet' => ['privates', 'Pimcore\\Targeting\\ActionHandler\\CodeSnippet', 'getCodeSnippetService', true],
'redirect' => ['privates', 'Pimcore\\Targeting\\ActionHandler\\Redirect', 'getRedirectService', true],
], [
'assign_target_group' => '?',
'codesnippet' => '?',
'redirect' => '?',
]), ($this->privates['Pimcore\\Targeting\\DataLoader'] ?? $this->getDataLoaderService()));
}
/**
* Gets the private 'Pimcore\Targeting\ConditionMatcher' shared autowired service.
*
* @return \Pimcore\Targeting\ConditionMatcher
*/
protected function getConditionMatcherService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['Pimcore\\Targeting\\ConditionMatcher'])) {
return $this->privates['Pimcore\\Targeting\\ConditionMatcher'];
}
$b = ($this->privates['Pimcore\\Targeting\\DataLoader'] ?? $this->getDataLoaderService());
if (isset($this->privates['Pimcore\\Targeting\\ConditionMatcher'])) {
return $this->privates['Pimcore\\Targeting\\ConditionMatcher'];
}
return $this->privates['Pimcore\\Targeting\\ConditionMatcher'] = new \Pimcore\Targeting\ConditionMatcher(new \Pimcore\Targeting\ConditionFactory($a, $this->parameters['pimcore.targeting.conditions']), $b, $a, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'Pimcore\Targeting\DataLoader' shared autowired service.
*
* @return \Pimcore\Targeting\DataLoader
*/
protected function getDataLoaderService()
{
$this->privates['Pimcore\\Targeting\\DataLoader'] = $instance = new \Pimcore\Targeting\DataLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'device' => ['privates', 'Pimcore\\Targeting\\DataProvider\\Device', 'getDeviceService', true],
'geoip' => ['privates', 'Pimcore\\Targeting\\DataProvider\\GeoIp', 'getGeoIpService', true],
'geolocation' => ['privates', 'Pimcore\\Targeting\\DataProvider\\GeoLocation', 'getGeoLocationService', true],
'targeting_storage' => ['privates', 'Pimcore\\Targeting\\DataProvider\\TargetingStorage', 'getTargetingStorageService', true],
'visited_pages_counter' => ['privates', 'Pimcore\\Targeting\\DataProvider\\VisitedPagesCounter', 'getVisitedPagesCounterService', true],
], [
'device' => '?',
'geoip' => '?',
'geolocation' => '?',
'targeting_storage' => '?',
'visited_pages_counter' => '?',
]));
$instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
return $instance;
}
/**
* Gets the private 'Pimcore\Targeting\Debug\OverrideHandler' shared autowired service.
*
* @return \Pimcore\Targeting\Debug\OverrideHandler
*/
protected function getOverrideHandlerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['Pimcore\\Targeting\\Debug\\OverrideHandler'] = $this->createProxy('OverrideHandler_fb58919', function () {
return \OverrideHandler_fb58919::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getOverrideHandlerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/OverrideHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/OverrideHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/DocumentTargetingOverrideHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/LanguageOverrideHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/DeviceOverrideHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/LocationOverrideHandler.php';
return new \Pimcore\Targeting\Debug\OverrideHandler(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), [0 => new \Pimcore\Targeting\Debug\Override\DocumentTargetingOverrideHandler(($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService())), 1 => new \Pimcore\Targeting\Debug\Override\LanguageOverrideHandler(), 2 => new \Pimcore\Targeting\Debug\Override\DeviceOverrideHandler(), 3 => new \Pimcore\Targeting\Debug\Override\LocationOverrideHandler()]);
}
/**
* Gets the private 'Pimcore\Targeting\Debug\TargetingDataCollector' shared autowired service.
*
* @return \Pimcore\Targeting\Debug\TargetingDataCollector
*/
protected function getTargetingDataCollectorService()
{
$a = ($this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'] ?? $this->getCookieStorage2Service());
if (isset($this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'])) {
return $this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'];
}
$b = ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService());
if (isset($this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'])) {
return $this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'];
}
$this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'] = $instance = new \Pimcore\Targeting\Debug\TargetingDataCollector($a, $b);
$instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
return $instance;
}
/**
* Gets the private 'Pimcore\Targeting\EventListener\TargetingListener' shared autowired service.
*
* @return \Pimcore\Targeting\EventListener\TargetingListener
*/
protected function getTargetingListenerService()
{
$a = ($this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'] ?? $this->getCookieStorage2Service());
if (isset($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'])) {
return $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'];
}
$b = ($this->privates['Pimcore\\Targeting\\ConditionMatcher'] ?? $this->getConditionMatcherService());
if (isset($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'])) {
return $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'];
}
$c = ($this->privates['Pimcore\\Targeting\\ActionHandler\\DelegatingActionHandler'] ?? $this->getDelegatingActionHandlerService());
if (isset($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'])) {
return $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'];
}
$d = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'])) {
return $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'];
}
$e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'])) {
return $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'];
}
$f = ($this->services['pimcore.templating.engine.delegating'] ?? $this->getPimcore_Templating_Engine_DelegatingService());
if (isset($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'])) {
return $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'];
}
$g = ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] ?? ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] = new \Pimcore\Targeting\VisitorInfoStorage()));
$h = new \Pimcore\Targeting\VisitorInfoResolver($a, $g, $b, $c, $d, $e);
$i = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$h->setStopwatch($i);
$this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] = $instance = new \Pimcore\Targeting\EventListener\TargetingListener($h, $c, $g, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), new \Pimcore\Targeting\Code\TargetingCodeGenerator($e, $f));
$instance->setStopwatch($i);
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
$instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
$instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Targeting\EventListener\ToolbarListener' shared autowired service.
*
* @return \Pimcore\Targeting\EventListener\ToolbarListener
*/
protected function getToolbarListenerService()
{
$a = ($this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'] ?? $this->getTargetingDataCollectorService());
if (isset($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'])) {
return $this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'];
}
$b = ($this->privates['Pimcore\\Targeting\\Debug\\OverrideHandler'] ?? $this->getOverrideHandlerService());
if (isset($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'])) {
return $this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'];
}
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'])) {
return $this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'];
}
$d = ($this->services['pimcore.templating.engine.delegating'] ?? $this->getPimcore_Templating_Engine_DelegatingService());
if (isset($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'])) {
return $this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'];
}
$this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'] = $instance = new \Pimcore\Targeting\EventListener\ToolbarListener(($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] ?? ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] = new \Pimcore\Targeting\VisitorInfoStorage())), ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), $a, $b, $c, $d, ($this->privates['Pimcore\\Http\\Response\\CodeInjector'] ?? $this->getCodeInjectorService()));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Targeting\Storage\CookieStorage' shared autowired service.
*
* @return \Pimcore\Targeting\Storage\CookieStorage
*/
protected function getCookieStorage2Service()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'])) {
return $this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'];
}
return $this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'] = new \Pimcore\Targeting\Storage\CookieStorage(new \Pimcore\Targeting\Storage\Cookie\JWTCookieSaveHandler('4Nrn2Sk5ehP7K5qJ4rdr3LueQnIdpf4ab0WVSG7mFuA=', [], NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), $a);
}
/**
* Gets the private 'Pimcore\Templating\Renderer\ActionRenderer' shared autowired service.
*
* @return \Pimcore\Templating\Renderer\ActionRenderer
*/
protected function getActionRendererService()
{
$a = ($this->privates['twig.runtime.httpkernel'] ?? $this->getTwig_Runtime_HttpkernelService());
if (isset($this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'])) {
return $this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'];
}
return $this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'] = new \Pimcore\Templating\Renderer\ActionRenderer($a);
}
/**
* Gets the private 'Pimcore\Twig\Extension\SubrequestExtension' shared autowired service.
*
* @return \Pimcore\Twig\Extension\SubrequestExtension
*/
protected function getSubrequestExtensionService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['Pimcore\\Twig\\Extension\\SubrequestExtension'] = $this->createProxy('SubrequestExtension_ac4dffd', function () {
return \SubrequestExtension_ac4dffd::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getSubrequestExtensionService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/SubrequestExtension.php';
return new \Pimcore\Twig\Extension\SubrequestExtension(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Inc'] ?? $this->getIncService()));
}
/**
* Gets the private 'Pimcore\Twig\Extension\Templating\HeadLink' shared autowired service.
*
* @return \App\Twig\Extension\Templating\HeadLink
*/
protected function getHeadLinkService()
{
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadLink'] = new \App\Twig\Extension\Templating\HeadLink(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())), ($this->services['Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension'] ?? $this->getWebLinkExtensionService()), false);
}
/**
* Gets the private 'Pimcore\Twig\Extension\Templating\HeadMeta' shared autowired service.
*
* @return \Pimcore\Twig\Extension\Templating\HeadMeta
*/
protected function getHeadMetaService()
{
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadMeta'] = new \Pimcore\Twig\Extension\Templating\HeadMeta(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())));
}
/**
* Gets the private 'Pimcore\Twig\Extension\Templating\HeadScript' shared autowired service.
*
* @return \App\Twig\Extension\Templating\HeadScript
*/
protected function getHeadScriptService()
{
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadScript'] = new \App\Twig\Extension\Templating\HeadScript(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())), ($this->services['Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension'] ?? $this->getWebLinkExtensionService()), false);
}
/**
* Gets the private 'Pimcore\Twig\Extension\Templating\HeadStyle' shared autowired service.
*
* @return \Pimcore\Twig\Extension\Templating\HeadStyle
*/
protected function getHeadStyleService()
{
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadStyle'] = new \Pimcore\Twig\Extension\Templating\HeadStyle(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())));
}
/**
* Gets the private 'Pimcore\Twig\Extension\Templating\HeadTitle' shared autowired service.
*
* @return \Pimcore\Twig\Extension\Templating\HeadTitle
*/
protected function getHeadTitleService()
{
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadTitle'] = new \Pimcore\Twig\Extension\Templating\HeadTitle(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())));
}
/**
* Gets the private 'Pimcore\Twig\Extension\Templating\Inc' shared autowired service.
*
* @return \Pimcore\Twig\Extension\Templating\Inc
*/
protected function getIncService()
{
$a = ($this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'] ?? $this->getActionRendererService());
if (isset($this->privates['Pimcore\\Twig\\Extension\\Templating\\Inc'])) {
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\Inc'];
}
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\Inc'] = new \Pimcore\Twig\Extension\Templating\Inc(new \Pimcore\Templating\Renderer\IncludeRenderer($a, ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService())), ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()));
}
/**
* Gets the private 'Pimcore\Twig\Extension\Templating\InlineScript' shared autowired service.
*
* @return \Pimcore\Twig\Extension\Templating\InlineScript
*/
protected function getInlineScriptService()
{
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\InlineScript'] = new \Pimcore\Twig\Extension\Templating\InlineScript(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())), ($this->services['Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension'] ?? $this->getWebLinkExtensionService()));
}
/**
* Gets the private 'Pimcore\Twig\Extension\Templating\Navigation' shared autowired service.
*
* @return \Pimcore\Twig\Extension\Templating\Navigation
*/
protected function getNavigationService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\Navigation'] = $this->createProxy('Navigation_62d2b4b', function () {
return \Navigation_62d2b4b::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getNavigationService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Navigation.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Navigation/Builder.php';
return new \Pimcore\Twig\Extension\Templating\Navigation(new \Pimcore\Navigation\Builder(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'breadcrumbs' => ['privates', 'Pimcore\\Navigation\\Renderer\\Breadcrumbs', 'getBreadcrumbsService', true],
'menu' => ['privates', 'Pimcore\\Navigation\\Renderer\\Menu', 'getMenuService', true],
], [
'breadcrumbs' => '?',
'menu' => '?',
]));
}
/**
* Gets the private 'Pimcore\Twig\Extension\Templating\PimcoreUrl' shared autowired service.
*
* @return \Pimcore\Twig\Extension\Templating\PimcoreUrl
*/
protected function getPimcoreUrlService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'])) {
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'];
}
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'] = new \Pimcore\Twig\Extension\Templating\PimcoreUrl($a, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()));
}
/**
* Gets the private 'Pimcore\Twig\Extension\Templating\Placeholder' shared autowired service.
*
* @return \Pimcore\Twig\Extension\Templating\Placeholder
*/
protected function getPlaceholderService()
{
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder'] = new \Pimcore\Twig\Extension\Templating\Placeholder(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\LoginListener
*/
protected function getLoginListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] = new \Sentry\SentryBundle\EventListener\LoginListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\RequestListener
*/
protected function getRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\SubRequestListener
*/
protected function getSubRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\State\HubInterface' shared service.
*
* @return \Sentry\State\HubInterface
*/
protected function getHubInterfaceService()
{
$this->privates['Sentry\\State\\HubInterface'] = $instance = \Sentry\State\HubAdapter::getInstance();
$a = new \Sentry\Options(['max_breadcrumbs' => 50, 'traces_sample_rate' => 1.0, 'profiles_sample_rate' => 1.0, 'integrations' => new \Sentry\SentryBundle\Integration\IntegrationConfigurator([0 => new \Sentry\Integration\RequestIntegration(new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL))], true), 'prefixes' => [0 => \dirname(__DIR__, 4), 1 => (\dirname(__DIR__, 4).'/vendor/pear/net_url2'), 2 => '.', 3 => '/usr/share/php'], 'environment' => 'dev', 'release' => $this->getEnv('default::SENTRY_RELEASE'), 'ignore_exceptions' => [], 'ignore_transactions' => [], 'tags' => [], 'in_app_exclude' => [0 => $this->targetDir.'', 1 => (\dirname(__DIR__, 4).'/vendor'), 2 => $this->targetDir.''], 'in_app_include' => [], 'class_serializers' => [], 'dsn' => '']);
$b = new \Sentry\ClientBuilder($a);
$b->setSdkIdentifier('sentry.php.symfony');
$b->setSdkVersion('5.2.0');
$b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
if ($this->has('Psr\\Log\\NullLogger')) {
$b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger', /* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
}
$instance->bindClient($b->getClient());
return $instance;
}
/**
* Gets the private 'Sylius\Bundle\ThemeBundle\Context\SettableThemeContext' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Context\SettableThemeContext
*/
protected function getSettableThemeContextService()
{
return $this->privates['Sylius\\Bundle\\ThemeBundle\\Context\\SettableThemeContext'] = new \Sylius\Bundle\ThemeBundle\Context\SettableThemeContext(($this->privates['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] ?? ($this->privates['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] = new \Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProvider())));
}
/**
* Gets the private 'Sylius\Bundle\ThemeBundle\Repository\ThemeRepositoryInterface' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Repository\InMemoryThemeRepository
*/
protected function getThemeRepositoryInterfaceService()
{
return $this->privates['Sylius\\Bundle\\ThemeBundle\\Repository\\ThemeRepositoryInterface'] = new \Sylius\Bundle\ThemeBundle\Repository\InMemoryThemeRepository(new \Sylius\Bundle\ThemeBundle\Loader\ThemeLoader(new \Sylius\Bundle\ThemeBundle\Configuration\CompositeConfigurationProvider([0 => new \Sylius\Bundle\ThemeBundle\Configuration\Filesystem\FilesystemConfigurationProvider(new \Sylius\Bundle\ThemeBundle\Locator\RecursiveFileLocator(($this->privates['Sylius\\Bundle\\ThemeBundle\\Factory\\FinderFactoryInterface'] ?? ($this->privates['Sylius\\Bundle\\ThemeBundle\\Factory\\FinderFactoryInterface'] = new \Sylius\Bundle\ThemeBundle\Factory\FinderFactory())), [0 => (\dirname(__DIR__, 4).'/templates/seikoboutique')], 1), new \Sylius\Bundle\ThemeBundle\Configuration\Filesystem\ProcessingConfigurationLoader(new \Sylius\Bundle\ThemeBundle\Configuration\Filesystem\JsonFileConfigurationLoader(($this->privates['Sylius\\Bundle\\ThemeBundle\\Filesystem\\FilesystemInterface'] ?? ($this->privates['Sylius\\Bundle\\ThemeBundle\\Filesystem\\FilesystemInterface'] = new \Sylius\Bundle\ThemeBundle\Filesystem\Filesystem()))), new \Sylius\Bundle\ThemeBundle\Configuration\SymfonyConfigurationProcessor(new \Sylius\Bundle\ThemeBundle\Configuration\ThemeConfiguration(), new \Symfony\Component\Config\Definition\Processor())), 'composer.json')]), new \Sylius\Bundle\ThemeBundle\Factory\ThemeFactory(), new \Sylius\Bundle\ThemeBundle\Factory\ThemeAuthorFactory(), new \Sylius\Bundle\ThemeBundle\Factory\ThemeScreenshotFactory(), new \Sylius\Bundle\ThemeBundle\Loader\CircularDependencyChecker()));
}
/**
* Gets the private 'Sylius\Bundle\ThemeBundle\Translation\Translator' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Translation\Translator
*/
protected function getTranslatorService()
{
$a = ($this->privates['translation.loader.yml'] ?? $this->getTranslation_Loader_YmlService());
$b = ($this->privates['translation.loader.xliff'] ?? $this->getTranslation_Loader_XliffService());
$this->privates['Sylius\\Bundle\\ThemeBundle\\Translation\\Translator'] = $instance = new \Sylius\Bundle\ThemeBundle\Translation\Translator(new \Sylius\Bundle\ThemeBundle\Translation\Provider\Loader\TranslatorLoaderProvider(['php' => ($this->privates['translation.loader.php'] ?? $this->getTranslation_Loader_PhpService()), 'yaml' => $a, 'yml' => $a, 'xlf' => $b, 'xliff' => $b, 'po' => ($this->privates['translation.loader.po'] ?? $this->getTranslation_Loader_PoService()), 'mo' => ($this->privates['translation.loader.mo'] ?? $this->getTranslation_Loader_MoService()), 'ts' => ($this->privates['translation.loader.qt'] ?? $this->getTranslation_Loader_QtService()), 'csv' => ($this->privates['translation.loader.csv'] ?? $this->getTranslation_Loader_CsvService()), 'res' => ($this->privates['translation.loader.res'] ?? $this->getTranslation_Loader_ResService()), 'dat' => ($this->privates['translation.loader.dat'] ?? $this->getTranslation_Loader_DatService()), 'ini' => ($this->privates['translation.loader.ini'] ?? $this->getTranslation_Loader_IniService()), 'json' => ($this->privates['translation.loader.json'] ?? $this->getTranslation_Loader_JsonService())]), new \Sylius\Bundle\ThemeBundle\Translation\Provider\Resource\CompositeTranslatorResourceProvider([0 => new \Sylius\Bundle\ThemeBundle\Translation\Provider\Resource\SymfonyTranslatorResourceProvider([0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.ar.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.ar.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.ar.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.ar.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.ar.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.ar.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.ar.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.ar.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.ar.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.ar.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.ar.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.ar.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.ar.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.ar.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.ar.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.ar.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 23 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 24 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf'), 25 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 26 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 27 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf'), 28 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 29 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 30 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 31 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.bg.yml'), 32 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.bg.yml'), 33 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.bg.yml'), 34 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.bg.yml'), 35 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.bg.yml'), 36 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.bg.yml'), 37 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.bg.yml'), 38 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.bg.yml'), 39 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.bg.yml'), 40 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.bg.yml'), 41 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.bg.yml'), 42 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.bg.yml'), 43 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.bg.yml'), 44 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.bg.yml'), 45 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.bg.yml'), 46 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.bg.yml'), 47 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 48 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 49 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), 50 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 51 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 52 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 53 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.ca.yml'), 54 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.ca.yml'), 55 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.ca.yml'), 56 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.ca.yml'), 57 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.ca.yml'), 58 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.ca.yml'), 59 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.ca.yml'), 60 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.ca.yml'), 61 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.ca.yml'), 62 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.ca.yml'), 63 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.ca.yml'), 64 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.ca.yml'), 65 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.ca.yml'), 66 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.ca.yml'), 67 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.ca.yml'), 68 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.ca.yml'), 69 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 70 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 71 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 72 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.cs.yml'), 73 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.cs.yml'), 74 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.cs.yml'), 75 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.cs.yml'), 76 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.cs.yml'), 77 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.cs.yml'), 78 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.cs.yml'), 79 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.cs.yml'), 80 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.cs.yml'), 81 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.cs.yml'), 82 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.cs.yml'), 83 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.cs.yml'), 84 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.cs.yml'), 85 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.cs.yml'), 86 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.cs.yml'), 87 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml'), 88 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.cs.yml'), 89 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 90 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 91 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 92 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 93 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.da.yml'), 94 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.da.yml'), 95 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.da.yml'), 96 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.da.yml'), 97 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.da.yml'), 98 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.da.yml'), 99 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.da.yml'), 100 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.da.yml'), 101 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.da.yml'), 102 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.da.yml'), 103 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.da.yml'), 104 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.da.yml'), 105 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.da.yml'), 106 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.da.yml'), 107 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.da.yml'), 108 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.da.yml'), 109 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 110 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 111 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 112 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.de.yml'), 113 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.de.yml'), 114 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.de.yml'), 115 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MessengerBundle/Resources/translations/admin.de.yml'), 116 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.de.yml'), 117 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.de.yml'), 118 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/messages.de.yaml'), 119 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CustomerBundle/Resources/translations/admin.de.yaml'), 120 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CustomerBundle/Resources/translations/validators.de.yml'), 121 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/UserBundle/Resources/translations/admin.de.yaml'), 122 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/UserBundle/Resources/translations/validators.de.yml'), 123 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/InventoryBundle/Resources/translations/validators.de.yml'), 124 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/VariantBundle/Resources/translations/admin.de.yaml'), 125 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/VariantBundle/Resources/translations/messages.de.yaml'), 126 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/VariantBundle/Resources/translations/validators.de.yml'), 127 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.de.yml'), 128 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.de.yml'), 129 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.de.yml'), 130 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.de.yml'), 131 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.de.yml'), 132 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.de.yml'), 133 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.de.yml'), 134 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.de.yml'), 135 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.de.yml'), 136 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/FrontendBundle/Resources/translations/messages.de.yaml'), 137 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.de.yml'), 138 => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.de.yml'), 139 => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/validators.de.yml'), 140 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.de.yml'), 141 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.de.yml'), 142 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/validators.de.yml'), 143 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.de.yml'), 144 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 145 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 146 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), 147 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.el.yml'), 148 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.el.yml'), 149 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.el.yml'), 150 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.el.yml'), 151 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.el.yml'), 152 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.el.yml'), 153 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.el.yml'), 154 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.el.yml'), 155 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.el.yml'), 156 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.el.yml'), 157 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.el.yml'), 158 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.el.yml'), 159 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.el.yml'), 160 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.el.yml'), 161 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.el.yml'), 162 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.el.yml'), 163 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 164 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 165 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 166 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.en.yml'), 167 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.en.yml'), 168 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.en.yml'), 169 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MessengerBundle/Resources/translations/admin.en.yml'), 170 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.en.yml'), 171 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.en.yml'), 172 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/messages.en.yaml'), 173 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CustomerBundle/Resources/translations/admin.en.yml'), 174 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CustomerBundle/Resources/translations/validators.en.yml'), 175 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/UserBundle/Resources/translations/admin.en.yaml'), 176 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/UserBundle/Resources/translations/validators.en.yml'), 177 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/InventoryBundle/Resources/translations/validators.en.yml'), 178 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/VariantBundle/Resources/translations/admin.en.yaml'), 179 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/VariantBundle/Resources/translations/messages.en.yaml'), 180 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/VariantBundle/Resources/translations/validators.en.yml'), 181 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.en.yml'), 182 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.en.yml'), 183 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.en.yml'), 184 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.en.yml'), 185 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.en.yml'), 186 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.en.yml'), 187 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.en.yml'), 188 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.en.yml'), 189 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.en.yml'), 190 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/FrontendBundle/Resources/translations/messages.en.yaml'), 191 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.en.yml'), 192 => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.en.yml'), 193 => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/validators.en.yml'), 194 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml'), 195 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.en.yml'), 196 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/validators.en.yml'), 197 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.en.yml'), 198 => (\dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Resources/translations/OneupUploaderBundle.en.yml'), 199 => (\dirname(__DIR__, 4).'/translations/admin.en.yaml'), 200 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 201 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 202 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 203 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.es.yml'), 204 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.es.yml'), 205 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.es.yml'), 206 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.es.yml'), 207 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.es.yml'), 208 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.es.yml'), 209 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.es.yml'), 210 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.es.yml'), 211 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.es.yml'), 212 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.es.yml'), 213 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.es.yml'), 214 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.es.yml'), 215 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.es.yml'), 216 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.es.yml'), 217 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.es.yml'), 218 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml'), 219 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.es.yml'), 220 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.es.yml'), 221 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 222 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 223 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), 224 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 225 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 226 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 227 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 228 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 229 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 230 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.fa.yml'), 231 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.fa.yml'), 232 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.fa.yml'), 233 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.fa.yml'), 234 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.fa.yml'), 235 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.fa.yml'), 236 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.fa.yml'), 237 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.fa.yml'), 238 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.fa.yml'), 239 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.fa.yml'), 240 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.fa.yml'), 241 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.fa.yml'), 242 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.fa.yml'), 243 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.fa.yml'), 244 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.fa.yml'), 245 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.fa.yml'), 246 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.fa.yml'), 247 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 248 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 249 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 250 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.fi.yml'), 251 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.fi.yml'), 252 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.fi.yml'), 253 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.fi.yml'), 254 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.fi.yml'), 255 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.fi.yml'), 256 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.fi.yml'), 257 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.fi.yml'), 258 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.fi.yml'), 259 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.fi.yml'), 260 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.fi.yml'), 261 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.fi.yml'), 262 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.fi.yml'), 263 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.fi.yml'), 264 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.fi.yml'), 265 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.fi.yml'), 266 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 267 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 268 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 269 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.fr.yml'), 270 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.fr.yml'), 271 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.fr.yml'), 272 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.fr.yml'), 273 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.fr.yml'), 274 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.fr.yml'), 275 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.fr.yml'), 276 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.fr.yml'), 277 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.fr.yml'), 278 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.fr.yml'), 279 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.fr.yml'), 280 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.fr.yml'), 281 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.fr.yml'), 282 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.fr.yml'), 283 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.fr.yml'), 284 => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.fr.yml'), 285 => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/validators.fr.yml'), 286 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml'), 287 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.fr.yml'), 288 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.fr.yml'), 289 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 290 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 291 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), 292 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 293 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 294 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), 295 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.he.yml'), 296 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.he.yml'), 297 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.he.yml'), 298 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.he.yml'), 299 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.he.yml'), 300 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.he.yml'), 301 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.he.yml'), 302 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.he.yml'), 303 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.he.yml'), 304 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.he.yml'), 305 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.he.yml'), 306 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.he.yml'), 307 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.he.yml'), 308 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.he.yml'), 309 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.he.yml'), 310 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.he.yml'), 311 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 312 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 313 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 314 => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.hr.yml'), 315 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml'), 316 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 317 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 318 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 319 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.hu.yml'), 320 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.hu.yml'), 321 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.hu.yml'), 322 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.hu.yml'), 323 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.hu.yml'), 324 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.hu.yml'), 325 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.hu.yml'), 326 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.hu.yml'), 327 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.hu.yml'), 328 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.hu.yml'), 329 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.hu.yml'), 330 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.hu.yml'), 331 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.hu.yml'), 332 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.hu.yml'), 333 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.hu.yml'), 334 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml'), 335 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.hu.yml'), 336 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.hu.yml'), 337 => (\dirname(__DIR__, 4).'/translations/admin.hu.yaml'), 338 => (\dirname(__DIR__, 4).'/translations/messages.hu.yaml'), 339 => (\dirname(__DIR__, 4).'/translations/validators.hu.yaml'), 340 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 341 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 342 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf'), 343 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 344 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 345 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 346 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.id.yml'), 347 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.id.yml'), 348 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.id.yml'), 349 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.id.yml'), 350 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.id.yml'), 351 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.id.yml'), 352 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.id.yml'), 353 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.id.yml'), 354 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.id.yml'), 355 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.id.yml'), 356 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.id.yml'), 357 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.id.yml'), 358 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.id.yml'), 359 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.id.yml'), 360 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.id.yml'), 361 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.id.yml'), 362 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 363 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 364 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 365 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.it.yml'), 366 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.it.yml'), 367 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.it.yml'), 368 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.it.yml'), 369 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.it.yml'), 370 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/messages.it.yaml'), 371 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CustomerBundle/Resources/translations/validators.it.yml'), 372 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/InventoryBundle/Resources/translations/validators.it.yml'), 373 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.it.yml'), 374 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.it.yml'), 375 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.it.yml'), 376 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.it.yml'), 377 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.it.yml'), 378 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.it.yml'), 379 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.it.yml'), 380 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.it.yml'), 381 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.it.yml'), 382 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/FrontendBundle/Resources/translations/messages.it.yaml'), 383 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.it.yml'), 384 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.it.yml'), 385 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/validators.it.yml'), 386 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.it.yml'), 387 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 388 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 389 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 390 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.ja.yml'), 391 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.ja.yml'), 392 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.ja.yml'), 393 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.ja.yml'), 394 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.ja.yml'), 395 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.ja.yml'), 396 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.ja.yml'), 397 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.ja.yml'), 398 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.ja.yml'), 399 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.ja.yml'), 400 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.ja.yml'), 401 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.ja.yml'), 402 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.ja.yml'), 403 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.ja.yml'), 404 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.ja.yml'), 405 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.ja.yml'), 406 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 407 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 408 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), 409 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 410 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 411 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 412 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 413 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 414 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), 415 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 416 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 417 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), 418 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 419 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 420 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf'), 421 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 422 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 423 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), 424 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 425 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 426 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 427 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.nl.yml'), 428 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.nl.yml'), 429 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.nl.yml'), 430 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.nl.yml'), 431 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.nl.yml'), 432 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.nl.yml'), 433 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.nl.yml'), 434 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.nl.yml'), 435 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.nl.yml'), 436 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.nl.yml'), 437 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.nl.yml'), 438 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.nl.yml'), 439 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.nl.yml'), 440 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.nl.yml'), 441 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.nl.yml'), 442 => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.nl.yml'), 443 => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/validators.nl.yml'), 444 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml'), 445 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.nl.yml'), 446 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.nl.yml'), 447 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 448 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 449 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf'), 450 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 451 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 452 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 453 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.no.yml'), 454 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.no.yml'), 455 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.no.yml'), 456 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.no.yml'), 457 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.no.yml'), 458 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.no.yml'), 459 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.no.yml'), 460 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.no.yml'), 461 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.no.yml'), 462 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.no.yml'), 463 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.no.yml'), 464 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.no.yml'), 465 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.no.yml'), 466 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.no.yml'), 467 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.no.yml'), 468 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.no.yml'), 469 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 470 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 471 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 472 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.pl.yml'), 473 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.pl.yml'), 474 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.pl.yml'), 475 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.pl.yml'), 476 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.pl.yml'), 477 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.pl.yml'), 478 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.pl.yml'), 479 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.pl.yml'), 480 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.pl.yml'), 481 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.pl.yml'), 482 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.pl.yml'), 483 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.pl.yml'), 484 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.pl.yml'), 485 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.pl.yml'), 486 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.pl.yml'), 487 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml'), 488 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.pl.yml'), 489 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.pl.yml'), 490 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 491 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 492 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 493 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.pt.yml'), 494 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.pt.yml'), 495 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.pt.yml'), 496 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.pt.yml'), 497 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.pt.yml'), 498 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.pt.yml'), 499 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.pt.yml'), 500 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.pt.yml'), 501 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.pt.yml'), 502 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.pt.yml'), 503 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.pt.yml'), 504 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.pt.yml'), 505 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.pt.yml'), 506 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.pt.yml'), 507 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.pt.yml'), 508 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.pt.yml'), 509 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 510 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 511 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 512 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 513 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 514 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 515 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.ro.yml'), 516 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.ro.yml'), 517 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.ro.yml'), 518 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.ro.yml'), 519 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.ro.yml'), 520 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.ro.yml'), 521 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.ro.yml'), 522 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.ro.yml'), 523 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.ro.yml'), 524 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.ro.yml'), 525 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.ro.yml'), 526 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.ro.yml'), 527 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.ro.yml'), 528 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.ro.yml'), 529 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.ro.yml'), 530 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml'), 531 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.ro.yml'), 532 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 533 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 534 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 535 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.ru.yml'), 536 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.ru.yml'), 537 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.ru.yml'), 538 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.ru.yml'), 539 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.ru.yml'), 540 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.ru.yml'), 541 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.ru.yml'), 542 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.ru.yml'), 543 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.ru.yml'), 544 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.ru.yml'), 545 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.ru.yml'), 546 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.ru.yml'), 547 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.ru.yml'), 548 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.ru.yml'), 549 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.ru.yml'), 550 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml'), 551 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.ru.yml'), 552 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.ru.yml'), 553 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 554 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 555 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 556 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.sk.yml'), 557 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.sk.yml'), 558 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.sk.yml'), 559 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.sk.yml'), 560 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.sk.yml'), 561 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.sk.yml'), 562 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.sk.yml'), 563 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.sk.yml'), 564 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.sk.yml'), 565 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.sk.yml'), 566 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.sk.yml'), 567 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.sk.yml'), 568 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.sk.yml'), 569 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.sk.yml'), 570 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.sk.yml'), 571 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml'), 572 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.sk.yml'), 573 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 574 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 575 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 576 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.sl.yml'), 577 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.sl.yml'), 578 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.sl.yml'), 579 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.sl.yml'), 580 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.sl.yml'), 581 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.sl.yml'), 582 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.sl.yml'), 583 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.sl.yml'), 584 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.sl.yml'), 585 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.sl.yml'), 586 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.sl.yml'), 587 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.sl.yml'), 588 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.sl.yml'), 589 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.sl.yml'), 590 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.sl.yml'), 591 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.sl.yml'), 592 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 593 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 594 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf'), 595 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.sq.yml'), 596 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.sq.yml'), 597 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.sq.yml'), 598 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.sq.yml'), 599 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.sq.yml'), 600 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.sq.yml'), 601 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.sq.yml'), 602 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.sq.yml'), 603 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.sq.yml'), 604 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.sq.yml'), 605 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.sq.yml'), 606 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.sq.yml'), 607 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.sq.yml'), 608 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.sq.yml'), 609 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.sq.yml'), 610 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.sq.yml'), 611 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 612 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 613 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf'), 614 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 615 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 616 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), 617 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 618 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 619 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 620 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.sv.yml'), 621 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.sv.yml'), 622 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.sv.yml'), 623 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.sv.yml'), 624 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.sv.yml'), 625 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.sv.yml'), 626 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.sv.yml'), 627 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.sv.yml'), 628 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.sv.yml'), 629 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.sv.yml'), 630 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.sv.yml'), 631 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.sv.yml'), 632 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.sv.yml'), 633 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.sv.yml'), 634 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.sv.yml'), 635 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml'), 636 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.sv.yml'), 637 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 638 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 639 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), 640 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 641 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 642 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf'), 643 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 644 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 645 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 646 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.tr.yml'), 647 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.tr.yml'), 648 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.tr.yml'), 649 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.tr.yml'), 650 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.tr.yml'), 651 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.tr.yml'), 652 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.tr.yml'), 653 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.tr.yml'), 654 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.tr.yml'), 655 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.tr.yml'), 656 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.tr.yml'), 657 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.tr.yml'), 658 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.tr.yml'), 659 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.tr.yml'), 660 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.tr.yml'), 661 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.tr.yml'), 662 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.tr.yml'), 663 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 664 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 665 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 666 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.uk.yml'), 667 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.uk.yml'), 668 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.uk.yml'), 669 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.uk.yml'), 670 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.uk.yml'), 671 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.uk.yml'), 672 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.uk.yml'), 673 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.uk.yml'), 674 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.uk.yml'), 675 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.uk.yml'), 676 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.uk.yml'), 677 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.uk.yml'), 678 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.uk.yml'), 679 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.uk.yml'), 680 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.uk.yml'), 681 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml'), 682 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.uk.yml'), 683 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.uk.yml'), 684 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 685 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 686 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf'), 687 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 688 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 689 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf'), 690 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 691 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 692 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), 693 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.vi.yml'), 694 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.vi.yml'), 695 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.vi.yml'), 696 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.vi.yml'), 697 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.vi.yml'), 698 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.vi.yml'), 699 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.vi.yml'), 700 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.vi.yml'), 701 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.vi.yml'), 702 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.vi.yml'), 703 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.vi.yml'), 704 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.vi.yml'), 705 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.vi.yml'), 706 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.vi.yml'), 707 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.vi.yml'), 708 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.vi.yml'), 709 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 710 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 711 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 712 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 713 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 714 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), 715 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.bn.yml'), 716 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.bn.yml'), 717 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.bn.yml'), 718 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.bn.yml'), 719 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.bn.yml'), 720 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.bn.yml'), 721 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.bn.yml'), 722 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.bn.yml'), 723 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.bn.yml'), 724 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.bn.yml'), 725 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.bn.yml'), 726 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.bn.yml'), 727 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.bn.yml'), 728 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.bn.yml'), 729 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.bn.yml'), 730 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.bn.yml'), 731 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.ka.yml'), 732 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.ka.yml'), 733 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.ka.yml'), 734 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.ka.yml'), 735 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.ka.yml'), 736 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.ka.yml'), 737 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.ka.yml'), 738 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.ka.yml'), 739 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.ka.yml'), 740 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.ka.yml'), 741 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.ka.yml'), 742 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.ka.yml'), 743 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.ka.yml'), 744 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.ka.yml'), 745 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.ka.yml'), 746 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.ka.yml'), 747 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.ko.yml'), 748 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.ko.yml'), 749 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.ko.yml'), 750 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.ko.yml'), 751 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.ko.yml'), 752 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.ko.yml'), 753 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.ko.yml'), 754 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.ko.yml'), 755 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.ko.yml'), 756 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.ko.yml'), 757 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.ko.yml'), 758 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.ko.yml'), 759 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.ko.yml'), 760 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.ko.yml'), 761 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.ko.yml'), 762 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.ko.yml'), 763 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle/Resources/translations/admin.zh.yml'), 764 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/translations/admin.zh.yml'), 765 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle/Resources/translations/admin.zh.yml'), 766 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/translations/admin.zh.yml'), 767 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/translations/admin.zh.yml'), 768 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/translations/admin.zh.yml'), 769 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/translations/admin.zh.yml'), 770 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/translations/admin.zh.yml'), 771 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/translations/admin.zh.yml'), 772 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/translations/admin.zh.yml'), 773 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/translations/admin.zh.yml'), 774 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/translations/admin.zh.yml'), 775 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/translations/admin.zh.yml'), 776 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/translations/admin.zh.yml'), 777 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/translations/admin.zh.yml'), 778 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/translations/admin.zh.yml'), 779 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.zh.yml'), 780 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/cs.extended.json'), 781 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/de.extended.json'), 782 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/en.extended.json'), 783 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/es.extended.json'), 784 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/fr.extended.json'), 785 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/hu.extended.json'), 786 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/it.extended.json'), 787 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/nl.extended.json'), 788 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/pl.extended.json'), 789 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/sk.extended.json'), 790 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/th.extended.json')]), 1 => new \Sylius\Bundle\ThemeBundle\Translation\Provider\Resource\ThemeTranslatorResourceProvider(new \Sylius\Bundle\ThemeBundle\Translation\Finder\OrderingTranslationFilesFinder(new \Sylius\Bundle\ThemeBundle\Translation\Finder\TranslationFilesFinder(($this->privates['Sylius\\Bundle\\ThemeBundle\\Factory\\FinderFactoryInterface'] ?? ($this->privates['Sylius\\Bundle\\ThemeBundle\\Factory\\FinderFactoryInterface'] = new \Sylius\Bundle\ThemeBundle\Factory\FinderFactory())))), ($this->privates['Sylius\\Bundle\\ThemeBundle\\Repository\\ThemeRepositoryInterface'] ?? $this->getThemeRepositoryInterfaceService()), ($this->privates['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] ?? ($this->privates['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] = new \Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProvider())))]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'hu', ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true]);
$instance->setFallbackLocales([0 => 'hu']);
return $instance;
}
/**
* Gets the private 'Sylius\Bundle\ThemeBundle\Twig\Loader\ThemedTemplateLoader' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Twig\Loader\ThemedTemplateLoader
*/
protected function getThemedTemplateLoaderService()
{
$a = ($this->services['CoreShop\\Bundle\\ThemeBundle\\Context\\ThemeContext'] ?? $this->getThemeContextService());
if (isset($this->privates['Sylius\\Bundle\\ThemeBundle\\Twig\\Loader\\ThemedTemplateLoader'])) {
return $this->privates['Sylius\\Bundle\\ThemeBundle\\Twig\\Loader\\ThemedTemplateLoader'];
}
$b = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$b->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
$b->addPath((\dirname(__DIR__, 4).'/templates'), 'App');
$b->addPath((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MenuBundle/Resources/views'), 'CoreShopMenu');
$b->addPath((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MenuBundle/Resources/views'), '!CoreShopMenu');
$b->addPath((\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
$b->addPath((\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
$b->addPath((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/views'), 'CoreShopRule');
$b->addPath((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/views'), '!CoreShopRule');
$b->addPath((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/views'), 'CoreShopOrder');
$b->addPath((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/views'), '!CoreShopOrder');
$b->addPath((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ThemeBundle/Resources/views'), 'CoreShopTheme');
$b->addPath((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ThemeBundle/Resources/views'), '!CoreShopTheme');
$b->addPath((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/views'), 'CoreShopAddress');
$b->addPath((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/views'), '!CoreShopAddress');
$b->addPath((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/views'), 'CoreShopStore');
$b->addPath((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/views'), '!CoreShopStore');
$b->addPath((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TrackingBundle/Resources/views'), 'CoreShopTracking');
$b->addPath((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TrackingBundle/Resources/views'), '!CoreShopTracking');
$b->addPath((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/FrontendBundle/Resources/views'), 'CoreShopFrontend');
$b->addPath((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/FrontendBundle/Resources/views'), '!CoreShopFrontend');
$b->addPath((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PayumBundle/Resources/views'), 'CoreShopPayum');
$b->addPath((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PayumBundle/Resources/views'), '!CoreShopPayum');
$b->addPath((\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/views'), 'Payum');
$b->addPath((\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/views'), '!Payum');
$b->addPath((\dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Resources/views'), 'SyliusTheme');
$b->addPath((\dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Resources/views'), '!SyliusTheme');
$b->addPath((\dirname(__DIR__, 4).'/vendor/dachcom-digital/emailizr/src/EmailizrBundle/Resources/views'), 'Emailizr');
$b->addPath((\dirname(__DIR__, 4).'/vendor/dachcom-digital/emailizr/src/EmailizrBundle/Resources/views'), '!Emailizr');
$b->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$b->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$b->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$b->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$b->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
$b->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
$b->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
$b->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
$b->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$b->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$b->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$b->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$b->addPath((\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/views'), 'PimcoreCore');
$b->addPath((\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/views'), '!PimcoreCore');
$b->addPath((\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Resources/views'), 'PimcoreAdmin');
$b->addPath((\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Resources/views'), '!PimcoreAdmin');
$b->addPath((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/views'), 'CoreShopCore');
$b->addPath((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/views'), '!CoreShopCore');
$b->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
$b->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
$b->addPath((\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/Resources/views'), 'HWIOAuth');
$b->addPath((\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/Resources/views'), '!HWIOAuth');
$b->addPath((\dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
$b->addPath((\dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
$b->addPath((\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), 'KarserRecaptcha3');
$b->addPath((\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), '!KarserRecaptcha3');
$b->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
$b->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
$b->addPath((\dirname(__DIR__, 4).'/templates'));
$b->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$b->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$b->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
return $this->privates['Sylius\\Bundle\\ThemeBundle\\Twig\\Loader\\ThemedTemplateLoader'] = new \Sylius\Bundle\ThemeBundle\Twig\Loader\ThemedTemplateLoader($b, new \Sylius\Bundle\ThemeBundle\Twig\Locator\HierarchicalTemplateLocator(new \Sylius\Bundle\ThemeBundle\Twig\Locator\CompositeTemplateLocator(new RewindableGenerator(function () {
yield 0 => ($this->privates['Sylius\\Bundle\\ThemeBundle\\Twig\\Locator\\ApplicationTemplateLocator'] ?? $this->load('getApplicationTemplateLocatorService'));
yield 1 => ($this->privates['Sylius\\Bundle\\ThemeBundle\\Twig\\Locator\\NamespacedTemplateLocator'] ?? $this->load('getNamespacedTemplateLocatorService'));
}, 2)), ($this->privates['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] ?? ($this->privates['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] = new \Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProvider()))), $a);
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zK68TVvcGH', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.messenger.restart_workers_signal' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Messenger_RestartWorkersSignalService()
{
return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ProxyAdapter(($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService()), 'app'));
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService()
{
return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gjj0kk8ZQ5', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.rate_limiter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_RateLimiterService()
{
return $this->privates['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ProxyAdapter(($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService()), 'app'));
}
/**
* Gets the private 'cache.security_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguageService()
{
return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Kj4R6B4O-Y', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.security_token_verifier' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityTokenVerifierService()
{
return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1UZg1O9IOa', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.serializer' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService()
{
return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DhLBkheCFI', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService()
{
return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Ho6cJcAKMo', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'coreshop.storage_list.cache_subscriber.order' shared service.
*
* @return \CoreShop\Bundle\StorageListBundle\EventListener\CacheListener
*/
protected function getCoreshop_StorageList_CacheSubscriber_OrderService()
{
$a = ($this->services['CoreShop\\Component\\Order\\Context\\CompositeCartContext'] ?? $this->getCompositeCartContextService());
if (isset($this->privates['coreshop.storage_list.cache_subscriber.order'])) {
return $this->privates['coreshop.storage_list.cache_subscriber.order'];
}
return $this->privates['coreshop.storage_list.cache_subscriber.order'] = new \CoreShop\Bundle\StorageListBundle\EventListener\CacheListener(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()), $a);
}
/**
* Gets the private 'coreshop.storage_list.cache_subscriber.wishlist' shared service.
*
* @return \CoreShop\Bundle\StorageListBundle\EventListener\CacheListener
*/
protected function getCoreshop_StorageList_CacheSubscriber_WishlistService()
{
$a = ($this->services['CoreShop\\Component\\StorageList\\Context\\StorageListContextInterface'] ?? $this->getStorageListContextInterfaceService());
if (isset($this->privates['coreshop.storage_list.cache_subscriber.wishlist'])) {
return $this->privates['coreshop.storage_list.cache_subscriber.wishlist'];
}
return $this->privates['coreshop.storage_list.cache_subscriber.wishlist'] = new \CoreShop\Bundle\StorageListBundle\EventListener\CacheListener(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()), $a);
}
/**
* Gets the private 'coreshop.storage_list.session_and_store_subscriber.order' shared service.
*
* @return \CoreShop\Bundle\StorageListBundle\Core\EventListener\SessionStoreStorageListSubscriber
*/
protected function getCoreshop_StorageList_SessionAndStoreSubscriber_OrderService()
{
$a = ($this->services['CoreShop\\Component\\Order\\Context\\CompositeCartContext'] ?? $this->getCompositeCartContextService());
if (isset($this->privates['coreshop.storage_list.session_and_store_subscriber.order'])) {
return $this->privates['coreshop.storage_list.session_and_store_subscriber.order'];
}
return $this->privates['coreshop.storage_list.session_and_store_subscriber.order'] = new \CoreShop\Bundle\StorageListBundle\Core\EventListener\SessionStoreStorageListSubscriber(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()), $a, 'coreshop.cart');
}
/**
* Gets the private 'coreshop.storage_list.session_and_store_subscriber.wishlist' shared service.
*
* @return \CoreShop\Bundle\StorageListBundle\Core\EventListener\SessionStoreStorageListSubscriber
*/
protected function getCoreshop_StorageList_SessionAndStoreSubscriber_WishlistService()
{
$a = ($this->services['CoreShop\\Component\\StorageList\\Context\\StorageListContextInterface'] ?? $this->getStorageListContextInterfaceService());
if (isset($this->privates['coreshop.storage_list.session_and_store_subscriber.wishlist'])) {
return $this->privates['coreshop.storage_list.session_and_store_subscriber.wishlist'];
}
return $this->privates['coreshop.storage_list.session_and_store_subscriber.wishlist'] = new \CoreShop\Bundle\StorageListBundle\Core\EventListener\SessionStoreStorageListSubscriber(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()), $a, 'coreshop.wishlist');
}
/**
* Gets the private 'coreshop.storage_list.session_subscriber.order' shared service.
*
* @return \CoreShop\Bundle\StorageListBundle\EventListener\SessionSubscriber
*/
protected function getCoreshop_StorageList_SessionSubscriber_OrderService()
{
$a = ($this->services['CoreShop\\Component\\Order\\Context\\CompositeCartContext'] ?? $this->getCompositeCartContextService());
if (isset($this->privates['coreshop.storage_list.session_subscriber.order'])) {
return $this->privates['coreshop.storage_list.session_subscriber.order'];
}
return $this->privates['coreshop.storage_list.session_subscriber.order'] = new \CoreShop\Bundle\StorageListBundle\EventListener\SessionSubscriber(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()), $a, 'coreshop.cart');
}
/**
* Gets the private 'coreshop.storage_list.session_subscriber.wishlist' shared service.
*
* @return \CoreShop\Bundle\StorageListBundle\EventListener\SessionSubscriber
*/
protected function getCoreshop_StorageList_SessionSubscriber_WishlistService()
{
$a = ($this->services['CoreShop\\Component\\StorageList\\Context\\StorageListContextInterface'] ?? $this->getStorageListContextInterfaceService());
if (isset($this->privates['coreshop.storage_list.session_subscriber.wishlist'])) {
return $this->privates['coreshop.storage_list.session_subscriber.wishlist'];
}
return $this->privates['coreshop.storage_list.session_subscriber.wishlist'] = new \CoreShop\Bundle\StorageListBundle\EventListener\SessionSubscriber(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()), $a, 'coreshop.wishlist');
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
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())));
}
/**
* Gets the private 'debug.controller_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
*/
protected function getDebug_ControllerResolverService()
{
return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->services['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, ($this->services['monolog.logger.php'] ?? $this->getMonolog_Logger_PhpService()), NULL, -1, true, true, NULL);
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
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 () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
});
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
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())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
yield 1 => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService'));
yield 2 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
yield 3 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
yield 4 => ($this->privates['debug.security.voter.CoreShop\\Bundle\\CoreBundle\\Security\\AccessVoter'] ?? $this->load('getAccessVoter2Service'));
}, 5), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
$a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'debug.traced.coreshop.bus' shared service.
*
* @return \Symfony\Component\Messenger\TraceableMessageBus
*/
protected function getDebug_Traced_Coreshop_BusService()
{
return $this->privates['debug.traced.coreshop.bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
yield 0 => ($this->privates['coreshop.bus.middleware.traceable'] ?? $this->load('getCoreshop_Bus_Middleware_TraceableService'));
yield 1 => ($this->privates['coreshop.bus.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['coreshop.bus.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('coreshop.bus')));
yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
yield 6 => ($this->privates['coreshop.bus.middleware.handle_message'] ?? $this->load('getCoreshop_Bus_Middleware_HandleMessageService'));
}, 7)));
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListener2Service()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->services['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
}
/**
* Gets the private 'form.registry' shared service.
*
* @return \Symfony\Component\Form\FormRegistry
*/
protected function getForm_RegistryService()
{
return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Ecommerce\\Form\\Type\\SimplepayGatewayConfigurationType' => ['privates', 'app.coreshop.form.type.gateway_configuration.simplepay', 'getApp_Coreshop_Form_Type_GatewayConfiguration_SimplepayService', true],
'App\\Form\\Type\\NotificationsFilterType' => ['privates', 'App\\Form\\Type\\NotificationsFilterType', 'getNotificationsFilterTypeService', true],
'App\\Form\\Type\\RemarkType' => ['privates', 'App\\Form\\Type\\RemarkType', 'getRemarkTypeService', true],
'App\\Form\\Type\\UserReportType' => ['privates', 'App\\Form\\Type\\UserReportType', 'getUserReportTypeService', true],
'App\\Form\\Type\\WatchRegisterType' => ['privates', 'App\\Form\\Type\\WatchRegisterType', 'getWatchRegisterTypeService', true],
'App\\Form\\Type\\WatchesFilterType' => ['privates', 'App\\Form\\Type\\WatchesFilterType', 'getWatchesFilterTypeService', true],
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\AddressIdentifierChoiceType' => ['services', 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\AddressIdentifierChoiceType', 'getAddressIdentifierChoiceTypeService', true],
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\AddressIdentifierType' => ['services', 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\AddressIdentifierType', 'getAddressIdentifierTypeService', true],
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\AddressType' => ['services', 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\AddressType', 'getAddressTypeService', true],
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\CountryChoiceType' => ['services', 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\CountryChoiceType', 'getCountryChoiceTypeService', true],
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\CountryTranslationType' => ['services', 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\CountryTranslationType', 'getCountryTranslationTypeService', true],
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\CountryType' => ['services', 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\CountryType', 'getCountryTypeService', true],
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\SalutationChoiceType' => ['services', 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\SalutationChoiceType', 'getSalutationChoiceTypeService', true],
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\StateChoiceType' => ['services', 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\StateChoiceType', 'getStateChoiceTypeService', true],
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\StateTranslationType' => ['services', 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\StateTranslationType', 'getStateTranslationTypeService', true],
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\StateType' => ['services', 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\StateType', 'getStateTypeService', true],
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\ZoneChoiceType' => ['services', 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\ZoneChoiceType', 'getZoneChoiceTypeService', true],
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\ZoneType' => ['services', 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\ZoneType', 'getZoneTypeService', true],
'CoreShop\\Bundle\\ConfigurationBundle\\Form\\Type\\ConfigurationCollectionType' => ['services', 'CoreShop\\Bundle\\ConfigurationBundle\\Form\\Type\\ConfigurationCollectionType', 'getConfigurationCollectionTypeService', true],
'CoreShop\\Bundle\\ConfigurationBundle\\Form\\Type\\ConfigurationType' => ['services', 'CoreShop\\Bundle\\ConfigurationBundle\\Form\\Type\\ConfigurationType', 'getConfigurationTypeService', true],
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\AddressChoiceType' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\AddressChoiceType', 'getAddressChoiceTypeService', true],
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\AddressType' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\AddressType', 'getAddressType2Service', true],
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\CarrierChoiceType' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\CarrierChoiceType', 'getCarrierChoiceTypeService', true],
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\CarrierType' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\CarrierType', 'getCarrierTypeService', true],
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\GuestAddressType' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\GuestAddressType', 'getGuestAddressTypeService', true],
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\PaymentType' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\PaymentType', 'getPaymentTypeService', true],
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\SummaryType' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\SummaryType', 'getSummaryTypeService', true],
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\CustomerRegistrationType' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\CustomerRegistrationType', 'getCustomerRegistrationTypeService', true],
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\GuestRegistrationType' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\GuestRegistrationType', 'getGuestRegistrationTypeService', true],
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Order\\PaymentType' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Order\\PaymentType', 'getPaymentType2Service', true],
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Payment\\Rule\\Action\\AdditionAmountActionConfigurationType' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Payment\\Rule\\Action\\AdditionAmountActionConfigurationType', 'getAdditionAmountActionConfigurationTypeService', true],
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Payment\\Rule\\Action\\DiscountAmountActionConfigurationType' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Payment\\Rule\\Action\\DiscountAmountActionConfigurationType', 'getDiscountAmountActionConfigurationTypeService', true],
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Payment\\Rule\\Action\\PriceActionConfigurationType' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Payment\\Rule\\Action\\PriceActionConfigurationType', 'getPriceActionConfigurationTypeService', true],
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\ProductPriceRule\\Condition\\QuantityConfigurationType' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\ProductPriceRule\\Condition\\QuantityConfigurationType', 'getQuantityConfigurationTypeService', true],
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Product\\ProductStoreValuesSelectionType' => ['privates', 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Product\\ProductStoreValuesSelectionType', 'getProductStoreValuesSelectionTypeService', true],
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Product\\ProductStoreValuesType' => ['privates', 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Product\\ProductStoreValuesType', 'getProductStoreValuesTypeService', true],
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Shipping\\Rule\\Action\\AdditionAmountActionConfigurationType' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Shipping\\Rule\\Action\\AdditionAmountActionConfigurationType', 'getAdditionAmountActionConfigurationType2Service', true],
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Shipping\\Rule\\Action\\DiscountAmountActionConfigurationType' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Shipping\\Rule\\Action\\DiscountAmountActionConfigurationType', 'getDiscountAmountActionConfigurationType2Service', true],
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Shipping\\Rule\\Action\\PriceActionConfigurationType' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Shipping\\Rule\\Action\\PriceActionConfigurationType', 'getPriceActionConfigurationType2Service', true],
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\UserRegistrationType' => ['services', 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\UserRegistrationType', 'getUserRegistrationTypeService', true],
'CoreShop\\Bundle\\CurrencyBundle\\Form\\Type\\CurrencyChoiceType' => ['services', 'CoreShop\\Bundle\\CurrencyBundle\\Form\\Type\\CurrencyChoiceType', 'getCurrencyChoiceTypeService', true],
'CoreShop\\Bundle\\CurrencyBundle\\Form\\Type\\CurrencyType' => ['services', 'CoreShop\\Bundle\\CurrencyBundle\\Form\\Type\\CurrencyType', 'getCurrencyTypeService', true],
'CoreShop\\Bundle\\CurrencyBundle\\Form\\Type\\ExchangeRateType' => ['services', 'CoreShop\\Bundle\\CurrencyBundle\\Form\\Type\\ExchangeRateType', 'getExchangeRateTypeService', true],
'CoreShop\\Bundle\\CustomerBundle\\Form\\Type\\ChangePasswordType' => ['services', 'CoreShop\\Bundle\\CustomerBundle\\Form\\Type\\ChangePasswordType', 'getChangePasswordTypeService', true],
'CoreShop\\Bundle\\CustomerBundle\\Form\\Type\\CustomerLoginType' => ['services', 'CoreShop\\Bundle\\CustomerBundle\\Form\\Type\\CustomerLoginType', 'getCustomerLoginTypeService', true],
'CoreShop\\Bundle\\CustomerBundle\\Form\\Type\\CustomerSelectionType' => ['services', 'CoreShop\\Bundle\\CustomerBundle\\Form\\Type\\CustomerSelectionType', 'getCustomerSelectionTypeService', true],
'CoreShop\\Bundle\\CustomerBundle\\Form\\Type\\CustomerType' => ['services', 'CoreShop\\Bundle\\CustomerBundle\\Form\\Type\\CustomerType', 'getCustomerTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterPreConditionChoiceType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterPreConditionChoiceType', 'getFilterPreConditionChoiceTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterPreConditionCollectionType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterPreConditionCollectionType', 'getFilterPreConditionCollectionTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterPreConditionType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterPreConditionType', 'getFilterPreConditionTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterType', 'getFilterTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterUserConditionChoiceType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterUserConditionChoiceType', 'getFilterUserConditionChoiceTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterUserConditionCollectionType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterUserConditionCollectionType', 'getFilterUserConditionCollectionTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterUserConditionType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterUserConditionType', 'getFilterUserConditionTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionBooleanType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionBooleanType', 'getFilterConditionBooleanTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionCategoryMultiSelectType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionCategoryMultiSelectType', 'getFilterConditionCategoryMultiSelectTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionCategorySelectType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionCategorySelectType', 'getFilterConditionCategorySelectTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionMultiselectType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionMultiselectType', 'getFilterConditionMultiselectTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionRangeType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionRangeType', 'getFilterConditionRangeTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionSearchType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionSearchType', 'getFilterConditionSearchTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionSelectType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionSelectType', 'getFilterConditionSelectTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterPreConditionNestedType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterPreConditionNestedType', 'getFilterPreConditionNestedTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterUserConditionNestedType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterUserConditionNestedType', 'getFilterUserConditionNestedTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Getter\\BrickGetterFormType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Getter\\BrickGetterFormType', 'getBrickGetterFormTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Getter\\ClassificationStoreGetterFormType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Getter\\ClassificationStoreGetterFormType', 'getClassificationStoreGetterFormTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Getter\\FieldCollectionGetterFormType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Getter\\FieldCollectionGetterFormType', 'getFieldCollectionGetterFormTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexChoiceType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexChoiceType', 'getIndexChoiceTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnChoiceType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnChoiceType', 'getIndexColumnChoiceTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnCollectionType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnCollectionType', 'getIndexColumnCollectionTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnGetterChoiceType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnGetterChoiceType', 'getIndexColumnGetterChoiceTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnInterpreterChoiceType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnInterpreterChoiceType', 'getIndexColumnInterpreterChoiceTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnType', 'getIndexColumnTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexType', 'getIndexTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexWorkerChoiceType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexWorkerChoiceType', 'getIndexWorkerChoiceTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\ExpressionInterpreterFormType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\ExpressionInterpreterFormType', 'getExpressionInterpreterFormTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\InterpreterCollectionType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\InterpreterCollectionType', 'getInterpreterCollectionTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\InterpreterType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\InterpreterType', 'getInterpreterTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\IteratorInterpreterType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\IteratorInterpreterType', 'getIteratorInterpreterTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\NestedInterpreterType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\NestedInterpreterType', 'getNestedInterpreterTypeService', true],
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\ObjectPropertyInterpreterFormType' => ['services', 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\ObjectPropertyInterpreterFormType', 'getObjectPropertyInterpreterFormTypeService', true],
'CoreShop\\Bundle\\MoneyBundle\\Form\\Type\\MoneyType' => ['services', 'CoreShop\\Bundle\\MoneyBundle\\Form\\Type\\MoneyType', 'getMoneyTypeService', true],
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleActionChoiceType' => ['services', 'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleActionChoiceType', 'getNotificationRuleActionChoiceTypeService', true],
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleActionCollectionType' => ['services', 'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleActionCollectionType', 'getNotificationRuleActionCollectionTypeService', true],
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleActionType' => ['services', 'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleActionType', 'getNotificationRuleActionTypeService', true],
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleConditionChoiceType' => ['services', 'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleConditionChoiceType', 'getNotificationRuleConditionChoiceTypeService', true],
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleConditionCollectionType' => ['services', 'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleConditionCollectionType', 'getNotificationRuleConditionCollectionTypeService', true],
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleConditionType' => ['services', 'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleConditionType', 'getNotificationRuleConditionTypeService', true],
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleType' => ['services', 'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleType', 'getNotificationRuleTypeService', true],
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleTypeChoiceType' => ['services', 'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleTypeChoiceType', 'getNotificationRuleTypeChoiceTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\AddMultipleToCartType' => ['privates', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\AddMultipleToCartType', 'getAddMultipleToCartTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\AddToCartType' => ['privates', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\AddToCartType', 'getAddToCartTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartCreationCartItemType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartCreationCartItemType', 'getCartCreationCartItemTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartCreationType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartCreationType', 'getCartCreationTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleActionChoiceType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleActionChoiceType', 'getCartItemPriceRuleActionChoiceTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleActionCollectionType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleActionCollectionType', 'getCartItemPriceRuleActionCollectionTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleActionType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleActionType', 'getCartItemPriceRuleActionTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleConditionChoiceType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleConditionChoiceType', 'getCartItemPriceRuleConditionChoiceTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleConditionCollectionType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleConditionCollectionType', 'getCartItemPriceRuleConditionCollectionTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleConditionType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleConditionType', 'getCartItemPriceRuleConditionTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemType', 'getCartItemTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleActionChoiceType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleActionChoiceType', 'getCartPriceRuleActionChoiceTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleActionCollectionType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleActionCollectionType', 'getCartPriceRuleActionCollectionTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleActionType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleActionType', 'getCartPriceRuleActionTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleChoiceType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleChoiceType', 'getCartPriceRuleChoiceTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleConditionChoiceType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleConditionChoiceType', 'getCartPriceRuleConditionChoiceTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleConditionCollectionType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleConditionCollectionType', 'getCartPriceRuleConditionCollectionTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleConditionType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleConditionType', 'getCartPriceRuleConditionTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleTranslationType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleTranslationType', 'getCartPriceRuleTranslationTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleType', 'getCartPriceRuleTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartType', 'getCartTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\EditCartType' => ['privates', 'coreshop.form.type.edit_cart', 'getCoreshop_Form_Type_EditCartService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\OrderInvoiceCreationItemsType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\OrderInvoiceCreationItemsType', 'getOrderInvoiceCreationItemsTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\OrderInvoiceCreationType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\OrderInvoiceCreationType', 'getOrderInvoiceCreationTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\OrderShipmentCreationItemsType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\OrderShipmentCreationItemsType', 'getOrderShipmentCreationItemsTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\OrderShipmentCreationType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\OrderShipmentCreationType', 'getOrderShipmentCreationTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\PurchasableSelectionType' => ['privates', 'coreshop.form.type.purchaseable_selection_type', 'getCoreshop_Form_Type_PurchaseableSelectionTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\QuantityType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\QuantityType', 'getQuantityTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Action\\CartItemActionConfigurationType' => ['privates', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Action\\CartItemActionConfigurationType', 'getCartItemActionConfigurationTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Action\\DiscountAmountConfigurationType' => ['privates', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Action\\DiscountAmountConfigurationType', 'getDiscountAmountConfigurationType2Service', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Action\\DiscountPercentConfigurationType' => ['privates', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Action\\DiscountPercentConfigurationType', 'getDiscountPercentConfigurationType2Service', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Action\\SurchargeAmountConfigurationType' => ['privates', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Action\\SurchargeAmountConfigurationType', 'getSurchargeAmountConfigurationTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Action\\SurchargePercentConfigurationType' => ['privates', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Action\\SurchargePercentConfigurationType', 'getSurchargePercentConfigurationTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Condition\\AmountConfigurationType' => ['privates', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Condition\\AmountConfigurationType', 'getAmountConfigurationType3Service', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Condition\\NestedConfigurationType' => ['privates', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Condition\\NestedConfigurationType', 'getNestedConfigurationType3Service', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Condition\\NotCombinableConfigurationType' => ['privates', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Condition\\NotCombinableConfigurationType', 'getNotCombinableConfigurationTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Condition\\TimespanConfigurationType' => ['privates', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Condition\\TimespanConfigurationType', 'getTimespanConfigurationType2Service', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Condition\\VoucherConfigurationType' => ['privates', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Condition\\VoucherConfigurationType', 'getVoucherConfigurationTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\VoucherGeneratorType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\VoucherGeneratorType', 'getVoucherGeneratorTypeService', true],
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\VoucherType' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\VoucherType', 'getVoucherTypeService', true],
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderChoiceType' => ['services', 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderChoiceType', 'getPaymentProviderChoiceTypeService', true],
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleActionChoiceType' => ['services', 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleActionChoiceType', 'getPaymentProviderRuleActionChoiceTypeService', true],
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleActionCollectionType' => ['services', 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleActionCollectionType', 'getPaymentProviderRuleActionCollectionTypeService', true],
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleActionType' => ['services', 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleActionType', 'getPaymentProviderRuleActionTypeService', true],
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleChoiceType' => ['services', 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleChoiceType', 'getPaymentProviderRuleChoiceTypeService', true],
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleConditionChoiceType' => ['services', 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleConditionChoiceType', 'getPaymentProviderRuleConditionChoiceTypeService', true],
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleConditionCollectionType' => ['services', 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleConditionCollectionType', 'getPaymentProviderRuleConditionCollectionTypeService', true],
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleConditionType' => ['services', 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleConditionType', 'getPaymentProviderRuleConditionTypeService', true],
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleGroupType' => ['services', 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleGroupType', 'getPaymentProviderRuleGroupTypeService', true],
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleType' => ['services', 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleType', 'getPaymentProviderRuleTypeService', true],
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderTranslationType' => ['services', 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderTranslationType', 'getPaymentProviderTranslationTypeService', true],
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderType' => ['services', 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderType', 'getPaymentProviderTypeService', true],
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\Rule\\Action\\AdditionPercentActionConfigurationType' => ['services', 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\Rule\\Action\\AdditionPercentActionConfigurationType', 'getAdditionPercentActionConfigurationTypeService', true],
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\Rule\\Action\\DiscountPercentActionConfigurationType' => ['services', 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\Rule\\Action\\DiscountPercentActionConfigurationType', 'getDiscountPercentActionConfigurationTypeService', true],
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\Rule\\Common\\PaymentProviderRuleConfigurationType' => ['services', 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\Rule\\Common\\PaymentProviderRuleConfigurationType', 'getPaymentProviderRuleConfigurationTypeService', true],
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\Rule\\Condition\\AmountConfigurationType' => ['services', 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\Rule\\Condition\\AmountConfigurationType', 'getAmountConfigurationTypeService', true],
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\Rule\\Condition\\NestedConfigurationType' => ['services', 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\Rule\\Condition\\NestedConfigurationType', 'getNestedConfigurationTypeService', true],
'CoreShop\\Bundle\\PayumBundle\\Form\\Type\\PaypalGatewayConfigurationType' => ['services', 'CoreShop\\Bundle\\PayumBundle\\Form\\Type\\PaypalGatewayConfigurationType', 'getPaypalGatewayConfigurationTypeService', true],
'CoreShop\\Bundle\\PayumBundle\\Form\\Type\\SofortGatewayConfigurationType' => ['services', 'CoreShop\\Bundle\\PayumBundle\\Form\\Type\\SofortGatewayConfigurationType', 'getSofortGatewayConfigurationTypeService', true],
'CoreShop\\Bundle\\PayumPaymentBundle\\Form\\Type\\GatewayConfigType' => ['privates', 'CoreShop\\Bundle\\PayumPaymentBundle\\Form\\Type\\GatewayConfigType', 'getGatewayConfigTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleActionChoiceType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleActionChoiceType', 'getProductPriceRuleActionChoiceTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleActionCollectionType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleActionCollectionType', 'getProductPriceRuleActionCollectionTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleActionType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleActionType', 'getProductPriceRuleActionTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleConditionChoiceType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleConditionChoiceType', 'getProductPriceRuleConditionChoiceTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleConditionCollectionType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleConditionCollectionType', 'getProductPriceRuleConditionCollectionTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleConditionType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleConditionType', 'getProductPriceRuleConditionTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleTranslationType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleTranslationType', 'getProductPriceRuleTranslationTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleType', 'getProductPriceRuleTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSelectionType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSelectionType', 'getProductSelectionTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleActionChoiceType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleActionChoiceType', 'getProductSpecificPriceRuleActionChoiceTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleActionCollectionType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleActionCollectionType', 'getProductSpecificPriceRuleActionCollectionTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleActionType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleActionType', 'getProductSpecificPriceRuleActionTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleConditionChoiceType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleConditionChoiceType', 'getProductSpecificPriceRuleConditionChoiceTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleConditionCollectionType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleConditionCollectionType', 'getProductSpecificPriceRuleConditionCollectionTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleConditionType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleConditionType', 'getProductSpecificPriceRuleConditionTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleTranslationType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleTranslationType', 'getProductSpecificPriceRuleTranslationTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleType', 'getProductSpecificPriceRuleTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Action\\DiscountAmountConfigurationType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Action\\DiscountAmountConfigurationType', 'getDiscountAmountConfigurationTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Action\\DiscountPercentConfigurationType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Action\\DiscountPercentConfigurationType', 'getDiscountPercentConfigurationTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Action\\PriceConfigurationType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Action\\PriceConfigurationType', 'getPriceConfigurationTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Condition\\ProductPriceNestedConfigurationType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Condition\\ProductPriceNestedConfigurationType', 'getProductPriceNestedConfigurationTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Condition\\ProductSpecificPriceNestedConfigurationType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Condition\\ProductSpecificPriceNestedConfigurationType', 'getProductSpecificPriceNestedConfigurationTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Condition\\TimespanConfigurationType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Condition\\TimespanConfigurationType', 'getTimespanConfigurationTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitChoiceType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitChoiceType', 'getProductUnitChoiceTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitDefinitionPriceType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitDefinitionPriceType', 'getProductUnitDefinitionPriceTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitDefinitionSelectionType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitDefinitionSelectionType', 'getProductUnitDefinitionSelectionTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitDefinitionType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitDefinitionType', 'getProductUnitDefinitionTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitDefinitionsType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitDefinitionsType', 'getProductUnitDefinitionsTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitTranslationType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitTranslationType', 'getProductUnitTranslationTypeService', true],
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitType' => ['services', 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitType', 'getProductUnitTypeService', true],
'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityPriceRuleConditionChoiceType' => ['services', 'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityPriceRuleConditionChoiceType', 'getProductQuantityPriceRuleConditionChoiceTypeService', true],
'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityPriceRuleConditionCollectionType' => ['services', 'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityPriceRuleConditionCollectionType', 'getProductQuantityPriceRuleConditionCollectionTypeService', true],
'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityPriceRuleConditionType' => ['services', 'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityPriceRuleConditionType', 'getProductQuantityPriceRuleConditionTypeService', true],
'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityPriceRuleType' => ['services', 'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityPriceRuleType', 'getProductQuantityPriceRuleTypeService', true],
'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityRangeType' => ['services', 'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityRangeType', 'getProductQuantityRangeTypeService', true],
'CoreShop\\Bundle\\ResourceBundle\\Form\\Type\\PimcoreAssetChoiceType' => ['services', 'CoreShop\\Bundle\\ResourceBundle\\Form\\Type\\PimcoreAssetChoiceType', 'getPimcoreAssetChoiceTypeService', true],
'CoreShop\\Bundle\\ResourceBundle\\Form\\Type\\PimcoreClassChoiceType' => ['services', 'CoreShop\\Bundle\\ResourceBundle\\Form\\Type\\PimcoreClassChoiceType', 'getPimcoreClassChoiceTypeService', true],
'CoreShop\\Bundle\\ResourceBundle\\Form\\Type\\ResourceTranslationsType' => ['services', 'CoreShop\\Bundle\\ResourceBundle\\Form\\Type\\ResourceTranslationsType', 'getResourceTranslationsTypeService', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\CarrierChoiceType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\CarrierChoiceType', 'getCarrierChoiceType2Service', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\CarrierTranslationType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\CarrierTranslationType', 'getCarrierTranslationTypeService', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\CarrierType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\CarrierType', 'getCarrierType2Service', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Action\\AdditionPercentActionConfigurationType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Action\\AdditionPercentActionConfigurationType', 'getAdditionPercentActionConfigurationType2Service', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Action\\DiscountPercentActionConfigurationType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Action\\DiscountPercentActionConfigurationType', 'getDiscountPercentActionConfigurationType2Service', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Common\\ShippingRuleConfigurationType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Common\\ShippingRuleConfigurationType', 'getShippingRuleConfigurationTypeService', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Condition\\AmountConfigurationType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Condition\\AmountConfigurationType', 'getAmountConfigurationType2Service', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Condition\\DimensionConfigurationType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Condition\\DimensionConfigurationType', 'getDimensionConfigurationTypeService', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Condition\\NestedConfigurationType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Condition\\NestedConfigurationType', 'getNestedConfigurationType2Service', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Condition\\PostcodeConfigurationType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Condition\\PostcodeConfigurationType', 'getPostcodeConfigurationTypeService', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Condition\\WeightConfigurationType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Condition\\WeightConfigurationType', 'getWeightConfigurationTypeService', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleActionChoiceType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleActionChoiceType', 'getShippingRuleActionChoiceTypeService', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleActionCollectionType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleActionCollectionType', 'getShippingRuleActionCollectionTypeService', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleActionType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleActionType', 'getShippingRuleActionTypeService', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleChoiceType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleChoiceType', 'getShippingRuleChoiceTypeService', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleConditionChoiceType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleConditionChoiceType', 'getShippingRuleConditionChoiceTypeService', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleConditionCollectionType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleConditionCollectionType', 'getShippingRuleConditionCollectionTypeService', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleConditionType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleConditionType', 'getShippingRuleConditionTypeService', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleGroupCollectionType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleGroupCollectionType', 'getShippingRuleGroupCollectionTypeService', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleGroupType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleGroupType', 'getShippingRuleGroupTypeService', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleType', 'getShippingRuleTypeService', true],
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingTaxCalculationStrategyChoiceType' => ['services', 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingTaxCalculationStrategyChoiceType', 'getShippingTaxCalculationStrategyChoiceTypeService', true],
'CoreShop\\Bundle\\StoreBundle\\Form\\Type\\StoreChoiceType' => ['services', 'CoreShop\\Bundle\\StoreBundle\\Form\\Type\\StoreChoiceType', 'getStoreChoiceTypeService', true],
'CoreShop\\Bundle\\StoreBundle\\Form\\Type\\StoreType' => ['services', 'CoreShop\\Bundle\\StoreBundle\\Form\\Type\\StoreType', 'getStoreTypeService', true],
'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateChoiceType' => ['services', 'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateChoiceType', 'getTaxRateChoiceTypeService', true],
'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateTranslationType' => ['services', 'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateTranslationType', 'getTaxRateTranslationTypeService', true],
'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateType' => ['services', 'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateType', 'getTaxRateTypeService', true],
'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRuleGroupChoiceType' => ['services', 'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRuleGroupChoiceType', 'getTaxRuleGroupChoiceTypeService', true],
'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRuleGroupType' => ['services', 'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRuleGroupType', 'getTaxRuleGroupTypeService', true],
'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRuleType' => ['services', 'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRuleType', 'getTaxRuleTypeService', true],
'CoreShop\\Bundle\\UserBundle\\Form\\Type\\ChangePasswordType' => ['services', 'CoreShop\\Bundle\\UserBundle\\Form\\Type\\ChangePasswordType', 'getChangePasswordType2Service', true],
'CoreShop\\Bundle\\UserBundle\\Form\\Type\\RequestResetPasswordType' => ['services', 'CoreShop\\Bundle\\UserBundle\\Form\\Type\\RequestResetPasswordType', 'getRequestResetPasswordTypeService', true],
'CoreShop\\Bundle\\UserBundle\\Form\\Type\\ResetPasswordType' => ['services', 'CoreShop\\Bundle\\UserBundle\\Form\\Type\\ResetPasswordType', 'getResetPasswordTypeService', true],
'CoreShop\\Bundle\\WishlistBundle\\Form\\Type\\AddToWishlistType' => ['services', 'CoreShop\\Bundle\\WishlistBundle\\Form\\Type\\AddToWishlistType', 'getAddToWishlistTypeService', true],
'CoreShop\\Bundle\\WishlistBundle\\Form\\Type\\WishlistItemType' => ['services', 'CoreShop\\Bundle\\WishlistBundle\\Form\\Type\\WishlistItemType', 'getWishlistItemTypeService', true],
'CoreShop\\Bundle\\WishlistBundle\\Form\\Type\\WishlistType' => ['services', 'CoreShop\\Bundle\\WishlistBundle\\Form\\Type\\WishlistType', 'getWishlistTypeService', true],
'Karser\\Recaptcha3Bundle\\Form\\Recaptcha3Type' => ['privates', 'karser_recaptcha3.form.type', 'getKarserRecaptcha3_Form_TypeService', true],
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardExpirationDateType' => ['services', 'payum.form.type.credit_card_expiration_date', 'getPayum_Form_Type_CreditCardExpirationDateService', true],
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardType' => ['services', 'payum.form.type.credit_card', 'getPayum_Form_Type_CreditCardService', true],
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayConfigType' => ['services', 'payum.form.type.gateway_config', 'getPayum_Form_Type_GatewayConfigService', true],
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType' => ['services', 'payum.form.type.gateway_factories_choice', 'getPayum_Form_Type_GatewayFactoriesChoiceService', true],
'Sylius\\Bundle\\ThemeBundle\\Form\\Type\\ThemeChoiceType' => ['privates', 'Sylius\\Bundle\\ThemeBundle\\Form\\Type\\ThemeChoiceType', 'getThemeChoiceTypeService', true],
'Sylius\\Bundle\\ThemeBundle\\Form\\Type\\ThemeNameChoiceType' => ['privates', 'Sylius\\Bundle\\ThemeBundle\\Form\\Type\\ThemeNameChoiceType', 'getThemeNameChoiceTypeService', true],
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', true],
'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates', 'cmf_routing.route_type_form_type', 'getCmfRouting_RouteTypeFormTypeService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', true],
], [
'App\\Ecommerce\\Form\\Type\\SimplepayGatewayConfigurationType' => '?',
'App\\Form\\Type\\NotificationsFilterType' => '?',
'App\\Form\\Type\\RemarkType' => '?',
'App\\Form\\Type\\UserReportType' => '?',
'App\\Form\\Type\\WatchRegisterType' => '?',
'App\\Form\\Type\\WatchesFilterType' => '?',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\AddressIdentifierChoiceType' => '?',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\AddressIdentifierType' => '?',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\AddressType' => '?',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\CountryChoiceType' => '?',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\CountryTranslationType' => '?',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\CountryType' => '?',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\SalutationChoiceType' => '?',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\StateChoiceType' => '?',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\StateTranslationType' => '?',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\StateType' => '?',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\ZoneChoiceType' => '?',
'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\ZoneType' => '?',
'CoreShop\\Bundle\\ConfigurationBundle\\Form\\Type\\ConfigurationCollectionType' => '?',
'CoreShop\\Bundle\\ConfigurationBundle\\Form\\Type\\ConfigurationType' => '?',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\AddressChoiceType' => '?',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\AddressType' => '?',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\CarrierChoiceType' => '?',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\CarrierType' => '?',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\GuestAddressType' => '?',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\PaymentType' => '?',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\SummaryType' => '?',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\CustomerRegistrationType' => '?',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\GuestRegistrationType' => '?',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Order\\PaymentType' => '?',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Payment\\Rule\\Action\\AdditionAmountActionConfigurationType' => '?',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Payment\\Rule\\Action\\DiscountAmountActionConfigurationType' => '?',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Payment\\Rule\\Action\\PriceActionConfigurationType' => '?',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\ProductPriceRule\\Condition\\QuantityConfigurationType' => '?',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Product\\ProductStoreValuesSelectionType' => '?',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Product\\ProductStoreValuesType' => '?',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Shipping\\Rule\\Action\\AdditionAmountActionConfigurationType' => '?',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Shipping\\Rule\\Action\\DiscountAmountActionConfigurationType' => '?',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Shipping\\Rule\\Action\\PriceActionConfigurationType' => '?',
'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\UserRegistrationType' => '?',
'CoreShop\\Bundle\\CurrencyBundle\\Form\\Type\\CurrencyChoiceType' => '?',
'CoreShop\\Bundle\\CurrencyBundle\\Form\\Type\\CurrencyType' => '?',
'CoreShop\\Bundle\\CurrencyBundle\\Form\\Type\\ExchangeRateType' => '?',
'CoreShop\\Bundle\\CustomerBundle\\Form\\Type\\ChangePasswordType' => '?',
'CoreShop\\Bundle\\CustomerBundle\\Form\\Type\\CustomerLoginType' => '?',
'CoreShop\\Bundle\\CustomerBundle\\Form\\Type\\CustomerSelectionType' => '?',
'CoreShop\\Bundle\\CustomerBundle\\Form\\Type\\CustomerType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterPreConditionChoiceType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterPreConditionCollectionType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterPreConditionType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterUserConditionChoiceType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterUserConditionCollectionType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterUserConditionType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionBooleanType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionCategoryMultiSelectType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionCategorySelectType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionMultiselectType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionRangeType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionSearchType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterConditionSelectType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterPreConditionNestedType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Filter\\FilterUserConditionNestedType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Getter\\BrickGetterFormType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Getter\\ClassificationStoreGetterFormType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Getter\\FieldCollectionGetterFormType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexChoiceType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnChoiceType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnCollectionType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnGetterChoiceType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnInterpreterChoiceType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexWorkerChoiceType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\ExpressionInterpreterFormType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\InterpreterCollectionType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\InterpreterType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\IteratorInterpreterType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\NestedInterpreterType' => '?',
'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Interpreter\\ObjectPropertyInterpreterFormType' => '?',
'CoreShop\\Bundle\\MoneyBundle\\Form\\Type\\MoneyType' => '?',
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleActionChoiceType' => '?',
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleActionCollectionType' => '?',
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleActionType' => '?',
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleConditionChoiceType' => '?',
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleConditionCollectionType' => '?',
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleConditionType' => '?',
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleType' => '?',
'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleTypeChoiceType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\AddMultipleToCartType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\AddToCartType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartCreationCartItemType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartCreationType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleActionChoiceType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleActionCollectionType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleActionType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleConditionChoiceType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleConditionCollectionType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemPriceRuleConditionType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleActionChoiceType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleActionCollectionType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleActionType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleChoiceType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleConditionChoiceType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleConditionCollectionType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleConditionType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleTranslationType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\EditCartType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\OrderInvoiceCreationItemsType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\OrderInvoiceCreationType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\OrderShipmentCreationItemsType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\OrderShipmentCreationType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\PurchasableSelectionType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\QuantityType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Action\\CartItemActionConfigurationType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Action\\DiscountAmountConfigurationType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Action\\DiscountPercentConfigurationType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Action\\SurchargeAmountConfigurationType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Action\\SurchargePercentConfigurationType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Condition\\AmountConfigurationType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Condition\\NestedConfigurationType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Condition\\NotCombinableConfigurationType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Condition\\TimespanConfigurationType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\Rule\\Condition\\VoucherConfigurationType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\VoucherGeneratorType' => '?',
'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\VoucherType' => '?',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderChoiceType' => '?',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleActionChoiceType' => '?',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleActionCollectionType' => '?',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleActionType' => '?',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleChoiceType' => '?',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleConditionChoiceType' => '?',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleConditionCollectionType' => '?',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleConditionType' => '?',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleGroupType' => '?',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleType' => '?',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderTranslationType' => '?',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderType' => '?',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\Rule\\Action\\AdditionPercentActionConfigurationType' => '?',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\Rule\\Action\\DiscountPercentActionConfigurationType' => '?',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\Rule\\Common\\PaymentProviderRuleConfigurationType' => '?',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\Rule\\Condition\\AmountConfigurationType' => '?',
'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\Rule\\Condition\\NestedConfigurationType' => '?',
'CoreShop\\Bundle\\PayumBundle\\Form\\Type\\PaypalGatewayConfigurationType' => '?',
'CoreShop\\Bundle\\PayumBundle\\Form\\Type\\SofortGatewayConfigurationType' => '?',
'CoreShop\\Bundle\\PayumPaymentBundle\\Form\\Type\\GatewayConfigType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleActionChoiceType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleActionCollectionType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleActionType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleConditionChoiceType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleConditionCollectionType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleConditionType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleTranslationType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSelectionType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleActionChoiceType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleActionCollectionType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleActionType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleConditionChoiceType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleConditionCollectionType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleConditionType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleTranslationType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Action\\DiscountAmountConfigurationType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Action\\DiscountPercentConfigurationType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Action\\PriceConfigurationType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Condition\\ProductPriceNestedConfigurationType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Condition\\ProductSpecificPriceNestedConfigurationType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Rule\\Condition\\TimespanConfigurationType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitChoiceType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitDefinitionPriceType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitDefinitionSelectionType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitDefinitionType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitDefinitionsType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitTranslationType' => '?',
'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitType' => '?',
'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityPriceRuleConditionChoiceType' => '?',
'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityPriceRuleConditionCollectionType' => '?',
'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityPriceRuleConditionType' => '?',
'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityPriceRuleType' => '?',
'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityRangeType' => '?',
'CoreShop\\Bundle\\ResourceBundle\\Form\\Type\\PimcoreAssetChoiceType' => '?',
'CoreShop\\Bundle\\ResourceBundle\\Form\\Type\\PimcoreClassChoiceType' => '?',
'CoreShop\\Bundle\\ResourceBundle\\Form\\Type\\ResourceTranslationsType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\CarrierChoiceType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\CarrierTranslationType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\CarrierType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Action\\AdditionPercentActionConfigurationType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Action\\DiscountPercentActionConfigurationType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Common\\ShippingRuleConfigurationType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Condition\\AmountConfigurationType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Condition\\DimensionConfigurationType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Condition\\NestedConfigurationType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Condition\\PostcodeConfigurationType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\Rule\\Condition\\WeightConfigurationType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleActionChoiceType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleActionCollectionType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleActionType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleChoiceType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleConditionChoiceType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleConditionCollectionType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleConditionType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleGroupCollectionType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleGroupType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleType' => '?',
'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingTaxCalculationStrategyChoiceType' => '?',
'CoreShop\\Bundle\\StoreBundle\\Form\\Type\\StoreChoiceType' => '?',
'CoreShop\\Bundle\\StoreBundle\\Form\\Type\\StoreType' => '?',
'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateChoiceType' => '?',
'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateTranslationType' => '?',
'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateType' => '?',
'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRuleGroupChoiceType' => '?',
'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRuleGroupType' => '?',
'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRuleType' => '?',
'CoreShop\\Bundle\\UserBundle\\Form\\Type\\ChangePasswordType' => '?',
'CoreShop\\Bundle\\UserBundle\\Form\\Type\\RequestResetPasswordType' => '?',
'CoreShop\\Bundle\\UserBundle\\Form\\Type\\ResetPasswordType' => '?',
'CoreShop\\Bundle\\WishlistBundle\\Form\\Type\\AddToWishlistType' => '?',
'CoreShop\\Bundle\\WishlistBundle\\Form\\Type\\WishlistItemType' => '?',
'CoreShop\\Bundle\\WishlistBundle\\Form\\Type\\WishlistType' => '?',
'Karser\\Recaptcha3Bundle\\Form\\Recaptcha3Type' => '?',
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardExpirationDateType' => '?',
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardType' => '?',
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayConfigType' => '?',
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType' => '?',
'Sylius\\Bundle\\ThemeBundle\\Form\\Type\\ThemeChoiceType' => '?',
'Sylius\\Bundle\\ThemeBundle\\Form\\Type\\ThemeNameChoiceType' => '?',
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
]), ['CoreShop\\Bundle\\CoreBundle\\Form\\Type\\UserRegistrationType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Form\\Extension\\UserRegistrationTypeExtension'] ?? ($this->privates['App\\Form\\Extension\\UserRegistrationTypeExtension'] = new \App\Form\Extension\UserRegistrationTypeExtension()));
}, 1), 'CoreShop\\Bundle\\UserBundle\\Form\\Type\\RequestResetPasswordType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Form\\Extension\\RequestResetPasswordTypeExtension'] ?? ($this->privates['App\\Form\\Extension\\RequestResetPasswordTypeExtension'] = new \App\Form\Extension\RequestResetPasswordTypeExtension()));
}, 1), 'CoreShop\\Bundle\\UserBundle\\Form\\Type\\ResetPasswordType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Form\\Extension\\ResetPasswordTypeExtension'] ?? ($this->privates['App\\Form\\Extension\\ResetPasswordTypeExtension'] = new \App\Form\Extension\ResetPasswordTypeExtension()));
}, 1), 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\CarrierType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Form\\Extension\\CarrierTypeExtension'] ?? ($this->privates['App\\Form\\Extension\\CarrierTypeExtension'] = new \App\Form\Extension\CarrierTypeExtension()));
}, 1), 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\SummaryType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Form\\Extension\\SummaryTypeExtension'] ?? $this->load('getSummaryTypeExtensionService'));
}, 1), 'CoreShop\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\AddressType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Form\\Extension\\Checkout\\AddressTypeExtension'] ?? $this->load('getAddressTypeExtension3Service'));
}, 1), 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderChoiceType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Form\\Extension\\PaymentProviderChoiceTypeExtension'] ?? ($this->privates['App\\Form\\Extension\\PaymentProviderChoiceTypeExtension'] = new \App\Form\Extension\PaymentProviderChoiceTypeExtension()));
yield 1 => ($this->privates['CoreShop\\Bundle\\PayumPaymentBundle\\Form\\Extension\\PaymentProviderChoiceTypeExtension'] ?? ($this->privates['CoreShop\\Bundle\\PayumPaymentBundle\\Form\\Extension\\PaymentProviderChoiceTypeExtension'] = new \CoreShop\Bundle\PayumPaymentBundle\Form\Extension\PaymentProviderChoiceTypeExtension()));
}, 2), 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\AddressType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Form\\Extension\\AddressTypeExtension'] ?? $this->load('getAddressTypeExtension2Service'));
yield 1 => ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\AddressTypeExtension'] ?? ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\AddressTypeExtension'] = new \CoreShop\Bundle\CoreBundle\Form\Extension\AddressTypeExtension()));
}, 2), 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['CoreShop\\Bundle\\PayumPaymentBundle\\Form\\Extension\\PaymentProviderTypeExtension'] ?? ($this->privates['CoreShop\\Bundle\\PayumPaymentBundle\\Form\\Extension\\PaymentProviderTypeExtension'] = new \CoreShop\Bundle\PayumPaymentBundle\Form\Extension\PaymentProviderTypeExtension()));
yield 1 => ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\PaymentProviderTypeExtension'] ?? ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\PaymentProviderTypeExtension'] = new \CoreShop\Bundle\CoreBundle\Form\Extension\PaymentProviderTypeExtension()));
}, 2), 'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType' => new RewindableGenerator(function () {
yield 0 => ($this->services['payum.form.extension.gateway_factories_choice'] ?? $this->load('getPayum_Form_Extension_GatewayFactoriesChoiceService'));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
yield 6 => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
}, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
}, 1), 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartCreationType' => new RewindableGenerator(function () {
yield 0 => ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\CartCreationTypeExtension'] ?? ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\CartCreationTypeExtension'] = new \CoreShop\Bundle\CoreBundle\Form\Extension\CartCreationTypeExtension()));
}, 1), 'CoreShop\\Bundle\\StoreBundle\\Form\\Type\\StoreType' => new RewindableGenerator(function () {
yield 0 => ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\StoreTypeExtension'] ?? ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\StoreTypeExtension'] = new \CoreShop\Bundle\CoreBundle\Form\Extension\StoreTypeExtension()));
}, 1), 'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRuleType' => new RewindableGenerator(function () {
yield 0 => ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\TaxRuleTypeExtension'] ?? ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\TaxRuleTypeExtension'] = new \CoreShop\Bundle\CoreBundle\Form\Extension\TaxRuleTypeExtension()));
}, 1), 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\CarrierType' => new RewindableGenerator(function () {
yield 0 => ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\CarrierTypeExtension'] ?? ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\CarrierTypeExtension'] = new \CoreShop\Bundle\CoreBundle\Form\Extension\CarrierTypeExtension()));
}, 1), 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\CountryType' => new RewindableGenerator(function () {
yield 0 => ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\CountryTypeExtension'] ?? ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\CountryTypeExtension'] = new \CoreShop\Bundle\CoreBundle\Form\Extension\CountryTypeExtension()));
}, 1), 'CoreShop\\Bundle\\CustomerBundle\\Form\\Type\\CustomerType' => new RewindableGenerator(function () {
yield 0 => ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\CustomerTypeExtension'] ?? ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\CustomerTypeExtension'] = new \CoreShop\Bundle\CoreBundle\Form\Extension\CustomerTypeExtension()));
}, 1), 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\OrderShipmentCreationType' => new RewindableGenerator(function () {
yield 0 => ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\OrderShipmentCreationTypeExtension'] ?? ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\OrderShipmentCreationTypeExtension'] = new \CoreShop\Bundle\CoreBundle\Form\Extension\OrderShipmentCreationTypeExtension()));
}, 1), 'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityRangeType' => new RewindableGenerator(function () {
yield 0 => ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\ProductQuantityRangeTypeExtension'] ?? ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\ProductQuantityRangeTypeExtension'] = new \CoreShop\Bundle\CoreBundle\Form\Extension\ProductQuantityRangeTypeExtension()));
}, 1), 'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityRangeCollectionType' => new RewindableGenerator(function () {
yield 0 => ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\ProductQuantityRangeCollectionTypeExtension'] ?? ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\ProductQuantityRangeCollectionTypeExtension'] = new \CoreShop\Bundle\CoreBundle\Form\Extension\ProductQuantityRangeCollectionTypeExtension()));
}, 1), 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartType' => new RewindableGenerator(function () {
yield 0 => ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\CartTypeExtension'] ?? ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\CartTypeExtension'] = new \CoreShop\Bundle\CoreBundle\Form\Extension\CartTypeExtension()));
}, 1), 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartItemType' => new RewindableGenerator(function () {
yield 0 => ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\CartItemTypeExtension'] ?? ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\CartItemTypeExtension'] = new \CoreShop\Bundle\CoreBundle\Form\Extension\CartItemTypeExtension()));
}, 1), 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\AddToCartType' => new RewindableGenerator(function () {
yield 0 => ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\AddToCartTypeExtension'] ?? ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\AddToCartTypeExtension'] = new \CoreShop\Bundle\CoreBundle\Form\Extension\AddToCartTypeExtension()));
}, 1), 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartCreationCartItemType' => new RewindableGenerator(function () {
yield 0 => ($this->services['CoreShop\\Bundle\\CoreBundle\\Form\\Extension\\CartCreationCartItemTypeExtension'] ?? $this->load('getCartCreationCartItemTypeExtensionService'));
}, 1)], new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
}, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
}
/**
* Gets the private 'fragment.renderer.inline' shared service.
*
* @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
*/
protected function getFragment_Renderer_InlineService()
{
$a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
if (isset($this->privates['fragment.renderer.inline'])) {
return $this->privates['fragment.renderer.inline'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['fragment.renderer.inline'])) {
return $this->privates['fragment.renderer.inline'];
}
$this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a, $b);
$instance->setFragmentPath('/_fragment');
return $instance;
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
return $this->privates['framework_extra_bundle.event.is_granted'];
}
return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
}
/**
* Gets the private 'hwi_oauth.security.oauth_utils' shared service.
*
* @return \HWI\Bundle\OAuthBundle\Security\OAuthUtils
*/
protected function getHwiOauth_Security_OauthUtilsService()
{
$this->privates['hwi_oauth.security.oauth_utils'] = $instance = new \HWI\Bundle\OAuthBundle\Security\OAuthUtils(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), false, 'IS_AUTHENTICATED_REMEMBERED');
$instance->addResourceOwnerMap(($this->services['hwi_oauth.resource_ownermap.coreshop_frontend'] ?? $this->getHwiOauth_ResourceOwnermap_CoreshopFrontendService()));
return $instance;
}
/**
* Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableFileLocator
*/
protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
{
return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(new \Metadata\Driver\FileLocator(['CoreShop\\Bundle\\ResourceBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\RuleBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\ConfigurationBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ConfigurationBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\OrderBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\CustomerBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CustomerBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\ProductBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\AddressBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\CurrencyBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\TaxationBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\StoreBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\IndexBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\ShippingBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\PaymentBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\PayumPaymentBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PayumPaymentBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\NotificationBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/config/serializer'), 'CoreShop\\Bundle\\CoreBundle' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/config/serializer'), 'Pimcore' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/config/serializer'), 'Carbon' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle/Resources/config/serializer'), 'CoreShop\\Component\\Rule' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle/Resources/config/serializer'), 'CoreShop\\Component\\Configuration' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ConfigurationBundle/Resources/config/serializer'), 'CoreShop\\Component\\Order' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/config/serializer'), 'CoreShop\\Component\\Customer' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CustomerBundle/Resources/config/serializer'), 'CoreShop\\Component\\Product' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/config/serializer'), 'CoreShop\\Component\\Address' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/config/serializer'), 'CoreShop\\Component\\Currency' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/config/serializer'), 'CoreShop\\Component\\Taxation' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/config/serializer'), 'CoreShop\\Component\\Store' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/config/serializer'), 'CoreShop\\Component\\Index' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/config/serializer'), 'CoreShop\\Component\\Shipping' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/config/serializer'), 'CoreShop\\Component\\Payment' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle/Resources/config/serializer'), 'CoreShop\\Component\\ProductQuantityPriceRules' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/config/serializer'), 'CoreShop\\Component\\Core' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/config/serializer')]));
}
/**
* Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
*/
protected function getJmsSerializer_TraceableEventDispatcherService()
{
$this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', true],
'jms_serializer.traceable_runs_listener' => ['privates', 'jms_serializer.traceable_runs_listener', 'getJmsSerializer_TraceableRunsListenerService', false],
'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', true],
], [
'jms_serializer.stopwatch_subscriber' => '?',
'jms_serializer.traceable_runs_listener' => '?',
'jms_serializer.doctrine_proxy_subscriber' => '?',
]));
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPreSerialize'], NULL, NULL, NULL);
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ORM\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\MongoDB\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\PHPCR\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'ProxyManager\\Proxy\\LazyLoadingInterface');
$instance->addListener('serializer.pre_deserialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
$instance->addListener('serializer.post_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPostSerialize'], NULL, NULL, NULL);
return $instance;
}
/**
* Gets the private 'jms_serializer.traceable_handler_registry' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
*/
protected function getJmsSerializer_TraceableHandlerRegistryService()
{
$this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'CoreShop\\Bundle\\ResourceBundle\\Serialization\\RelationsHandler' => ['services', 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\RelationsHandler', 'getRelationsHandlerService', true],
'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreObjectHandler' => ['services', 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreObjectHandler', 'getPimcoreObjectHandlerService', true],
'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreDocumentHandler' => ['services', 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreDocumentHandler', 'getPimcoreDocumentHandlerService', true],
'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreAssetHandler' => ['services', 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreAssetHandler', 'getPimcoreAssetHandlerService', true],
'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreSiteHandler' => ['services', 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreSiteHandler', 'getPimcoreSiteHandlerService', true],
'CoreShop\\Bundle\\ResourceBundle\\Serialization\\CarbonHandler' => ['services', 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\CarbonHandler', 'getCarbonHandlerService', true],
'CoreShop\\Bundle\\ConfigurationBundle\\Serialization\\ObjectHandler' => ['services', 'CoreShop\\Bundle\\ConfigurationBundle\\Serialization\\ObjectHandler', 'getObjectHandlerService', true],
'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', true],
'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', true],
'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', true],
'jms_serializer.form_error_handler' => ['privates', 'jms_serializer.form_error_handler', 'getJmsSerializer_FormErrorHandlerService', true],
'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', true],
'jms_serializer.symfony_uid_handler' => ['privates', 'jms_serializer.symfony_uid_handler', 'getJmsSerializer_SymfonyUidHandlerService', true],
], [
'CoreShop\\Bundle\\ResourceBundle\\Serialization\\RelationsHandler' => '?',
'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreObjectHandler' => '?',
'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreDocumentHandler' => '?',
'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreAssetHandler' => '?',
'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreSiteHandler' => '?',
'CoreShop\\Bundle\\ResourceBundle\\Serialization\\CarbonHandler' => '?',
'CoreShop\\Bundle\\ConfigurationBundle\\Serialization\\ObjectHandler' => '?',
'jms_serializer.array_collection_handler' => '?',
'jms_serializer.constraint_violation_handler' => '?',
'jms_serializer.datetime_handler' => '?',
'jms_serializer.form_error_handler' => '?',
'jms_serializer.iterator_handler' => '?',
'jms_serializer.symfony_uid_handler' => '?',
])));
$instance->registerHandler(1, 'relation', 'json', [0 => 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\RelationsHandler', 1 => 'serializeRelation']);
$instance->registerHandler(1, 'relation<?>', 'json', [0 => 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\RelationsHandler', 1 => 'serializeRelation']);
$instance->registerHandler(1, 'pimcoreObject', 'json', [0 => 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreObjectHandler', 1 => 'serializeRelation']);
$instance->registerHandler(1, 'pimcoreObject<?>', 'json', [0 => 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreObjectHandler', 1 => 'serializeRelation']);
$instance->registerHandler(1, 'pimcoreDocument', 'json', [0 => 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreDocumentHandler', 1 => 'serializeRelation']);
$instance->registerHandler(1, 'pimcoreDocument<?>', 'json', [0 => 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreDocumentHandler', 1 => 'serializeRelation']);
$instance->registerHandler(1, 'pimcoreAsset', 'json', [0 => 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreAssetHandler', 1 => 'serializeRelation']);
$instance->registerHandler(1, 'pimcoreAsset<?>', 'json', [0 => 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreAssetHandler', 1 => 'serializeRelation']);
$instance->registerHandler(1, 'pimcoreSite', 'json', [0 => 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreSiteHandler', 1 => 'serializeRelation']);
$instance->registerHandler(1, 'carbon', 'json', [0 => 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\CarbonHandler', 1 => 'serializeRelation']);
$instance->registerHandler(1, 'object', 'json', [0 => 'CoreShop\\Bundle\\ConfigurationBundle\\Serialization\\ObjectHandler', 1 => 'serializeRelation']);
$instance->registerHandler(1, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListTojson']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationTojson']);
$instance->registerHandler(1, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
$instance->registerHandler(1, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
$instance->registerHandler(1, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
$instance->registerHandler(1, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
$instance->registerHandler(1, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
$instance->registerHandler(1, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
$instance->registerHandler(1, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
$instance->registerHandler(1, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'xml', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'json', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormTojson']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'xml', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToXml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'json', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToJson']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'xml', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormErrorToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'json', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormErrorTojson']);
$instance->registerHandler(1, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\Ulid', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\Ulid', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\Uuid', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\Uuid', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV1', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV1', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV3', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV3', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV4', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV4', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV5', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV5', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV6', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV6', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV7', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV7', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV8', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV8', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(2, 'relation', 'json', [0 => 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\RelationsHandler', 1 => 'deserializeRelation']);
$instance->registerHandler(2, 'relation<?>', 'json', [0 => 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\RelationsHandler', 1 => 'deserializeRelation']);
$instance->registerHandler(2, 'pimcoreObject', 'json', [0 => 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreObjectHandler', 1 => 'deserializeRelation']);
$instance->registerHandler(2, 'pimcoreObject<?>', 'json', [0 => 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreObjectHandler', 1 => 'deserializeRelation']);
$instance->registerHandler(2, 'pimcoreDocument', 'json', [0 => 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreDocumentHandler', 1 => 'deserializeRelation']);
$instance->registerHandler(2, 'pimcoreDocument<?>', 'json', [0 => 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreDocumentHandler', 1 => 'deserializeRelation']);
$instance->registerHandler(2, 'pimcoreAsset', 'json', [0 => 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreAssetHandler', 1 => 'deserializeRelation']);
$instance->registerHandler(2, 'pimcoreAsset<?>', 'json', [0 => 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreAssetHandler', 1 => 'deserializeRelation']);
$instance->registerHandler(2, 'pimcoreSite', 'json', [0 => 'CoreShop\\Bundle\\ResourceBundle\\Serialization\\PimcoreSiteHandler', 1 => 'deserializeRelation']);
$instance->registerHandler(2, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromjson']);
$instance->registerHandler(2, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromxml']);
$instance->registerHandler(2, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromjson']);
$instance->registerHandler(2, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromxml']);
$instance->registerHandler(2, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromjson']);
$instance->registerHandler(2, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromxml']);
$instance->registerHandler(2, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromJson']);
$instance->registerHandler(2, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromXml']);
$instance->registerHandler(2, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
$instance->registerHandler(2, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\Ulid', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromJson']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\Ulid', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromXml']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\Uuid', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromJson']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\Uuid', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromXml']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV1', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromJson']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV1', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromXml']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV3', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromJson']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV3', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromXml']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV4', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromJson']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV4', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromXml']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV5', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromJson']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV5', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromXml']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV6', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromJson']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV6', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromXml']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV7', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromJson']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV7', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromXml']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV8', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromJson']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV8', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromXml']);
return $instance;
}
/**
* Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
*/
protected function getJmsSerializer_TraceableMetadataFactoryService()
{
$a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'metadata_driver' => ['services', 'jms_serializer.metadata_driver', 'getJmsSerializer_MetadataDriverService', true],
], [
'metadata_driver' => '?',
]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
$a->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
$a->setIncludeInterfaces(false);
return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
}
/**
* Gets the private 'jms_serializer.traceable_runs_listener' shared service.
*
* @return \JMS\SerializerBundle\Debug\RunsListener
*/
protected function getJmsSerializer_TraceableRunsListenerService()
{
return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('hu')));
yield 1 => ($this->privates['Sylius\\Bundle\\ThemeBundle\\Translation\\Translator'] ?? $this->getTranslatorService());
yield 2 => ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService());
yield 3 => ($this->privates['Pimcore\\Bundle\\AdminBundle\\Translation\\AdminUserTranslator'] ?? $this->load('getAdminUserTranslatorService'));
}, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListener2Service()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['locale_listener'])) {
return $this->privates['locale_listener'];
}
return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'hu', $a, false, []);
}
/**
* Gets the private 'mime_types' shared service.
*
* @return \Symfony\Component\Mime\MimeTypes
*/
protected function getMimeTypesService()
{
$this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
$instance->setDefault($instance);
return $instance;
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 100, true, NULL, false);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
return $instance;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'pimcore.cache.adapter.doctrine_dbal' shared autowired service.
*
* @return \Symfony\Component\Cache\Adapter\DoctrineDbalAdapter
*/
protected function getPimcore_Cache_Adapter_DoctrineDbalService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->privates['pimcore.cache.adapter.doctrine_dbal'])) {
return $this->privates['pimcore.cache.adapter.doctrine_dbal'];
}
$this->privates['pimcore.cache.adapter.doctrine_dbal'] = $instance = new \Symfony\Component\Cache\Adapter\DoctrineDbalAdapter($a, '', 31536000);
$instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the private 'pimcore.cache.adapter.redis_tag_aware' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableTagAwareAdapter
*/
protected function getPimcore_Cache_Adapter_RedisTagAwareService()
{
return $this->privates['pimcore.cache.adapter.redis_tag_aware'] = new \Symfony\Component\Cache\Adapter\TraceableTagAwareAdapter(($this->privates['pimcore.cache.adapter.redis_tag_aware.recorder_inner'] ?? $this->getPimcore_Cache_Adapter_RedisTagAware_RecorderInnerService()));
}
/**
* Gets the private 'pimcore.cache.adapter.redis_tag_aware.recorder_inner' shared autowired service.
*
* @return \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter
*/
protected function getPimcore_Cache_Adapter_RedisTagAware_RecorderInnerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['pimcore.cache.adapter.redis_tag_aware.recorder_inner'] = $this->createProxy('RedisTagAwareAdapter_310208a', function () {
return \RedisTagAwareAdapter_310208a::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getPimcore_Cache_Adapter_RedisTagAware_RecorderInnerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractTagAwareAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/RedisTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/RedisTagAwareAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
$instance = new \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection('redis://localhost', ['lazy' => true]), 'J6-G9Dcoj8', 0, new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true), ($this->services['CoreShop\\Bundle\\ResourceBundle\\Pimcore\\CacheResourceMarshaller'] ?? ($this->services['CoreShop\\Bundle\\ResourceBundle\\Pimcore\\CacheResourceMarshaller'] = new \CoreShop\Bundle\ResourceBundle\Pimcore\CacheResourceMarshaller())));
$a = ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
$instance->setLogger($a);
$instance->setLogger($a);
return $instance;
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
$a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
if (isset($this->privates['profiler_listener'])) {
return $this->privates['profiler_listener'];
}
return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false, NULL);
}
/**
* Gets the private 'property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService()
{
$a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService()
{
return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 4), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 2), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private 'router.expression_language_provider' shared service.
*
* @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
*/
protected function getRouter_ExpressionLanguageProviderService()
{
return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
], [
'env' => 'Closure',
]));
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['router_listener'])) {
return $this->privates['router_listener'];
}
return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['pimcore.routing.router.request_context'] ?? $this->getPimcore_Routing_Router_RequestContextService()), ($this->services['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
}
/**
* Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
*/
protected function getSchebTwoFactor_ProviderPreparationRecorderService()
{
return $this->privates['scheb_two_factor.provider_preparation_recorder'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'scheb_two_factor.provider_registry' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
*/
protected function getSchebTwoFactor_ProviderRegistryService()
{
return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
yield 'google' => ($this->privates['scheb_two_factor.security.google.provider'] ?? $this->load('getSchebTwoFactor_Security_Google_ProviderService'));
}, 1));
}
/**
* Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
*/
protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
{
return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
}
/**
* Gets the private 'security.authentication.form_listener.two_factor.pimcore_admin' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
*/
protected function getSecurity_Authentication_FormListener_TwoFactor_PimcoreAdminService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.authentication.form_listener.two_factor.pimcore_admin'])) {
return $this->privates['security.authentication.form_listener.two_factor.pimcore_admin'];
}
return $this->privates['security.authentication.form_listener.two_factor.pimcore_admin'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener(($this->privates['security.firewall_config.two_factor.pimcore_admin'] ?? $this->getSecurity_FirewallConfig_TwoFactor_PimcoreAdminService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
}
/**
* Gets the private 'security.authentication.provider_preparation_listener.two_factor.pimcore_admin' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
*/
protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService()
{
$a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
if (isset($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'])) {
return $this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'];
}
return $this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener($a, ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'pimcore_admin', false, false);
}
/**
* Gets the private 'security.context_listener.0' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_0Service()
{
$a = ($this->privates['security.event_dispatcher.pimcore_admin_webdav'] ?? $this->getSecurity_EventDispatcher_PimcoreAdminWebdavService());
if (isset($this->privates['security.context_listener.0'])) {
return $this->privates['security.context_listener.0'];
}
return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
yield 0 => ($this->services['.container.private.coreshop.security.customer.user_provider'] ?? $this->load('get_Container_Private_Coreshop_Security_Customer_UserProviderService'));
yield 1 => ($this->services['.container.private.pimcore_admin.security.user_provider'] ?? $this->load('get_Container_Private_PimcoreAdmin_Security_UserProviderService'));
yield 2 => ($this->privates['App\\Security\\UserProvider\\VirUserProvider'] ?? $this->load('getVirUserProviderService'));
yield 3 => ($this->privates['App\\Security\\UserProvider\\OrigoUserProvider'] ?? $this->load('getOrigoUserProviderService'));
yield 4 => ($this->privates['App\\Security\\UserProvider\\B2bUserProvider'] ?? $this->load('getB2bUserProviderService'));
yield 5 => ($this->privates['App\\Security\\UserProvider\\SeikoHuUserProvider'] ?? $this->load('getSeikoHuUserProviderService'));
yield 6 => ($this->privates['security.user.provider.concrete.http_basic'] ?? $this->load('getSecurity_User_Provider_Concrete_HttpBasicService'));
}, 7), 'pimcore_admin_webdav', ($this->services['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.1' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_1Service()
{
$a = ($this->privates['security.event_dispatcher.coreshop_frontend'] ?? $this->getSecurity_EventDispatcher_CoreshopFrontendService());
if (isset($this->privates['security.context_listener.1'])) {
return $this->privates['security.context_listener.1'];
}
return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
yield 0 => ($this->services['.container.private.coreshop.security.customer.user_provider'] ?? $this->load('get_Container_Private_Coreshop_Security_Customer_UserProviderService'));
yield 1 => ($this->services['.container.private.pimcore_admin.security.user_provider'] ?? $this->load('get_Container_Private_PimcoreAdmin_Security_UserProviderService'));
yield 2 => ($this->privates['App\\Security\\UserProvider\\VirUserProvider'] ?? $this->load('getVirUserProviderService'));
yield 3 => ($this->privates['App\\Security\\UserProvider\\OrigoUserProvider'] ?? $this->load('getOrigoUserProviderService'));
yield 4 => ($this->privates['App\\Security\\UserProvider\\B2bUserProvider'] ?? $this->load('getB2bUserProviderService'));
yield 5 => ($this->privates['App\\Security\\UserProvider\\SeikoHuUserProvider'] ?? $this->load('getSeikoHuUserProviderService'));
yield 6 => ($this->privates['security.user.provider.concrete.http_basic'] ?? $this->load('getSecurity_User_Provider_Concrete_HttpBasicService'));
}, 7), 'shop', ($this->services['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.event_dispatcher.coreshop_frontend' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_CoreshopFrontendService()
{
$this->privates['security.event_dispatcher.coreshop_frontend'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.coreshop_frontend.user_provider'] ?? $this->load('getSecurity_Listener_CoreshopFrontend_UserProviderService'));
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.coreshop_frontend'] ?? $this->load('getSecurity_Listener_Session_CoreshopFrontendService'));
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.coreshop_frontend'] ?? $this->load('getSecurity_Logout_Listener_Default_CoreshopFrontendService'));
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.check_remember_me_conditions.coreshop_frontend'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CoreshopFrontendService'));
}, 1 => 'onSuccessfulLogin'], -32);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.coreshop_frontend'] ?? $this->load('getSecurity_Listener_RememberMe_CoreshopFrontendService'));
}, 1 => 'onSuccessfulLogin'], -64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.coreshop_frontend'] ?? $this->load('getSecurity_Listener_RememberMe_CoreshopFrontendService'));
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.coreshop_frontend'] ?? $this->load('getSecurity_Listener_RememberMe_CoreshopFrontendService'));
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.coreshop_frontend'] ?? $this->load('getSecurity_Listener_RememberMe_CoreshopFrontendService'));
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.coreshop_frontend'] ?? $this->load('getSecurity_Listener_UserChecker_CoreshopFrontendService'));
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.coreshop_frontend'] ?? $this->load('getSecurity_Listener_UserChecker_CoreshopFrontendService'));
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['coreshop.storage_list.blamer.order'] ?? $this->load('getCoreshop_StorageList_Blamer_OrderService'));
}, 1 => 'onInteractiveLogin'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['coreshop.storage_list.blamer.wishlist'] ?? $this->load('getCoreshop_StorageList_Blamer_WishlistService'));
}, 1 => 'onInteractiveLogin'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\CartBlamerListener'] ?? $this->load('getCartBlamerListenerService'));
}, 1 => 'onInteractiveLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleLoginSuccessEvent'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
}, 1 => 'onLogin'], 9223372036854775807);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
}, 1 => 'onLogin'], 9223372036854775806);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
}, 1 => 'onSuccessfulLogin'], -63);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\Security\\Event\\LogoutListener'] ?? $this->load('getLogoutListenerService'));
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.pimcore_admin_webdav' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_PimcoreAdminWebdavService()
{
$this->privates['security.event_dispatcher.pimcore_admin_webdav'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.pimcore_admin_webdav.user_provider'] ?? $this->load('getSecurity_Listener_PimcoreAdminWebdav_UserProviderService'));
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.pimcore_admin_webdav'] ?? $this->load('getSecurity_Listener_Session_PimcoreAdminWebdavService'));
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.pimcore_admin_webdav'] ?? $this->load('getSecurity_Listener_UserChecker_PimcoreAdminWebdavService'));
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.pimcore_admin_webdav'] ?? $this->load('getSecurity_Listener_UserChecker_PimcoreAdminWebdavService'));
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['coreshop.storage_list.blamer.order'] ?? $this->load('getCoreshop_StorageList_Blamer_OrderService'));
}, 1 => 'onInteractiveLogin'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['coreshop.storage_list.blamer.wishlist'] ?? $this->load('getCoreshop_StorageList_Blamer_WishlistService'));
}, 1 => 'onInteractiveLogin'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->services['CoreShop\\Bundle\\CoreBundle\\EventListener\\CartBlamerListener'] ?? $this->load('getCartBlamerListenerService'));
}, 1 => 'onInteractiveLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleLoginSuccessEvent'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
}, 1 => 'onLogin'], 9223372036854775807);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
}, 1 => 'onLogin'], 9223372036854775806);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
}, 1 => 'onSuccessfulLogin'], -63);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\Security\\Event\\LogoutListener'] ?? $this->load('getLogoutListenerService'));
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
$a = ($this->privates['.service_locator.UX99Qns'] ?? $this->get_ServiceLocator_UX99QnsService());
if (isset($this->privates['security.firewall.map'])) {
return $this->privates['security.firewall.map'];
}
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
yield 'security.firewall.map.context.maileon_hook' => ($this->privates['.security.request_matcher.yJ1l_wL'] ?? ($this->privates['.security.request_matcher.yJ1l_wL'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/maileon')));
yield 'security.firewall.map.context.vir_token' => ($this->privates['.security.request_matcher.HGyb6TZ'] ?? ($this->privates['.security.request_matcher.HGyb6TZ'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/vir')));
yield 'security.firewall.map.context.b2b_token' => ($this->privates['.security.request_matcher.8wr.HNS'] ?? ($this->privates['.security.request_matcher.8wr.HNS'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/b2b')));
yield 'security.firewall.map.context.origo_token' => ($this->privates['.security.request_matcher.Of2_fDa'] ?? ($this->privates['.security.request_matcher.Of2_fDa'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/origoapi')));
yield 'security.firewall.map.context.seikohu_token' => ($this->privates['.security.request_matcher.7tTj8iV'] ?? ($this->privates['.security.request_matcher.7tTj8iV'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/seikoapi')));
yield 'security.firewall.map.context.coreshop_jwt_login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
yield 'security.firewall.map.context.coreshop_jwt' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
yield 'security.firewall.map.context.pimcore_admin_webdav' => ($this->privates['.security.request_matcher.gpN4paB'] ?? ($this->privates['.security.request_matcher.gpN4paB'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/asset/webdav')));
yield 'security.firewall.map.context.pimcore_admin' => ($this->privates['.security.request_matcher.2aAPAae'] ?? ($this->privates['.security.request_matcher.2aAPAae'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin(/.*)?$')));
yield 'security.firewall.map.context.coreshop_frontend' => ($this->privates['.security.request_matcher.nrYjOL5'] ?? ($this->privates['.security.request_matcher.nrYjOL5'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(?!admin)[^/]*')));
}, 11));
}
/**
* Gets the private 'security.firewall_config.two_factor.pimcore_admin' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
*/
protected function getSecurity_FirewallConfig_TwoFactor_PimcoreAdminService()
{
return $this->privates['security.firewall_config.two_factor.pimcore_admin'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig(['auth_form_path' => '/admin/login/2fa', 'check_path' => '/admin/login/2fa-verify', 'default_target_path' => '/admin', 'always_use_default_target_path' => false, 'auth_code_parameter_name' => '_auth_code', 'trusted_parameter_name' => '_trusted', 'multi_factor' => false, 'post_only' => true, 'success_handler' => NULL, 'failure_handler' => NULL, 'authentication_required_handler' => NULL, 'remember_me_sets_trusted' => false, 'prepare_on_login' => false, 'prepare_on_access_denied' => false, 'enable_csrf' => false, 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'two_factor', 'provider' => NULL], 'pimcore_admin', ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), new \Scheb\TwoFactorBundle\Security\Http\Utils\RequestDataReader());
}
/**
* Gets the private 'security.http_utils' shared service.
*
* @return \Symfony\Component\Security\Http\HttpUtils
*/
protected function getSecurity_HttpUtilsService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['security.http_utils'])) {
return $this->privates['security.http_utils'];
}
return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', '{^https://%s$}i');
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['security.logout_url_generator'])) {
return $this->privates['security.logout_url_generator'];
}
$this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->registerListener('pimcore_admin', 'pimcore_admin_logout', 'logout', '_csrf_token', NULL, NULL);
$instance->registerListener('coreshop_frontend', 'coreshop_logout', 'logout', '_csrf_token', NULL, 'shop');
return $instance;
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['sensio_framework_extra.security.listener'])) {
return $this->privates['sensio_framework_extra.security.listener'];
}
return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$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))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.App\\Twig\\EnvironmentExtension', 'getEnvironmentExtensionService', false],
], [
'twig' => '?',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* Gets the private 'serializer.mapping.class_metadata_factory' shared service.
*
* @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
*/
protected function getSerializer_Mapping_ClassMetadataFactoryService()
{
return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), 1 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/VariantBundle/Resources/config/serialization/Attribute.yaml')), 2 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/VariantBundle/Resources/config/serialization/AttributeColor.yaml')), 3 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/VariantBundle/Resources/config/serialization/AttributeGroup.yaml')), 4 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/VariantBundle/Resources/config/serialization/AttributeValue.yaml')), 5 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/VariantBundle/Resources/config/serialization/ProductVariantAware.yaml')), 6 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/VariantBundle/Resources/config/serialization/ResolvedAttribute.yaml')), 7 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/VariantBundle/Resources/config/serialization/ResolvedAttributeGroup.yaml')), 8 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/VariantBundle/Resources/config/serialization/ResolvedIndex.yaml'))]));
}
/**
* Gets the private 'serializer.name_converter.metadata_aware' shared service.
*
* @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
*/
protected function getSerializer_NameConverter_MetadataAwareService()
{
return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
}
/**
* Gets the private 'state_machine.coreshop_invoice.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_CoreshopInvoice_MetadataStoreService()
{
return $this->privates['state_machine.coreshop_invoice.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.coreshop_order.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_CoreshopOrder_MetadataStoreService()
{
return $this->privates['state_machine.coreshop_order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.coreshop_order_invoice.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_CoreshopOrderInvoice_MetadataStoreService()
{
return $this->privates['state_machine.coreshop_order_invoice.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.coreshop_order_payment.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_CoreshopOrderPayment_MetadataStoreService()
{
return $this->privates['state_machine.coreshop_order_payment.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.coreshop_order_sales_type.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_CoreshopOrderSalesType_MetadataStoreService()
{
return $this->privates['state_machine.coreshop_order_sales_type.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.coreshop_order_shipment.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_CoreshopOrderShipment_MetadataStoreService()
{
return $this->privates['state_machine.coreshop_order_shipment.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.coreshop_payment.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_CoreshopPayment_MetadataStoreService()
{
return $this->privates['state_machine.coreshop_payment.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.coreshop_quote.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_CoreshopQuote_MetadataStoreService()
{
return $this->privates['state_machine.coreshop_quote.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.coreshop_shipment.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_CoreshopShipment_MetadataStoreService()
{
return $this->privates['state_machine.coreshop_shipment.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'translation.loader.csv' shared service.
*
* @return \Symfony\Component\Translation\Loader\CsvFileLoader
*/
protected function getTranslation_Loader_CsvService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['translation.loader.csv'] = $this->createProxy('CsvFileLoader_5cc7c8f', function () {
return \CsvFileLoader_5cc7c8f::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getTranslation_Loader_CsvService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
return new \Symfony\Component\Translation\Loader\CsvFileLoader();
}
/**
* Gets the private 'translation.loader.dat' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
*/
protected function getTranslation_Loader_DatService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['translation.loader.dat'] = $this->createProxy('IcuDatFileLoader_a54a424', function () {
return \IcuDatFileLoader_a54a424::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getTranslation_Loader_DatService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
return new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
}
/**
* Gets the private 'translation.loader.ini' shared service.
*
* @return \Symfony\Component\Translation\Loader\IniFileLoader
*/
protected function getTranslation_Loader_IniService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['translation.loader.ini'] = $this->createProxy('IniFileLoader_d75c726', function () {
return \IniFileLoader_d75c726::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getTranslation_Loader_IniService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
return new \Symfony\Component\Translation\Loader\IniFileLoader();
}
/**
* Gets the private 'translation.loader.json' shared service.
*
* @return \Symfony\Component\Translation\Loader\JsonFileLoader
*/
protected function getTranslation_Loader_JsonService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['translation.loader.json'] = $this->createProxy('JsonFileLoader_6854993', function () {
return \JsonFileLoader_6854993::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getTranslation_Loader_JsonService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
return new \Symfony\Component\Translation\Loader\JsonFileLoader();
}
/**
* Gets the private 'translation.loader.mo' shared service.
*
* @return \Symfony\Component\Translation\Loader\MoFileLoader
*/
protected function getTranslation_Loader_MoService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['translation.loader.mo'] = $this->createProxy('MoFileLoader_067a4cd', function () {
return \MoFileLoader_067a4cd::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getTranslation_Loader_MoService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
return new \Symfony\Component\Translation\Loader\MoFileLoader();
}
/**
* Gets the private 'translation.loader.php' shared service.
*
* @return \Symfony\Component\Translation\Loader\PhpFileLoader
*/
protected function getTranslation_Loader_PhpService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['translation.loader.php'] = $this->createProxy('PhpFileLoader_e63c58d', function () {
return \PhpFileLoader_e63c58d::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getTranslation_Loader_PhpService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
return new \Symfony\Component\Translation\Loader\PhpFileLoader();
}
/**
* Gets the private 'translation.loader.po' shared service.
*
* @return \Symfony\Component\Translation\Loader\PoFileLoader
*/
protected function getTranslation_Loader_PoService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['translation.loader.po'] = $this->createProxy('PoFileLoader_8acad7f', function () {
return \PoFileLoader_8acad7f::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getTranslation_Loader_PoService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
return new \Symfony\Component\Translation\Loader\PoFileLoader();
}
/**
* Gets the private 'translation.loader.qt' shared service.
*
* @return \Symfony\Component\Translation\Loader\QtFileLoader
*/
protected function getTranslation_Loader_QtService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['translation.loader.qt'] = $this->createProxy('QtFileLoader_b0bf5a8', function () {
return \QtFileLoader_b0bf5a8::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getTranslation_Loader_QtService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
return new \Symfony\Component\Translation\Loader\QtFileLoader();
}
/**
* Gets the private 'translation.loader.res' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuResFileLoader
*/
protected function getTranslation_Loader_ResService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['translation.loader.res'] = $this->createProxy('IcuResFileLoader_54be3cf', function () {
return \IcuResFileLoader_54be3cf::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getTranslation_Loader_ResService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
return new \Symfony\Component\Translation\Loader\IcuResFileLoader();
}
/**
* Gets the private 'translation.loader.xliff' shared service.
*
* @return \Symfony\Component\Translation\Loader\XliffFileLoader
*/
protected function getTranslation_Loader_XliffService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['translation.loader.xliff'] = $this->createProxy('XliffFileLoader_17bf9c6', function () {
return \XliffFileLoader_17bf9c6::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getTranslation_Loader_XliffService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
return new \Symfony\Component\Translation\Loader\XliffFileLoader();
}
/**
* Gets the private 'translation.loader.yml' shared service.
*
* @return \Symfony\Component\Translation\Loader\YamlFileLoader
*/
protected function getTranslation_Loader_YmlService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['translation.loader.yml'] = $this->createProxy('YamlFileLoader_53c0405', function () {
return \YamlFileLoader_53c0405::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getTranslation_Loader_YmlService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
return new \Symfony\Component\Translation\Loader\YamlFileLoader();
}
/**
* Gets the private 'translator.data_collector' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslator_DataCollectorService()
{
return $this->privates['translator.data_collector'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['Sylius\\Bundle\\ThemeBundle\\Translation\\Translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'twig.runtime.httpkernel' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
*/
protected function getTwig_Runtime_HttpkernelService()
{
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
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, [
'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
], [
'inline' => '?',
]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner('4Nrn2Sk5ehP7K5qJ4rdr3LueQnIdpf4ab0WVSG7mFuA='), $a));
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Validator\\CarbonDateValidator' => ['privates', 'App\\Validator\\CarbonDateValidator', 'getCarbonDateValidatorService', true],
'App\\Validator\\CustomerEmailValidator' => ['privates', 'App\\Validator\\CustomerEmailValidator', 'getCustomerEmailValidatorService', true],
'App\\Validator\\DateNotGreaterThanTodayValidator' => ['privates', 'App\\Validator\\DateNotGreaterThanTodayValidator', 'getDateNotGreaterThanTodayValidatorService', true],
'App\\Validator\\OldPasswordValidator' => ['privates', 'App\\Validator\\OldPasswordValidator', 'getOldPasswordValidatorService', true],
'App\\Validator\\RegisteredWatchValidator' => ['privates', 'App\\Validator\\RegisteredWatchValidator', 'getRegisteredWatchValidatorService', true],
'CoreShop\\Bundle\\AddressBundle\\Validator\\Constraints\\ValidAddressIdentifierValidator' => ['services', 'CoreShop\\Bundle\\AddressBundle\\Validator\\Constraints\\ValidAddressIdentifierValidator', 'getValidAddressIdentifierValidatorService', true],
'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\AddToCartAvailabilityValidator' => ['privates', 'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\AddToCartAvailabilityValidator', 'getAddToCartAvailabilityValidatorService', true],
'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\AddToCartMaximumQuantityValidator' => ['privates', 'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\AddToCartMaximumQuantityValidator', 'getAddToCartMaximumQuantityValidatorService', true],
'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\AddToCartMinimumQuantityValidator' => ['privates', 'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\AddToCartMinimumQuantityValidator', 'getAddToCartMinimumQuantityValidatorService', true],
'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\CartMaximumQuantityValidator' => ['privates', 'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\CartMaximumQuantityValidator', 'getCartMaximumQuantityValidatorService', true],
'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\CartMinimumQuantityValidator' => ['privates', 'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\CartMinimumQuantityValidator', 'getCartMinimumQuantityValidatorService', true],
'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\CartStockAvailabilityValidator' => ['privates', 'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\CartStockAvailabilityValidator', 'getCartStockAvailabilityValidatorService', true],
'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\RegisteredUserValidator' => ['privates', 'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\RegisteredUserValidator', 'getRegisteredUserValidatorService', true],
'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\UniqueCustomerValidator' => ['privates', 'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\UniqueCustomerValidator', 'getUniqueCustomerValidatorService', true],
'CoreShop\\Bundle\\InventoryBundle\\Validator\\Constraints\\InStockValidator' => ['services', 'CoreShop\\Bundle\\InventoryBundle\\Validator\\Constraints\\InStockValidator', 'getInStockValidatorService', true],
'CoreShop\\Bundle\\OrderBundle\\Validator\\Constraints\\CartPriceRuleValidator' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Validator\\Constraints\\CartPriceRuleValidator', 'getCartPriceRuleValidatorService', true],
'CoreShop\\Bundle\\OrderBundle\\Validator\\Constraints\\VoucherAmountValidator' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Validator\\Constraints\\VoucherAmountValidator', 'getVoucherAmountValidatorService', true],
'CoreShop\\Bundle\\ResourceBundle\\Validator\\Constraints\\UniqueEntityValidator' => ['services', 'CoreShop\\Bundle\\ResourceBundle\\Validator\\Constraints\\UniqueEntityValidator', 'getUniqueEntityValidatorService', true],
'CoreShop\\Bundle\\VariantBundle\\Validator\\Constraints\\ValidAttributesTypeValidator' => ['services', 'CoreShop\\Bundle\\VariantBundle\\Validator\\Constraints\\ValidAttributesTypeValidator', 'getValidAttributesTypeValidatorService', true],
'CoreShop\\Bundle\\VariantBundle\\Validator\\Constraints\\ValidAttributesValidator' => ['services', 'CoreShop\\Bundle\\VariantBundle\\Validator\\Constraints\\ValidAttributesValidator', 'getValidAttributesValidatorService', true],
'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => ['privates', 'karser_recaptcha3.validator', 'getKarserRecaptcha3_ValidatorService', true],
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates', 'cmf_routing.validator.route_defaults', 'getCmfRouting_Validator_RouteDefaultsService', true],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
'cmf_routing.validator.route_defaults' => ['privates', 'cmf_routing.validator.route_defaults', 'getCmfRouting_Validator_RouteDefaultsService', true],
'coreshop.unique_entity' => ['services', 'CoreShop\\Bundle\\ResourceBundle\\Validator\\Constraints\\UniqueEntityValidator', 'getUniqueEntityValidatorService', true],
'coreshop_add_to_cart_availability' => ['privates', 'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\AddToCartAvailabilityValidator', 'getAddToCartAvailabilityValidatorService', true],
'coreshop_add_to_cart_maximum_quantity' => ['privates', 'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\AddToCartMaximumQuantityValidator', 'getAddToCartMaximumQuantityValidatorService', true],
'coreshop_add_to_cart_minimum_quantity' => ['privates', 'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\AddToCartMinimumQuantityValidator', 'getAddToCartMinimumQuantityValidatorService', true],
'coreshop_address_valid_identifier' => ['services', 'CoreShop\\Bundle\\AddressBundle\\Validator\\Constraints\\ValidAddressIdentifierValidator', 'getValidAddressIdentifierValidatorService', true],
'coreshop_cart_maximum_quantity' => ['privates', 'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\CartMaximumQuantityValidator', 'getCartMaximumQuantityValidatorService', true],
'coreshop_cart_minimum_quantity' => ['privates', 'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\CartMinimumQuantityValidator', 'getCartMinimumQuantityValidatorService', true],
'coreshop_cart_rule_valid' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Validator\\Constraints\\CartPriceRuleValidator', 'getCartPriceRuleValidatorService', true],
'coreshop_cart_stock_availability' => ['privates', 'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\CartStockAvailabilityValidator', 'getCartStockAvailabilityValidatorService', true],
'coreshop_in_stock' => ['services', 'CoreShop\\Bundle\\InventoryBundle\\Validator\\Constraints\\InStockValidator', 'getInStockValidatorService', true],
'coreshop_registered_user' => ['privates', 'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\RegisteredUserValidator', 'getRegisteredUserValidatorService', true],
'coreshop_unique_customer' => ['privates', 'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\UniqueCustomerValidator', 'getUniqueCustomerValidatorService', true],
'coreshop_variant_valid_attribute_type' => ['services', 'CoreShop\\Bundle\\VariantBundle\\Validator\\Constraints\\ValidAttributesTypeValidator', 'getValidAttributesTypeValidatorService', true],
'coreshop_variant_valid_attributes' => ['services', 'CoreShop\\Bundle\\VariantBundle\\Validator\\Constraints\\ValidAttributesValidator', 'getValidAttributesValidatorService', true],
'coreshop_voucher_amount_validator' => ['services', 'CoreShop\\Bundle\\OrderBundle\\Validator\\Constraints\\VoucherAmountValidator', 'getVoucherAmountValidatorService', true],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'karser_recaptcha3_validator' => ['privates', 'karser_recaptcha3.validator', 'getKarserRecaptcha3_ValidatorService', true],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
], [
'App\\Validator\\CarbonDateValidator' => '?',
'App\\Validator\\CustomerEmailValidator' => '?',
'App\\Validator\\DateNotGreaterThanTodayValidator' => '?',
'App\\Validator\\OldPasswordValidator' => '?',
'App\\Validator\\RegisteredWatchValidator' => '?',
'CoreShop\\Bundle\\AddressBundle\\Validator\\Constraints\\ValidAddressIdentifierValidator' => '?',
'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\AddToCartAvailabilityValidator' => '?',
'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\AddToCartMaximumQuantityValidator' => '?',
'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\AddToCartMinimumQuantityValidator' => '?',
'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\CartMaximumQuantityValidator' => '?',
'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\CartMinimumQuantityValidator' => '?',
'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\CartStockAvailabilityValidator' => '?',
'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\RegisteredUserValidator' => '?',
'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\UniqueCustomerValidator' => '?',
'CoreShop\\Bundle\\InventoryBundle\\Validator\\Constraints\\InStockValidator' => '?',
'CoreShop\\Bundle\\OrderBundle\\Validator\\Constraints\\CartPriceRuleValidator' => '?',
'CoreShop\\Bundle\\OrderBundle\\Validator\\Constraints\\VoucherAmountValidator' => '?',
'CoreShop\\Bundle\\ResourceBundle\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'CoreShop\\Bundle\\VariantBundle\\Validator\\Constraints\\ValidAttributesTypeValidator' => '?',
'CoreShop\\Bundle\\VariantBundle\\Validator\\Constraints\\ValidAttributesValidator' => '?',
'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => '?',
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'cmf_routing.validator.route_defaults' => '?',
'coreshop.unique_entity' => '?',
'coreshop_add_to_cart_availability' => '?',
'coreshop_add_to_cart_maximum_quantity' => '?',
'coreshop_add_to_cart_minimum_quantity' => '?',
'coreshop_address_valid_identifier' => '?',
'coreshop_cart_maximum_quantity' => '?',
'coreshop_cart_minimum_quantity' => '?',
'coreshop_cart_rule_valid' => '?',
'coreshop_cart_stock_availability' => '?',
'coreshop_in_stock' => '?',
'coreshop_registered_user' => '?',
'coreshop_unique_customer' => '?',
'coreshop_variant_valid_attribute_type' => '?',
'coreshop_variant_valid_attributes' => '?',
'coreshop_voucher_amount_validator' => '?',
'doctrine.orm.validator.unique' => '?',
'karser_recaptcha3_validator' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
])));
if ($this->has('Symfony\\Contracts\\Translation\\TranslatorInterface')) {
$instance->setTranslator(($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()));
}
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml'), 1 => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/config/validation.xml')]);
$instance->addYamlMappings([0 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/config/validation/CartItem.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/config/validation/CartPriceRuleVoucherGenerator.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle/Resources/config/validation/Order.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CustomerBundle/Resources/config/validation/Customer.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/UserBundle/Resources/config/validation/User.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/VariantBundle/Resources/config/validation/Attribute.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/VariantBundle/Resources/config/validation/Product.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/config/validation/ProductPriceRule.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle/Resources/config/validation/ProductSpecificPriceRule.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/config/validation/Address.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/config/validation/Country.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/config/validation/CountryTranslation.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/config/validation/State.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/config/validation/StateTranslation.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle/Resources/config/validation/Zone.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/config/validation/Currency.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle/Resources/config/validation/ExchangeRate.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/config/validation/TaxRate.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/config/validation/TaxRateTranslation.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/config/validation/TaxRule.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle/Resources/config/validation/TaxRuleGroup.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle/Resources/config/validation/Store.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/config/validation/Filter.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/config/validation/FilterCondition.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/config/validation/Index.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle/Resources/config/validation/IndexColumn.yml'), 26 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/config/validation/Carrier.yml'), 27 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/config/validation/CarrierTranslation.yml'), 28 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/config/validation/ShippingRule.yml'), 29 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle/Resources/config/validation/ShippingRuleGroup.yml'), 30 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle/Resources/config/validation/NotificationRule.yml'), 31 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/Resources/config/validation/ProductQuantityPriceRule.yml'), 32 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/WishlistBundle/Resources/config/validation/Wishlist.yml'), 33 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/config/validation/AddToCart.yml'), 34 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/config/validation/Customer.yml'), 35 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/config/validation/Order.yml'), 36 => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle/Resources/config/validation/Store.yml')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, '{^AppBundle\\\\Entity$}'));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), '{^AppBundle\\\\Entity$}'));
return $instance;
}
/**
* Gets the private 'var_dumper.html_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService()
{
$this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
$a = ($this->services['.container.private.App\\Twig\\EnvironmentExtension'] ?? $this->getEnvironmentExtensionService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, $b, '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
}
/**
* Gets the private 'workflow.registry' shared service.
*
* @return \Symfony\Component\Workflow\Registry
*/
protected function getWorkflow_RegistryService()
{
$this->privates['workflow.registry'] = $instance = new \Symfony\Component\Workflow\Registry();
$instance->addWorkflow(($this->services['.container.private.state_machine.coreshop_order'] ?? $this->get_Container_Private_StateMachine_CoreshopOrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('CoreShop\\Component\\Order\\Model\\Order'));
$instance->addWorkflow(($this->services['.container.private.state_machine.coreshop_quote'] ?? $this->get_Container_Private_StateMachine_CoreshopQuoteService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('CoreShop\\Component\\Order\\Model\\Order'));
$instance->addWorkflow(($this->services['.container.private.state_machine.coreshop_shipment'] ?? $this->get_Container_Private_StateMachine_CoreshopShipmentService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('CoreShop\\Component\\Order\\Model\\OrderShipment'));
$instance->addWorkflow(($this->services['.container.private.state_machine.coreshop_invoice'] ?? $this->get_Container_Private_StateMachine_CoreshopInvoiceService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('CoreShop\\Component\\Order\\Model\\OrderInvoice'));
$instance->addWorkflow(($this->services['.container.private.state_machine.coreshop_order_payment'] ?? $this->get_Container_Private_StateMachine_CoreshopOrderPaymentService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('CoreShop\\Component\\Order\\Model\\Order'));
$instance->addWorkflow(($this->services['.container.private.state_machine.coreshop_order_invoice'] ?? $this->get_Container_Private_StateMachine_CoreshopOrderInvoiceService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('CoreShop\\Component\\Order\\Model\\Order'));
$instance->addWorkflow(($this->services['.container.private.state_machine.coreshop_order_shipment'] ?? $this->get_Container_Private_StateMachine_CoreshopOrderShipmentService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('CoreShop\\Component\\Order\\Model\\Order'));
$instance->addWorkflow(($this->services['.container.private.state_machine.coreshop_order_sales_type'] ?? $this->get_Container_Private_StateMachine_CoreshopOrderSalesTypeService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('CoreShop\\Component\\Order\\Model\\Order'));
$instance->addWorkflow(($this->services['.container.private.state_machine.coreshop_payment'] ?? $this->get_Container_Private_StateMachine_CoreshopPaymentService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('CoreShop\\Component\\Payment\\Model\\Payment'));
return $instance;
}
/**
* Gets the public 'coreshop.menu.renderer.json' alias.
*
* @return object The "CoreShop\Bundle\MenuBundle\Renderer\JsonRenderer" service.
*/
protected function getCoreshop_Menu_Renderer_JsonService()
{
trigger_deprecation('coreshop/menu-bundle', '3.0', 'The "coreshop.menu.renderer.json" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\MenuBundle\\Renderer\\JsonRenderer instead');
return $this->get('CoreShop\\Bundle\\MenuBundle\\Renderer\\JsonRenderer');
}
/**
* Gets the public 'coreshop.resource_loader' alias.
*
* @return object The "CoreShop\Component\Pimcore\ResourceLoader" service.
*/
protected function getCoreshop_ResourceLoaderService()
{
trigger_deprecation('coreshop/pimcore-bundle', '3.0', 'The "coreshop.resource_loader" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Pimcore\\ResourceLoader instead');
return $this->get('CoreShop\\Component\\Pimcore\\ResourceLoader');
}
/**
* Gets the public 'coreshop.pimcore_controller.grid' alias.
*
* @return object The "CoreShop\Bundle\PimcoreBundle\Controller\Admin\GridController" service.
*/
protected function getCoreshop_PimcoreController_GridService()
{
trigger_deprecation('coreshop/pimcore-bundle', '3.0', 'The "coreshop.pimcore_controller.grid" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\PimcoreBundle\\Controller\\Admin\\GridController instead');
return $this->get('CoreShop\\Bundle\\PimcoreBundle\\Controller\\Admin\\GridController');
}
/**
* Gets the public 'coreshop.context.locale.pimcore' alias.
*
* @return object The "CoreShop\Component\Locale\Context\PimcoreLocaleContext" service.
*/
protected function getCoreshop_Context_Locale_PimcoreService()
{
trigger_deprecation('coreshop/locale-bundle', '3.0', 'The "coreshop.context.locale.pimcore" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Locale\\Context\\PimcoreLocaleContext instead');
return $this->get('CoreShop\\Component\\Locale\\Context\\PimcoreLocaleContext');
}
/**
* Gets the public 'coreshop.context.locale.fixed' alias.
*
* @return object The "CoreShop\Component\Locale\Context\FixedLocaleContext" service.
*/
protected function getCoreshop_Context_Locale_FixedService()
{
trigger_deprecation('coreshop/locale-bundle', '3.0', 'The "coreshop.context.locale.fixed" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Locale\\Context\\FixedLocaleContext instead');
return $this->get('CoreShop\\Component\\Locale\\Context\\FixedLocaleContext');
}
/**
* Gets the public 'coreshop.admin_controller.resource_settings' alias.
*
* @return object The "CoreShop\Bundle\ResourceBundle\Controller\ResourceSettingsController" service.
*/
protected function getCoreshop_AdminController_ResourceSettingsService()
{
trigger_deprecation('coreshop/resource-bundle', '3.0', 'The "coreshop.admin_controller.resource_settings" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceSettingsController instead');
return $this->get('CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceSettingsController');
}
/**
* Gets the public 'coreshop.translation_locale_provider.pimcore' alias.
*
* @return object The "CoreShop\Component\Resource\Translation\Provider\PimcoreTranslationLocaleProvider" service.
*/
protected function getCoreshop_TranslationLocaleProvider_PimcoreService()
{
trigger_deprecation('coreshop/resource-bundle', '3.0', 'The "coreshop.translation_locale_provider.pimcore" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Resource\\Translation\\Provider\\TranslationLocaleProviderInterface instead');
return $this->get('CoreShop\\Component\\Resource\\Translation\\Provider\\PimcoreTranslationLocaleProvider');
}
/**
* Gets the public 'coreshop.fixture.data.executor' alias.
*
* @return object The "CoreShop\Bundle\FixtureBundle\Fixture\DataFixturesExecutor" service.
*/
protected function getCoreshop_Fixture_Data_ExecutorService()
{
trigger_deprecation('coreshop/fixture-bundle', '3.0', 'The "coreshop.fixture.data.executor" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\FixtureBundle\\Fixture\\DataFixturesExecutor instead');
return $this->get('CoreShop\\Bundle\\FixtureBundle\\Fixture\\DataFixturesExecutor');
}
/**
* Gets the public 'coreshop.fixture.update_data_fixtures' alias.
*
* @return object The "CoreShop\Bundle\FixtureBundle\Fixture\UpdateDataFixturesFixture" service.
*/
protected function getCoreshop_Fixture_UpdateDataFixturesService()
{
trigger_deprecation('coreshop/fixture-bundle', '3.0', 'The "coreshop.fixture.update_data_fixtures" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\FixtureBundle\\Fixture\\UpdateDataFixturesFixture instead');
return $this->get('CoreShop\\Bundle\\FixtureBundle\\Fixture\\UpdateDataFixturesFixture');
}
/**
* Gets the public 'coreshop.fixture.data.loader' alias.
*
* @return object The "CoreShop\Bundle\FixtureBundle\Fixture\Loader\DataFixturesLoader" service.
*/
protected function getCoreshop_Fixture_Data_LoaderService()
{
trigger_deprecation('coreshop/fixture-bundle', '3.0', 'The "coreshop.fixture.data.loader" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\FixtureBundle\\Fixture\\Loader\\DataFixturesLoader instead');
return $this->get('CoreShop\\Bundle\\FixtureBundle\\Fixture\\Loader\\DataFixturesLoader');
}
/**
* Gets the public 'coreshop.state_machine_manager' alias.
*
* @return object The "CoreShop\Bundle\WorkflowBundle\Manager\StateMachineManager" service.
*/
protected function getCoreshop_StateMachineManagerService()
{
trigger_deprecation('coreshop/workflow-bundle', '3.0', 'The "coreshop.state_machine_manager" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\WorkflowBundle\\Manager\\StateMachineManager instead');
return $this->get('CoreShop\\Bundle\\WorkflowBundle\\Manager\\StateMachineManager');
}
/**
* Gets the public 'coreshop.state_machine_applier' alias.
*
* @return object The "CoreShop\Bundle\WorkflowBundle\Applier\StateMachineApplier" service.
*/
protected function getCoreshop_StateMachineApplierService()
{
trigger_deprecation('coreshop/workflow-bundle', '3.0', 'The "coreshop.state_machine_applier" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\WorkflowBundle\\Applier\\StateMachineApplier instead');
return $this->get('CoreShop\\Bundle\\WorkflowBundle\\Applier\\StateMachineApplier');
}
/**
* Gets the public 'coreshop.state_machine_cascade_transition' alias.
*
* @return object The "CoreShop\Bundle\WorkflowBundle\Callback\CascadeTransition" service.
*/
protected function getCoreshop_StateMachineCascadeTransitionService()
{
trigger_deprecation('coreshop/workflow-bundle', '3.0', 'The "coreshop.state_machine_cascade_transition" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\WorkflowBundle\\Callback\\CascadeTransition instead');
return $this->get('CoreShop\\Bundle\\WorkflowBundle\\Callback\\CascadeTransition');
}
/**
* Gets the public 'coreshop.cart.item_finder' alias.
*
* @return object The "CoreShop\Component\Order\Cart\CartItemResolver" service.
*/
protected function getCoreshop_Cart_ItemFinderService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.cart.item_finder" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Order\\Cart\\CartItemResolver instead');
return $this->get('CoreShop\\Component\\Order\\Cart\\CartItemResolver');
}
/**
* Gets the public 'coreshop.cart.modifier' alias.
*
* @return object The "CoreShop\Component\Order\Cart\CartModifier" service.
*/
protected function getCoreshop_Cart_ModifierService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.cart.modifier" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Order\\Cart\\CartModifier instead');
return $this->get('CoreShop\\Component\\Order\\Cart\\CartModifier');
}
/**
* Gets the public 'coreshop.cart.expire' alias.
*
* @return object The "CoreShop\Bundle\OrderBundle\Expiration\CartExpiration" service.
*/
protected function getCoreshop_Cart_ExpireService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.cart.expire" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\OrderBundle\\Expiration\\CartExpiration instead');
return $this->get('CoreShop\\Bundle\\OrderBundle\\Expiration\\CartExpiration');
}
/**
* Gets the public 'coreshop.order.expire' alias.
*
* @return object The "CoreShop\Bundle\OrderBundle\Expiration\OrderExpiration" service.
*/
protected function getCoreshop_Order_ExpireService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.order.expire" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\OrderBundle\\Expiration\\OrderExpiration instead');
return $this->get('CoreShop\\Bundle\\OrderBundle\\Expiration\\OrderExpiration');
}
/**
* Gets the public 'coreshop.cart_price_rule.condition.timespan' alias.
*
* @return object The "CoreShop\Component\Order\Cart\Rule\Condition\TimeSpanConditionChecker" service.
*/
protected function getCoreshop_CartPriceRule_Condition_TimespanService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.cart_price_rule.condition.timespan" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\TimeSpanConditionChecker instead');
return $this->get('CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\TimeSpanConditionChecker');
}
/**
* Gets the public 'coreshop.cart_price_rule.condition.voucher' alias.
*
* @return object The "CoreShop\Component\Order\Cart\Rule\Condition\VoucherConditionChecker" service.
*/
protected function getCoreshop_CartPriceRule_Condition_VoucherService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.cart_price_rule.condition.voucher" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\VoucherConditionChecker instead');
return $this->get('CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\VoucherConditionChecker');
}
/**
* Gets the public 'coreshop.cart_price_rule.condition.amount' alias.
*
* @return object The "CoreShop\Component\Order\Cart\Rule\Condition\AmountConditionChecker" service.
*/
protected function getCoreshop_CartPriceRule_Condition_AmountService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.cart_price_rule.condition.amount" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\AmountConditionChecker instead');
return $this->get('CoreShop\\Component\\Order\\Cart\\Rule\\Condition\\AmountConditionChecker');
}
/**
* Gets the public 'coreshop.generator.cart_price_rule_voucher_codes' alias.
*
* @return object The "CoreShop\Component\Order\Generator\CartPriceRuleVoucherCodeGenerator" service.
*/
protected function getCoreshop_Generator_CartPriceRuleVoucherCodesService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.generator.cart_price_rule_voucher_codes" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Order\\Generator\\CartPriceRuleVoucherCodeGenerator instead');
return $this->get('CoreShop\\Component\\Order\\Generator\\CartPriceRuleVoucherCodeGenerator');
}
/**
* Gets the public 'coreshop.validator.cart_price_rule' alias.
*
* @return object The "CoreShop\Bundle\OrderBundle\Validator\Constraints\CartPriceRuleValidator" service.
*/
protected function getCoreshop_Validator_CartPriceRuleService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.validator.cart_price_rule" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\OrderBundle\\Validator\\Constraints\\CartPriceRuleValidator instead');
return $this->get('CoreShop\\Bundle\\OrderBundle\\Validator\\Constraints\\CartPriceRuleValidator');
}
/**
* Gets the public 'coreshop.form.data_mapper.cart_item_quantity' alias.
*
* @return object The "CoreShop\Bundle\OrderBundle\Form\DataMapper\CartItemQuantityDataMapper" service.
*/
protected function getCoreshop_Form_DataMapper_CartItemQuantityService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.form.data_mapper.cart_item_quantity" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\OrderBundle\\Form\\DataMapper\\CartItemQuantityDataMapper instead');
return $this->get('CoreShop\\Bundle\\OrderBundle\\Form\\DataMapper\\CartItemQuantityDataMapper');
}
/**
* Gets the public 'coreshop.context.cart.fixed' alias.
*
* @return object The "CoreShop\Component\Order\Context\FixedCartContext" service.
*/
protected function getCoreshop_Context_Cart_FixedService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.context.cart.fixed" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Order\\Context\\FixedCartContext instead');
return $this->get('CoreShop\\Component\\Order\\Context\\FixedCartContext');
}
/**
* Gets the public 'coreshop.context.cart.composite' alias.
*
* @return object The "CoreShop\Component\Order\Context\CompositeCartContext" service.
*/
protected function getCoreshop_Context_Cart_CompositeService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.context.cart.composite" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Order\\Context\\CompositeCartContext instead');
return $this->get('CoreShop\\Component\\Order\\Context\\CompositeCartContext');
}
/**
* Gets the public 'coreshop.order_invoice.transformer.cart_item_to_order_item' alias.
*
* @return object The "CoreShop\Component\Order\Transformer\OrderItemToInvoiceItemTransformer" service.
*/
protected function getCoreshop_OrderInvoice_Transformer_CartItemToOrderItemService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.order_invoice.transformer.cart_item_to_order_item" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Order\\Transformer\\OrderItemToInvoiceItemTransformer instead');
return $this->get('CoreShop\\Component\\Order\\Transformer\\OrderItemToInvoiceItemTransformer');
}
/**
* Gets the public 'coreshop.order.payment_provider' alias.
*
* @return object The "CoreShop\Component\Order\Payment\OrderPaymentProvider" service.
*/
protected function getCoreshop_Order_PaymentProviderService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.order.payment_provider" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Order\\Payment\\OrderPaymentProvider instead');
return $this->get('CoreShop\\Component\\Order\\Payment\\OrderPaymentProvider');
}
/**
* Gets the public 'coreshop.order.renderer.pdf' alias.
*
* @return object The "CoreShop\Bundle\OrderBundle\Renderer\Pdf\WkHtmlToPdf" service.
*/
protected function getCoreshop_Order_Renderer_PdfService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.order.renderer.pdf" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\OrderBundle\\Renderer\\Pdf\\WkHtmlToPdf instead');
return $this->get('CoreShop\\Bundle\\OrderBundle\\Renderer\\Pdf\\WkHtmlToPdf');
}
/**
* Gets the public 'coreshop.renderer.order.pdf.asset' alias.
*
* @return object The "CoreShop\Bundle\OrderBundle\Renderer\AssetOrderDocumentPdfRenderer" service.
*/
protected function getCoreshop_Renderer_Order_Pdf_AssetService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.renderer.order.pdf.asset" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\OrderBundle\\Renderer\\AssetOrderDocumentPdfRenderer instead');
return $this->get('CoreShop\\Bundle\\OrderBundle\\Renderer\\AssetOrderDocumentPdfRenderer');
}
/**
* Gets the public 'coreshop.order.purchasable.price_calculator' alias.
*
* @return object The "CoreShop\Component\Order\Calculator\CompositePurchasablePriceCalculator" service.
*/
protected function getCoreshop_Order_Purchasable_PriceCalculatorService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.order.purchasable.price_calculator" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Order\\Calculator\\CompositePurchasablePriceCalculator instead');
return $this->get('CoreShop\\Component\\Order\\Calculator\\CompositePurchasablePriceCalculator');
}
/**
* Gets the public 'coreshop.order.purchasable.wholesale_price_calculator' alias.
*
* @return object The "CoreShop\Component\Order\Calculator\CompositePurchasableWholesalePriceCalculator" service.
*/
protected function getCoreshop_Order_Purchasable_WholesalePriceCalculatorService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.order.purchasable.wholesale_price_calculator" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Order\\Calculator\\CompositePurchasableWholesalePriceCalculator instead');
return $this->get('CoreShop\\Component\\Order\\Calculator\\CompositePurchasableWholesalePriceCalculator');
}
/**
* Gets the public 'coreshop.order.purchasable.wholesale_price_calculator.default' alias.
*
* @return object The "CoreShop\Component\Order\Calculator\PurchasableWholesalePriceCalculator" service.
*/
protected function getCoreshop_Order_Purchasable_WholesalePriceCalculator_DefaultService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.order.purchasable.wholesale_price_calculator.default" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Order\\Calculator\\PurchasableWholesalePriceCalculator instead');
return $this->get('CoreShop\\Component\\Order\\Calculator\\PurchasableWholesalePriceCalculator');
}
/**
* Gets the public 'coreshop.state_machine_resolver.order' alias.
*
* @return object The "CoreShop\Bundle\OrderBundle\StateResolver\OrderStateResolver" service.
*/
protected function getCoreshop_StateMachineResolver_OrderService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.state_machine_resolver.order" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\OrderBundle\\StateResolver\\OrderStateResolver instead');
return $this->get('CoreShop\\Bundle\\OrderBundle\\StateResolver\\OrderStateResolver');
}
/**
* Gets the public 'coreshop.state_machine_resolver.order_payment' alias.
*
* @return object The "CoreShop\Bundle\OrderBundle\StateResolver\OrderPaymentStateResolver" service.
*/
protected function getCoreshop_StateMachineResolver_OrderPaymentService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.state_machine_resolver.order_payment" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\OrderBundle\\StateResolver\\OrderPaymentStateResolver instead');
return $this->get('CoreShop\\Bundle\\OrderBundle\\StateResolver\\OrderPaymentStateResolver');
}
/**
* Gets the public 'coreshop.state_machine_resolver.order_shipment' alias.
*
* @return object The "CoreShop\Bundle\OrderBundle\StateResolver\OrderShippingStateResolver" service.
*/
protected function getCoreshop_StateMachineResolver_OrderShipmentService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.state_machine_resolver.order_shipment" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\OrderBundle\\StateResolver\\OrderShippingStateResolver instead');
return $this->get('CoreShop\\Bundle\\OrderBundle\\StateResolver\\OrderShippingStateResolver');
}
/**
* Gets the public 'coreshop.state_machine_resolver.order_invoice' alias.
*
* @return object The "CoreShop\Bundle\OrderBundle\StateResolver\OrderInvoiceStateResolver" service.
*/
protected function getCoreshop_StateMachineResolver_OrderInvoiceService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'The "coreshop.state_machine_resolver.order_invoice" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\OrderBundle\\StateResolver\\OrderInvoiceStateResolver instead');
return $this->get('CoreShop\\Bundle\\OrderBundle\\StateResolver\\OrderInvoiceStateResolver');
}
/**
* Gets the public 'coreshop.context.customer.composite' alias.
*
* @return object The "coreshop.context.customer" service.
*/
protected function getCoreshop_Context_Customer_CompositeService()
{
trigger_deprecation('coreshop/customer-bundle', '3.0', 'The "coreshop.context.customer.composite" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Customer\\Context\\CompositeCustomerContext instead');
return $this->get('coreshop.context.customer');
}
/**
* Gets the public 'coreshop.context.customer.fixed' alias.
*
* @return object The "CoreShop\Component\Customer\Context\FixedCustomerContext" service.
*/
protected function getCoreshop_Context_Customer_FixedService()
{
trigger_deprecation('coreshop/customer-bundle', '3.0', 'The "coreshop.context.customer.fixed" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Customer\\Context\\FixedCustomerContext instead');
return $this->get('CoreShop\\Component\\Customer\\Context\\FixedCustomerContext');
}
/**
* Gets the public 'coreshop.inventory.availability_checker.default' alias.
*
* @return object The "CoreShop\Component\Inventory\Checker\AvailabilityChecker" service.
*/
protected function getCoreshop_Inventory_AvailabilityChecker_DefaultService()
{
trigger_deprecation('coreshop/inventory-bundle', '3.0', 'The "coreshop.inventory.availability_checker.default" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Inventory\\Checker\\AvailabilityChecker instead');
return $this->get('CoreShop\\Component\\Inventory\\Checker\\AvailabilityChecker');
}
/**
* Gets the public 'coreshop.product_price_rule.condition.timespan' alias.
*
* @return object The "CoreShop\Component\Product\Rule\Condition\TimeSpanConditionChecker" service.
*/
protected function getCoreshop_ProductPriceRule_Condition_TimespanService()
{
trigger_deprecation('coreshop/product-bundle', '3.0', 'The "coreshop.product_price_rule.condition.timespan" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Product\\Rule\\Condition\\TimeSpanConditionChecker instead');
return $this->get('CoreShop\\Component\\Product\\Rule\\Condition\\TimeSpanConditionChecker');
}
/**
* Gets the public 'coreshop.product_price_rule.action.price' alias.
*
* @return object The "CoreShop\Component\Product\Rule\Action\PriceActionProcessor" service.
*/
protected function getCoreshop_ProductPriceRule_Action_PriceService()
{
trigger_deprecation('coreshop/product-bundle', '3.0', 'The "coreshop.product_price_rule.action.price" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Product\\Rule\\Action\\PriceActionProcessor instead');
return $this->get('CoreShop\\Component\\Product\\Rule\\Action\\PriceActionProcessor');
}
/**
* Gets the public 'coreshop.product_price_rule.action.discount_price' alias.
*
* @return object The "CoreShop\Component\Product\Rule\Action\DiscountPriceActionProcessor" service.
*/
protected function getCoreshop_ProductPriceRule_Action_DiscountPriceService()
{
trigger_deprecation('coreshop/product-bundle', '3.0', 'The "coreshop.product_price_rule.action.discount_price" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Product\\Rule\\Action\\DiscountPriceActionProcessor instead');
return $this->get('CoreShop\\Component\\Product\\Rule\\Action\\DiscountPriceActionProcessor');
}
/**
* Gets the public 'coreshop.product_price_rule.action.discount_amount' alias.
*
* @return object The "CoreShop\Component\Product\Rule\Action\DiscountAmountActionProcessor" service.
*/
protected function getCoreshop_ProductPriceRule_Action_DiscountAmountService()
{
trigger_deprecation('coreshop/product-bundle', '3.0', 'The "coreshop.product_price_rule.action.discount_amount" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Product\\Rule\\Action\\DiscountAmountActionProcessor instead');
return $this->get('CoreShop\\Component\\Product\\Rule\\Action\\DiscountAmountActionProcessor');
}
/**
* Gets the public 'coreshop.product_price_rule.action.discount_percent' alias.
*
* @return object The "CoreShop\Component\Product\Rule\Action\DiscountPercentActionProcessor" service.
*/
protected function getCoreshop_ProductPriceRule_Action_DiscountPercentService()
{
trigger_deprecation('coreshop/product-bundle', '3.0', 'The "coreshop.product_price_rule.action.discount_percent" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Product\\Rule\\Action\\DiscountPercentActionProcessor instead');
return $this->get('CoreShop\\Component\\Product\\Rule\\Action\\DiscountPercentActionProcessor');
}
/**
* Gets the public 'coreshop.context.country.fixed' alias.
*
* @return object The "CoreShop\Component\Address\Context\FixedCountryContext" service.
*/
protected function getCoreshop_Context_Country_FixedService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.context.country.fixed" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Address\\Context\\FixedCountryContext instead.');
return $this->get('CoreShop\\Component\\Address\\Context\\FixedCountryContext');
}
/**
* Gets the public 'coreshop.context.country.cached' alias.
*
* @return object The "CoreShop\Component\Address\Context\RequestBased\CachedCountryContext" service.
*/
protected function getCoreshop_Context_Country_CachedService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.context.country.cached" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Address\\Context\\RequestBased\\CachedCountryContext instead');
return $this->get('CoreShop\\Component\\Address\\Context\\RequestBased\\CachedCountryContext');
}
/**
* Gets the public 'coreshop.address.formatter' alias.
*
* @return object The "CoreShop\Component\Address\Formatter\AddressFormatter" service.
*/
protected function getCoreshop_Address_FormatterService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.address.formatter" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Address\\Formatter\\AddressFormatterInterface instead');
return $this->get('CoreShop\\Component\\Address\\Formatter\\AddressFormatter');
}
/**
* Gets the public 'coreshop.context.currency.cached' alias.
*
* @return object The "CoreShop\Component\Currency\Context\CachedCurrencyContext" service.
*/
protected function getCoreshop_Context_Currency_CachedService()
{
trigger_deprecation('coreshop/currency-bundle', '3.0', 'The "coreshop.context.currency.cached" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Currency\\Context\\CachedCurrencyContext instead');
return $this->get('CoreShop\\Component\\Currency\\Context\\CachedCurrencyContext');
}
/**
* Gets the public 'coreshop.context.currency.fixed' alias.
*
* @return object The "CoreShop\Component\Currency\Context\FixedCurrencyContext" service.
*/
protected function getCoreshop_Context_Currency_FixedService()
{
trigger_deprecation('coreshop/currency-bundle', '3.0', 'The "coreshop.context.currency.fixed" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Currency\\Context\\FixedCurrencyContext instead');
return $this->get('CoreShop\\Component\\Currency\\Context\\FixedCurrencyContext');
}
/**
* Gets the public 'coreshop.collector.taxes' alias.
*
* @return object The "CoreShop\Component\Taxation\Collector\TaxCollector" service.
*/
protected function getCoreshop_Collector_TaxesService()
{
trigger_deprecation('coreshop/taxation-bundle', '3.0', 'The "coreshop.collector.taxes" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Taxation\\Collector\\TaxCollector instead');
return $this->get('CoreShop\\Component\\Taxation\\Collector\\TaxCollector');
}
/**
* Gets the public 'coreshop.context.store.composite' alias.
*
* @return object The "coreshop.context.store" service.
*/
protected function getCoreshop_Context_Store_CompositeService()
{
trigger_deprecation('coreshop/store-bundle', '3.0', 'The "coreshop.context.store.composite" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Store\\Context\\CompositeStoreContext instead');
return $this->get('coreshop.context.store');
}
/**
* Gets the public 'coreshop.context.store.request_based.cached' alias.
*
* @return object The "CoreShop\Component\Store\Context\RequestBased\CachedStoreContext" service.
*/
protected function getCoreshop_Context_Store_RequestBased_CachedService()
{
trigger_deprecation('coreshop/store-bundle', '3.0', 'The "coreshop.context.store.request_based.cached" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Store\\Context\\RequestBased\\CachedStoreContext instead');
return $this->get('CoreShop\\Component\\Store\\Context\\RequestBased\\CachedStoreContext');
}
/**
* Gets the public 'coreshop.context.store.fixed' alias.
*
* @return object The "CoreShop\Component\Store\Context\FixedStoreContext" service.
*/
protected function getCoreshop_Context_Store_FixedService()
{
trigger_deprecation('coreshop/store-bundle', '3.0', 'The "coreshop.context.store.fixed" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Store\\Context\\FixedStoreContext instead');
return $this->get('CoreShop\\Component\\Store\\Context\\FixedStoreContext');
}
/**
* Gets the public 'coreshop.index.getter.brickfield' alias.
*
* @return object The "CoreShop\Component\Index\Getter\BrickGetter" service.
*/
protected function getCoreshop_Index_Getter_BrickfieldService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.getter.brickfield" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Getter\\BrickGetter instead');
return $this->get('CoreShop\\Component\\Index\\Getter\\BrickGetter');
}
/**
* Gets the public 'coreshop.index.getter.classification_store' alias.
*
* @return object The "CoreShop\Component\Index\Getter\ClassificationStoreGetter" service.
*/
protected function getCoreshop_Index_Getter_ClassificationStoreService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.getter.classification_store" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use coreshop.index.getter.classification_store instead');
return $this->get('CoreShop\\Component\\Index\\Getter\\ClassificationStoreGetter');
}
/**
* Gets the public 'coreshop.index.getter.field_collection' alias.
*
* @return object The "CoreShop\Component\Index\Getter\FieldCollectionGetter" service.
*/
protected function getCoreshop_Index_Getter_FieldCollectionService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.getter.field_collection" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Getter\\FieldCollectionGetter instead');
return $this->get('CoreShop\\Component\\Index\\Getter\\FieldCollectionGetter');
}
/**
* Gets the public 'coreshop.index.getter.localized_field' alias.
*
* @return object The "CoreShop\Component\Index\Getter\LocalizedFieldGetter" service.
*/
protected function getCoreshop_Index_Getter_LocalizedFieldService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.getter.localized_field" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Getter\\LocalizedFieldGetter instead');
return $this->get('CoreShop\\Component\\Index\\Getter\\LocalizedFieldGetter');
}
/**
* Gets the public 'coreshop.index.interpreter.soundex' alias.
*
* @return object The "CoreShop\Component\Index\Interpreter\SoundexInterpreter" service.
*/
protected function getCoreshop_Index_Interpreter_SoundexService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.interpreter.soundex" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Interpreter\\SoundexInterpreter instead');
return $this->get('CoreShop\\Component\\Index\\Interpreter\\SoundexInterpreter');
}
/**
* Gets the public 'coreshop.index.interpreter.object_id' alias.
*
* @return object The "CoreShop\Component\Index\Interpreter\ObjectIdInterpreter" service.
*/
protected function getCoreshop_Index_Interpreter_ObjectIdService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.interpreter.object_id" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Interpreter\\ObjectIdInterpreter instead');
return $this->get('CoreShop\\Component\\Index\\Interpreter\\ObjectIdInterpreter');
}
/**
* Gets the public 'coreshop.index.interpreter.object_id_sum' alias.
*
* @return object The "CoreShop\Component\Index\Interpreter\ObjectIdSumInterpreter" service.
*/
protected function getCoreshop_Index_Interpreter_ObjectIdSumService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.interpreter.object_id_sum" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Interpreter\\ObjectIdSumInterpreter instead');
return $this->get('CoreShop\\Component\\Index\\Interpreter\\ObjectIdSumInterpreter');
}
/**
* Gets the public 'coreshop.index.interpreter.object' alias.
*
* @return object The "CoreShop\Component\Index\Interpreter\ObjectInterpreter" service.
*/
protected function getCoreshop_Index_Interpreter_ObjectService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.interpreter.object" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Interpreter\\ObjectInterpreter instead');
return $this->get('CoreShop\\Component\\Index\\Interpreter\\ObjectInterpreter');
}
/**
* Gets the public 'coreshop.index.interpreter.object_property' alias.
*
* @return object The "CoreShop\Component\Index\Interpreter\ObjectPropertyInterpreter" service.
*/
protected function getCoreshop_Index_Interpreter_ObjectPropertyService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.interpreter.object_property" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Interpreter\\ObjectPropertyInterpreter instead');
return $this->get('CoreShop\\Component\\Index\\Interpreter\\ObjectPropertyInterpreter');
}
/**
* Gets the public 'coreshop.index.interpreter.quantity_value' alias.
*
* @return object The "CoreShop\Component\Index\Interpreter\QuantityValueInterpreter" service.
*/
protected function getCoreshop_Index_Interpreter_QuantityValueService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.interpreter.quantity_value" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Interpreter\\QuantityValueInterpreter instead');
return $this->get('CoreShop\\Component\\Index\\Interpreter\\QuantityValueInterpreter');
}
/**
* Gets the public 'coreshop.index.interpreter.locale_mapping' alias.
*
* @return object The "CoreShop\Component\Index\Interpreter\LocaleMappingInterpreter" service.
*/
protected function getCoreshop_Index_Interpreter_LocaleMappingService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.interpreter.locale_mapping" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Interpreter\\LocaleMappingInterpreter instead');
return $this->get('CoreShop\\Component\\Index\\Interpreter\\LocaleMappingInterpreter');
}
/**
* Gets the public 'coreshop.index.interpreter.timestamp' alias.
*
* @return object The "CoreShop\Component\Index\Interpreter\TimestampInterpreter" service.
*/
protected function getCoreshop_Index_Interpreter_TimestampService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.interpreter.timestamp" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Interpreter\\TimestampInterpreter instead');
return $this->get('CoreShop\\Component\\Index\\Interpreter\\TimestampInterpreter');
}
/**
* Gets the public 'coreshop.index.interpreter.expression' alias.
*
* @return object The "CoreShop\Component\Index\Interpreter\ExpressionInterpreter" service.
*/
protected function getCoreshop_Index_Interpreter_ExpressionService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.interpreter.expression" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Interpreter\\ExpressionInterpreter instead');
return $this->get('CoreShop\\Component\\Index\\Interpreter\\ExpressionInterpreter');
}
/**
* Gets the public 'coreshop.index.interpreter.nested' alias.
*
* @return object The "CoreShop\Component\Index\Interpreter\NestedInterpreter" service.
*/
protected function getCoreshop_Index_Interpreter_NestedService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.interpreter.nested" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Interpreter\\NestedInterpreter instead');
return $this->get('CoreShop\\Component\\Index\\Interpreter\\NestedInterpreter');
}
/**
* Gets the public 'coreshop.index.interpreter.nested_localized' alias.
*
* @return object The "CoreShop\Component\Index\Interpreter\LocalizedNestedInterpreter" service.
*/
protected function getCoreshop_Index_Interpreter_NestedLocalizedService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.interpreter.nested_localized" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Interpreter\\LocalizedNestedInterpreter instead');
return $this->get('CoreShop\\Component\\Index\\Interpreter\\LocalizedNestedInterpreter');
}
/**
* Gets the public 'coreshop.index.interpreter.nested_relational' alias.
*
* @return object The "CoreShop\Component\Index\Interpreter\RelationalNestedInterpreter" service.
*/
protected function getCoreshop_Index_Interpreter_NestedRelationalService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.interpreter.nested_relational" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Interpreter\\RelationalNestedInterpreter instead');
return $this->get('CoreShop\\Component\\Index\\Interpreter\\RelationalNestedInterpreter');
}
/**
* Gets the public 'coreshop.index.interpreter.iterator' alias.
*
* @return object The "CoreShop\Component\Index\Interpreter\IteratorInterpreter" service.
*/
protected function getCoreshop_Index_Interpreter_IteratorService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.interpreter.iterator" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Interpreter\\IteratorInterpreter instead');
return $this->get('CoreShop\\Component\\Index\\Interpreter\\IteratorInterpreter');
}
/**
* Gets the public 'coreshop.index.column_type.classification_store' alias.
*
* @return object The "CoreShop\Bundle\IndexBundle\Form\Type\Column\IndexColumnTypeClassificationStoreType" service.
*/
protected function getCoreshop_Index_ColumnType_ClassificationStoreService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.column_type.classification_store" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Column\\IndexColumnTypeClassificationStoreType instead');
return $this->get('CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Column\\IndexColumnTypeClassificationStoreType');
}
/**
* Gets the public 'coreshop.index.column_type.field_collection' alias.
*
* @return object The "CoreShop\Bundle\IndexBundle\Form\Type\Column\IndexColumnTypeFieldCollectionType" service.
*/
protected function getCoreshop_Index_ColumnType_FieldCollectionService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.column_type.field_collection" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Column\\IndexColumnTypeFieldCollectionType instead');
return $this->get('CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Column\\IndexColumnTypeFieldCollectionType');
}
/**
* Gets the public 'coreshop.index.column_type.localized_fields' alias.
*
* @return object The "CoreShop\Bundle\IndexBundle\Form\Type\Column\IndexColumnTypeLocalizedFieldsType" service.
*/
protected function getCoreshop_Index_ColumnType_LocalizedFieldsService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.column_type.localized_fields" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Column\\IndexColumnTypeLocalizedFieldsType instead');
return $this->get('CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Column\\IndexColumnTypeLocalizedFieldsType');
}
/**
* Gets the public 'coreshop.index.column_type.object_brick' alias.
*
* @return object The "CoreShop\Bundle\IndexBundle\Form\Type\Column\IndexColumnTypeObjectBrickType" service.
*/
protected function getCoreshop_Index_ColumnType_ObjectBrickService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.column_type.object_brick" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Column\\IndexColumnTypeObjectBrickType instead');
return $this->get('CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Column\\IndexColumnTypeObjectBrickType');
}
/**
* Gets the public 'coreshop.index.column_type.object' alias.
*
* @return object The "CoreShop\Bundle\IndexBundle\Form\Type\Column\IndexColumnTypeObjectType" service.
*/
protected function getCoreshop_Index_ColumnType_ObjectService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.column_type.object" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Column\\IndexColumnTypeObjectType instead');
return $this->get('CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Column\\IndexColumnTypeObjectType');
}
/**
* Gets the public 'coreshop.index.column_type.system' alias.
*
* @return object The "CoreShop\Bundle\IndexBundle\Form\Type\Column\IndexColumnTypeSystemType" service.
*/
protected function getCoreshop_Index_ColumnType_SystemService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.index.column_type.system" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Column\\IndexColumnTypeSystemType instead');
return $this->get('CoreShop\\Bundle\\IndexBundle\\Form\\Type\\Column\\IndexColumnTypeSystemType');
}
/**
* Gets the public 'coreshop.filter.condition_type.select' alias.
*
* @return object The "CoreShop\Component\Index\Filter\SelectFilterConditionProcessor" service.
*/
protected function getCoreshop_Filter_ConditionType_SelectService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.filter.condition_type.select" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Filter\\SelectFilterConditionProcessor instead');
return $this->get('CoreShop\\Component\\Index\\Filter\\SelectFilterConditionProcessor');
}
/**
* Gets the public 'coreshop.filter.condition_type.range' alias.
*
* @return object The "CoreShop\Component\Index\Filter\RangeFilterConditionProcessor" service.
*/
protected function getCoreshop_Filter_ConditionType_RangeService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.filter.condition_type.range" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Filter\\RangeFilterConditionProcessor instead');
return $this->get('CoreShop\\Component\\Index\\Filter\\RangeFilterConditionProcessor');
}
/**
* Gets the public 'coreshop.filter.condition_type.multiselect' alias.
*
* @return object The "CoreShop\Component\Index\Filter\MultiselectFilterConditionProcessor" service.
*/
protected function getCoreshop_Filter_ConditionType_MultiselectService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.filter.condition_type.multiselect" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Filter\\MultiselectFilterConditionProcessor instead');
return $this->get('CoreShop\\Component\\Index\\Filter\\MultiselectFilterConditionProcessor');
}
/**
* Gets the public 'coreshop.filter.condition_type.relational_multihref' alias.
*
* @return object The "CoreShop\Component\Index\Filter\RelationalMultiselectConditionProcessor" service.
*/
protected function getCoreshop_Filter_ConditionType_RelationalMultihrefService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.filter.condition_type.relational_multihref" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Filter\\RelationalMultiselectConditionProcessor instead');
return $this->get('CoreShop\\Component\\Index\\Filter\\RelationalMultiselectConditionProcessor');
}
/**
* Gets the public 'coreshop.filter.condition_type.relational_select' alias.
*
* @return object The "CoreShop\Component\Index\Filter\RelationalSelectConditionProcessor" service.
*/
protected function getCoreshop_Filter_ConditionType_RelationalSelectService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.filter.condition_type.relational_select" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Filter\\RelationalSelectConditionProcessor instead');
return $this->get('CoreShop\\Component\\Index\\Filter\\RelationalSelectConditionProcessor');
}
/**
* Gets the public 'coreshop.filter.condition_type.category_select' alias.
*
* @return object The "CoreShop\Component\Index\Filter\CategorySelectConditionProcessor" service.
*/
protected function getCoreshop_Filter_ConditionType_CategorySelectService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'The "coreshop.filter.condition_type.category_select" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Index\\Filter\\CategorySelectConditionProcessor instead');
return $this->get('CoreShop\\Component\\Index\\Filter\\CategorySelectConditionProcessor');
}
/**
* Gets the public 'coreshop.carrier.resolver' alias.
*
* @return object The "CoreShop\Component\Shipping\Resolver\CarriersResolver" service.
*/
protected function getCoreshop_Carrier_ResolverService()
{
trigger_deprecation('coreshop/shipping-bundle', '3.0', 'The "coreshop.carrier.resolver" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Shipping\\Resolver\\CarriersResolver instead');
return $this->get('CoreShop\\Component\\Shipping\\Resolver\\CarriersResolver');
}
/**
* Gets the public 'coreshop.carrier.price_calculator' alias.
*
* @return object The "CoreShop\Component\Shipping\Calculator\CarrierPriceCalculator" service.
*/
protected function getCoreshop_Carrier_PriceCalculatorService()
{
trigger_deprecation('coreshop/shipping-bundle', '3.0', 'The "coreshop.carrier.price_calculator" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Shipping\\Calculator\\CarrierPriceCalculator instead');
return $this->get('CoreShop\\Component\\Shipping\\Calculator\\CarrierPriceCalculator');
}
/**
* Gets the public 'coreshop.carrier.price_calculator.default' alias.
*
* @return object The "CoreShop\Component\Shipping\Calculator\CompositePriceCalculator" service.
*/
protected function getCoreshop_Carrier_PriceCalculator_DefaultService()
{
trigger_deprecation('coreshop/shipping-bundle', '3.0', 'The "coreshop.carrier.price_calculator.default" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Shipping\\Calculator\\CompositePriceCalculator instead');
return $this->get('CoreShop\\Component\\Shipping\\Calculator\\CompositePriceCalculator');
}
/**
* Gets the public 'coreshop.shipping_rule.condition.amount' alias.
*
* @return object The "CoreShop\Component\Shipping\Rule\Condition\AmountConditionChecker" service.
*/
protected function getCoreshop_ShippingRule_Condition_AmountService()
{
trigger_deprecation('coreshop/shipping-bundle', '3.0', 'The "coreshop.shipping_rule.condition.amount" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Shipping\\Rule\\Condition\\AmountConditionChecker instead');
return $this->get('CoreShop\\Component\\Shipping\\Rule\\Condition\\AmountConditionChecker');
}
/**
* Gets the public 'coreshop.shipping_rule.condition.postcodes' alias.
*
* @return object The "CoreShop\Component\Shipping\Rule\Condition\PostcodeConditionChecker" service.
*/
protected function getCoreshop_ShippingRule_Condition_PostcodesService()
{
trigger_deprecation('coreshop/shipping-bundle', '3.0', 'The "coreshop.shipping_rule.condition.postcodes" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Shipping\\Rule\\Condition\\PostcodeConditionChecker instead');
return $this->get('CoreShop\\Component\\Shipping\\Rule\\Condition\\PostcodeConditionChecker');
}
/**
* Gets the public 'coreshop.shipping_rule.condition.weight' alias.
*
* @return object The "CoreShop\Component\Shipping\Rule\Condition\WeightConditionChecker" service.
*/
protected function getCoreshop_ShippingRule_Condition_WeightService()
{
trigger_deprecation('coreshop/shipping-bundle', '3.0', 'The "coreshop.shipping_rule.condition.weight" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Shipping\\Rule\\Condition\\WeightConditionChecker instead');
return $this->get('CoreShop\\Component\\Shipping\\Rule\\Condition\\WeightConditionChecker');
}
/**
* Gets the public 'coreshop.shipping_rule.condition.dimension' alias.
*
* @return object The "CoreShop\Component\Shipping\Rule\Condition\DimensionConditionChecker" service.
*/
protected function getCoreshop_ShippingRule_Condition_DimensionService()
{
trigger_deprecation('coreshop/shipping-bundle', '3.0', 'The "coreshop.shipping_rule.condition.dimension" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Shipping\\Rule\\Condition\\DimensionConditionChecker instead');
return $this->get('CoreShop\\Component\\Shipping\\Rule\\Condition\\DimensionConditionChecker');
}
/**
* Gets the public 'coreshop.shipping_rule.condition.shipping_rule' alias.
*
* @return object The "CoreShop\Component\Shipping\Rule\Condition\ShippingRuleConditionChecker" service.
*/
protected function getCoreshop_ShippingRule_Condition_ShippingRuleService()
{
trigger_deprecation('coreshop/shipping-bundle', '3.0', 'The "coreshop.shipping_rule.condition.shipping_rule" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Shipping\\Rule\\Condition\\ShippingRuleConditionChecker instead');
return $this->get('CoreShop\\Component\\Shipping\\Rule\\Condition\\ShippingRuleConditionChecker');
}
/**
* Gets the public 'coreshop.shipping_rule.action.addition_percent' alias.
*
* @return object The "CoreShop\Component\Shipping\Rule\Action\AdditionPercentActionProcessor" service.
*/
protected function getCoreshop_ShippingRule_Action_AdditionPercentService()
{
trigger_deprecation('coreshop/shipping-bundle', '3.0', 'The "coreshop.shipping_rule.action.addition_percent" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Shipping\\Rule\\Action\\AdditionPercentActionProcessor instead');
return $this->get('CoreShop\\Component\\Shipping\\Rule\\Action\\AdditionPercentActionProcessor');
}
/**
* Gets the public 'coreshop.shipping_rule.action.discount_percent' alias.
*
* @return object The "CoreShop\Component\Shipping\Rule\Action\DiscountPercentActionProcessor" service.
*/
protected function getCoreshop_ShippingRule_Action_DiscountPercentService()
{
trigger_deprecation('coreshop/shipping-bundle', '3.0', 'The "coreshop.shipping_rule.action.discount_percent" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Shipping\\Rule\\Action\\DiscountPercentActionProcessor instead');
return $this->get('CoreShop\\Component\\Shipping\\Rule\\Action\\DiscountPercentActionProcessor');
}
/**
* Gets the public 'coreshop.shipping_rule.action.shipping_rule' alias.
*
* @return object The "CoreShop\Component\Shipping\Rule\Action\ShippingRuleActionProcessor" service.
*/
protected function getCoreshop_ShippingRule_Action_ShippingRuleService()
{
trigger_deprecation('coreshop/shipping-bundle', '3.0', 'The "coreshop.shipping_rule.action.shipping_rule" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Shipping\\Rule\\Action\\ShippingRuleActionProcessor instead');
return $this->get('CoreShop\\Component\\Shipping\\Rule\\Action\\ShippingRuleActionProcessor');
}
/**
* Gets the public 'coreshop.carrier.processor.shipping_rules' alias.
*
* @return object The "CoreShop\Component\Shipping\Processor\ShippingRuleActionProcessor" service.
*/
protected function getCoreshop_Carrier_Processor_ShippingRulesService()
{
trigger_deprecation('coreshop/shipping-bundle', '3.0', 'The "coreshop.carrier.processor.shipping_rules" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Shipping\\Processor\\ShippingRuleActionProcessor instead');
return $this->get('CoreShop\\Component\\Shipping\\Processor\\ShippingRuleActionProcessor');
}
/**
* Gets the public 'coreshop.shippable_carrier.shipping_rule.validator' alias.
*
* @return object The "CoreShop\Component\Shipping\Validator\ShippingRuleCarrierValidator" service.
*/
protected function getCoreshop_ShippableCarrier_ShippingRule_ValidatorService()
{
trigger_deprecation('coreshop/shipping-bundle', '3.0', 'The "coreshop.shippable_carrier.shipping_rule.validator" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Shipping\\Validator\\ShippingRuleCarrierValidator instead');
return $this->get('CoreShop\\Component\\Shipping\\Validator\\ShippingRuleCarrierValidator');
}
/**
* Gets the public 'coreshop.carrier.shipping_rule.checker' alias.
*
* @return object The "CoreShop\Component\Shipping\Checker\CarrierShippingRuleChecker" service.
*/
protected function getCoreshop_Carrier_ShippingRule_CheckerService()
{
trigger_deprecation('coreshop/shipping-bundle', '3.0', 'The "coreshop.carrier.shipping_rule.checker" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Shipping\\Checker\\CarrierShippingRuleChecker instead');
return $this->get('CoreShop\\Component\\Shipping\\Checker\\CarrierShippingRuleChecker');
}
/**
* Gets the public 'coreshop.sequence.generator' alias.
*
* @return object The "CoreShop\Component\Sequence\Generator\SequenceGenerator" service.
*/
protected function getCoreshop_Sequence_GeneratorService()
{
trigger_deprecation('coreshop/sequence-bundle', '3.0', 'The "coreshop.sequence.generator" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Sequence\\Generator\\SequenceGenerator instead');
return $this->get('CoreShop\\Component\\Sequence\\Generator\\SequenceGenerator');
}
/**
* Gets the public 'coreshop.tracking.event.gtm_code_tracker' alias.
*
* @return object The "CoreShop\Bundle\TrackingBundle\Tracker\Google\TagManager\CodeTracker" service.
*/
protected function getCoreshop_Tracking_Event_GtmCodeTrackerService()
{
trigger_deprecation('coreshop/tracking-bundle', '3.0', 'The "coreshop.tracking.event.gtm_code_tracker" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\TagManager\\CodeTracker instead');
return $this->get('CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\TagManager\\CodeTracker');
}
/**
* Gets the public 'coreshop.tracking.tracker.google.analytics.enhanced_ecommerce' alias.
*
* @return object The "CoreShop\Bundle\TrackingBundle\Tracker\Google\AnalyticsEnhancedEcommerce" service.
*/
protected function getCoreshop_Tracking_Tracker_Google_Analytics_EnhancedEcommerceService()
{
trigger_deprecation('coreshop/tracking-bundle', '3.0', 'The "coreshop.tracking.tracker.google.analytics.enhanced_ecommerce" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\AnalyticsEnhancedEcommerce instead');
return $this->get('CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\AnalyticsEnhancedEcommerce');
}
/**
* Gets the public 'coreshop.tracking.tracker.google.analytics.universal_ecommerce' alias.
*
* @return object The "CoreShop\Bundle\TrackingBundle\Tracker\Google\UniversalEcommerce" service.
*/
protected function getCoreshop_Tracking_Tracker_Google_Analytics_UniversalEcommerceService()
{
trigger_deprecation('coreshop/tracking-bundle', '3.0', 'The "coreshop.tracking.tracker.google.analytics.universal_ecommerce" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\UniversalEcommerce instead');
return $this->get('CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\UniversalEcommerce');
}
/**
* Gets the public 'coreshop.tracking.tracker.google.analytics.gtag_enhanced_ecommerce' alias.
*
* @return object The "CoreShop\Bundle\TrackingBundle\Tracker\Google\GlobalSiteTagEnhancedEcommerce" service.
*/
protected function getCoreshop_Tracking_Tracker_Google_Analytics_GtagEnhancedEcommerceService()
{
trigger_deprecation('coreshop/tracking-bundle', '3.0', 'The "coreshop.tracking.tracker.google.analytics.gtag_enhanced_ecommerce" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\GlobalSiteTagEnhancedEcommerce instead');
return $this->get('CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\GlobalSiteTagEnhancedEcommerce');
}
/**
* Gets the public 'coreshop.tracking.tracker.google.analytics.gtm_classic_ecommerce' alias.
*
* @return object The "CoreShop\Bundle\TrackingBundle\Tracker\Google\TagManager\TagManagerClassicEcommerce" service.
*/
protected function getCoreshop_Tracking_Tracker_Google_Analytics_GtmClassicEcommerceService()
{
trigger_deprecation('coreshop/tracking-bundle', '3.0', 'The "coreshop.tracking.tracker.google.analytics.gtm_classic_ecommerce" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\TagManager\\TagManagerClassicEcommerce instead');
return $this->get('CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\TagManager\\TagManagerClassicEcommerce');
}
/**
* Gets the public 'coreshop.tracking.tracker.google.analytics.gtm_enhanced_ecommerce' alias.
*
* @return object The "CoreShop\Bundle\TrackingBundle\Tracker\Google\TagManager\TagManagerEnhancedEcommerce" service.
*/
protected function getCoreshop_Tracking_Tracker_Google_Analytics_GtmEnhancedEcommerceService()
{
trigger_deprecation('coreshop/tracking-bundle', '3.0', 'The "coreshop.tracking.tracker.google.analytics.gtm_enhanced_ecommerce" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\TagManager\\TagManagerEnhancedEcommerce instead');
return $this->get('CoreShop\\Bundle\\TrackingBundle\\Tracker\\Google\\TagManager\\TagManagerEnhancedEcommerce');
}
/**
* Gets the public 'coreshop.frontend.template_configurator' alias.
*
* @return object The "CoreShop\Bundle\FrontendBundle\TemplateConfigurator\TemplateConfigurator" service.
*/
protected function getCoreshop_Frontend_TemplateConfiguratorService()
{
trigger_deprecation('coreshop/frontend-bundle', '3.0', 'The "coreshop.frontend.template_configurator" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\FrontendBundle\\TemplateConfigurator\\TemplateConfigurator instead');
return $this->get('CoreShop\\Bundle\\FrontendBundle\\TemplateConfigurator\\TemplateConfigurator');
}
/**
* Gets the public 'coreshop.payum_action.resolve_next_route' alias.
*
* @return object The "CoreShop\Bundle\PayumBundle\Action\ResolveNextRouteAction" service.
*/
protected function getCoreshop_PayumAction_ResolveNextRouteService()
{
trigger_deprecation('coreshop/payum-bundle', '3.0', 'The "coreshop.payum_action.resolve_next_route" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\PayumBundle\\Action\\ResolveNextRouteAction instead');
return $this->get('CoreShop\\Bundle\\PayumBundle\\Action\\ResolveNextRouteAction');
}
/**
* Gets the public 'coreshop.payum_action.confirm_order' alias.
*
* @return object The "CoreShop\Bundle\PayumBundle\Action\ConfirmOrderAction" service.
*/
protected function getCoreshop_PayumAction_ConfirmOrderService()
{
trigger_deprecation('coreshop/payum-bundle', '3.0', 'The "coreshop.payum_action.confirm_order" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\PayumBundle\\Action\\ConfirmOrderAction instead');
return $this->get('CoreShop\\Bundle\\PayumBundle\\Action\\ConfirmOrderAction');
}
/**
* Gets the public 'coreshop.payum_action.offline.convert_payment' alias.
*
* @return object The "CoreShop\Bundle\PayumBundle\Action\Offline\ConvertPaymentAction" service.
*/
protected function getCoreshop_PayumAction_Offline_ConvertPaymentService()
{
trigger_deprecation('coreshop/payum-bundle', '3.0', 'The "coreshop.payum_action.offline.convert_payment" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\PayumBundle\\Action\\Offline\\ConvertPaymentAction instead');
return $this->get('CoreShop\\Bundle\\PayumBundle\\Action\\Offline\\ConvertPaymentAction');
}
/**
* Gets the public 'coreshop.payum_action.offine.resolve_next_route' alias.
*
* @return object The "CoreShop\Bundle\PayumBundle\Action\Offline\ResolveNextRouteAction" service.
*/
protected function getCoreshop_PayumAction_Offine_ResolveNextRouteService()
{
trigger_deprecation('coreshop/payum-bundle', '3.0', 'The "coreshop.payum_action.offine.resolve_next_route" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\PayumBundle\\Action\\Offline\\ResolveNextRouteAction instead');
return $this->get('CoreShop\\Bundle\\PayumBundle\\Action\\Offline\\ResolveNextRouteAction');
}
/**
* Gets the public 'coreshop.payum_action.offine.confirm_order' alias.
*
* @return object The "CoreShop\Bundle\PayumBundle\Action\Offline\ConfirmOrderAction" service.
*/
protected function getCoreshop_PayumAction_Offine_ConfirmOrderService()
{
trigger_deprecation('coreshop/payum-bundle', '3.0', 'The "coreshop.payum_action.offine.confirm_order" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\PayumBundle\\Action\\Offline\\ConfirmOrderAction instead');
return $this->get('CoreShop\\Bundle\\PayumBundle\\Action\\Offline\\ConfirmOrderAction');
}
/**
* Gets the public 'coreshop.payum_action.offline.status' alias.
*
* @return object The "CoreShop\Bundle\PayumBundle\Action\Offline\StatusAction" service.
*/
protected function getCoreshop_PayumAction_Offline_StatusService()
{
trigger_deprecation('coreshop/payum-bundle', '3.0', 'The "coreshop.payum_action.offline.status" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\PayumBundle\\Action\\Offline\\StatusAction instead');
return $this->get('CoreShop\\Bundle\\PayumBundle\\Action\\Offline\\StatusAction');
}
/**
* Gets the public 'Doctrine\Common\Persistence\ConnectionRegistry' alias.
*
* @return object The "doctrine" service.
*/
protected function getConnectionRegistryService()
{
trigger_deprecation('pimcore/pimcore', '10.6', 'The "Doctrine\\Common\\Persistence\\ConnectionRegistry" alias is deprecated and will be removed in Pimcore 11');
return $this->get('doctrine');
}
/**
* Gets the public 'coreshop.taxation.factory.tax_calculator' alias.
*
* @return object The "CoreShop\Component\Core\Taxation\TaxCalculatorFactory" service.
*/
protected function getCoreshop_Taxation_Factory_TaxCalculatorService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.taxation.factory.tax_calculator" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Taxation\\TaxCalculatorFactory instead');
return $this->get('CoreShop\\Component\\Core\\Taxation\\TaxCalculatorFactory');
}
/**
* Gets the public 'coreshop.taxation.tax_applicator' alias.
*
* @return object The "CoreShop\Component\Core\Taxation\TaxApplicator" service.
*/
protected function getCoreshop_Taxation_TaxApplicatorService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.taxation.tax_applicator" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Taxation\\TaxApplicator instead');
return $this->get('CoreShop\\Component\\Core\\Taxation\\TaxApplicator');
}
/**
* Gets the public 'coreshop.taxation.factory.cached_tax_calculator' alias.
*
* @return object The "CoreShop\Component\Core\Taxation\CachedTaxCalculatorFactory" service.
*/
protected function getCoreshop_Taxation_Factory_CachedTaxCalculatorService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.taxation.factory.cached_tax_calculator" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Taxation\\CachedTaxCalculatorFactory instead');
return $this->get('CoreShop\\Component\\Core\\Taxation\\CachedTaxCalculatorFactory');
}
/**
* Gets the public 'coreshop.core.configuration.service' alias.
*
* @return object The "CoreShop\Component\Core\Configuration\ConfigurationService" service.
*/
protected function getCoreshop_Core_Configuration_ServiceService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.core.configuration.service" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Configuration\\ConfigurationService instead');
return $this->get('CoreShop\\Component\\Core\\Configuration\\ConfigurationService');
}
/**
* Gets the public 'coreshop.provider.store_based_default_address_provider' alias.
*
* @return object The "CoreShop\Component\Core\Provider\StoreBasedAddressProvider" service.
*/
protected function getCoreshop_Provider_StoreBasedDefaultAddressProviderService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.provider.store_based_default_address_provider" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Provider\\StoreBasedAddressProvider instead');
return $this->get('CoreShop\\Component\\Core\\Provider\\StoreBasedAddressProvider');
}
/**
* Gets the public 'coreshop.provider.taxation.default_country' alias.
*
* @return object The "CoreShop\Component\Core\Provider\ContextBasedDefaultTaxAddressProvider" service.
*/
protected function getCoreshop_Provider_Taxation_DefaultCountryService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.provider.taxation.default_country" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Provider\\ContextBasedDefaultTaxAddressProvider instead');
return $this->get('CoreShop\\Component\\Core\\Provider\\ContextBasedDefaultTaxAddressProvider');
}
/**
* Gets the public 'coreshop.cart_item.processor' alias.
*
* @return object The "CoreShop\Component\Core\Order\Processor\CartItemProcessor" service.
*/
protected function getCoreshop_CartItem_ProcessorService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.cart_item.processor" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Order\\Processor\\CartItemProcessor instead');
return $this->get('CoreShop\\Component\\Core\\Order\\Processor\\CartItemProcessor');
}
/**
* Gets the public 'coreshop.cart_processor.adjustments_clearer' alias.
*
* @return object The "CoreShop\Component\Core\Order\Processor\CartAdjustmentClearer" service.
*/
protected function getCoreshop_CartProcessor_AdjustmentsClearerService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.cart_processor.adjustments_clearer" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Order\\Processor\\CartAdjustmentClearer instead');
return $this->get('CoreShop\\Component\\Core\\Order\\Processor\\CartAdjustmentClearer');
}
/**
* Gets the public 'coreshop.cart_processor.items' alias.
*
* @return object The "CoreShop\Component\Core\Order\Processor\CartItemsProcessor" service.
*/
protected function getCoreshop_CartProcessor_ItemsService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.cart_processor.items" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Order\\Processor\\CartItemsProcessor instead');
return $this->get('CoreShop\\Component\\Core\\Order\\Processor\\CartItemsProcessor');
}
/**
* Gets the public 'coreshop.cart_processor.items_wholesale' alias.
*
* @return object The "CoreShop\Component\Core\Order\Processor\CartItemsWholesaleProcessor" service.
*/
protected function getCoreshop_CartProcessor_ItemsWholesaleService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.cart_processor.items_wholesale" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Order\\Processor\\CartItemsWholesaleProcessor instead');
return $this->get('CoreShop\\Component\\Core\\Order\\Processor\\CartItemsWholesaleProcessor');
}
/**
* Gets the public 'coreshop.cart_processor.shipping' alias.
*
* @return object The "CoreShop\Component\Core\Order\Processor\CartShippingProcessor" service.
*/
protected function getCoreshop_CartProcessor_ShippingService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.cart_processor.shipping" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Order\\Processor\\CartShippingProcessor instead');
return $this->get('CoreShop\\Component\\Core\\Order\\Processor\\CartShippingProcessor');
}
/**
* Gets the public 'coreshop.cart_processor.rule_auto' alias.
*
* @return object The "CoreShop\Component\Core\Order\Processor\CartRuleAutoProcessor" service.
*/
protected function getCoreshop_CartProcessor_RuleAutoService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.cart_processor.rule_auto" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Order\\Processor\\CartRuleAutoProcessor instead');
return $this->get('CoreShop\\Component\\Core\\Order\\Processor\\CartRuleAutoProcessor');
}
/**
* Gets the public 'coreshop.cart_processor.rule_calculator' alias.
*
* @return object The "CoreShop\Component\Core\Order\Processor\CartPriceRuleVoucherProcessor" service.
*/
protected function getCoreshop_CartProcessor_RuleCalculatorService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.cart_processor.rule_calculator" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Order\\Processor\\CartPriceRuleVoucherProcessor instead');
return $this->get('CoreShop\\Component\\Core\\Order\\Processor\\CartPriceRuleVoucherProcessor');
}
/**
* Gets the public 'coreshop.cart_processor.taxes' alias.
*
* @return object The "CoreShop\Component\Core\Order\Processor\CartTaxProcessor" service.
*/
protected function getCoreshop_CartProcessor_TaxesService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.cart_processor.taxes" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Order\\Processor\\CartTaxProcessor instead');
return $this->get('CoreShop\\Component\\Core\\Order\\Processor\\CartTaxProcessor');
}
/**
* Gets the public 'coreshop.checkout.step.customer' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Checkout\Step\CustomerCheckoutStep" service.
*/
protected function getCoreshop_Checkout_Step_CustomerService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.checkout.step.customer" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\CustomerCheckoutStep instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\CustomerCheckoutStep');
}
/**
* Gets the public 'coreshop.checkout.step.address' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Checkout\Step\AddressCheckoutStep" service.
*/
protected function getCoreshop_Checkout_Step_AddressService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.checkout.step.address" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\AddressCheckoutStep instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\AddressCheckoutStep');
}
/**
* Gets the public 'coreshop.checkout.step.shipping' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Checkout\Step\ShippingCheckoutStep" service.
*/
protected function getCoreshop_Checkout_Step_ShippingService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.checkout.step.shipping" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\ShippingCheckoutStep instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\ShippingCheckoutStep');
}
/**
* Gets the public 'coreshop.checkout.step.payment' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Checkout\Step\PaymentCheckoutStep" service.
*/
protected function getCoreshop_Checkout_Step_PaymentService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.checkout.step.payment" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\PaymentCheckoutStep instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\PaymentCheckoutStep');
}
/**
* Gets the public 'coreshop.checkout.step.summary' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Checkout\Step\SummaryCheckoutStep" service.
*/
protected function getCoreshop_Checkout_Step_SummaryService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.checkout.step.summary" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\SummaryCheckoutStep instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Checkout\\Step\\SummaryCheckoutStep');
}
/**
* Gets the public 'coreshop.context.currency.storage_based' alias.
*
* @return object The "CoreShop\Component\Core\Context\Currency\StorageBasedCurrencyContext" service.
*/
protected function getCoreshop_Context_Currency_StorageBasedService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.context.currency.storage_based" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Context\\Currency\\StorageBasedCurrencyContext instead');
return $this->get('CoreShop\\Component\\Core\\Context\\Currency\\StorageBasedCurrencyContext');
}
/**
* Gets the public 'coreshop.context.currency.store_aware' alias.
*
* @return object The "CoreShop\Component\Core\Context\Currency\StoreAwareCurrencyContext" service.
*/
protected function getCoreshop_Context_Currency_StoreAwareService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.context.currency.store_aware" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Context\\Currency\\StoreAwareCurrencyContext instead');
return $this->get('CoreShop\\Component\\Core\\Context\\Currency\\StoreAwareCurrencyContext');
}
/**
* Gets the public 'coreshop.context.cart.new.store_based' alias.
*
* @return object The "CoreShop\Component\Core\Context\StoreBasedCartContext" service.
*/
protected function getCoreshop_Context_Cart_New_StoreBasedService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.context.cart.new.store_based" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Context\\StoreBasedCartContext instead');
return $this->get('CoreShop\\Component\\Core\\Context\\StoreBasedCartContext');
}
/**
* Gets the public 'coreshop.context.country.store_aware' alias.
*
* @return object The "CoreShop\Component\Core\Context\Country\StoreAwareCountryContext" service.
*/
protected function getCoreshop_Context_Country_StoreAwareService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.context.country.store_aware" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Context\\Country\\StoreAwareCountryContext instead');
return $this->get('CoreShop\\Component\\Core\\Context\\Country\\StoreAwareCountryContext');
}
/**
* Gets the public 'coreshop.customer.login_service' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Customer\CustomerLoginService" service.
*/
protected function getCoreshop_Customer_LoginServiceService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.customer.login_service" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Customer\\CustomerLoginService instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Customer\\CustomerLoginService');
}
/**
* Gets the public 'coreshop.handler.shop_logout' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\EventListener\ShopUserLogoutHandler" service.
*/
protected function getCoreshop_Handler_ShopLogoutService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.handler.shop_logout" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\EventListener\\ShopUserLogoutHandler instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\EventListener\\ShopUserLogoutHandler');
}
/**
* Gets the public 'coreshop.installer.checker.command_directory' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Installer\Checker\CommandDirectoryChecker" service.
*/
protected function getCoreshop_Installer_Checker_CommandDirectoryService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.installer.checker.command_directory" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Installer\\Checker\\CommandDirectoryChecker instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Installer\\Checker\\CommandDirectoryChecker');
}
/**
* Gets the public 'coreshop.commands_provider.database_setup' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Installer\Provider\DatabaseSetupCommandsProvider" service.
*/
protected function getCoreshop_CommandsProvider_DatabaseSetupService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.commands_provider.database_setup" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Installer\\Provider\\DatabaseSetupCommandsProvider instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Installer\\Provider\\DatabaseSetupCommandsProvider');
}
/**
* Gets the public 'coreshop.installer.executor.folder_installer' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Installer\Executor\FolderInstallerProvider" service.
*/
protected function getCoreshop_Installer_Executor_FolderInstallerService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.installer.executor.folder_installer" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Installer\\Executor\\FolderInstallerProvider instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Installer\\Executor\\FolderInstallerProvider');
}
/**
* Gets the public 'coreshop.inventory.order_operator' alias.
*
* @return object The "CoreShop\Component\Core\Inventory\Operator\OrderInventoryOperator" service.
*/
protected function getCoreshop_Inventory_OrderOperatorService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.inventory.order_operator" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Inventory\\Operator\\OrderInventoryOperator instead');
return $this->get('CoreShop\\Component\\Core\\Inventory\\Operator\\OrderInventoryOperator');
}
/**
* Gets the public 'coreshop.context.locale.pimcore_admin' alias.
*
* @return object The "CoreShop\Component\Core\Locale\Context\PimcoreAdminLocaleContext" service.
*/
protected function getCoreshop_Context_Locale_PimcoreAdminService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.context.locale.pimcore_admin" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Locale\\Context\\PimcoreAdminLocaleContext instead');
return $this->get('CoreShop\\Component\\Core\\Locale\\Context\\PimcoreAdminLocaleContext');
}
/**
* Gets the public 'coreshop.core.order.transformer.order_to_shipment' alias.
*
* @return object The "CoreShop\Component\Core\Order\Transformer\OrderToShipmentTransformer" service.
*/
protected function getCoreshop_Core_Order_Transformer_OrderToShipmentService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.core.order.transformer.order_to_shipment" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Order\\Transformer\\OrderToShipmentTransformer instead');
return $this->get('CoreShop\\Component\\Core\\Order\\Transformer\\OrderToShipmentTransformer');
}
/**
* Gets the public 'coreshop.core.order_shipment.transformer.order_item_to_shipment_item' alias.
*
* @return object The "CoreShop\Component\Core\Order\Transformer\OrderItemToShipmentItemTransformer" service.
*/
protected function getCoreshop_Core_OrderShipment_Transformer_OrderItemToShipmentItemService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.core.order_shipment.transformer.order_item_to_shipment_item" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Order\\Transformer\\OrderItemToShipmentItemTransformer instead');
return $this->get('CoreShop\\Component\\Core\\Order\\Transformer\\OrderItemToShipmentItemTransformer');
}
/**
* Gets the public 'coreshop.mail.processor.order' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Order\OrderMailProcessor" service.
*/
protected function getCoreshop_Mail_Processor_OrderService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.mail.processor.order" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Order\\OrderMailProcessor instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Order\\OrderMailProcessor');
}
/**
* Gets the public 'coreshop.core.cart_item.quantity_modifier' alias.
*
* @return object The "CoreShop\Component\Core\Order\Modifier\CartItemQuantityModifier" service.
*/
protected function getCoreshop_Core_CartItem_QuantityModifierService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.core.cart_item.quantity_modifier" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Order\\Modifier\\CartItemQuantityModifier instead');
return $this->get('CoreShop\\Component\\Core\\Order\\Modifier\\CartItemQuantityModifier');
}
/**
* Gets the public 'coreshop.payment.store_based_payment_provider_resolver' alias.
*
* @return object The "CoreShop\Component\Core\Payment\Resolver\StoreBasedPaymentProviderResolver" service.
*/
protected function getCoreshop_Payment_StoreBasedPaymentProviderResolverService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.payment.store_based_payment_provider_resolver" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Payment\\Resolver\\StoreBasedPaymentProviderResolver instead');
return $this->get('CoreShop\\Component\\Core\\Payment\\Resolver\\StoreBasedPaymentProviderResolver');
}
/**
* Gets the public 'coreshop.product.cloner.quantity_price_rules' alias.
*
* @return object The "CoreShop\Component\Core\Product\Cloner\ProductQuantityPriceRulesCloner" service.
*/
protected function getCoreshop_Product_Cloner_QuantityPriceRulesService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.product.cloner.quantity_price_rules" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Product\\Cloner\\ProductQuantityPriceRulesCloner instead');
return $this->get('CoreShop\\Component\\Core\\Product\\Cloner\\ProductQuantityPriceRulesCloner');
}
/**
* Gets the public 'coreshop.product.cloner.unit_definitions' alias.
*
* @return object The "CoreShop\Component\Core\Product\Cloner\ProductUnitDefinitionsCloner" service.
*/
protected function getCoreshop_Product_Cloner_UnitDefinitionsService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.product.cloner.unit_definitions" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Product\\Cloner\\ProductUnitDefinitionsCloner instead');
return $this->get('CoreShop\\Component\\Core\\Product\\Cloner\\ProductUnitDefinitionsCloner');
}
/**
* Gets the public 'coreshop.product.tax_factory' alias.
*
* @return object The "CoreShop\Component\Core\Product\ProductTaxCalculatorFactory" service.
*/
protected function getCoreshop_Product_TaxFactoryService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.product.tax_factory" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Product\\ProductTaxCalculatorFactory instead');
return $this->get('CoreShop\\Component\\Core\\Product\\ProductTaxCalculatorFactory');
}
/**
* Gets the public 'coreshop.product.taxed_price_calculator' alias.
*
* @return object The "CoreShop\Component\Core\Product\TaxedProductPriceCalculator" service.
*/
protected function getCoreshop_Product_TaxedPriceCalculatorService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.product.taxed_price_calculator" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Product\\TaxedProductPriceCalculator instead');
return $this->get('CoreShop\\Component\\Core\\Product\\TaxedProductPriceCalculator');
}
/**
* Gets the public 'coreshop.product.price_calculator.property_price' alias.
*
* @return object The "CoreShop\Component\Core\Product\Calculator\StoreProductPriceCalculator" service.
*/
protected function getCoreshop_Product_PriceCalculator_PropertyPriceService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.product.price_calculator.property_price" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Product\\Calculator\\StoreProductPriceCalculator instead');
return $this->get('CoreShop\\Component\\Core\\Product\\Calculator\\StoreProductPriceCalculator');
}
/**
* Gets the public 'coreshop.product.price_calculator.unit_price' alias.
*
* @return object The "CoreShop\Component\Core\Product\Calculator\StoreProductUnitDefinitionPriceCalculator" service.
*/
protected function getCoreshop_Product_PriceCalculator_UnitPriceService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.product.price_calculator.unit_price" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Product\\Calculator\\StoreProductUnitDefinitionPriceCalculator instead');
return $this->get('CoreShop\\Component\\Core\\Product\\Calculator\\StoreProductUnitDefinitionPriceCalculator');
}
/**
* Gets the public 'coreshop.order.purchasable.price_calculator.product' alias.
*
* @return object The "CoreShop\Component\Core\Order\Calculator\PurchasableProductPriceCalculator" service.
*/
protected function getCoreshop_Order_Purchasable_PriceCalculator_ProductService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.order.purchasable.price_calculator.product" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductPriceCalculator instead');
return $this->get('CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductPriceCalculator');
}
/**
* Gets the public 'coreshop.order.purchasable.retail_price_calculator.product' alias.
*
* @return object The "CoreShop\Component\Core\Order\Calculator\PurchasableProductRetailPriceCalculator" service.
*/
protected function getCoreshop_Order_Purchasable_RetailPriceCalculator_ProductService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.order.purchasable.retail_price_calculator.product" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductRetailPriceCalculator instead');
return $this->get('CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductRetailPriceCalculator');
}
/**
* Gets the public 'coreshop.order.purchasable.discount_calculator.product' alias.
*
* @return object The "CoreShop\Component\Core\Order\Calculator\PurchasableProductDiscountCalculator" service.
*/
protected function getCoreshop_Order_Purchasable_DiscountCalculator_ProductService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.order.purchasable.discount_calculator.product" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductDiscountCalculator instead');
return $this->get('CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductDiscountCalculator');
}
/**
* Gets the public 'coreshop.order.purchasable.discount_price_calculator.product' alias.
*
* @return object The "CoreShop\Component\Core\Order\Calculator\PurchasableProductDiscountPriceCalculator" service.
*/
protected function getCoreshop_Order_Purchasable_DiscountPriceCalculator_ProductService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.order.purchasable.discount_price_calculator.product" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductDiscountPriceCalculator instead');
return $this->get('CoreShop\\Component\\Core\\Order\\Calculator\\PurchasableProductDiscountPriceCalculator');
}
/**
* Gets the public 'coreshop.report.products' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Report\ProductsReport" service.
*/
protected function getCoreshop_Report_ProductsService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.report.products" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Report\\ProductsReport instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Report\\ProductsReport');
}
/**
* Gets the public 'coreshop.report.categories' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Report\CategoriesReport" service.
*/
protected function getCoreshop_Report_CategoriesService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.report.categories" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Report\\CategoriesReport instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Report\\CategoriesReport');
}
/**
* Gets the public 'coreshop.report.customers' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Report\CustomersReport" service.
*/
protected function getCoreshop_Report_CustomersService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.report.customers" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Report\\CustomersReport instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Report\\CustomersReport');
}
/**
* Gets the public 'coreshop.report.carts' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Report\CartsReport" service.
*/
protected function getCoreshop_Report_CartsService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.report.carts" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Report\\CartsReport instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Report\\CartsReport');
}
/**
* Gets the public 'coreshop.report.carts_abandoned' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Report\AbandonedCartsReport" service.
*/
protected function getCoreshop_Report_CartsAbandonedService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.report.carts_abandoned" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Report\\AbandonedCartsReport instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Report\\AbandonedCartsReport');
}
/**
* Gets the public 'coreshop.report.manufacturer' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Report\ManufacturerReport" service.
*/
protected function getCoreshop_Report_ManufacturerService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.report.manufacturer" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Report\\ManufacturerReport instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Report\\ManufacturerReport');
}
/**
* Gets the public 'coreshop.report.sales' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Report\SalesReport" service.
*/
protected function getCoreshop_Report_SalesService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.report.sales" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Report\\SalesReport instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Report\\SalesReport');
}
/**
* Gets the public 'coreshop.report.carriers' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Report\CarriersReport" service.
*/
protected function getCoreshop_Report_CarriersService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.report.carriers" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Report\\CarriersReport instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Report\\CarriersReport');
}
/**
* Gets the public 'coreshop.report.payment_providers' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Report\PaymentProvidersReport" service.
*/
protected function getCoreshop_Report_PaymentProvidersService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.report.payment_providers" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Report\\PaymentProvidersReport instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Report\\PaymentProvidersReport');
}
/**
* Gets the public 'coreshop.report.vouchers' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Report\VouchersReport" service.
*/
protected function getCoreshop_Report_VouchersService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.report.vouchers" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Report\\VouchersReport instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Report\\VouchersReport');
}
/**
* Gets the public 'coreshop.admin_controller.settings' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Controller\SettingsController" service.
*/
protected function getCoreshop_AdminController_SettingsService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.admin_controller.settings" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Controller\\SettingsController instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Controller\\SettingsController');
}
/**
* Gets the public 'coreshop.admin_controller.reports' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Controller\ReportsController" service.
*/
protected function getCoreshop_AdminController_ReportsService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.admin_controller.reports" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Controller\\ReportsController instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Controller\\ReportsController');
}
/**
* Gets the public 'coreshop.admin_controller.portlets' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Controller\PortletsController" service.
*/
protected function getCoreshop_AdminController_PortletsService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.admin_controller.portlets" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Controller\\PortletsController instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Controller\\PortletsController');
}
/**
* Gets the public 'coreshop.admin_controller.product_preview' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Controller\ProductPreviewController" service.
*/
protected function getCoreshop_AdminController_ProductPreviewService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.admin_controller.product_preview" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Controller\\ProductPreviewController instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Controller\\ProductPreviewController');
}
/**
* Gets the public 'coreshop.admin_controller.product_validation' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Controller\ProductValidationController" service.
*/
protected function getCoreshop_AdminController_ProductValidationService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.admin_controller.product_validation" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Controller\\ProductValidationController instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Controller\\ProductValidationController');
}
/**
* Gets the public 'coreshop.admin_controller.product_variant_unit_solidifer' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Controller\ProductVariantUnitSolidifierController" service.
*/
protected function getCoreshop_AdminController_ProductVariantUnitSolidiferService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.admin_controller.product_variant_unit_solidifer" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Controller\\ProductVariantUnitSolidifierController instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Controller\\ProductVariantUnitSolidifierController');
}
/**
* Gets the public 'coreshop.admin_controller.customer_transformer' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Controller\CustomerTransformerController" service.
*/
protected function getCoreshop_AdminController_CustomerTransformerService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.admin_controller.customer_transformer" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Controller\\CustomerTransformerController instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Controller\\CustomerTransformerController');
}
/**
* Gets the public 'coreshop.shipping.tax_calculation_strategy.tax_rule' alias.
*
* @return object The "CoreShop\Component\Core\Shipping\Taxation\TaxCalculationStrategyTaxRule" service.
*/
protected function getCoreshop_Shipping_TaxCalculationStrategy_TaxRuleService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.shipping.tax_calculation_strategy.tax_rule" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Shipping\\Taxation\\TaxCalculationStrategyTaxRule instead');
return $this->get('CoreShop\\Component\\Core\\Shipping\\Taxation\\TaxCalculationStrategyTaxRule');
}
/**
* Gets the public 'coreshop.shipping.tax_calculation_strategy.cart_items' alias.
*
* @return object The "CoreShop\Component\Core\Shipping\Taxation\TaxCalculationStrategyCartItems" service.
*/
protected function getCoreshop_Shipping_TaxCalculationStrategy_CartItemsService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.shipping.tax_calculation_strategy.cart_items" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Shipping\\Taxation\\TaxCalculationStrategyCartItems instead');
return $this->get('CoreShop\\Component\\Core\\Shipping\\Taxation\\TaxCalculationStrategyCartItems');
}
/**
* Gets the public 'coreshop.shipping_rule.condition.categories' alias.
*
* @return object The "CoreShop\Component\Core\Shipping\Rule\Condition\CategoriesConditionChecker" service.
*/
protected function getCoreshop_ShippingRule_Condition_CategoriesService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.shipping_rule.condition.categories" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CategoriesConditionChecker instead');
return $this->get('CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CategoriesConditionChecker');
}
/**
* Gets the public 'coreshop.shipping_rule.condition.products' alias.
*
* @return object The "CoreShop\Component\Core\Shipping\Rule\Condition\ProductsConditionChecker" service.
*/
protected function getCoreshop_ShippingRule_Condition_ProductsService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.shipping_rule.condition.products" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\ProductsConditionChecker instead');
return $this->get('CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\ProductsConditionChecker');
}
/**
* Gets the public 'coreshop.shipping_rule.condition.countries' alias.
*
* @return object The "CoreShop\Component\Core\Shipping\Rule\Condition\CountriesConditionChecker" service.
*/
protected function getCoreshop_ShippingRule_Condition_CountriesService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.shipping_rule.condition.countries" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CountriesConditionChecker instead');
return $this->get('CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CountriesConditionChecker');
}
/**
* Gets the public 'coreshop.shipping_rule.condition.zones' alias.
*
* @return object The "CoreShop\Component\Core\Shipping\Rule\Condition\ZonesConditionChecker" service.
*/
protected function getCoreshop_ShippingRule_Condition_ZonesService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.shipping_rule.condition.zones" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\ZonesConditionChecker instead');
return $this->get('CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\ZonesConditionChecker');
}
/**
* Gets the public 'coreshop.shipping_rule.condition.customers' alias.
*
* @return object The "CoreShop\Component\Core\Shipping\Rule\Condition\CustomersConditionChecker" service.
*/
protected function getCoreshop_ShippingRule_Condition_CustomersService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.shipping_rule.condition.customers" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CustomersConditionChecker instead');
return $this->get('CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CustomersConditionChecker');
}
/**
* Gets the public 'coreshop.shipping_rule.condition.customer_groups' alias.
*
* @return object The "CoreShop\Component\Core\Shipping\Rule\Condition\CustomerGroupsConditionChecker" service.
*/
protected function getCoreshop_ShippingRule_Condition_CustomerGroupsService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.shipping_rule.condition.customer_groups" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CustomerGroupsConditionChecker instead');
return $this->get('CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CustomerGroupsConditionChecker');
}
/**
* Gets the public 'coreshop.shipping_rule.condition.stores' alias.
*
* @return object The "CoreShop\Component\Core\Shipping\Rule\Condition\StoresConditionChecker" service.
*/
protected function getCoreshop_ShippingRule_Condition_StoresService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.shipping_rule.condition.stores" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\StoresConditionChecker instead');
return $this->get('CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\StoresConditionChecker');
}
/**
* Gets the public 'coreshop.shipping_rule.condition.currencies' alias.
*
* @return object The "CoreShop\Component\Core\Shipping\Rule\Condition\CurrenciesConditionChecker" service.
*/
protected function getCoreshop_ShippingRule_Condition_CurrenciesService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.shipping_rule.condition.currencies" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CurrenciesConditionChecker instead');
return $this->get('CoreShop\\Component\\Core\\Shipping\\Rule\\Condition\\CurrenciesConditionChecker');
}
/**
* Gets the public 'coreshop.shipping_rule.action.price' alias.
*
* @return object The "CoreShop\Component\Core\Shipping\Rule\Action\PriceActionProcessor" service.
*/
protected function getCoreshop_ShippingRule_Action_PriceService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.shipping_rule.action.price" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\PriceActionProcessor instead');
return $this->get('CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\PriceActionProcessor');
}
/**
* Gets the public 'coreshop.shipping_rule.action.addition_amount' alias.
*
* @return object The "CoreShop\Component\Core\Shipping\Rule\Action\AdditionAmountActionProcessor" service.
*/
protected function getCoreshop_ShippingRule_Action_AdditionAmountService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.shipping_rule.action.addition_amount" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\AdditionAmountActionProcessor instead');
return $this->get('CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\AdditionAmountActionProcessor');
}
/**
* Gets the public 'coreshop.shipping_rule.action.discount_amount' alias.
*
* @return object The "CoreShop\Component\Core\Shipping\Rule\Action\DiscountAmountActionProcessor" service.
*/
protected function getCoreshop_ShippingRule_Action_DiscountAmountService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.shipping_rule.action.discount_amount" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\DiscountAmountActionProcessor instead');
return $this->get('CoreShop\\Component\\Core\\Shipping\\Rule\\Action\\DiscountAmountActionProcessor');
}
/**
* Gets the public 'coreshop.carrier.price_calculator.taxed' alias.
*
* @return object The "CoreShop\Component\Core\Shipping\Calculator\TaxedCarrierPriceRuleCalculator" service.
*/
protected function getCoreshop_Carrier_PriceCalculator_TaxedService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.carrier.price_calculator.taxed" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Shipping\\Calculator\\TaxedCarrierPriceRuleCalculator instead');
return $this->get('CoreShop\\Component\\Core\\Shipping\\Calculator\\TaxedCarrierPriceRuleCalculator');
}
/**
* Gets the public 'coreshop.carrier.cart.store_based_resolver' alias.
*
* @return object The "CoreShop\Component\Core\Shipping\Discover\StoreBasedShippableCarriersDiscovery" service.
*/
protected function getCoreshop_Carrier_Cart_StoreBasedResolverService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.carrier.cart.store_based_resolver" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Shipping\\Discover\\StoreBasedShippableCarriersDiscovery instead');
return $this->get('CoreShop\\Component\\Core\\Shipping\\Discover\\StoreBasedShippableCarriersDiscovery');
}
/**
* Gets the public 'coreshop.storage.session' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Storage\SessionStorage" service.
*/
protected function getCoreshop_Storage_SessionService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.storage.session" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Storage\\SessionStorage instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Storage\\SessionStorage');
}
/**
* Gets the public 'coreshop.storage.cookie' alias.
*
* @return object The "CoreShop\Bundle\CoreBundle\Storage\CookieStorage" service.
*/
protected function getCoreshop_Storage_CookieService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.storage.cookie" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Bundle\\CoreBundle\\Storage\\CookieStorage instead');
return $this->get('CoreShop\\Bundle\\CoreBundle\\Storage\\CookieStorage');
}
/**
* Gets the public 'coreshop.tracking.extractor.order' alias.
*
* @return object The "CoreShop\Component\Core\Tracking\Extractor\OrderExtractor" service.
*/
protected function getCoreshop_Tracking_Extractor_OrderService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'The "coreshop.tracking.extractor.order" service alias is deprecated since CoreShop 3.0 and will be removed with 3.1, use CoreShop\\Component\\Core\\Tracking\\Extractor\\OrderExtractor instead');
return $this->get('CoreShop\\Component\\Core\\Tracking\\Extractor\\OrderExtractor');
}
/**
* Gets the public 'App\Twig\EnvironmentExtension' alias.
*
* @return object The ".container.private.App\Twig\EnvironmentExtension" service.
*/
protected function getEnvironmentExtension2Service()
{
trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "App\\Twig\\EnvironmentExtension" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.App\\Twig\\EnvironmentExtension');
}
/**
* Gets the public 'cache_clearer' alias.
*
* @return object The ".container.private.cache_clearer" service.
*/
protected function getCacheClearerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.cache_clearer');
}
/**
* Gets the public 'filesystem' alias.
*
* @return object The ".container.private.filesystem" service.
*/
protected function getFilesystemService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.filesystem');
}
/**
* Gets the public 'state_machine.coreshop_order' alias.
*
* @return object The ".container.private.state_machine.coreshop_order" service.
*/
protected function getStateMachine_CoreshopOrderService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.coreshop_order" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.coreshop_order');
}
/**
* Gets the public 'state_machine.coreshop_quote' alias.
*
* @return object The ".container.private.state_machine.coreshop_quote" service.
*/
protected function getStateMachine_CoreshopQuoteService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.coreshop_quote" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.coreshop_quote');
}
/**
* Gets the public 'state_machine.coreshop_shipment' alias.
*
* @return object The ".container.private.state_machine.coreshop_shipment" service.
*/
protected function getStateMachine_CoreshopShipmentService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.coreshop_shipment" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.coreshop_shipment');
}
/**
* Gets the public 'state_machine.coreshop_invoice' alias.
*
* @return object The ".container.private.state_machine.coreshop_invoice" service.
*/
protected function getStateMachine_CoreshopInvoiceService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.coreshop_invoice" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.coreshop_invoice');
}
/**
* Gets the public 'state_machine.coreshop_order_payment' alias.
*
* @return object The ".container.private.state_machine.coreshop_order_payment" service.
*/
protected function getStateMachine_CoreshopOrderPaymentService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.coreshop_order_payment" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.coreshop_order_payment');
}
/**
* Gets the public 'state_machine.coreshop_order_invoice' alias.
*
* @return object The ".container.private.state_machine.coreshop_order_invoice" service.
*/
protected function getStateMachine_CoreshopOrderInvoiceService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.coreshop_order_invoice" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.coreshop_order_invoice');
}
/**
* Gets the public 'state_machine.coreshop_order_shipment' alias.
*
* @return object The ".container.private.state_machine.coreshop_order_shipment" service.
*/
protected function getStateMachine_CoreshopOrderShipmentService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.coreshop_order_shipment" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.coreshop_order_shipment');
}
/**
* Gets the public 'state_machine.coreshop_order_sales_type' alias.
*
* @return object The ".container.private.state_machine.coreshop_order_sales_type" service.
*/
protected function getStateMachine_CoreshopOrderSalesTypeService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.coreshop_order_sales_type" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.coreshop_order_sales_type');
}
/**
* Gets the public 'state_machine.coreshop_payment' alias.
*
* @return object The ".container.private.state_machine.coreshop_payment" service.
*/
protected function getStateMachine_CoreshopPaymentService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.coreshop_payment" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.coreshop_payment');
}
/**
* Gets the public 'serializer' alias.
*
* @return object The ".container.private.serializer" service.
*/
protected function getSerializerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.serializer');
}
/**
* Gets the public 'security.csrf.token_manager' alias.
*
* @return object The ".container.private.security.csrf.token_manager" service.
*/
protected function getSecurity_Csrf_TokenManagerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.csrf.token_manager');
}
/**
* Gets the public 'form.factory' alias.
*
* @return object The ".container.private.form.factory" service.
*/
protected function getForm_FactoryService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.factory');
}
/**
* Gets the public 'form.type.file' alias.
*
* @return object The ".container.private.form.type.file" service.
*/
protected function getForm_Type_FileService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.type.file');
}
/**
* Gets the public 'profiler' alias.
*
* @return object The ".container.private.profiler" service.
*/
protected function getProfilerService()
{
trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.profiler');
}
/**
* Gets the public 'security.authorization_checker' alias.
*
* @return object The ".container.private.security.authorization_checker" service.
*/
protected function getSecurity_AuthorizationCheckerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.authorization_checker');
}
/**
* Gets the public 'security.token_storage' alias.
*
* @return object The ".container.private.security.token_storage" service.
*/
protected function getSecurity_TokenStorageService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.token_storage');
}
/**
* Gets the public 'coreshop.seo.extractor.description' alias.
*
* @return object The ".container.private.coreshop.seo.extractor.description" service.
*/
protected function getCoreshop_Seo_Extractor_DescriptionService()
{
trigger_deprecation('coreshop/seo-bundle', '3.0', 'Accessing the "coreshop.seo.extractor.description" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.seo.extractor.description');
}
/**
* Gets the public 'coreshop.seo.extractor.title' alias.
*
* @return object The ".container.private.coreshop.seo.extractor.title" service.
*/
protected function getCoreshop_Seo_Extractor_TitleService()
{
trigger_deprecation('coreshop/seo-bundle', '3.0', 'Accessing the "coreshop.seo.extractor.title" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.seo.extractor.title');
}
/**
* Gets the public 'coreshop.seo.extractor.og' alias.
*
* @return object The ".container.private.coreshop.seo.extractor.og" service.
*/
protected function getCoreshop_Seo_Extractor_OgService()
{
trigger_deprecation('coreshop/seo-bundle', '3.0', 'Accessing the "coreshop.seo.extractor.og" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.seo.extractor.og');
}
/**
* Gets the public 'coreshop.seo.extractor.image' alias.
*
* @return object The ".container.private.coreshop.seo.extractor.image" service.
*/
protected function getCoreshop_Seo_Extractor_ImageService()
{
trigger_deprecation('coreshop/seo-bundle', '3.0', 'Accessing the "coreshop.seo.extractor.image" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.seo.extractor.image');
}
/**
* Gets the public 'coreshop.seo.extractor.document' alias.
*
* @return object The ".container.private.coreshop.seo.extractor.document" service.
*/
protected function getCoreshop_Seo_Extractor_DocumentService()
{
trigger_deprecation('coreshop/seo-bundle', '3.0', 'Accessing the "coreshop.seo.extractor.document" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.seo.extractor.document');
}
/**
* Gets the public 'coreshop.rule_availability_processor' alias.
*
* @return object The ".container.private.coreshop.rule_availability_processor" service.
*/
protected function getCoreshop_RuleAvailabilityProcessorService()
{
trigger_deprecation('coreshop/rule-bundle', '3.0', 'Accessing the "coreshop.rule_availability_processor" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.rule_availability_processor');
}
/**
* Gets the public 'coreshop.transformer.event_dispatcher' alias.
*
* @return object The ".container.private.coreshop.transformer.event_dispatcher" service.
*/
protected function getCoreshop_Transformer_EventDispatcherService()
{
trigger_deprecation('coreshop/order-bundle', '3.0', 'Accessing the "coreshop.transformer.event_dispatcher" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.transformer.event_dispatcher');
}
/**
* Gets the public 'coreshop.context.customer.request_based' alias.
*
* @return object The ".container.private.coreshop.context.customer.request_based" service.
*/
protected function getCoreshop_Context_Customer_RequestBasedService()
{
trigger_deprecation('coreshop/customer-bundle', '3.0', 'Accessing the "coreshop.context.customer.request_based" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.context.customer.request_based');
}
/**
* Gets the public 'coreshop.context.country.composite' alias.
*
* @return object The ".container.private.coreshop.context.country.composite" service.
*/
protected function getCoreshop_Context_Country_CompositeService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'Accessing the "coreshop.context.country.composite" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.context.country.composite');
}
/**
* Gets the public 'coreshop.context.country.request_based' alias.
*
* @return object The ".container.private.coreshop.context.country.request_based" service.
*/
protected function getCoreshop_Context_Country_RequestBasedService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'Accessing the "coreshop.context.country.request_based" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.context.country.request_based');
}
/**
* Gets the public 'coreshop.context.country.request_based.resolver.geo_lite' alias.
*
* @return object The ".container.private.coreshop.context.country.request_based.resolver.geo_lite" service.
*/
protected function getCoreshop_Context_Country_RequestBased_Resolver_GeoLiteService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'Accessing the "coreshop.context.country.request_based.resolver.geo_lite" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.context.country.request_based.resolver.geo_lite');
}
/**
* Gets the public 'coreshop.context.store.request_based.resolver.composite' alias.
*
* @return object The ".container.private.coreshop.context.store.request_based.resolver.composite" service.
*/
protected function getCoreshop_Context_Store_RequestBased_Resolver_CompositeService()
{
trigger_deprecation('coreshop/store-bundle', '3.0', 'Accessing the "coreshop.context.store.request_based.resolver.composite" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.context.store.request_based.resolver.composite');
}
/**
* Gets the public 'coreshop.context.store.request_based.resolver.admin' alias.
*
* @return object The ".container.private.coreshop.context.store.request_based.resolver.admin" service.
*/
protected function getCoreshop_Context_Store_RequestBased_Resolver_AdminService()
{
trigger_deprecation('coreshop/store-bundle', '3.0', 'Accessing the "coreshop.context.store.request_based.resolver.admin" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.context.store.request_based.resolver.admin');
}
/**
* Gets the public 'coreshop.context.store.request_based.resolver.hostname_based' alias.
*
* @return object The ".container.private.coreshop.context.store.request_based.resolver.hostname_based" service.
*/
protected function getCoreshop_Context_Store_RequestBased_Resolver_HostnameBasedService()
{
trigger_deprecation('coreshop/store-bundle', '3.0', 'Accessing the "coreshop.context.store.request_based.resolver.hostname_based" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.context.store.request_based.resolver.hostname_based');
}
/**
* Gets the public 'coreshop.index.worker.mysql' alias.
*
* @return object The ".container.private.coreshop.index.worker.mysql" service.
*/
protected function getCoreshop_Index_Worker_MysqlService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'Accessing the "coreshop.index.worker.mysql" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.index.worker.mysql');
}
/**
* Gets the public 'coreshop.index.condition.renderer.mysql.compare' alias.
*
* @return object The ".container.private.coreshop.index.condition.renderer.mysql.compare" service.
*/
protected function getCoreshop_Index_Condition_Renderer_Mysql_CompareService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'Accessing the "coreshop.index.condition.renderer.mysql.compare" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.index.condition.renderer.mysql.compare');
}
/**
* Gets the public 'coreshop.index.condition.renderer.mysql.concat' alias.
*
* @return object The ".container.private.coreshop.index.condition.renderer.mysql.concat" service.
*/
protected function getCoreshop_Index_Condition_Renderer_Mysql_ConcatService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'Accessing the "coreshop.index.condition.renderer.mysql.concat" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.index.condition.renderer.mysql.concat');
}
/**
* Gets the public 'coreshop.index.condition.renderer.mysql.in' alias.
*
* @return object The ".container.private.coreshop.index.condition.renderer.mysql.in" service.
*/
protected function getCoreshop_Index_Condition_Renderer_Mysql_InService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'Accessing the "coreshop.index.condition.renderer.mysql.in" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.index.condition.renderer.mysql.in');
}
/**
* Gets the public 'coreshop.index.condition.renderer.mysql.is_null' alias.
*
* @return object The ".container.private.coreshop.index.condition.renderer.mysql.is_null" service.
*/
protected function getCoreshop_Index_Condition_Renderer_Mysql_IsNullService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'Accessing the "coreshop.index.condition.renderer.mysql.is_null" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.index.condition.renderer.mysql.is_null');
}
/**
* Gets the public 'coreshop.index.condition.renderer.mysql.is' alias.
*
* @return object The ".container.private.coreshop.index.condition.renderer.mysql.is" service.
*/
protected function getCoreshop_Index_Condition_Renderer_Mysql_IsService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'Accessing the "coreshop.index.condition.renderer.mysql.is" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.index.condition.renderer.mysql.is');
}
/**
* Gets the public 'coreshop.index.condition.renderer.mysql.like' alias.
*
* @return object The ".container.private.coreshop.index.condition.renderer.mysql.like" service.
*/
protected function getCoreshop_Index_Condition_Renderer_Mysql_LikeService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'Accessing the "coreshop.index.condition.renderer.mysql.like" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.index.condition.renderer.mysql.like');
}
/**
* Gets the public 'coreshop.index.condition.renderer.mysql.range' alias.
*
* @return object The ".container.private.coreshop.index.condition.renderer.mysql.range" service.
*/
protected function getCoreshop_Index_Condition_Renderer_Mysql_RangeService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'Accessing the "coreshop.index.condition.renderer.mysql.range" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.index.condition.renderer.mysql.range');
}
/**
* Gets the public 'coreshop.index.order.renderer.mysql.simple' alias.
*
* @return object The ".container.private.coreshop.index.order.renderer.mysql.simple" service.
*/
protected function getCoreshop_Index_Order_Renderer_Mysql_SimpleService()
{
trigger_deprecation('coreshop/address-bundle', '3.0', 'Accessing the "coreshop.index.order.renderer.mysql.simple" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.index.order.renderer.mysql.simple');
}
/**
* Gets the public 'coreshop.shipping.carrier.validator.composite' alias.
*
* @return object The ".container.private.coreshop.shipping.carrier.validator.composite" service.
*/
protected function getCoreshop_Shipping_Carrier_Validator_CompositeService()
{
trigger_deprecation('coreshop/shipping-bundle', '3.0', 'Accessing the "coreshop.shipping.carrier.validator.composite" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.shipping.carrier.validator.composite');
}
/**
* Gets the public 'coreshop.frontend.twig.locale_switcher' alias.
*
* @return object The ".container.private.coreshop.frontend.twig.locale_switcher" service.
*/
protected function getCoreshop_Frontend_Twig_LocaleSwitcherService()
{
trigger_deprecation('coreshop/frontend-bundle', '3.0', 'Accessing the "coreshop.frontend.twig.locale_switcher" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.frontend.twig.locale_switcher');
}
/**
* Gets the public 'security.password_encoder' alias.
*
* @return object The ".container.private.security.password_encoder" service.
*/
protected function getSecurity_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.password_encoder');
}
/**
* Gets the public 'pimcore_admin.security.user_provider' alias.
*
* @return object The ".container.private.pimcore_admin.security.user_provider" service.
*/
protected function getPimcoreAdmin_Security_UserProviderService()
{
trigger_deprecation('pimcore/pimcore', '10.6', 'Accessing the "pimcore_admin.security.user_provider" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.pimcore_admin.security.user_provider');
}
/**
* Gets the public 'pimcore_admin.security.user_loader' alias.
*
* @return object The ".container.private.pimcore_admin.security.user_loader" service.
*/
protected function getPimcoreAdmin_Security_UserLoaderService()
{
trigger_deprecation('pimcore/pimcore', '10.6', 'Accessing the "pimcore_admin.security.user_loader" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.pimcore_admin.security.user_loader');
}
/**
* Gets the public 'pimcore_admin.security.user_checker' alias.
*
* @return object The ".container.private.pimcore_admin.security.user_checker" service.
*/
protected function getPimcoreAdmin_Security_UserCheckerService()
{
trigger_deprecation('pimcore/pimcore', '10.6', 'Accessing the "pimcore_admin.security.user_checker" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.pimcore_admin.security.user_checker');
}
/**
* Gets the public 'coreshop.security.customer.user_provider' alias.
*
* @return object The ".container.private.coreshop.security.customer.user_provider" service.
*/
protected function getCoreshop_Security_Customer_UserProviderService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'Accessing the "coreshop.security.customer.user_provider" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.security.customer.user_provider');
}
/**
* Gets the public 'coreshop.notification_rule.condition.order.carriers' alias.
*
* @return object The ".container.private.coreshop.notification_rule.condition.order.carriers" service.
*/
protected function getCoreshop_NotificationRule_Condition_Order_CarriersService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'Accessing the "coreshop.notification_rule.condition.order.carriers" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.notification_rule.condition.order.carriers');
}
/**
* Gets the public 'coreshop.notification_rule.condition.order.comment' alias.
*
* @return object The ".container.private.coreshop.notification_rule.condition.order.comment" service.
*/
protected function getCoreshop_NotificationRule_Condition_Order_CommentService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'Accessing the "coreshop.notification_rule.condition.order.comment" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.notification_rule.condition.order.comment');
}
/**
* Gets the public 'coreshop.notification_rule.condition.order.backend_created' alias.
*
* @return object The ".container.private.coreshop.notification_rule.condition.order.backend_created" service.
*/
protected function getCoreshop_NotificationRule_Condition_Order_BackendCreatedService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'Accessing the "coreshop.notification_rule.condition.order.backend_created" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.notification_rule.condition.order.backend_created');
}
/**
* Gets the public 'coreshop.notification_rule.condition.store' alias.
*
* @return object The ".container.private.coreshop.notification_rule.condition.store" service.
*/
protected function getCoreshop_NotificationRule_Condition_StoreService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'Accessing the "coreshop.notification_rule.condition.store" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.notification_rule.condition.store');
}
/**
* Gets the public 'coreshop.notification_rule.action.order_mail' alias.
*
* @return object The ".container.private.coreshop.notification_rule.action.order_mail" service.
*/
protected function getCoreshop_NotificationRule_Action_OrderMailService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'Accessing the "coreshop.notification_rule.action.order_mail" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.notification_rule.action.order_mail');
}
/**
* Gets the public 'coreshop.notification_rule.action.mail' alias.
*
* @return object The ".container.private.coreshop.notification_rule.action.mail" service.
*/
protected function getCoreshop_NotificationRule_Action_MailService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'Accessing the "coreshop.notification_rule.action.mail" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.notification_rule.action.mail');
}
/**
* Gets the public 'coreshop.notification_rule.action.store_mail' alias.
*
* @return object The ".container.private.coreshop.notification_rule.action.store_mail" service.
*/
protected function getCoreshop_NotificationRule_Action_StoreMailService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'Accessing the "coreshop.notification_rule.action.store_mail" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.notification_rule.action.store_mail');
}
/**
* Gets the public 'coreshop.notification_rule.action.store_order_mail' alias.
*
* @return object The ".container.private.coreshop.notification_rule.action.store_order_mail" service.
*/
protected function getCoreshop_NotificationRule_Action_StoreOrderMailService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'Accessing the "coreshop.notification_rule.action.store_order_mail" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.notification_rule.action.store_order_mail');
}
/**
* Gets the public 'coreshop.product_quantity_price_rules.action.amount_decrease' alias.
*
* @return object The ".container.private.coreshop.product_quantity_price_rules.action.amount_decrease" service.
*/
protected function getCoreshop_ProductQuantityPriceRules_Action_AmountDecreaseService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'Accessing the "coreshop.product_quantity_price_rules.action.amount_decrease" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.product_quantity_price_rules.action.amount_decrease');
}
/**
* Gets the public 'coreshop.product_quantity_price_rules.action.amount_increase' alias.
*
* @return object The ".container.private.coreshop.product_quantity_price_rules.action.amount_increase" service.
*/
protected function getCoreshop_ProductQuantityPriceRules_Action_AmountIncreaseService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'Accessing the "coreshop.product_quantity_price_rules.action.amount_increase" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.product_quantity_price_rules.action.amount_increase');
}
/**
* Gets the public 'coreshop.product_quantity_price_rules.action.fixed' alias.
*
* @return object The ".container.private.coreshop.product_quantity_price_rules.action.fixed" service.
*/
protected function getCoreshop_ProductQuantityPriceRules_Action_FixedService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'Accessing the "coreshop.product_quantity_price_rules.action.fixed" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.product_quantity_price_rules.action.fixed');
}
/**
* Gets the public 'coreshop.product_quantity_price_rules.calculator.unit_volume' alias.
*
* @return object The ".container.private.coreshop.product_quantity_price_rules.calculator.unit_volume" service.
*/
protected function getCoreshop_ProductQuantityPriceRules_Calculator_UnitVolumeService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'Accessing the "coreshop.product_quantity_price_rules.calculator.unit_volume" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.product_quantity_price_rules.calculator.unit_volume');
}
/**
* Gets the public 'coreshop.tracking.extractor.order_item' alias.
*
* @return object The ".container.private.coreshop.tracking.extractor.order_item" service.
*/
protected function getCoreshop_Tracking_Extractor_OrderItemService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'Accessing the "coreshop.tracking.extractor.order_item" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.tracking.extractor.order_item');
}
/**
* Gets the public 'coreshop.tracking.extractor.purchasable' alias.
*
* @return object The ".container.private.coreshop.tracking.extractor.purchasable" service.
*/
protected function getCoreshop_Tracking_Extractor_PurchasableService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'Accessing the "coreshop.tracking.extractor.purchasable" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.tracking.extractor.purchasable');
}
/**
* Gets the public 'coreshop.validator.quantity_validator' alias.
*
* @return object The ".container.private.coreshop.validator.quantity_validator" service.
*/
protected function getCoreshop_Validator_QuantityValidatorService()
{
trigger_deprecation('coreshop/core-bundle', '3.0', 'Accessing the "coreshop.validator.quantity_validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.coreshop.validator.quantity_validator');
}
/**
* Gets the public 'session' alias.
*
* @return object The ".container.private.session" service.
*/
protected function getSessionService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.session');
}
/**
* Gets the public 'validator' alias.
*
* @return object The ".container.private.validator" service.
*/
protected function getValidatorService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.validator');
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.runtime_environment' => false,
'kernel.build_dir' => false,
'kernel.cache_dir' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => false,
'lexik_jwt_authentication.pass_phrase' => false,
'oneup_uploader.chunks' => false,
'oneup_uploader.orphanage' => false,
'oneup_uploader.config' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
case 'kernel.build_dir': $value = $this->targetDir.''; break;
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_PASSPHRASE'); break;
case 'oneup_uploader.chunks': $value = [
'maxage' => 604800,
'storage' => [
'type' => 'filesystem',
'filesystem' => NULL,
'directory' => ($this->targetDir.''.'/uploader/chunks'),
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
'prefix' => 'chunks',
],
'load_distribution' => true,
]; break;
case 'oneup_uploader.orphanage': $value = [
'maxage' => 604800,
'directory' => ($this->targetDir.''.'/uploader/orphanage'),
]; break;
case 'oneup_uploader.config': $value = [
'mappings' => [
'gallery' => [
'frontend' => 'plupload',
'root_folder' => false,
'enable_progress' => true,
'storage' => [
'directory' => (\dirname(__DIR__, 4).'/public/var/tmp/warranty/'),
'service' => NULL,
'type' => 'filesystem',
'filesystem' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_cancelation' => false,
'namer' => 'oneup_uploader.namer.uniqid',
],
],
'chunks' => [
'maxage' => 604800,
'storage' => [
'type' => 'filesystem',
'filesystem' => NULL,
'directory' => ($this->targetDir.''.'/uploader/chunks'),
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
'prefix' => 'chunks',
],
'load_distribution' => true,
],
'orphanage' => [
'maxage' => 604800,
'directory' => ($this->targetDir.''.'/uploader/orphanage'),
],
'twig' => true,
]; break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'CoreShopMenuBundle' => 'CoreShop\\Bundle\\MenuBundle\\CoreShopMenuBundle',
'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
'CoreShopPimcoreBundle' => 'CoreShop\\Bundle\\PimcoreBundle\\CoreShopPimcoreBundle',
'CoreShopLocaleBundle' => 'CoreShop\\Bundle\\LocaleBundle\\CoreShopLocaleBundle',
'CoreShopResourceBundle' => 'CoreShop\\Bundle\\ResourceBundle\\CoreShopResourceBundle',
'CoreShopOptimisticEntityLockBundle' => 'CoreShop\\Bundle\\OptimisticEntityLockBundle\\CoreShopOptimisticEntityLockBundle',
'CoreShopSEOBundle' => 'CoreShop\\Bundle\\SEOBundle\\CoreShopSEOBundle',
'CoreShopFixtureBundle' => 'CoreShop\\Bundle\\FixtureBundle\\CoreShopFixtureBundle',
'CoreShopMoneyBundle' => 'CoreShop\\Bundle\\MoneyBundle\\CoreShopMoneyBundle',
'CoreShopWorkflowBundle' => 'CoreShop\\Bundle\\WorkflowBundle\\CoreShopWorkflowBundle',
'CoreShopMessengerBundle' => 'CoreShop\\Bundle\\MessengerBundle\\CoreShopMessengerBundle',
'CoreShopRuleBundle' => 'CoreShop\\Bundle\\RuleBundle\\CoreShopRuleBundle',
'CoreShopConfigurationBundle' => 'CoreShop\\Bundle\\ConfigurationBundle\\CoreShopConfigurationBundle',
'CoreShopOrderBundle' => 'CoreShop\\Bundle\\OrderBundle\\CoreShopOrderBundle',
'CoreShopCustomerBundle' => 'CoreShop\\Bundle\\CustomerBundle\\CoreShopCustomerBundle',
'CoreShopUserBundle' => 'CoreShop\\Bundle\\UserBundle\\CoreShopUserBundle',
'CoreShopInventoryBundle' => 'CoreShop\\Bundle\\InventoryBundle\\CoreShopInventoryBundle',
'CoreShopVariantBundle' => 'CoreShop\\Bundle\\VariantBundle\\CoreShopVariantBundle',
'CoreShopProductBundle' => 'CoreShop\\Bundle\\ProductBundle\\CoreShopProductBundle',
'CoreShopThemeBundle' => 'CoreShop\\Bundle\\ThemeBundle\\CoreShopThemeBundle',
'CoreShopAddressBundle' => 'CoreShop\\Bundle\\AddressBundle\\CoreShopAddressBundle',
'CoreShopCurrencyBundle' => 'CoreShop\\Bundle\\CurrencyBundle\\CoreShopCurrencyBundle',
'CoreShopTaxationBundle' => 'CoreShop\\Bundle\\TaxationBundle\\CoreShopTaxationBundle',
'CoreShopStoreBundle' => 'CoreShop\\Bundle\\StoreBundle\\CoreShopStoreBundle',
'CoreShopIndexBundle' => 'CoreShop\\Bundle\\IndexBundle\\CoreShopIndexBundle',
'CoreShopShippingBundle' => 'CoreShop\\Bundle\\ShippingBundle\\CoreShopShippingBundle',
'CoreShopPaymentBundle' => 'CoreShop\\Bundle\\PaymentBundle\\CoreShopPaymentBundle',
'CoreShopSequenceBundle' => 'CoreShop\\Bundle\\SequenceBundle\\CoreShopSequenceBundle',
'CoreShopPayumPaymentBundle' => 'CoreShop\\Bundle\\PayumPaymentBundle\\CoreShopPayumPaymentBundle',
'CoreShopNotificationBundle' => 'CoreShop\\Bundle\\NotificationBundle\\CoreShopNotificationBundle',
'CoreShopTrackingBundle' => 'CoreShop\\Bundle\\TrackingBundle\\CoreShopTrackingBundle',
'CoreShopFrontendBundle' => 'CoreShop\\Bundle\\FrontendBundle\\CoreShopFrontendBundle',
'CoreShopPayumBundle' => 'CoreShop\\Bundle\\PayumBundle\\CoreShopPayumBundle',
'CoreShopProductQuantityPriceRulesBundle' => 'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\CoreShopProductQuantityPriceRulesBundle',
'CoreShopWishlistBundle' => 'CoreShop\\Bundle\\WishlistBundle\\CoreShopWishlistBundle',
'CoreShopClassDefinitionPatchBundle' => 'CoreShop\\Bundle\\ClassDefinitionPatchBundle\\CoreShopClassDefinitionPatchBundle',
'PayumBundle' => 'Payum\\Bundle\\PayumBundle\\PayumBundle',
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
'SyliusThemeBundle' => 'Sylius\\Bundle\\ThemeBundle\\SyliusThemeBundle',
'EmailizrBundle' => 'EmailizrBundle\\EmailizrBundle',
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
'PrestaSitemapBundle' => 'Presta\\SitemapBundle\\PrestaSitemapBundle',
'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
'FlysystemBundle' => 'League\\FlysystemBundle\\FlysystemBundle',
'CoreShopStorageListBundle' => 'CoreShop\\Bundle\\StorageListBundle\\CoreShopStorageListBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'PimcoreCoreBundle' => 'Pimcore\\Bundle\\CoreBundle\\PimcoreCoreBundle',
'PimcoreAdminBundle' => 'Pimcore\\Bundle\\AdminBundle\\PimcoreAdminBundle',
'CoreShopCoreBundle' => 'CoreShop\\Bundle\\CoreBundle\\CoreShopCoreBundle',
'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
'FirebaseBundle' => 'Kreait\\Firebase\\Symfony\\Bundle\\FirebaseBundle',
'KarserRecaptcha3Bundle' => 'Karser\\Recaptcha3Bundle\\KarserRecaptcha3Bundle',
'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
],
'kernel.bundles_metadata' => [
'CoreShopMenuBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MenuBundle'),
'namespace' => 'CoreShop\\Bundle\\MenuBundle',
],
'JMSSerializerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'),
'namespace' => 'JMS\\SerializerBundle',
],
'CoreShopPimcoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PimcoreBundle'),
'namespace' => 'CoreShop\\Bundle\\PimcoreBundle',
],
'CoreShopLocaleBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/LocaleBundle'),
'namespace' => 'CoreShop\\Bundle\\LocaleBundle',
],
'CoreShopResourceBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ResourceBundle'),
'namespace' => 'CoreShop\\Bundle\\ResourceBundle',
],
'CoreShopOptimisticEntityLockBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OptimisticEntityLockBundle'),
'namespace' => 'CoreShop\\Bundle\\OptimisticEntityLockBundle',
],
'CoreShopSEOBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/SEOBundle'),
'namespace' => 'CoreShop\\Bundle\\SEOBundle',
],
'CoreShopFixtureBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/FixtureBundle'),
'namespace' => 'CoreShop\\Bundle\\FixtureBundle',
],
'CoreShopMoneyBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MoneyBundle'),
'namespace' => 'CoreShop\\Bundle\\MoneyBundle',
],
'CoreShopWorkflowBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/WorkflowBundle'),
'namespace' => 'CoreShop\\Bundle\\WorkflowBundle',
],
'CoreShopMessengerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/MessengerBundle'),
'namespace' => 'CoreShop\\Bundle\\MessengerBundle',
],
'CoreShopRuleBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/RuleBundle'),
'namespace' => 'CoreShop\\Bundle\\RuleBundle',
],
'CoreShopConfigurationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ConfigurationBundle'),
'namespace' => 'CoreShop\\Bundle\\ConfigurationBundle',
],
'CoreShopOrderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/OrderBundle'),
'namespace' => 'CoreShop\\Bundle\\OrderBundle',
],
'CoreShopCustomerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CustomerBundle'),
'namespace' => 'CoreShop\\Bundle\\CustomerBundle',
],
'CoreShopUserBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/UserBundle'),
'namespace' => 'CoreShop\\Bundle\\UserBundle',
],
'CoreShopInventoryBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/InventoryBundle'),
'namespace' => 'CoreShop\\Bundle\\InventoryBundle',
],
'CoreShopVariantBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/VariantBundle'),
'namespace' => 'CoreShop\\Bundle\\VariantBundle',
],
'CoreShopProductBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductBundle'),
'namespace' => 'CoreShop\\Bundle\\ProductBundle',
],
'CoreShopThemeBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ThemeBundle'),
'namespace' => 'CoreShop\\Bundle\\ThemeBundle',
],
'CoreShopAddressBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/AddressBundle'),
'namespace' => 'CoreShop\\Bundle\\AddressBundle',
],
'CoreShopCurrencyBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CurrencyBundle'),
'namespace' => 'CoreShop\\Bundle\\CurrencyBundle',
],
'CoreShopTaxationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TaxationBundle'),
'namespace' => 'CoreShop\\Bundle\\TaxationBundle',
],
'CoreShopStoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StoreBundle'),
'namespace' => 'CoreShop\\Bundle\\StoreBundle',
],
'CoreShopIndexBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/IndexBundle'),
'namespace' => 'CoreShop\\Bundle\\IndexBundle',
],
'CoreShopShippingBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ShippingBundle'),
'namespace' => 'CoreShop\\Bundle\\ShippingBundle',
],
'CoreShopPaymentBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PaymentBundle'),
'namespace' => 'CoreShop\\Bundle\\PaymentBundle',
],
'CoreShopSequenceBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/SequenceBundle'),
'namespace' => 'CoreShop\\Bundle\\SequenceBundle',
],
'CoreShopPayumPaymentBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PayumPaymentBundle'),
'namespace' => 'CoreShop\\Bundle\\PayumPaymentBundle',
],
'CoreShopNotificationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/NotificationBundle'),
'namespace' => 'CoreShop\\Bundle\\NotificationBundle',
],
'CoreShopTrackingBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/TrackingBundle'),
'namespace' => 'CoreShop\\Bundle\\TrackingBundle',
],
'CoreShopFrontendBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/FrontendBundle'),
'namespace' => 'CoreShop\\Bundle\\FrontendBundle',
],
'CoreShopPayumBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/PayumBundle'),
'namespace' => 'CoreShop\\Bundle\\PayumBundle',
],
'CoreShopProductQuantityPriceRulesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle'),
'namespace' => 'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle',
],
'CoreShopWishlistBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/WishlistBundle'),
'namespace' => 'CoreShop\\Bundle\\WishlistBundle',
],
'CoreShopClassDefinitionPatchBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/ClassDefinitionPatchBundle'),
'namespace' => 'CoreShop\\Bundle\\ClassDefinitionPatchBundle',
],
'PayumBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle'),
'namespace' => 'Payum\\Bundle\\PayumBundle',
],
'StofDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
'namespace' => 'Stof\\DoctrineExtensionsBundle',
],
'SyliusThemeBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src'),
'namespace' => 'Sylius\\Bundle\\ThemeBundle',
],
'EmailizrBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/dachcom-digital/emailizr/src/EmailizrBundle'),
'namespace' => 'EmailizrBundle',
],
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'CmfRoutingBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony-cmf/routing-bundle/src'),
'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
],
'PrestaSitemapBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/presta/sitemap-bundle'),
'namespace' => 'Presta\\SitemapBundle',
],
'SchebTwoFactorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle'),
'namespace' => 'Scheb\\TwoFactorBundle',
],
'FOSJsRoutingBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle'),
'namespace' => 'FOS\\JsRoutingBundle',
],
'FlysystemBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/league/flysystem-bundle/src'),
'namespace' => 'League\\FlysystemBundle',
],
'CoreShopStorageListBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/StorageListBundle'),
'namespace' => 'CoreShop\\Bundle\\StorageListBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'PimcoreCoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle'),
'namespace' => 'Pimcore\\Bundle\\CoreBundle',
],
'PimcoreAdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle'),
'namespace' => 'Pimcore\\Bundle\\AdminBundle',
],
'CoreShopCoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/coreshop/core-shop/src/CoreShop/Bundle/CoreBundle'),
'namespace' => 'CoreShop\\Bundle\\CoreBundle',
],
'LexikJWTAuthenticationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
],
'NelmioApiDocBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
'namespace' => 'Nelmio\\ApiDocBundle',
],
'HWIOAuthBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle'),
'namespace' => 'HWI\\Bundle\\OAuthBundle',
],
'HttplugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src'),
'namespace' => 'Http\\HttplugBundle',
],
'OneupUploaderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src'),
'namespace' => 'Oneup\\UploaderBundle',
],
'FirebaseBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kreait/firebase-bundle/src'),
'namespace' => 'Kreait\\Firebase\\Symfony\\Bundle',
],
'KarserRecaptcha3Bundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle'),
'namespace' => 'Karser\\Recaptcha3Bundle',
],
'SentryBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src'),
'namespace' => 'Sentry\\SentryBundle',
],
'KnpMenuBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src'),
'namespace' => 'Knp\\Bundle\\MenuBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelDevDebugContainer',
'payum.storage.doctrine.orm.class' => 'CoreShop\\Bundle\\PayumBundle\\Storage\\LockingStorage',
'locale' => 'hu',
'log.fileobject' => (\dirname(__DIR__, 3).'/application-logger'),
'coreshop.security.frontend_regex' => '^/(?!admin)[^/]*',
'app.pics_json' => 'https://vir.seiko.hu/remote/seiko_pics_withdate.json',
'app.pics_parent' => '/Products',
'app.pics_base' => 'https://b2b.seiko.hu/',
'app.pics_username' => 'pulsar',
'app.pics_password' => '123',
'app.caliber_json' => 'https://vir.seiko.hu/remote/caliber.json',
'app.caliber_username' => 'pulsar',
'app.caliber_password' => '123',
'app.watches_json' => 'https://vir.seiko.hu/remote/seiko.json',
'app.watches_keszlet' => 'https://b2b.seiko.hu/remote/stock',
'app.watches_username' => 'pulsar',
'app.watches_password' => '123',
'app.shops_json' => 'https://vir.seiko.hu/remote/telephely.json',
'app.shops_username' => 'pulsar',
'app.shops_password' => '123',
'app.shops_picture_path' => 'https://vir.seiko.hu/remote/upload/',
'app.seiko_service_json' => 'https://vir.seiko.hu/remote/seiko_service.json',
'app.seiko_service_username' => 'pulsar',
'app.seiko_service_password' => '123',
'cookie_samesite' => NULL,
'oauth_google_client_id' => 'asdasd',
'oauth_google_client_secret' => 'asdasd',
'oauth_facebook_client_id' => 'asdasd',
'oauth_facebook_client_secret' => 'asd',
'oauth_apple_mobile' => [
'client_id' => '',
'client_secret' => '',
'kid' => '',
'iss' => '',
'aud' => '',
'sub' => '',
],
'oauth_apple_client_id' => 'asdas',
'oauth_apple_client_secret' => '-----BEGIN PRIVATE KEY-----'."\n".''."\n".'-----END PRIVATE KEY-----',
'oauth_apple_client_kid' => 'asdasd',
'oauth_apple_client_iss' => 'asdasd',
'oauth_apple_client_aud' => 'https://appleid.apple.com',
'oauth_apple_client_sub' => 'asdasd',
'maileon_api_key' => 'asdaSd',
'app.issue.apiKey' => 'asdasd',
'app.issue.signature' => 'asdasd',
'app.issue.url.api' => 'http://api.issuu.com/1_0',
'app.issue.url.cover' => 'https://image.issuu.com/',
'app.issue.url.link' => 'http://e.issuu.com/embed.html?d=',
'pushnotifications.push' => [
'apn_to_fcm' => [
'application' => 'hu.cubicfox.seiko',
'url' => 'https://iid.googleapis.com/iid/v1:batchImport',
'authorization' => 'key=AAAAsZIY8_Y:APA91bGSEaVqKaM5WpbeFanY9g6B97k6RzrCEywRRxs6gMzrLkSY80QD27Rv289p-rzZCFobo7yOIxVqJZTj1bZdVUvasxD8G2XnT5Y_TvRZDYayrmYhOk5wmNlus0ZbJBhFncS3ywuU',
],
'url' => 'https://fcm.googleapis.com/v1/projects/%s/messages:send',
'scopes' => [
0 => 'https://www.googleapis.com/auth/firebase.messaging',
],
'config' => [
'type' => 'service_account',
'project_id' => 'seiko-club',
'private_key_id' => '742f840571940b6d0ef440fb2990dabb723215e8',
'private_key' => '-----BEGIN PRIVATE KEY-----'."\n".'MIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDIwU09DqsCWWGn'."\n".'ESs+PwELeNRUx+CI+yLBTVbcoTfpSvrGUw7Nyph6v+vTOFPd3Jqm7M2UsDrhyIYP'."\n".'qqoEtgG1aD1/DwsJ4UraL3YiSLbxrGs3A14pX6sazB366zQKO9MbpdHgvrS/TXRV'."\n".'uHpXcaCw6pYvi+2xe5sFGLmBTr366HhUnDT2t+LRujrCds25eA19SQSKfQLtYvcV'."\n".'3xNxX0LW5jx6fFQ4r5BfUG0UAOkAN8J8upbADiwyA3TxIYZvUGoZlfXwnPd/arUZ'."\n".'rxwx8SH1GhzHuXfRBzXX/wtMDBIQgXEfzNUv66DC7Zx1jQ90KO4MCyFSkn8Z1M3w'."\n".'7BG9Xg9bAgMBAAECggEAEprDZzCoTXfuElcHfGXHWYJRnyfE2bz4XBSoQ5sXPOIL'."\n".'enyxBwZK+jk2CCWUtB9hH64bYTexxUHZlrMYvYYGg4LNDCzfN4Ou9ahnWMcHWT9C'."\n".'0l7YB5qLl1iqQJoygO5JYqsL17mks4Pgj58gi2EG5M5gq7hah1Ouqpq/eknLVmix'."\n".'zXsIhzK3eIm3khe/bL1hAMOZH3HGZiQC4N4eSiUlZxLuV01nWF+NqbTtpK9lAYco'."\n".'nRTQRj/Qy6Og3T1B5sN6i/+hT2MJDJbr+HpJCxjCl21zJiimOkir6y7ZS4QalgcB'."\n".'aliEemupVLi5e5Xx+/3aPkyfSsQS1G4S54CA0A0JzQKBgQDrhaRIAd8MAeLfW8bY'."\n".'8szjggEV68J8zdMFpIirsxguFUVeRkZuR0GOl8tcwaTAZYMt/FnjXZStdG2pCsma'."\n".'G2rhMGz3g6kh+W1peM+goQ303wREQgRD9eyZi7TX05aIwOUiyVVk8g9duBTWxY3N'."\n".'IbAym+rVyZcEp4H7T6eK60Pl7QKBgQDaNc0UVg5ye75Qro+weNNCgcyrEoUVeufj'."\n".'lJNI5jJcuAEJm+PYrNWXAGs7X51ba3gRPDlGccrdSSCDV/RbsCBn3aqtaXXkP+pu'."\n".'PPHhYpKOQYT+MzpnAhN/6nf/kW/9QtBn/hSE4HhwdtrJbQCQEjMBcXsKda7jGw4q'."\n".'uI9EWO0hZwKBgEQXH/ada+GpzfBrNSLVlzyTAkNXJKQ2UTLJbaXOIkh4Z9SoloYd'."\n".'Xaue4PFRHpNtBa7OzSH5lRlMlsOPVdeS46R0/pvUWZpz5RjgD47N4R4RN8eQGnGX'."\n".'cK63gDIBfvzMX7Jd6K1FegHLTWMGPEe43JrVDuB95oY281I3piV4fOnFAoGATC1i'."\n".'FcphKshWTVZTZVkY72ve5o4FldUdZQ62SEnMpR+7hP4+EaNswVVtGgIsLgEbnnC2'."\n".'0gfhuVTRG+k1rliTR49UCUv60x8ZGTj/fB5saWsoIZICvnk0E4DoOXktbm3H0bYa'."\n".'tbSjdyeXA6ChBKrF0agrOyCQWEpWrMVXhpXA2tsCgYACnGxXFtJ/1WU8yIQFBCxs'."\n".'Cq8p93xWv1a/U3qu0++WwhZCoaeAfJnrJHxurgKTcH9dSya8MOmJkrSXZmzFSVmI'."\n".'YTPqKt2wQAd/EJPvP+CtfjQe/4itR64tN13voO3STr/dk7Mn+sqrknlLg1Dpj/oA'."\n".'sKQuYjr/ntlmGfm2BlWujw=='."\n".'-----END PRIVATE KEY-----'."\n".'',
'client_email' => 'pressenger-pn@seiko-club.iam.gserviceaccount.com',
'client_id' => '103979432412432879556',
'auth_uri' => 'https://accounts.google.com/o/oauth2/auth',
'token_uri' => 'https://oauth2.googleapis.com/token',
'auth_provider_x509_cert_url' => 'https://www.googleapis.com/oauth2/v1/certs',
'client_x509_cert_url' => 'https://www.googleapis.com/robot/v1/metadata/x509/pressenger-pn%40seiko-club.iam.gserviceaccount.com',
],
],
'pushnotifications.pressenger' => [
'constructor_url' => 'https://cloud-test.pressenger.com/pressenger-api/api/sendPressageToTargetWithFiles',
'url' => 'https://cloud-test.pressenger.com/pressenger-api/api/sendPressageToTarget?token=',
'api_key' => 'SUs9TzMy7kMTlNUIzFa49lNaIEafNJhaonNfbiYV9xjYF7yFQJlMMzURrFM4aicT',
],
'accessHosts' => [
'api' => 'api\\.boutique.local',
'web' => 'boutique.local',
'admin' => 'boutique.local',
],
'apiImageHost' => 'http://boutique.local',
'google.maps_api_key' => 'asdasd',
'mailingConfig' => [
'maileon_enable' => false,
'order_maileon_error' => [
'subject' => 'Maileon hiba',
'addresses' => [
0 => 'batazo.dad@gmail.com',
],
],
'order_success' => [
'subject' => 'Sikeres megrendelés',
'addresses' => NULL,
],
'watches_interest' => [
'subject' => 'Érdeklődés',
'addresses' => [
0 => 'kryster@gmail.com',
1 => 'dalmadi.kornel@6it.hu',
],
],
'watches_modify' => [
'subject' => 'Regisztrált óra módosítása',
'addresses' => [
0 => 'kryster@gmail.com',
1 => 'marketing@seiko.hu',
],
],
'contact_success' => [
'subject' => 'Kapcsolatfelvétel',
'addresses' => [
0 => 'kryster@gmail.com',
],
],
'watch_registration' => [
'subject' => 'Új óra regisztráció',
'addresses' => [
0 => 'kryster@gmail.com',
],
],
'watch_warranty_upload' => [
'subject' => 'Óra regisztrációhoz jótállási jegy feltöltése történt',
'addresses' => [
0 => 'batazo.dad@gmail.com',
],
],
'duplicated_watches' => [
'subject' => 'Duplikált óra',
'addresses' => [
0 => 'kryster@gmail.com',
],
],
'abandoned_carts' => [
'enable' => false,
'subject' => 'Elhagyott kosár',
'addresses' => [
0 => 'kryster@gmail.com',
],
],
'api_contact' => [
'info' => [
'subject' => 'Infó',
'addresses' => [
0 => 'kryster@gmail.com',
],
],
'rendeles' => [
'subject' => 'Rendelés',
'addresses' => [
0 => 'kryster@gmail.com',
],
],
'szerviz' => [
'subject' => 'Szervíz',
'addresses' => [
0 => 'kryster@gmail.com',
],
],
'marketing' => [
'subject' => 'Marketing',
'addresses' => [
0 => 'kryster@gmail.com',
],
],
'penzugy' => [
'subject' => 'Pénzügy',
'addresses' => [
0 => 'kryster@gmail.com',
],
],
'hibabejelentes' => [
'subject' => 'Hibajelentés',
'addresses' => [
0 => 'kryster@gmail.com',
],
],
],
'watch_import_error' => [
'subject' => 'Készlet fríssités közben 0 Forinttal érkező termékek',
'addresses' => [
0 => 'kryster@gmail.com',
],
],
],
'siteConfig' => [
'schema' => 'http',
'boutique' => 'boutique.local',
'prospex' => 'prospex.local',
'club' => 'club-seiko.local',
],
'vir.apiUser' => [
0 => 123,
1 => 456,
],
'origo.apiUser' => [
0 => 999,
],
'seikohu.apiUser' => [
0 => 123,
1 => 456,
],
'app.custom_ga4' => true,
'app.maileonPassword' => 123,
'app.minify_enabled' => false,
'app.logger.wishlist' => true,
'b2b_host' => 'http://b2b.local',
'b2b_auth_token' => 321,
'true_b2b_auth_token' => 321,
'b2b.apiUser' => [
0 => 321,
],
'app.google.recaptcha.siteKey' => '6LcLbzErAAAAACLzaRsJ6LWdylRZGcKt3583Lnyp',
'app.google.recaptcha.secretKey' => '6LcLbzErAAAAAJmtyBUqIobBqgnH4R1KweK3lSrW',
'recaptcha.site' => '6LcLbzErAAAAACLzaRsJ6LWdylRZGcKt3583Lnyp',
'recaptcha.secret' => '6LcLbzErAAAAAJmtyBUqIobBqgnH4R1KweK3lSrW',
'sentry.dsn' => '',
'sentry.messenger.enabled' => false,
'sentry.tracing.enabled' => false,
'api_contact' => [
],
'app.categories.tab' => [
0 => 'Seiko',
1 => 'Grand Seiko',
],
'app.caliber_parent' => '/CaliberNumber',
'app.watches_parent' => '/coreshop/products',
'app.category_parent' => '/coreshop/categories',
'app.instructions_parent' => '/Instructions',
'app.category_json_map' => [
'brand' => 'name2',
'collection' => 'name3',
'subcollection' => 'name53',
'subcollectionseries' => 'name79',
],
'app.watches_json_map' => [
'name1' => 'typeofwatch',
'name2' => 'brand',
'name3' => 'collection',
'name5' => 'case',
'name6' => 'formofcase',
'name7' => 'band',
'name8' => 'buckle',
'name9' => 'glass',
'name10' => 'waterresistance',
'name11' => 'crownandbutton',
'name12' => 'backcase',
'name13' => 'bezel',
'name14' => 'lumibrite',
'name15' => 'size',
'name60' => 'size2',
'name61' => 'size3',
'name16' => 'colorofdial',
'name17' => 'dial',
'name18' => 'other1',
'name25' => 'other2',
'name24' => 'diamonds',
'name26' => 'year',
'name50' => 'statusdetails',
'ean' => 'ean',
'name51' => 'weight_',
'name52' => 'series',
'name53' => 'subcollection',
'name55' => 'refname',
'name56' => 'style',
'name57' => 'accuracy',
'name58' => 'powerreserve',
'name59' => 'gasketlife',
'name65' => 'limited',
'name66' => 'movementtype',
'name67' => 'accuracy2',
'name68' => 'accuracyinterval',
'name69' => 'visualban',
'name70' => 'visualwr',
'name72' => 'businessClass',
'groupname' => 'group',
'description' => 'shortdescription',
'unique_name' => 'uniqueName',
'name74' => 'bandfilter',
'name75' => 'casefilter',
'name76' => 'movementtypefilter',
'name77' => 'glassfilter',
'name78' => 'diamondsfilter',
'name79' => 'subcollectionseries',
'name80' => 'bandWidth',
],
'app.last_viewed_limit' => 20,
'app.watches.details.specifications' => [
'typeofwatch' => NULL,
'limited' => NULL,
'brand' => NULL,
'collection' => NULL,
'subcollection' => NULL,
'case' => NULL,
'size' => NULL,
'size2' => NULL,
'size3' => NULL,
'weight_' => NULL,
'band' => NULL,
'bandWidth' => NULL,
'buckle' => NULL,
'glass' => NULL,
'waterresistance' => NULL,
'backcase' => NULL,
'bezel' => NULL,
'lumibrite' => NULL,
'dial' => NULL,
'other2' => NULL,
'diamonds' => NULL,
],
'app.maxWarrantyFiles' => 3,
'app.maxWatchRepairFiles' => 3,
'app.allowedWarrantyMimeTypes' => [
0 => 'application/pdf',
1 => 'image/jpeg',
2 => 'image/jpg',
3 => 'image/png',
],
'app.watches.details.properties' => [
'caliberNumber' => [
'format' => 'formatCaliber',
],
'movementtype' => NULL,
'accuracy' => [
'format' => 'formatAccuracy',
],
'powerreserve' => NULL,
],
'app.watches.filters_intervals' => [
'size' => [
0 => [
'min' => 21.0,
'max' => 30.9,
],
1 => [
'min' => 31.0,
'max' => 36.9,
],
2 => [
'min' => 37.0,
'max' => 38.9,
],
3 => [
'min' => 39.0,
'max' => 40.9,
],
4 => [
'min' => 41.0,
'max' => 42.9,
],
5 => [
'min' => 43.0,
'max' => 60.9,
],
],
],
'app.watches.filters' => [
'search' => [
'title' => 'Keresés...',
'property' => 'search',
'type' => 'search',
'advanced' => false,
],
'calibersearch' => [
'title' => 'Keresés...',
'property' => 'calibersearch',
'type' => 'calibersearch',
'advanced' => false,
],
'price' => [
'title' => 'Ár',
'property' => 'price',
'type' => 'price',
'advanced' => false,
'outlet' => true,
],
'typeofwatch' => [
'title' => 'Nem',
'property' => 'typeofwatch',
'type' => 'list',
'advanced' => false,
],
'collection' => [
'title' => 'Kollekció',
'property' => 'collection',
'type' => 'list',
'advanced' => false,
'order' => [
0 => 'King Seiko',
1 => 'Astron',
2 => 'Prospex',
3 => 'Presage',
4 => '5 Sports',
5 => 'További modellek',
6 => 'Stopwatch',
],
],
'subcollection' => [
'title' => 'Alkollekció',
'property' => 'subcollection',
'type' => 'list',
'advanced' => false,
],
'subcollectionseries' => [
'title' => 'Sorozat',
'property' => 'subcollectionseries',
'type' => 'list',
'advanced' => false,
],
'availability' => [
'title' => 'Elérhetőség',
'property' => 'availability',
'type' => 'list',
'advanced' => false,
'fieldOption' => 'availability',
'order' => [
0 => 'in_stock',
1 => 'central_stock',
2 => 'external_storage',
3 => 'pre_orderable',
4 => 'orderable',
5 => 'sold_out',
],
],
'limited' => [
'title' => 'Limitált',
'property' => 'limited',
'type' => 'list',
'advanced' => false,
],
'movementtype' => [
'title' => 'Működés',
'property' => 'movementtypefilter',
'type' => 'list',
'advanced' => false,
],
'case' => [
'title' => 'Óratok',
'property' => 'casefilter',
'type' => 'list',
'advanced' => true,
],
'glass' => [
'title' => 'Üveg',
'property' => 'glassfilter',
'type' => 'list',
'advanced' => true,
],
'formofcase' => [
'title' => 'Tok forma',
'property' => 'formofcase',
'type' => 'list',
'advanced' => true,
],
'style' => [
'title' => 'Stílus',
'property' => 'style',
'type' => 'list',
'advanced' => true,
],
'band' => [
'title' => 'Szíj',
'property' => 'bandfilter',
'type' => 'list',
'advanced' => true,
],
'buckle' => [
'title' => 'Zár',
'property' => 'buckle',
'type' => 'list',
'advanced' => true,
],
'bezel' => [
'title' => 'Ráma',
'property' => 'bezel',
'type' => 'list',
'advanced' => true,
],
'backcase' => [
'title' => 'Hátlap',
'property' => 'backcase',
'type' => 'list',
'advanced' => true,
],
'colorofdial' => [
'title' => 'Számlap színe',
'property' => 'colorofdial',
'type' => 'list',
'advanced' => true,
],
'waterresistance' => [
'title' => 'Vízállóság',
'property' => 'waterresistance',
'type' => 'list',
'advanced' => true,
],
'size' => [
'title' => 'Átmérő',
'property' => 'size',
'type' => 'list',
'advanced' => true,
],
'crownandbutton' => [
'title' => 'Korona',
'property' => 'crownandbutton',
'type' => 'list',
'advanced' => true,
],
'dial' => [
'title' => 'Számlap',
'property' => 'dial',
'type' => 'list',
'advanced' => true,
],
'diamonds' => [
'title' => 'Ékkő',
'property' => 'diamondsfilter',
'type' => 'list',
'advanced' => true,
],
],
'app.notifications.filters' => [
'status' => [
'property' => 'status',
'type' => 'list',
'options' => [
'label' => 'Státusz',
'choices' => [
'ÖSSZES' => 'all',
'OLVASATLAN' => 'unread',
'OLVASOTT' => 'read',
],
],
],
'topic' => [
'property' => 'topic',
'type' => 'list',
'options' => [
'label' => 'Téma',
],
],
],
'app.date_format' => 'Y. m. d.',
'app.date_format_solid' => 'Y.m.d.',
'app.date_format_hypen' => 'Y-m-d',
'app.datetime_format' => 'Y. m. d. H:i',
'app.search.max_results' => 1000,
'app.address_countries' => [
'magazine' => [
0 => 'HU',
],
'invoice' => [
0 => 'HU',
],
'default' => [
0 => 'HU',
],
],
'product.availability_info' => [
'sold_out' => NULL,
'pre_orderable' => '(Szállítási idővel kapcsolatban érdeklődjön)',
'in_stock' => '(Személyesen azonnal átvehető vagy szállítás esetén 1-2 munkanap)',
'central_stock' => '(Szállítási idő 1-2 munkanap)',
'external_storage' => '(Szállítási idő várhatóan egy hét)',
'orderable' => '(Jelenleg nincs készleten, szállítási idővel kapcsolatban érdeklődjön)',
],
'app.measurement' => [
'config' => [
'ranges' => [
'negRed' => 75,
'negYellow' => 25,
'negGreen' => 0,
'posGreen' => 0,
'posYellow' => 25,
'posRed' => 75,
],
],
'uploadInterval' => 30,
'inProgressLimit' => 14,
],
'app.max_number_of_compared_products' => 3,
'app.watch_repair_events' => [
0 => 'batteryReplaceDate',
1 => 'examinationDate',
],
'app.file_max_size' => [
'default' => 1024,
'watch_register' => 1024,
'watch_repair_remark' => 1024,
],
'app.resize_task_limit' => 50,
'app.resize_images' => [
'Protected/RegisteredWatches' => [
'scale_by' => 'width',
'size' => 1500,
],
'Protected/Szerviz/VIR' => [
'scale_by' => 'width',
'size' => 1500,
],
'Protected/WatchRepair' => [
'scale_by' => 'width',
'size' => 1500,
],
],
'app.unwanted_emails' => [
0 => 'privaterelay.appleid.com',
],
'app.emailAlertDateIncreaseIntervalMonth' => 2,
'app.api_settings' => [
'emailAlertDateIncreaseIntervalMonth' => 2,
'unwanted_emails' => [
0 => 'privaterelay.appleid.com',
],
'watch_repair_remark_image_limit' => 3,
'maxWarrantyFiles' => 3,
'maxWatchRepairFiles' => 3,
'allowedWarrantyMimeTypes' => [
0 => 'application/pdf',
1 => 'image/jpeg',
2 => 'image/jpg',
3 => 'image/png',
],
'watch_repair_events' => [
0 => 'batteryReplaceDate',
1 => 'examinationDate',
],
'file_max_size' => [
'default' => 1024,
'watch_register' => 1024,
'watch_repair_remark' => 1024,
],
'paginatorLimit' => [
'default' => 10,
'registered_watch' => 30,
],
'tags.unwanted' => NULL,
],
'app.admin_grid_order_keys' => [
'CoreShopOrder' => [
'Customer name' => 'CAST(CONCAT(TRIM(customer.lastname), \' \', TRIM(customer.firstname)) AS CHAR CHARACTER SET utf8) COLLATE utf8_general_ci',
'E-mail' => 'customer.email',
'Total Amount' => '%s.totalGross',
],
],
'app.csv_size' => 900,
'app.vir_key_map_list' => [
'munkalapszam' => 'worksheetNumber',
'dt' => 'date',
'cikkszam' => 'reference',
'shownev' => 'listDisplay',
'jav_tipus' => 'typeOfRepair',
'jav_hely_nev' => 'placeOfReparationDisplay',
'allapot_nev' => 'statusDisplay',
'varhato_dt' => 'expectedRepairDate',
],
'app.vir_key_map' => [
'id_mlap' => 'oldId',
'munkalapszam' => 'worksheetNumber',
'jav_tipus' => 'typeOfRepair',
'id_user' => 'virUserId',
'cikkszam' => 'reference',
'sorozatszam' => 'serial',
'szerk_tokszam' => 'mechanismNumber',
'varhato_koltseg' => 'expectedCost',
'hiba_leiras' => 'failureDescription',
'szallitolevel_szam' => 'partnerIdentifier',
'dt' => 'date',
'id_partner' => 'partnerId',
'id_b2bpartner' => 'b2bPartnerId',
'u_nev' => 'customerName',
'u_cim' => 'customerAddress',
'u_telefon' => 'customerPhone',
'u_email' => 'customerEmail',
'jav_hely' => 'placeOfReparation',
'hiba_tipus' => 'typeOfFailure',
'leadas_dt' => 'deliveryDate',
'marka' => 'brand',
'varhato_dt' => 'expectedRepairDate',
'belso_megj' => 'innerComment',
'id_allapot' => 'status',
'shopnev' => 'partnerDisplay',
'allapot_nev' => 'statusDisplay',
'jav_hely_nev' => 'placeOfReparationDisplay',
'jav_leiras' => 'repairDescription',
'shownev' => 'listDisplay',
],
'app.common_task' => [
'limit' => 10,
],
'app.default_image_paths' => [
'product' => '/themes/frontend/images/default_watch.png',
],
'app.carrier' => [
'tracking' => [
'allowedcarriers' => [
0 => 'GLS házhozszállítás',
1 => 'GLS csomagpont',
],
'urls' => [
'GLS házhozszállítás' => 'https://gls-group.eu/HU/hu/csomagkovetes?match=',
'GLS csomagpont' => 'https://gls-group.eu/HU/hu/csomagkovetes?match=',
],
],
],
'app.mPDF.cache_dir' => (\dirname(__DIR__, 3).'/tmp/mpdf-generated-temp/cache'),
'app.mPDF.garantee.bg_image_dir' => (\dirname(__DIR__, 4).'/public/themes/frontend/images/garcard.jpg'),
'app.mPDF.garantee.bg_image_path' => '/themes/frontend/images/garcard.jpg',
'b2b.watch_repair.perPage' => 50,
'app.data_object_parent_list' => [
'Video' => '/Video',
],
'secret' => '4Nrn2Sk5ehP7K5qJ4rdr3LueQnIdpf4ab0WVSG7mFuA=',
'encryption_secret' => 'def00000aa3dbed3d23f585777117af360522ccb6317aff91ea856890f9bbeb7895b9fed933b38855a67090fbc6097b41b3ceeb68d8149e8c2fecf9d99daf2e49538fd8e',
'maileon_triggerNames' => [
'register_confirm' => 'Profile_activate',
'register_confirm_boutique' => 'Profile_activate_boutique',
'register_success' => 'Registration_success',
'register_success_boutique' => 'Registration_success_boutique',
'watch-register_new' => 'Watchregistration_new',
'watch-register_new_boutique' => 'Watchregistration_new_boutique',
'watch-register_more-data' => 'Watchregistration_moredata',
'watch-register_more-data_boutique' => 'Watchregistration_moredata_boutique',
'watch-register_success' => 'Watchregistration_success',
'watch-register_success_boutique' => 'Watchregistration_success_boutique',
'watch-register_failed' => 'Watchregistration_failed',
'watch-register_failed_boutique' => 'Watchregistration_failed_boutique',
'user-request_new_password' => 'Forgotten_password',
'user-request_new_password_boutique' => 'Forgotten_password_boutique',
'user-newsletter_subscribe' => 'Newsletter_success',
'user-newsletter_subscribe_boutique' => 'Newsletter_success_boutique',
'user-newsletter_unsubscribe' => 'Unsubscribe_success',
'user-newsletter_unsubscribe_boutique' => 'Unsubscribe_success_boutique',
'user-magazine_subscribe' => 'Magazine_subscribe',
'user-magazine_subscribe_boutique' => 'Magazine_subscribe_boutique',
'user-magazine_unsubscribe' => 'Magazine_unsubscribe',
'user-magazine_unsubscribe_boutique' => 'Magazine_unsubscribe_boutique',
'user-status_silver' => 'Status_silver',
'user-status_silver_boutique' => 'Status_silver_boutique',
'user-status_gold' => 'Status_gold',
'user-status_gold_boutique' => 'Status_gold_boutique',
'user-status_platina' => 'Status_platina',
'user-status_platina_boutique' => 'Status_platina_boutique',
'order-confirm' => 'Order_success_new',
'order-confirm_preorder' => 'Order_success_new_preorder',
'order-complete_gls' => 'Order_complete_new_gls',
'wishlist-remove' => 'Wishlist_remove',
'service-repair_ready' => 'Service_ready',
'contactform' => 'Contactform',
'contactform_boutique' => 'Contactform_boutique',
],
'push_events' => [
'register_success' => [
],
'watch-register_new' => [
'referenciaszam' => 'Referenciaszám',
'sorozatszam' => 'Sorozatszám',
],
'watch-register_more-data' => [
'referenciaszam' => 'Referenciaszám',
'sorozatszam' => 'Sorozatszám',
],
'watch-register_success' => [
'referenciaszam' => 'Referenciaszám',
'sorozatszam' => 'Sorozatszám',
],
'watch-register_failed' => [
'referenciaszam' => 'Referenciaszám',
'sorozatszam' => 'Sorozatszám',
],
'user-newsletter_subscribe' => [
],
'user-newsletter_unsubscribe' => [
],
'user-magazine_subscribe' => [
],
'user-magazine_unsubscribe' => [
],
'user-status_silver' => [
],
'user-status_gold' => [
],
'user-status_platina' => [
],
'order-confirm' => [
'name' => 'Felhasználó',
'orderNumber' => 'Rendelésszám',
'orderDate' => 'Rendelés dátuma',
'total' => 'Végösszeg',
'customerData1' => 'Felhasználó',
'customerData2' => 'E-mail',
'customerData3' => 'Telefonszám',
'Számlázási cím' => [
'Cég' => [
'invoiceData1' => 'Cégnév',
'invoiceData2' => 'Adószám',
'invoiceData3' => 'Cím',
],
'Magánszemély' => [
'invoiceData1' => 'Név',
'invoiceData2' => 'Irsz, település',
'invoiceData3' => 'Utca, házszám',
],
],
'Szállítási cím' => [
'Csomagpont' => [
'shippingData1' => 'Csomagpont neve',
'shippingData2' => 'Irsz, település',
'shippingData3' => 'Cím',
],
'Házhozszállítás' => [
'shippingData1' => 'Név',
'shippingData2' => 'Cím',
'shippingData3' => 'Telefonszám',
'shippingData4' => 'Cégnév',
'shippingData5' => 'Adószám',
],
'Személyes átvétel' => [
'shippingData1' => 'Üzlet',
'shippingData2' => 'Cím',
'shippingData3' => 'Infó',
],
],
'paymentData1' => 'Fizetési mód',
'comment' => 'Megjegyzés',
],
'order-confirm_preorder' => [
'name' => 'Felhasználó',
'orderNumber' => 'Rendelésszám',
'orderDate' => 'Rendelés dátuma',
'total' => 'Végösszeg',
'customerData1' => 'Felhasználó',
'customerData2' => 'E-mail',
'customerData3' => 'Telefonszám',
'Számlázási cím' => [
'Cég' => [
'invoiceData1' => 'Cégnév',
'invoiceData2' => 'Adószám',
'invoiceData3' => 'Cím',
],
'Magánszemély' => [
'invoiceData1' => 'Név',
'invoiceData2' => 'Irsz, település',
'invoiceData3' => 'Utca, házszám',
],
],
'Szállítási cím' => [
'Csomagpont' => [
'shippingData1' => 'Csomagpont neve',
'shippingData2' => 'Irsz, település',
'shippingData3' => 'Cím',
],
'Házhozszállítás' => [
'shippingData1' => 'Név',
'shippingData2' => 'Cím',
'shippingData3' => 'Telefonszám',
'shippingData4' => 'Cégnév',
'shippingData5' => 'Adószám',
],
'Személyes átvétel' => [
'shippingData1' => 'Üzlet',
'shippingData2' => 'Cím',
'shippingData3' => 'Infó',
],
],
'paymentData1' => 'Fizetési mód',
'comment' => 'Megjegyzés',
],
'order-complete_gls' => [
'name' => 'Felhasználó',
'orderNumber' => 'Rendelésszám',
'orderDate' => 'Rendelés dátuma',
'total' => 'Végösszeg',
'customerData1' => 'Felhasználó',
'customerData2' => 'E-mail',
'customerData3' => 'Telefonszám',
'Számlázási cím' => [
'Cég' => [
'invoiceData1' => 'Cégnév',
'invoiceData2' => 'Adószám',
'invoiceData3' => 'Cím',
],
'Magánszemély' => [
'invoiceData1' => 'Név',
'invoiceData2' => 'Irsz, település',
'invoiceData3' => 'Utca, házszám',
],
],
'Szállítási cím' => [
'Csomagpont' => [
'shippingData1' => 'Csomagpont neve',
'shippingData2' => 'Irsz, település',
'shippingData3' => 'Cím',
],
'Házhozszállítás' => [
'shippingData1' => 'Név',
'shippingData2' => 'Cím',
'shippingData3' => 'Telefonszám',
'shippingData4' => 'Cégnév',
'shippingData5' => 'Adószám',
],
'Személyes átvétel' => [
'shippingData1' => 'Üzlet',
'shippingData2' => 'Cím',
'shippingData3' => 'Infó',
],
],
'paymentData1' => 'Fizetési mód',
'comment' => 'Megjegyzés',
],
'wishlist-remove' => [
],
'service-repair_ready' => [
'name' => 'Név',
'mlapszam' => 'Munkalapszám',
'marka' => 'Márka',
'referenciaszam' => 'Referenciaszám',
'sorozatszam' => 'Sorozatszám',
],
],
'RegisteredWatches' => [
'basePath' => '/Protected/RegisteredWatches',
'warrantyPDFPath' => '/Protected/WarrantyPDF',
'maxWarrantyFiles' => 3,
'maxWatchRepairFiles' => 3,
'allowedWarrantyMimeTypes' => [
0 => 'application/pdf',
1 => 'image/jpeg',
2 => 'image/jpg',
3 => 'image/png',
],
],
'News' => [
'objectBasePath' => '/News',
'assetBasePath' => '/News',
],
'Question' => [
'questionBasePath' => '/Jatekok',
'questionAssetBasePath' => '/Jatekok',
'answerBasePath' => '/Answer',
'answerAssetBasePath' => '/Answer',
'submittedAnswerBasePath' => '/SubmittedAnswer',
],
'CustomerActivityLog' => [
'logPath' => '/coreshop/activity_log',
],
'VersionCheck' => [
'path' => '/VersionCheck',
],
'AppStyle' => [
'path' => '/AppStyle',
],
'Contact' => [
'path' => '/Contact',
],
'MagazineDelivery' => [
'path' => '/Magazine Deliveries',
],
'MessageCenter' => [
'messagePath' => '/MessageCenter/PushNotifications',
'topicPath' => '/MessageCenter/PushNotificationTopic',
'messageTemplatePath' => '/MessageCenter/MessageTemplate',
],
'Cron' => [
'path' => '/Cron',
],
'Thumbnails' => [
'Seiko' => [
'apiRegisteredWatch' => 'seiko_apiRegisteredWatch',
'newsList' => 'seiko_newsList',
'productList' => 'seiko_productList',
'productDetails' => 'seiko_productDetails',
'productDetailsSmall' => 'seiko_productDetailsSmall',
'regWatchList' => 'seiko_regWatchList',
'apiWatchRepairRemark' => 'seiko_apiWatchRepairRemark',
'apiGamesAnswer' => 'seiko_apiGamesAnswer',
],
],
'json_structures' => [
'Question' => [
'id' => NULL,
'oldContent' => [
'getter' => 'getQuestionOldContent',
'argument' => 'oldId',
],
'date' => NULL,
'endDate' => NULL,
'title' => NULL,
'playable' => NULL,
'text' => NULL,
'isVote' => [
'getter' => 'toBoolean',
'argument' => 'isVote',
],
'image' => [
'getter' => 'getImage',
'argument' => 'image',
],
'stat' => [
'getter' => 'getSubmittedAnswersPercent',
'argument' => 'self',
],
],
'QuestionAnswer' => [
'id' => NULL,
'text' => NULL,
'image' => [
'getter' => 'getImage',
'argument' => 'image',
],
'isCorrect' => [
'getter' => 'toBoolean',
'argument' => 'isCorrect',
],
],
'News' => [
'id' => NULL,
'title' => NULL,
'link' => [
'getter' => 'getNewsLink',
'argument' => 'self',
],
'category' => [
'getter' => 'getNewsCategory',
'argument' => 'category',
],
'image' => [
'getter' => 'getImage',
'argument' => 'image',
],
'date' => [
'getter' => 'formatDate',
'argument' => 'date',
],
'content' => [
'getter' => 'getNewsContent',
'argument' => 'content',
],
'sections' => [
'getter' => 'getNewsSections',
'argument' => 'content',
],
],
'CoreShopCustomer' => [
0 => 'id',
1 => 'firstname',
2 => 'lastname',
3 => 'email',
4 => 'newsletterActive',
5 => 'magazineIsActuallyNeed',
6 => 'magazineSubscribed',
7 => 'magazineSubscriptionDate',
8 => 'accessLevel',
9 => 'registerDate',
10 => 'birthDate',
11 => 'phoneNumber',
],
'CoreShopAddress' => [
'id' => NULL,
'firstname' => NULL,
'lastname' => NULL,
'street' => NULL,
'number' => NULL,
'postcode' => NULL,
'city' => NULL,
'country' => [
'getter' => 'getCountryName',
'argument' => 'country',
],
'phoneNumber' => NULL,
'isCompanyBill' => NULL,
'companyName' => NULL,
'companyTaxNumber' => NULL,
'comment' => NULL,
],
'RegisteredWatch' => [
'id' => NULL,
'status' => NULL,
'reference' => NULL,
'serial' => NULL,
'mechanismNumber' => NULL,
'price' => [
'getter' => 'formatPrice',
'argument' => 'price',
],
'warrantyDate' => [
'getter' => 'getRegisteredWatchDate',
'argument' => 'warrantyDate',
],
'registeredAt' => [
'getter' => 'getRegisteredWatchDate',
'argument' => 'registeredAt',
],
'buyDate' => [
'getter' => 'getRegisteredWatchDate',
'argument' => 'buyDate',
],
'placeOfPurchase' => NULL,
'partner' => [
'getter' => 'getRegisteredWatchPartner',
'argument' => 'self',
],
'customer' => [
'getter' => 'getRegisteredWatchCustomer',
'argument' => 'customer',
],
'caliber' => [
'getter' => 'getRegisteredWatchCaliber',
'argument' => 'id',
],
'image' => [
'getter' => 'getRegisteredWatchImage',
'argument' => 'id',
],
'instruction' => [
'getter' => 'getRegisteredWatchInstruction',
'argument' => 'self',
],
'warrantyFile' => [
'getter' => 'getWarrantyFile',
'argument' => 'warrantyFile',
],
'warrantyFiles' => [
'getter' => 'getWarrantyFiles',
'argument' => 'warrantyFile',
],
'subCollection' => [
'getter' => 'getRegisteredWatchSubCollection',
'argument' => 'self',
],
'accuracy' => [
'getter' => 'getRegisteredWatchAccuracy',
'argument' => 'self',
],
'product' => [
'getter' => 'getRegisteredWatchAssignedProduct',
'argument' => 'self',
],
],
'WatchRepairRemark' => [
'id' => NULL,
'name' => [
'getter' => 'getRemarkName',
'argument' => 'self',
],
'text' => NULL,
'editable' => [
'getter' => 'getRemarkEditable',
'argument' => 'self',
],
'date' => [
'getter' => 'getRemarkDate',
'argument' => 'self',
],
'images' => [
'getter' => 'getRemarkImages',
'argument' => 'images',
],
],
'CoreShopProduct' => [
'id' => NULL,
'sku' => NULL,
'new' => [
'getter' => 'getProductIsNew',
'argument' => 'self',
],
'limited' => [
'getter' => 'getProductIsLimited',
'argument' => 'limited',
],
'businessClass' => [
'getter' => 'getBusinessClassName',
'argument' => 'businessClass',
],
'shortDescription' => NULL,
'wholesalePrice' => [
'alias' => 'price',
],
'uniqueName' => NULL,
],
'CoreShopCategory' => [
'id' => NULL,
'name' => NULL,
'description' => NULL,
],
'Cat' => [
'id' => NULL,
'name' => NULL,
'description' => NULL,
'parentCategory' => [
'type' => 'function',
'value' => 'getParentCategory',
],
],
'Android' => [
'minVersion' => NULL,
'dueDate' => NULL,
'message' => NULL,
'criticality' => NULL,
'storeLink' => NULL,
],
'iOS' => [
'minVersion' => NULL,
'dueDate' => NULL,
'message' => NULL,
'criticality' => NULL,
'storeLink' => NULL,
],
'AppStyleMenuItem' => [
'image' => [
'getter' => 'getCommonImage',
'argument' => 'image',
],
'target' => NULL,
],
'MagazineList' => [
'cover' => [
'getter' => 'getCommonImage',
'argument' => 'cover',
],
'link' => [
'getter' => 'getMagazineListLink',
'argument' => 'link',
],
'title' => NULL,
'publishDate' => NULL,
],
'AppStyle' => [
'backGroundColor' => [
'getter' => 'getColor',
'argument' => 'backGroundColor',
],
'textColorActive' => [
'getter' => 'getColor',
'argument' => 'textColorActive',
],
'textColorInactive' => [
'getter' => 'getColor',
'argument' => 'textColorInactive',
],
'headerImage' => [
'getter' => 'getCommonImage',
'argument' => 'headerImage',
],
'menuGap' => NULL,
'paddingH' => NULL,
'paddingV' => NULL,
'borderRadius' => NULL,
],
'Caliber' => [
0 => 'id',
1 => 'name',
2 => 'name2',
3 => 'txt',
4 => 'movement',
],
],
'valid_sort_options' => [
0 => 'name',
1 => 'wholesalePrice',
2 => 'creationDate',
3 => 'collection',
],
'coreshop.frontend.category.default_sort_name' => 'creationDate',
'coreshop.frontend.category.default_sort_direction' => 'desc',
'coreshop.model.user.class' => 'Pimcore\\Model\\DataObject\\CoreShopUser',
'hwi_oauth.target_path_parameter' => '_target_path',
'coreshop.api.category.default_mobile_cover_path' => '/themes/api/images/default_mobile_cover.jpg',
'OrigoDataUpdate' => [
'path' => '/OrigoDataUpdate',
],
'security.authenticator.manager.enabled' => true,
'coreshop.menu.json.template' => '@CoreShopMenu/knp_menu.js.twig',
'coreshop.pimcore.admin.js' => [
0 => '/bundles/coreshoppimcore/pimcore/js/ext/MultiSelect.js',
1 => '/bundles/coreshoppimcore/pimcore/js/ext/ItemSelector.js',
2 => '/bundles/coreshoppimcore/pimcore/js/broker.js',
3 => '/bundles/coreshoppimcore/pimcore/js/helpers.js',
4 => '/bundles/coreshoppimcore/pimcore/js/ext/ClearButton.js',
5 => '/bundles/coreshoppimcore/pimcore/js/coreExtension/tags/coreShopSerializedData.js',
6 => '/bundles/coreshoppimcore/pimcore/js/coreExtension/data/coreShopSerializedData.js',
7 => '/bundles/coreshoppimcore/pimcore/js/coreExtension/data/coreShopDynamicDropdown.js',
8 => '/bundles/coreshoppimcore/pimcore/js/coreExtension/data/coreShopDynamicDropdownMultiple.js',
9 => '/bundles/coreshoppimcore/pimcore/js/coreExtension/data/coreShopItemSelector.js',
10 => '/bundles/coreshoppimcore/pimcore/js/coreExtension/data/coreShopSuperBoxSelect.js',
11 => '/bundles/coreshoppimcore/pimcore/js/coreExtension/tags/coreShopDynamicDropdown.js',
12 => '/bundles/coreshoppimcore/pimcore/js/coreExtension/tags/coreShopDynamicDropdownMultiple.js',
13 => '/bundles/coreshoppimcore/pimcore/js/coreExtension/tags/coreShopItemSelector.js',
14 => '/bundles/coreshoppimcore/pimcore/js/coreExtension/tags/coreShopSuperBoxSelect.js',
15 => '/bundles/coreshoppimcore/pimcore/js/plugin/grid.js',
16 => '/bundles/coreshopresource/pimcore/js/global.js',
17 => '/bundles/coreshopresource/pimcore/js/plugin.js',
18 => '/bundles/coreshopresource/pimcore/js/helpers.js',
19 => '/bundles/coreshopresource/pimcore/js/eventManager.js',
20 => '/bundles/coreshopresource/pimcore/js/resource.js',
21 => '/bundles/coreshopresource/pimcore/js/resource/panel.js',
22 => '/bundles/coreshopresource/pimcore/js/resource/item.js',
23 => '/bundles/coreshopresource/pimcore/js/resource/list.js',
24 => '/bundles/coreshopresource/pimcore/js/resource/comboBox.js',
25 => '/bundles/coreshopresource/pimcore/js/object/elementHref.js',
26 => '/bundles/coreshopresource/pimcore/js/object/objectMultihref.js',
27 => '/bundles/coreshopresource/pimcore/js/coreExtension/data/data.js',
28 => '/bundles/coreshopresource/pimcore/js/coreExtension/data/dataMultiselect.js',
29 => '/bundles/coreshopresource/pimcore/js/coreExtension/data/select.js',
30 => '/bundles/coreshopresource/pimcore/js/coreExtension/data/coreShopRelation.js',
31 => '/bundles/coreshopresource/pimcore/js/coreExtension/data/coreShopRelations.js',
32 => '/bundles/coreshopresource/pimcore/js/coreExtension/tags/select.js',
33 => '/bundles/coreshopresource/pimcore/js/coreExtension/tags/multiselect.js',
34 => '/bundles/coreshopresource/pimcore/js/coreExtension/tags/coreShopRelation.js',
35 => '/bundles/coreshopresource/pimcore/js/coreExtension/tags/coreShopRelations.js',
36 => '/bundles/coreshopresource/pimcore/js/selector/object.js',
37 => '/bundles/coreshopresource/pimcore/js/selector/selector.js',
38 => '/bundles/coreshopresource/pimcore/js/resource/creation.js',
39 => '/bundles/coreshopresource/pimcore/js/events.js',
40 => '/bundles/coreshopmoney/pimcore/js/coreExtension/data/coreShopMoney.js',
41 => '/bundles/coreshopmoney/pimcore/js/coreExtension/tags/coreShopMoney.js',
42 => '/bundles/coreshopmessenger/pimcore/js/list.js',
43 => '/bundles/coreshoprule/pimcore/js/rules/panel.js',
44 => '/bundles/coreshoprule/pimcore/js/rules/item.js',
45 => '/bundles/coreshoprule/pimcore/js/rules/abstract.js',
46 => '/bundles/coreshoprule/pimcore/js/rules/condition.js',
47 => '/bundles/coreshoprule/pimcore/js/rules/action.js',
48 => '/bundles/coreshoprule/pimcore/js/rules/actions/abstract.js',
49 => '/bundles/coreshoprule/pimcore/js/rules/conditions/abstract.js',
50 => '/bundles/coreshoprule/pimcore/js/rules/conditions/nested.js',
51 => '/bundles/coreshoporder/pimcore/js/resource.js',
52 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/panel.js',
53 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/item.js',
54 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/action.js',
55 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/condition.js',
56 => '/bundles/coreshoporder/pimcore/js/cart_item/pricerules/condition.js',
57 => '/bundles/coreshoporder/pimcore/js/cart_item/pricerules/action.js',
58 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/actions/discountAmount.js',
59 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/actions/surchargeAmount.js',
60 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/actions/discountPercent.js',
61 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/actions/surchargePercent.js',
62 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/actions/cartItemAction.js',
63 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/conditions/amount.js',
64 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/conditions/nested.js',
65 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/conditions/timespan.js',
66 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/conditions/voucher.js',
67 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/conditions/not_combinable.js',
68 => '/bundles/coreshoporder/pimcore/js/cart_item/pricerules/actions/discountAmount.js',
69 => '/bundles/coreshoporder/pimcore/js/cart_item/pricerules/actions/discountPercent.js',
70 => '/bundles/coreshoporder/pimcore/js/cart_item/pricerules/conditions/amount.js',
71 => '/bundles/coreshoporder/pimcore/js/order/create/customer.js',
72 => '/bundles/coreshoporder/pimcore/js/order/create/address.js',
73 => '/bundles/coreshoporder/pimcore/js/order/detail/abstractBlock.js',
74 => '/bundles/coreshoporder/pimcore/js/order/create/abstractStep.js',
75 => '/bundles/coreshoporder/pimcore/js/order/create/step/base.js',
76 => '/bundles/coreshoporder/pimcore/js/order/create/step/products.js',
77 => '/bundles/coreshoporder/pimcore/js/order/create/step/address.js',
78 => '/bundles/coreshoporder/pimcore/js/order/create/step/totals.js',
79 => '/bundles/coreshoporder/pimcore/js/order/list.js',
80 => '/bundles/coreshoporder/pimcore/js/order/create/panel.js',
81 => '/bundles/coreshoporder/pimcore/js/helper.js',
82 => '/bundles/coreshoporder/pimcore/js/order/detail/panel.js',
83 => '/bundles/coreshoporder/pimcore/js/order/detail/blocks/header.js',
84 => '/bundles/coreshoporder/pimcore/js/order/detail/blocks/info.js',
85 => '/bundles/coreshoporder/pimcore/js/order/detail/blocks/shipment.js',
86 => '/bundles/coreshoporder/pimcore/js/order/detail/blocks/invoice.js',
87 => '/bundles/coreshoporder/pimcore/js/order/detail/blocks/payment.js',
88 => '/bundles/coreshoporder/pimcore/js/order/detail/blocks/correspondence.js',
89 => '/bundles/coreshoporder/pimcore/js/order/detail/blocks/customer.js',
90 => '/bundles/coreshoporder/pimcore/js/order/detail/blocks/detail.js',
91 => '/bundles/coreshoporder/pimcore/js/order/detail/blocks/comments.js',
92 => '/bundles/coreshoporder/pimcore/js/order/invoice.js',
93 => '/bundles/coreshoporder/pimcore/js/order/shipment.js',
94 => '/bundles/coreshoporder/pimcore/js/order/createPayment.js',
95 => '/bundles/coreshoporder/pimcore/js/order/editPayment.js',
96 => '/bundles/coreshoporder/pimcore/js/order/editShipment.js',
97 => '/bundles/coreshoporder/pimcore/js/order/editInvoice.js',
98 => '/bundles/coreshoporder/pimcore/js/order/invoice/render.js',
99 => '/bundles/coreshoporder/pimcore/js/order/shipment/render.js',
100 => '/bundles/coreshoporder/pimcore/js/order/state/changeState.js',
101 => '/bundles/coreshoporder/pimcore/js/quote/list.js',
102 => '/bundles/coreshoporder/pimcore/js/quote/detail/panel.js',
103 => '/bundles/coreshoporder/pimcore/js/quote/create/panel.js',
104 => '/bundles/coreshoporder/pimcore/js/quote/detail/blocks/header.js',
105 => '/bundles/coreshoporder/pimcore/js/quote/detail/blocks/info.js',
106 => '/bundles/coreshoporder/pimcore/js/quote/detail/blocks/correspondence.js',
107 => '/bundles/coreshoporder/pimcore/js/quote/detail/blocks/customer.js',
108 => '/bundles/coreshoporder/pimcore/js/quote/detail/blocks/detail.js',
109 => '/bundles/coreshoporder/pimcore/js/quote/detail/blocks/comments.js',
110 => '/bundles/coreshoporder/pimcore/js/coreExtension/data/coreShopCartPriceRule.js',
111 => '/bundles/coreshoporder/pimcore/js/coreExtension/tags/coreShopCartPriceRule.js',
112 => '/bundles/coreshoporder/pimcore/js/object/gridcolumn/operator/coreshop_order_state.js',
113 => '/bundles/coreshoporder/pimcore/js/object/gridcolumn/operator/coreshop_price_formatter.js',
114 => '/bundles/coreshoporder/pimcore/js/cart/list.js',
115 => '/bundles/coreshoporder/pimcore/js/cart/create/panel.js',
116 => '/bundles/coreshoporder/pimcore/js/cart/detail/panel.js',
117 => '/bundles/coreshoporder/pimcore/js/cart/detail/blocks/header.js',
118 => '/bundles/coreshoporder/pimcore/js/cart/detail/blocks/info.js',
119 => '/bundles/coreshoporder/pimcore/js/cart/detail/blocks/customer.js',
120 => '/bundles/coreshoporder/pimcore/js/cart/detail/blocks/detail.js',
121 => '/bundles/coreshopcustomer/pimcore/js/resource.js',
122 => '/bundles/coreshopcustomer/pimcore/js/customer/list.js',
123 => '/bundles/coreshopcustomer/pimcore/js/customer_group/list.js',
124 => '/bundles/coreshopuser/pimcore/js/resource.js',
125 => '/bundles/coreshopproduct/pimcore/js/resource.js',
126 => '/bundles/coreshopproduct/pimcore/js/product/unit/panel.js',
127 => '/bundles/coreshopproduct/pimcore/js/product/unit/item.js',
128 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/panel.js',
129 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/item.js',
130 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/action.js',
131 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/condition.js',
132 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/conditions/nested.js',
133 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/conditions/timespan.js',
134 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/conditions/weight.js',
135 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/actions/discountAmount.js',
136 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/actions/discountPercent.js',
137 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/actions/price.js',
138 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/actions/discountPrice.js',
139 => '/bundles/coreshopproduct/pimcore/js/specificprice/action.js',
140 => '/bundles/coreshopproduct/pimcore/js/specificprice//condition.js',
141 => '/bundles/coreshopproduct/pimcore/js/specificprice/actions/price.js',
142 => '/bundles/coreshopproduct/pimcore/js/specificprice/actions/discountPrice.js',
143 => '/bundles/coreshopproduct/pimcore/js/specificprice/actions/discountAmount.js',
144 => '/bundles/coreshopproduct/pimcore/js/specificprice/actions/discountPercent.js',
145 => '/bundles/coreshopproduct/pimcore/js/specificprice/conditions/nested.js',
146 => '/bundles/coreshopproduct/pimcore/js/specificprice/conditions/timespan.js',
147 => '/bundles/coreshopproduct/pimcore/js/specificprice/object/item.js',
148 => '/bundles/coreshopproduct/pimcore/js/coreExtension/data/coreShopProductUnit.js',
149 => '/bundles/coreshopproduct/pimcore/js/coreExtension/tags/coreShopProductUnit.js',
150 => '/bundles/coreshopproduct/pimcore/js/coreExtension/data/coreShopProductSpecificPriceRules.js',
151 => '/bundles/coreshopproduct/pimcore/js/coreExtension/tags/coreShopProductSpecificPriceRules.js',
152 => '/bundles/coreshopproduct/pimcore/js/coreExtension/data/coreShopProductUnitDefinitions.js',
153 => '/bundles/coreshopproduct/pimcore/js/coreExtension/tags/coreShopProductUnitDefinitions.js',
154 => '/bundles/coreshopproduct/pimcore/js/product/units/builder.js',
155 => '/bundles/coreshopproduct/pimcore/js/coreExtension/data/coreShopProductUnitDefinition.js',
156 => '/bundles/coreshopproduct/pimcore/js/coreExtension/tags/coreShopProductUnitDefinition.js',
157 => '/bundles/coreshopaddress/pimcore/js/resource.js',
158 => '/bundles/coreshopaddress/pimcore/js/resource/country.js',
159 => '/bundles/coreshopaddress/pimcore/js/resource/state.js',
160 => '/bundles/coreshopaddress/pimcore/js/resource/zone.js',
161 => '/bundles/coreshopaddress/pimcore/js/resource/country_salutation.js',
162 => '/bundles/coreshopaddress/pimcore/js/country/item.js',
163 => '/bundles/coreshopaddress/pimcore/js/country/panel.js',
164 => '/bundles/coreshopaddress/pimcore/js/state/item.js',
165 => '/bundles/coreshopaddress/pimcore/js/state/panel.js',
166 => '/bundles/coreshopaddress/pimcore/js/zone/item.js',
167 => '/bundles/coreshopaddress/pimcore/js/zone/panel.js',
168 => '/bundles/coreshopaddress/pimcore/js/coreExtension/data/coreShopCountry.js',
169 => '/bundles/coreshopaddress/pimcore/js/coreExtension/tags/coreShopCountry.js',
170 => '/bundles/coreshopaddress/pimcore/js/coreExtension/data/coreShopCountryMultiselect.js',
171 => '/bundles/coreshopaddress/pimcore/js/coreExtension/tags/coreShopCountryMultiselect.js',
172 => '/bundles/coreshopaddress/pimcore/js/coreExtension/data/coreShopState.js',
173 => '/bundles/coreshopaddress/pimcore/js/coreExtension/tags/coreShopState.js',
174 => '/bundles/coreshopaddress/pimcore/js/coreExtension/data/coreShopAddressIdentifier.js',
175 => '/bundles/coreshopaddress/pimcore/js/coreExtension/tags/coreShopAddressIdentifier.js',
176 => '/bundles/coreshopcurrency/pimcore/js/resource.js',
177 => '/bundles/coreshopcurrency/pimcore/js/resource/currency.js',
178 => '/bundles/coreshopcurrency/pimcore/js/currency/item.js',
179 => '/bundles/coreshopcurrency/pimcore/js/currency/panel.js',
180 => '/bundles/coreshopcurrency/pimcore/js/coreExtension/data/coreShopCurrency.js',
181 => '/bundles/coreshopcurrency/pimcore/js/coreExtension/tags/coreShopCurrency.js',
182 => '/bundles/coreshopcurrency/pimcore/js/coreExtension/data/coreShopCurrencyMultiselect.js',
183 => '/bundles/coreshopcurrency/pimcore/js/coreExtension/tags/coreShopCurrencyMultiselect.js',
184 => '/bundles/coreshopcurrency/pimcore/js/coreExtension/data/coreShopMoneyCurrency.js',
185 => '/bundles/coreshopcurrency/pimcore/js/coreExtension/tags/coreShopMoneyCurrency.js',
186 => '/bundles/coreshopcurrency/pimcore/js/exchangeRate/panel.js',
187 => '/bundles/coreshoptaxation/pimcore/js/resource.js',
188 => '/bundles/coreshoptaxation/pimcore/js/resource/taxRate.js',
189 => '/bundles/coreshoptaxation/pimcore/js/resource/taxRuleGroup.js',
190 => '/bundles/coreshoptaxation/pimcore/js/tax/item.js',
191 => '/bundles/coreshoptaxation/pimcore/js/tax/panel.js',
192 => '/bundles/coreshoptaxation/pimcore/js/taxrulegroup/item.js',
193 => '/bundles/coreshoptaxation/pimcore/js/taxrulegroup/panel.js',
194 => '/bundles/coreshoptaxation/pimcore/js/coreExtension/data/coreShopTaxRuleGroup.js',
195 => '/bundles/coreshoptaxation/pimcore/js/coreExtension/tags/coreShopTaxRuleGroup.js',
196 => '/bundles/coreshoptaxation/pimcore/js/coreExtension/data/coreShopTaxRate.js',
197 => '/bundles/coreshoptaxation/pimcore/js/coreExtension/tags/coreShopTaxRate.js',
198 => '/bundles/coreshopstore/pimcore/js/resource.js',
199 => '/bundles/coreshopstore/pimcore/js/resource/store.js',
200 => '/bundles/coreshopstore/pimcore/js/item.js',
201 => '/bundles/coreshopstore/pimcore/js/panel.js',
202 => '/bundles/coreshopstore/pimcore/js/coreExtension/data/coreShopStore.js',
203 => '/bundles/coreshopstore/pimcore/js/coreExtension/tags/coreShopStore.js',
204 => '/bundles/coreshopstore/pimcore/js/coreExtension/data/coreShopStoreMultiselect.js',
205 => '/bundles/coreshopstore/pimcore/js/coreExtension/tags/coreShopStoreMultiselect.js',
206 => '/bundles/coreshopindex/pimcore/js/resource.js',
207 => '/bundles/coreshopindex/pimcore/js/index/item.js',
208 => '/bundles/coreshopindex/pimcore/js/index/panel.js',
209 => '/bundles/coreshopindex/pimcore/js/index/fields.js',
210 => '/bundles/coreshopindex/pimcore/js/index/getters/abstract.js',
211 => '/bundles/coreshopindex/pimcore/js/index/getters/brick.js',
212 => '/bundles/coreshopindex/pimcore/js/index/getters/classificationstore.js',
213 => '/bundles/coreshopindex/pimcore/js/index/getters/fieldcollection.js',
214 => '/bundles/coreshopindex/pimcore/js/index/interpreters/abstract.js',
215 => '/bundles/coreshopindex/pimcore/js/index/interpreters/empty.js',
216 => '/bundles/coreshopindex/pimcore/js/index/interpreters/nestedcontainer.js',
217 => '/bundles/coreshopindex/pimcore/js/index/interpreters/nested.js',
218 => '/bundles/coreshopindex/pimcore/js/index/interpreters/nestedlocalized.js',
219 => '/bundles/coreshopindex/pimcore/js/index/interpreters/nestedrelational.js',
220 => '/bundles/coreshopindex/pimcore/js/index/interpreters/objectproperty.js',
221 => '/bundles/coreshopindex/pimcore/js/index/interpreters/expression.js',
222 => '/bundles/coreshopindex/pimcore/js/index/interpreters/iterator.js',
223 => '/bundles/coreshopindex/pimcore/js/index/objecttype/abstract.js',
224 => '/bundles/coreshopindex/pimcore/js/index/worker/abstract.js',
225 => '/bundles/coreshopindex/pimcore/js/index/worker/mysql.js',
226 => '/bundles/coreshopindex/pimcore/js/filter/item.js',
227 => '/bundles/coreshopindex/pimcore/js/filter/panel.js',
228 => '/bundles/coreshopindex/pimcore/js/filter/abstract.js',
229 => '/bundles/coreshopindex/pimcore/js/filter/condition.js',
230 => '/bundles/coreshopindex/pimcore/js/filter/similarity.js',
231 => '/bundles/coreshopindex/pimcore/js/filter/conditions/abstract.js',
232 => '/bundles/coreshopindex/pimcore/js/filter/conditions/boolean.js',
233 => '/bundles/coreshopindex/pimcore/js/filter/conditions/nested.js',
234 => '/bundles/coreshopindex/pimcore/js/filter/conditions/multiselect.js',
235 => '/bundles/coreshopindex/pimcore/js/filter/conditions/multiselect_from_mulitselect.js',
236 => '/bundles/coreshopindex/pimcore/js/filter/conditions/range.js',
237 => '/bundles/coreshopindex/pimcore/js/filter/conditions/select.js',
238 => '/bundles/coreshopindex/pimcore/js/filter/conditions/select_from_multiselect.js',
239 => '/bundles/coreshopindex/pimcore/js/filter/conditions/relational_multiselect.js',
240 => '/bundles/coreshopindex/pimcore/js/filter/conditions/relational_select.js',
241 => '/bundles/coreshopindex/pimcore/js/filter/conditions/category_select.js',
242 => '/bundles/coreshopindex/pimcore/js/filter/conditions/category_multiselect.js',
243 => '/bundles/coreshopindex/pimcore/js/filter/conditions/search.js',
244 => '/bundles/coreshopindex/pimcore/js/filter/similarities/abstract.js',
245 => '/bundles/coreshopindex/pimcore/js/filter/similarities/field.js',
246 => '/bundles/coreshopindex/pimcore/js/coreExtension/data/coreShopFilter.js',
247 => '/bundles/coreshopindex/pimcore/js/coreExtension/tags/coreShopFilter.js',
248 => '/bundles/coreshopshipping/pimcore/js/resource.js',
249 => '/bundles/coreshopshipping/pimcore/js/carrier/item.js',
250 => '/bundles/coreshopshipping/pimcore/js/carrier/panel.js',
251 => '/bundles/coreshopshipping/pimcore/js/shippingrule/item.js',
252 => '/bundles/coreshopshipping/pimcore/js/shippingrule/panel.js',
253 => '/bundles/coreshopshipping/pimcore/js/shippingrule/action.js',
254 => '/bundles/coreshopshipping/pimcore/js/shippingrule/condition.js',
255 => '/bundles/coreshopshipping/pimcore/js/shippingrule/actions/additionPercent.js',
256 => '/bundles/coreshopshipping/pimcore/js/shippingrule/actions/discountPercent.js',
257 => '/bundles/coreshopshipping/pimcore/js/shippingrule/actions/shippingRule.js',
258 => '/bundles/coreshopshipping/pimcore/js/shippingrule/conditions/amount.js',
259 => '/bundles/coreshopshipping/pimcore/js/shippingrule/conditions/dimension.js',
260 => '/bundles/coreshopshipping/pimcore/js/shippingrule/conditions/nested.js',
261 => '/bundles/coreshopshipping/pimcore/js/shippingrule/conditions/postcodes.js',
262 => '/bundles/coreshopshipping/pimcore/js/shippingrule/conditions/shippingRule.js',
263 => '/bundles/coreshopshipping/pimcore/js/shippingrule/conditions/weight.js',
264 => '/bundles/coreshopshipping/pimcore/js/coreExtension/data/coreShopCarrier.js',
265 => '/bundles/coreshopshipping/pimcore/js/coreExtension/tags/coreShopCarrier.js',
266 => '/bundles/coreshopshipping/pimcore/js/coreExtension/data/coreShopCarrierMultiselect.js',
267 => '/bundles/coreshopshipping/pimcore/js/coreExtension/tags/coreShopCarrierMultiselect.js',
268 => '/bundles/coreshoppayment/pimcore/js/resource.js',
269 => '/bundles/coreshoppayment/pimcore/js/provider/item.js',
270 => '/bundles/coreshoppayment/pimcore/js/provider/panel.js',
271 => '/bundles/coreshoppayment/pimcore/js/paymentproviderrule/item.js',
272 => '/bundles/coreshoppayment/pimcore/js/paymentproviderrule/panel.js',
273 => '/bundles/coreshoppayment/pimcore/js/paymentproviderrule/action.js',
274 => '/bundles/coreshoppayment/pimcore/js/paymentproviderrule/condition.js',
275 => '/bundles/coreshoppayment/pimcore/js/paymentproviderrule/conditions/amount.js',
276 => '/bundles/coreshoppayment/pimcore/js/paymentproviderrule/conditions/nested.js',
277 => '/bundles/coreshoppayment/pimcore/js/paymentproviderrule/conditions/paymentProviderRule.js',
278 => '/bundles/coreshoppayment/pimcore/js/paymentproviderrule/actions/additionPercent.js',
279 => '/bundles/coreshoppayment/pimcore/js/paymentproviderrule/actions/discountPercent.js',
280 => '/bundles/coreshoppayment/pimcore/js/provider/gateways/abstract.js',
281 => '/bundles/coreshoppayment/pimcore/js/provider/gateways/paypal_express_checkout.js',
282 => '/bundles/coreshoppayment/pimcore/js/provider/gateways/sofort.js',
283 => '/bundles/coreshoppayment/pimcore/js/coreExtension/data/coreShopPaymentProvider.js',
284 => '/bundles/coreshoppayment/pimcore/js/coreExtension/tags/coreShopPaymentProvider.js',
285 => '/bundles/coreshoppayment/pimcore/js/coreExtension/data/coreShopPaymentProviderMultiselect.js',
286 => '/bundles/coreshoppayment/pimcore/js/coreExtension/tags/coreShopPaymentProviderMultiselect.js',
287 => '/admin/js/simplepay.js',
288 => '/bundles/coreshopnotification/pimcore/js/resource.js',
289 => '/bundles/coreshopnotification/pimcore/js/rule/item.js',
290 => '/bundles/coreshopnotification/pimcore/js/rule/panel.js',
291 => '/bundles/coreshopnotification/pimcore/js/rule/action.js',
292 => '/bundles/coreshopnotification/pimcore/js/rule/condition.js',
293 => '/bundles/coreshopnotification/pimcore/js/rule/actions/mail.js',
294 => '/bundles/coreshopproductquantitypricerules/pimcore/js/clipboardManager.js',
295 => '/bundles/coreshopproductquantitypricerules/pimcore/js/coreExtension/data/coreShopProductQuantityPriceRules.js',
296 => '/bundles/coreshopproductquantitypricerules/pimcore/js/coreExtension/tags/coreShopProductQuantityPriceRules.js',
297 => '/bundles/coreshopproductquantitypricerules/pimcore/js/productQuantityPriceRules/object/item.js',
298 => '/bundles/coreshopproductquantitypricerules/pimcore/js/productQuantityPriceRules/ranges.js',
299 => '/bundles/coreshopproductquantitypricerules/pimcore/js/productQuantityPriceRules/condition.js',
300 => '/bundles/coreshopproductquantitypricerules/pimcore/js/productQuantityPriceRules/conditions/nested.js',
301 => '/bundles/coreshopcore/pimcore/js/payment/provider/item.js',
302 => '/bundles/coreshopcore/pimcore/js/order/detail/blocks/detail.js',
303 => '/bundles/coreshopcore/pimcore/js/order/detail/blocks/carriage.js',
304 => '/bundles/coreshopcore/pimcore/js/order/shipment.js',
305 => '/bundles/coreshopcore/pimcore/js/order/create/step/shipping.js',
306 => '/bundles/coreshopcore/pimcore/js/order/create/step/products.js',
307 => '/bundles/coreshopcore/pimcore/js/quote/list.js',
308 => '/bundles/coreshopcore/pimcore/js/store/item.js',
309 => '/bundles/coreshopcore/pimcore/js/address/country/item.js',
310 => '/bundles/coreshopcore/pimcore/js/report/abstract.js',
311 => '/bundles/coreshopcore/pimcore/js/report/abstractStore.js',
312 => '/bundles/coreshopcore/pimcore/js/report/reports/carriers.js',
313 => '/bundles/coreshopcore/pimcore/js/report/reports/carts.js',
314 => '/bundles/coreshopcore/pimcore/js/report/reports/carts_abandoned.js',
315 => '/bundles/coreshopcore/pimcore/js/report/reports/manufacturer.js',
316 => '/bundles/coreshopcore/pimcore/js/report/reports/vouchers.js',
317 => '/bundles/coreshopcore/pimcore/js/report/reports/categories.js',
318 => '/bundles/coreshopcore/pimcore/js/report/reports/customers.js',
319 => '/bundles/coreshopcore/pimcore/js/report/reports/payment_providers.js',
320 => '/bundles/coreshopcore/pimcore/js/report/reports/products.js',
321 => '/bundles/coreshopcore/pimcore/js/report/reports/sales.js',
322 => '/bundles/coreshopcore/pimcore/js/dashboard/portlets/abstract.js',
323 => '/bundles/coreshopcore/pimcore/js/dashboard/portlets/order_cart.js',
324 => '/bundles/coreshopcore/pimcore/js/dashboard/portlets/sales.js',
325 => '/bundles/coreshopcore/pimcore/js/shipping/carrier/item.js',
326 => '/bundles/coreshopcore/pimcore/js/shipping/rules/conditions/categories.js',
327 => '/bundles/coreshopcore/pimcore/js/shipping/rules/conditions/countries.js',
328 => '/bundles/coreshopcore/pimcore/js/shipping/rules/conditions/currencies.js',
329 => '/bundles/coreshopcore/pimcore/js/shipping/rules/conditions/customerGroups.js',
330 => '/bundles/coreshopcore/pimcore/js/shipping/rules/conditions/customers.js',
331 => '/bundles/coreshopcore/pimcore/js/shipping/rules/conditions/products.js',
332 => '/bundles/coreshopcore/pimcore/js/shipping/rules/conditions/stores.js',
333 => '/bundles/coreshopcore/pimcore/js/shipping/rules/conditions/zones.js',
334 => '/bundles/coreshopcore/pimcore/js/shipping/rules/actions/additionAmount.js',
335 => '/bundles/coreshopcore/pimcore/js/shipping/rules/actions/discountAmount.js',
336 => '/bundles/coreshopcore/pimcore/js/shipping/rules/actions/price.js',
337 => '/bundles/coreshopcore/pimcore/js/payment/rules/conditions/categories.js',
338 => '/bundles/coreshopcore/pimcore/js/payment/rules/conditions/countries.js',
339 => '/bundles/coreshopcore/pimcore/js/payment/rules/conditions/currencies.js',
340 => '/bundles/coreshopcore/pimcore/js/payment/rules/conditions/customerGroups.js',
341 => '/bundles/coreshopcore/pimcore/js/payment/rules/conditions/customers.js',
342 => '/bundles/coreshopcore/pimcore/js/payment/rules/conditions/products.js',
343 => '/bundles/coreshopcore/pimcore/js/payment/rules/conditions/stores.js',
344 => '/bundles/coreshopcore/pimcore/js/payment/rules/conditions/zones.js',
345 => '/bundles/coreshopcore/pimcore/js/payment/rules/actions/additionAmount.js',
346 => '/bundles/coreshopcore/pimcore/js/payment/rules/actions/discountAmount.js',
347 => '/bundles/coreshopcore/pimcore/js/payment/rules/actions/price.js',
348 => '/bundles/coreshopcore/pimcore/js/product/pricerule/conditions/countries.js',
349 => '/bundles/coreshopcore/pimcore/js/product/pricerule/conditions/currencies.js',
350 => '/bundles/coreshopcore/pimcore/js/product/pricerule/conditions/customerGroups.js',
351 => '/bundles/coreshopcore/pimcore/js/product/pricerule/conditions/customers.js',
352 => '/bundles/coreshopcore/pimcore/js/product/pricerule/conditions/quantity.js',
353 => '/bundles/coreshopcore/pimcore/js/product/pricerule/conditions/stores.js',
354 => '/bundles/coreshopcore/pimcore/js/product/pricerule/conditions/zones.js',
355 => '/bundles/coreshopcore/pimcore/js/product/pricerule/conditions/categories.js',
356 => '/bundles/coreshopcore/pimcore/js/product/pricerule/conditions/products.js',
357 => '/bundles/coreshopcore/pimcore/js/product/specificprice/conditions/countries.js',
358 => '/bundles/coreshopcore/pimcore/js/product/specificprice/conditions/currencies.js',
359 => '/bundles/coreshopcore/pimcore/js/product/specificprice/conditions/customerGroups.js',
360 => '/bundles/coreshopcore/pimcore/js/product/specificprice/conditions/customers.js',
361 => '/bundles/coreshopcore/pimcore/js/product/specificprice/conditions/stores.js',
362 => '/bundles/coreshopcore/pimcore/js/product/specificprice/conditions/zones.js',
363 => '/bundles/coreshopcore/pimcore/js/productquantitypricerules/conditions/countries.js',
364 => '/bundles/coreshopcore/pimcore/js/productquantitypricerules/conditions/currencies.js',
365 => '/bundles/coreshopcore/pimcore/js/productquantitypricerules/conditions/customerGroups.js',
366 => '/bundles/coreshopcore/pimcore/js/productquantitypricerules/conditions/customers.js',
367 => '/bundles/coreshopcore/pimcore/js/productquantitypricerules/conditions/stores.js',
368 => '/bundles/coreshopcore/pimcore/js/productquantitypricerules/conditions/zones.js',
369 => '/bundles/coreshopcore/pimcore/js/productquantitypricerules/conditions/timespan.js',
370 => '/bundles/coreshopcore/pimcore/js/productquantitypricerules/ranges.js',
371 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/actions/freeShipping.js',
372 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/actions/giftProduct.js',
373 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/conditions/carriers.js',
374 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/conditions/categories.js',
375 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/conditions/countries.js',
376 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/conditions/currencies.js',
377 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/conditions/customerGroups.js',
378 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/conditions/customers.js',
379 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/conditions/products.js',
380 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/conditions/stores.js',
381 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/conditions/zones.js',
382 => '/bundles/coreshopcore/pimcore/js/cart_item/pricerules/conditions/products.js',
383 => '/bundles/coreshopcore/pimcore/js/cart_item/pricerules/conditions/categories.js',
384 => '/bundles/coreshopcore/pimcore/js/taxation/taxrulegroup/item.js',
385 => '/bundles/coreshopcore/pimcore/js/coreExtension/data/coreShopStoreValues.js',
386 => '/bundles/coreshopcore/pimcore/js/coreExtension/tags/coreShopStoreValues.js',
387 => '/bundles/coreshopcore/pimcore/js/product/storevalues/builder.js',
388 => '/bundles/coreshopcore/pimcore/js/product/storevalues/items/abstract.js',
389 => '/bundles/coreshopcore/pimcore/js/product/storevalues/items/price.js',
390 => '/bundles/coreshopcore/pimcore/js/product/storevalues/items/unitPrice.js',
391 => '/bundles/coreshopcore/pimcore/js/product/units/builder.js',
392 => '/bundles/coreshopcore/pimcore/js/notification/conditions/abstractTransition.js',
393 => '/bundles/coreshopcore/pimcore/js/notification/actions/orderMail.js',
394 => '/bundles/coreshopcore/pimcore/js/notification/actions/storeMail.js',
395 => '/bundles/coreshopcore/pimcore/js/notification/actions/storeOrderMail.js',
396 => '/bundles/coreshopcore/pimcore/js/notification/conditions/messaging/messageType.js',
397 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/carriers.js',
398 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/comment.js',
399 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/backendCreated.js',
400 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderState.js',
401 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderTransition.js',
402 => '/bundles/coreshopcore/pimcore/js/notification/conditions/quote/quoteState.js',
403 => '/bundles/coreshopcore/pimcore/js/notification/conditions/quote/quoteTransition.js',
404 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/payment.js',
405 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderPaymentState.js',
406 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderPaymentTransition.js',
407 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderShippingState.js',
408 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderShippingTransition.js',
409 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderInvoiceState.js',
410 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderInvoiceTransition.js',
411 => '/bundles/coreshopcore/pimcore/js/notification/conditions/payment/paymentState.js',
412 => '/bundles/coreshopcore/pimcore/js/notification/conditions/payment/paymentTransition.js',
413 => '/bundles/coreshopcore/pimcore/js/notification/conditions/shipment/shipmentState.js',
414 => '/bundles/coreshopcore/pimcore/js/notification/conditions/shipment/shipmentTransition.js',
415 => '/bundles/coreshopcore/pimcore/js/notification/conditions/invoice/invoiceState.js',
416 => '/bundles/coreshopcore/pimcore/js/notification/conditions/invoice/invoiceTransition.js',
417 => '/bundles/coreshopcore/pimcore/js/notification/conditions/user/userType.js',
418 => '/bundles/coreshopcore/pimcore/js/notification/conditions/all/stores.js',
419 => '/bundles/coreshopcore/pimcore/js/object/gridcolumn/operator/storePrice.js',
420 => '/bundles/coreshopcore/pimcore/js/product/preview.js',
421 => '/bundles/coreshopcore/pimcore/js/workflow/variantUnitDefinitionSolidifier.js',
422 => '/bundles/coreshopcore/pimcore/js/customer/abstractCustomerModifier.js',
423 => '/bundles/coreshopcore/pimcore/js/customer/customerToNewCompanyAssignment.js',
424 => '/bundles/coreshopcore/pimcore/js/customer/customerToExistingCompanyAssignment.js',
425 => '/bundles/coreshopcore/pimcore/js/settings.js',
426 => '/bundles/coreshopcore/pimcore/js/helpers.js',
427 => '/bundles/coreshopcore/pimcore/js/resource.js',
],
'coreshop.all.pimcore.admin.js' => [
0 => '/bundles/coreshoppimcore/pimcore/js/ext/MultiSelect.js',
1 => '/bundles/coreshoppimcore/pimcore/js/ext/ItemSelector.js',
2 => '/bundles/coreshoppimcore/pimcore/js/broker.js',
3 => '/bundles/coreshoppimcore/pimcore/js/helpers.js',
4 => '/bundles/coreshoppimcore/pimcore/js/ext/ClearButton.js',
5 => '/bundles/coreshoppimcore/pimcore/js/coreExtension/tags/coreShopSerializedData.js',
6 => '/bundles/coreshoppimcore/pimcore/js/coreExtension/data/coreShopSerializedData.js',
7 => '/bundles/coreshoppimcore/pimcore/js/coreExtension/data/coreShopDynamicDropdown.js',
8 => '/bundles/coreshoppimcore/pimcore/js/coreExtension/data/coreShopDynamicDropdownMultiple.js',
9 => '/bundles/coreshoppimcore/pimcore/js/coreExtension/data/coreShopItemSelector.js',
10 => '/bundles/coreshoppimcore/pimcore/js/coreExtension/data/coreShopSuperBoxSelect.js',
11 => '/bundles/coreshoppimcore/pimcore/js/coreExtension/tags/coreShopDynamicDropdown.js',
12 => '/bundles/coreshoppimcore/pimcore/js/coreExtension/tags/coreShopDynamicDropdownMultiple.js',
13 => '/bundles/coreshoppimcore/pimcore/js/coreExtension/tags/coreShopItemSelector.js',
14 => '/bundles/coreshoppimcore/pimcore/js/coreExtension/tags/coreShopSuperBoxSelect.js',
15 => '/bundles/coreshoppimcore/pimcore/js/plugin/grid.js',
16 => '/bundles/coreshopresource/pimcore/js/global.js',
17 => '/bundles/coreshopresource/pimcore/js/plugin.js',
18 => '/bundles/coreshopresource/pimcore/js/helpers.js',
19 => '/bundles/coreshopresource/pimcore/js/eventManager.js',
20 => '/bundles/coreshopresource/pimcore/js/resource.js',
21 => '/bundles/coreshopresource/pimcore/js/resource/panel.js',
22 => '/bundles/coreshopresource/pimcore/js/resource/item.js',
23 => '/bundles/coreshopresource/pimcore/js/resource/list.js',
24 => '/bundles/coreshopresource/pimcore/js/resource/comboBox.js',
25 => '/bundles/coreshopresource/pimcore/js/object/elementHref.js',
26 => '/bundles/coreshopresource/pimcore/js/object/objectMultihref.js',
27 => '/bundles/coreshopresource/pimcore/js/coreExtension/data/data.js',
28 => '/bundles/coreshopresource/pimcore/js/coreExtension/data/dataMultiselect.js',
29 => '/bundles/coreshopresource/pimcore/js/coreExtension/data/select.js',
30 => '/bundles/coreshopresource/pimcore/js/coreExtension/data/coreShopRelation.js',
31 => '/bundles/coreshopresource/pimcore/js/coreExtension/data/coreShopRelations.js',
32 => '/bundles/coreshopresource/pimcore/js/coreExtension/tags/select.js',
33 => '/bundles/coreshopresource/pimcore/js/coreExtension/tags/multiselect.js',
34 => '/bundles/coreshopresource/pimcore/js/coreExtension/tags/coreShopRelation.js',
35 => '/bundles/coreshopresource/pimcore/js/coreExtension/tags/coreShopRelations.js',
36 => '/bundles/coreshopresource/pimcore/js/selector/object.js',
37 => '/bundles/coreshopresource/pimcore/js/selector/selector.js',
38 => '/bundles/coreshopresource/pimcore/js/resource/creation.js',
39 => '/bundles/coreshopresource/pimcore/js/events.js',
40 => '/bundles/coreshopmoney/pimcore/js/coreExtension/data/coreShopMoney.js',
41 => '/bundles/coreshopmoney/pimcore/js/coreExtension/tags/coreShopMoney.js',
42 => '/bundles/coreshopmessenger/pimcore/js/list.js',
43 => '/bundles/coreshoprule/pimcore/js/rules/panel.js',
44 => '/bundles/coreshoprule/pimcore/js/rules/item.js',
45 => '/bundles/coreshoprule/pimcore/js/rules/abstract.js',
46 => '/bundles/coreshoprule/pimcore/js/rules/condition.js',
47 => '/bundles/coreshoprule/pimcore/js/rules/action.js',
48 => '/bundles/coreshoprule/pimcore/js/rules/actions/abstract.js',
49 => '/bundles/coreshoprule/pimcore/js/rules/conditions/abstract.js',
50 => '/bundles/coreshoprule/pimcore/js/rules/conditions/nested.js',
51 => '/bundles/coreshoporder/pimcore/js/resource.js',
52 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/panel.js',
53 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/item.js',
54 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/action.js',
55 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/condition.js',
56 => '/bundles/coreshoporder/pimcore/js/cart_item/pricerules/condition.js',
57 => '/bundles/coreshoporder/pimcore/js/cart_item/pricerules/action.js',
58 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/actions/discountAmount.js',
59 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/actions/surchargeAmount.js',
60 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/actions/discountPercent.js',
61 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/actions/surchargePercent.js',
62 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/actions/cartItemAction.js',
63 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/conditions/amount.js',
64 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/conditions/nested.js',
65 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/conditions/timespan.js',
66 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/conditions/voucher.js',
67 => '/bundles/coreshoporder/pimcore/js/cart/pricerules/conditions/not_combinable.js',
68 => '/bundles/coreshoporder/pimcore/js/cart_item/pricerules/actions/discountAmount.js',
69 => '/bundles/coreshoporder/pimcore/js/cart_item/pricerules/actions/discountPercent.js',
70 => '/bundles/coreshoporder/pimcore/js/cart_item/pricerules/conditions/amount.js',
71 => '/bundles/coreshoporder/pimcore/js/order/create/customer.js',
72 => '/bundles/coreshoporder/pimcore/js/order/create/address.js',
73 => '/bundles/coreshoporder/pimcore/js/order/detail/abstractBlock.js',
74 => '/bundles/coreshoporder/pimcore/js/order/create/abstractStep.js',
75 => '/bundles/coreshoporder/pimcore/js/order/create/step/base.js',
76 => '/bundles/coreshoporder/pimcore/js/order/create/step/products.js',
77 => '/bundles/coreshoporder/pimcore/js/order/create/step/address.js',
78 => '/bundles/coreshoporder/pimcore/js/order/create/step/totals.js',
79 => '/bundles/coreshoporder/pimcore/js/order/list.js',
80 => '/bundles/coreshoporder/pimcore/js/order/create/panel.js',
81 => '/bundles/coreshoporder/pimcore/js/helper.js',
82 => '/bundles/coreshoporder/pimcore/js/order/detail/panel.js',
83 => '/bundles/coreshoporder/pimcore/js/order/detail/blocks/header.js',
84 => '/bundles/coreshoporder/pimcore/js/order/detail/blocks/info.js',
85 => '/bundles/coreshoporder/pimcore/js/order/detail/blocks/shipment.js',
86 => '/bundles/coreshoporder/pimcore/js/order/detail/blocks/invoice.js',
87 => '/bundles/coreshoporder/pimcore/js/order/detail/blocks/payment.js',
88 => '/bundles/coreshoporder/pimcore/js/order/detail/blocks/correspondence.js',
89 => '/bundles/coreshoporder/pimcore/js/order/detail/blocks/customer.js',
90 => '/bundles/coreshoporder/pimcore/js/order/detail/blocks/detail.js',
91 => '/bundles/coreshoporder/pimcore/js/order/detail/blocks/comments.js',
92 => '/bundles/coreshoporder/pimcore/js/order/invoice.js',
93 => '/bundles/coreshoporder/pimcore/js/order/shipment.js',
94 => '/bundles/coreshoporder/pimcore/js/order/createPayment.js',
95 => '/bundles/coreshoporder/pimcore/js/order/editPayment.js',
96 => '/bundles/coreshoporder/pimcore/js/order/editShipment.js',
97 => '/bundles/coreshoporder/pimcore/js/order/editInvoice.js',
98 => '/bundles/coreshoporder/pimcore/js/order/invoice/render.js',
99 => '/bundles/coreshoporder/pimcore/js/order/shipment/render.js',
100 => '/bundles/coreshoporder/pimcore/js/order/state/changeState.js',
101 => '/bundles/coreshoporder/pimcore/js/quote/list.js',
102 => '/bundles/coreshoporder/pimcore/js/quote/detail/panel.js',
103 => '/bundles/coreshoporder/pimcore/js/quote/create/panel.js',
104 => '/bundles/coreshoporder/pimcore/js/quote/detail/blocks/header.js',
105 => '/bundles/coreshoporder/pimcore/js/quote/detail/blocks/info.js',
106 => '/bundles/coreshoporder/pimcore/js/quote/detail/blocks/correspondence.js',
107 => '/bundles/coreshoporder/pimcore/js/quote/detail/blocks/customer.js',
108 => '/bundles/coreshoporder/pimcore/js/quote/detail/blocks/detail.js',
109 => '/bundles/coreshoporder/pimcore/js/quote/detail/blocks/comments.js',
110 => '/bundles/coreshoporder/pimcore/js/coreExtension/data/coreShopCartPriceRule.js',
111 => '/bundles/coreshoporder/pimcore/js/coreExtension/tags/coreShopCartPriceRule.js',
112 => '/bundles/coreshoporder/pimcore/js/object/gridcolumn/operator/coreshop_order_state.js',
113 => '/bundles/coreshoporder/pimcore/js/object/gridcolumn/operator/coreshop_price_formatter.js',
114 => '/bundles/coreshoporder/pimcore/js/cart/list.js',
115 => '/bundles/coreshoporder/pimcore/js/cart/create/panel.js',
116 => '/bundles/coreshoporder/pimcore/js/cart/detail/panel.js',
117 => '/bundles/coreshoporder/pimcore/js/cart/detail/blocks/header.js',
118 => '/bundles/coreshoporder/pimcore/js/cart/detail/blocks/info.js',
119 => '/bundles/coreshoporder/pimcore/js/cart/detail/blocks/customer.js',
120 => '/bundles/coreshoporder/pimcore/js/cart/detail/blocks/detail.js',
121 => '/bundles/coreshopcustomer/pimcore/js/resource.js',
122 => '/bundles/coreshopcustomer/pimcore/js/customer/list.js',
123 => '/bundles/coreshopcustomer/pimcore/js/customer_group/list.js',
124 => '/bundles/coreshopuser/pimcore/js/resource.js',
125 => '/bundles/coreshopproduct/pimcore/js/resource.js',
126 => '/bundles/coreshopproduct/pimcore/js/product/unit/panel.js',
127 => '/bundles/coreshopproduct/pimcore/js/product/unit/item.js',
128 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/panel.js',
129 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/item.js',
130 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/action.js',
131 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/condition.js',
132 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/conditions/nested.js',
133 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/conditions/timespan.js',
134 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/conditions/weight.js',
135 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/actions/discountAmount.js',
136 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/actions/discountPercent.js',
137 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/actions/price.js',
138 => '/bundles/coreshopproduct/pimcore/js/product/pricerule/actions/discountPrice.js',
139 => '/bundles/coreshopproduct/pimcore/js/specificprice/action.js',
140 => '/bundles/coreshopproduct/pimcore/js/specificprice//condition.js',
141 => '/bundles/coreshopproduct/pimcore/js/specificprice/actions/price.js',
142 => '/bundles/coreshopproduct/pimcore/js/specificprice/actions/discountPrice.js',
143 => '/bundles/coreshopproduct/pimcore/js/specificprice/actions/discountAmount.js',
144 => '/bundles/coreshopproduct/pimcore/js/specificprice/actions/discountPercent.js',
145 => '/bundles/coreshopproduct/pimcore/js/specificprice/conditions/nested.js',
146 => '/bundles/coreshopproduct/pimcore/js/specificprice/conditions/timespan.js',
147 => '/bundles/coreshopproduct/pimcore/js/specificprice/object/item.js',
148 => '/bundles/coreshopproduct/pimcore/js/coreExtension/data/coreShopProductUnit.js',
149 => '/bundles/coreshopproduct/pimcore/js/coreExtension/tags/coreShopProductUnit.js',
150 => '/bundles/coreshopproduct/pimcore/js/coreExtension/data/coreShopProductSpecificPriceRules.js',
151 => '/bundles/coreshopproduct/pimcore/js/coreExtension/tags/coreShopProductSpecificPriceRules.js',
152 => '/bundles/coreshopproduct/pimcore/js/coreExtension/data/coreShopProductUnitDefinitions.js',
153 => '/bundles/coreshopproduct/pimcore/js/coreExtension/tags/coreShopProductUnitDefinitions.js',
154 => '/bundles/coreshopproduct/pimcore/js/product/units/builder.js',
155 => '/bundles/coreshopproduct/pimcore/js/coreExtension/data/coreShopProductUnitDefinition.js',
156 => '/bundles/coreshopproduct/pimcore/js/coreExtension/tags/coreShopProductUnitDefinition.js',
157 => '/bundles/coreshopaddress/pimcore/js/resource.js',
158 => '/bundles/coreshopaddress/pimcore/js/resource/country.js',
159 => '/bundles/coreshopaddress/pimcore/js/resource/state.js',
160 => '/bundles/coreshopaddress/pimcore/js/resource/zone.js',
161 => '/bundles/coreshopaddress/pimcore/js/resource/country_salutation.js',
162 => '/bundles/coreshopaddress/pimcore/js/country/item.js',
163 => '/bundles/coreshopaddress/pimcore/js/country/panel.js',
164 => '/bundles/coreshopaddress/pimcore/js/state/item.js',
165 => '/bundles/coreshopaddress/pimcore/js/state/panel.js',
166 => '/bundles/coreshopaddress/pimcore/js/zone/item.js',
167 => '/bundles/coreshopaddress/pimcore/js/zone/panel.js',
168 => '/bundles/coreshopaddress/pimcore/js/coreExtension/data/coreShopCountry.js',
169 => '/bundles/coreshopaddress/pimcore/js/coreExtension/tags/coreShopCountry.js',
170 => '/bundles/coreshopaddress/pimcore/js/coreExtension/data/coreShopCountryMultiselect.js',
171 => '/bundles/coreshopaddress/pimcore/js/coreExtension/tags/coreShopCountryMultiselect.js',
172 => '/bundles/coreshopaddress/pimcore/js/coreExtension/data/coreShopState.js',
173 => '/bundles/coreshopaddress/pimcore/js/coreExtension/tags/coreShopState.js',
174 => '/bundles/coreshopaddress/pimcore/js/coreExtension/data/coreShopAddressIdentifier.js',
175 => '/bundles/coreshopaddress/pimcore/js/coreExtension/tags/coreShopAddressIdentifier.js',
176 => '/bundles/coreshopcurrency/pimcore/js/resource.js',
177 => '/bundles/coreshopcurrency/pimcore/js/resource/currency.js',
178 => '/bundles/coreshopcurrency/pimcore/js/currency/item.js',
179 => '/bundles/coreshopcurrency/pimcore/js/currency/panel.js',
180 => '/bundles/coreshopcurrency/pimcore/js/coreExtension/data/coreShopCurrency.js',
181 => '/bundles/coreshopcurrency/pimcore/js/coreExtension/tags/coreShopCurrency.js',
182 => '/bundles/coreshopcurrency/pimcore/js/coreExtension/data/coreShopCurrencyMultiselect.js',
183 => '/bundles/coreshopcurrency/pimcore/js/coreExtension/tags/coreShopCurrencyMultiselect.js',
184 => '/bundles/coreshopcurrency/pimcore/js/coreExtension/data/coreShopMoneyCurrency.js',
185 => '/bundles/coreshopcurrency/pimcore/js/coreExtension/tags/coreShopMoneyCurrency.js',
186 => '/bundles/coreshopcurrency/pimcore/js/exchangeRate/panel.js',
187 => '/bundles/coreshoptaxation/pimcore/js/resource.js',
188 => '/bundles/coreshoptaxation/pimcore/js/resource/taxRate.js',
189 => '/bundles/coreshoptaxation/pimcore/js/resource/taxRuleGroup.js',
190 => '/bundles/coreshoptaxation/pimcore/js/tax/item.js',
191 => '/bundles/coreshoptaxation/pimcore/js/tax/panel.js',
192 => '/bundles/coreshoptaxation/pimcore/js/taxrulegroup/item.js',
193 => '/bundles/coreshoptaxation/pimcore/js/taxrulegroup/panel.js',
194 => '/bundles/coreshoptaxation/pimcore/js/coreExtension/data/coreShopTaxRuleGroup.js',
195 => '/bundles/coreshoptaxation/pimcore/js/coreExtension/tags/coreShopTaxRuleGroup.js',
196 => '/bundles/coreshoptaxation/pimcore/js/coreExtension/data/coreShopTaxRate.js',
197 => '/bundles/coreshoptaxation/pimcore/js/coreExtension/tags/coreShopTaxRate.js',
198 => '/bundles/coreshopstore/pimcore/js/resource.js',
199 => '/bundles/coreshopstore/pimcore/js/resource/store.js',
200 => '/bundles/coreshopstore/pimcore/js/item.js',
201 => '/bundles/coreshopstore/pimcore/js/panel.js',
202 => '/bundles/coreshopstore/pimcore/js/coreExtension/data/coreShopStore.js',
203 => '/bundles/coreshopstore/pimcore/js/coreExtension/tags/coreShopStore.js',
204 => '/bundles/coreshopstore/pimcore/js/coreExtension/data/coreShopStoreMultiselect.js',
205 => '/bundles/coreshopstore/pimcore/js/coreExtension/tags/coreShopStoreMultiselect.js',
206 => '/bundles/coreshopindex/pimcore/js/resource.js',
207 => '/bundles/coreshopindex/pimcore/js/index/item.js',
208 => '/bundles/coreshopindex/pimcore/js/index/panel.js',
209 => '/bundles/coreshopindex/pimcore/js/index/fields.js',
210 => '/bundles/coreshopindex/pimcore/js/index/getters/abstract.js',
211 => '/bundles/coreshopindex/pimcore/js/index/getters/brick.js',
212 => '/bundles/coreshopindex/pimcore/js/index/getters/classificationstore.js',
213 => '/bundles/coreshopindex/pimcore/js/index/getters/fieldcollection.js',
214 => '/bundles/coreshopindex/pimcore/js/index/interpreters/abstract.js',
215 => '/bundles/coreshopindex/pimcore/js/index/interpreters/empty.js',
216 => '/bundles/coreshopindex/pimcore/js/index/interpreters/nestedcontainer.js',
217 => '/bundles/coreshopindex/pimcore/js/index/interpreters/nested.js',
218 => '/bundles/coreshopindex/pimcore/js/index/interpreters/nestedlocalized.js',
219 => '/bundles/coreshopindex/pimcore/js/index/interpreters/nestedrelational.js',
220 => '/bundles/coreshopindex/pimcore/js/index/interpreters/objectproperty.js',
221 => '/bundles/coreshopindex/pimcore/js/index/interpreters/expression.js',
222 => '/bundles/coreshopindex/pimcore/js/index/interpreters/iterator.js',
223 => '/bundles/coreshopindex/pimcore/js/index/objecttype/abstract.js',
224 => '/bundles/coreshopindex/pimcore/js/index/worker/abstract.js',
225 => '/bundles/coreshopindex/pimcore/js/index/worker/mysql.js',
226 => '/bundles/coreshopindex/pimcore/js/filter/item.js',
227 => '/bundles/coreshopindex/pimcore/js/filter/panel.js',
228 => '/bundles/coreshopindex/pimcore/js/filter/abstract.js',
229 => '/bundles/coreshopindex/pimcore/js/filter/condition.js',
230 => '/bundles/coreshopindex/pimcore/js/filter/similarity.js',
231 => '/bundles/coreshopindex/pimcore/js/filter/conditions/abstract.js',
232 => '/bundles/coreshopindex/pimcore/js/filter/conditions/boolean.js',
233 => '/bundles/coreshopindex/pimcore/js/filter/conditions/nested.js',
234 => '/bundles/coreshopindex/pimcore/js/filter/conditions/multiselect.js',
235 => '/bundles/coreshopindex/pimcore/js/filter/conditions/multiselect_from_mulitselect.js',
236 => '/bundles/coreshopindex/pimcore/js/filter/conditions/range.js',
237 => '/bundles/coreshopindex/pimcore/js/filter/conditions/select.js',
238 => '/bundles/coreshopindex/pimcore/js/filter/conditions/select_from_multiselect.js',
239 => '/bundles/coreshopindex/pimcore/js/filter/conditions/relational_multiselect.js',
240 => '/bundles/coreshopindex/pimcore/js/filter/conditions/relational_select.js',
241 => '/bundles/coreshopindex/pimcore/js/filter/conditions/category_select.js',
242 => '/bundles/coreshopindex/pimcore/js/filter/conditions/category_multiselect.js',
243 => '/bundles/coreshopindex/pimcore/js/filter/conditions/search.js',
244 => '/bundles/coreshopindex/pimcore/js/filter/similarities/abstract.js',
245 => '/bundles/coreshopindex/pimcore/js/filter/similarities/field.js',
246 => '/bundles/coreshopindex/pimcore/js/coreExtension/data/coreShopFilter.js',
247 => '/bundles/coreshopindex/pimcore/js/coreExtension/tags/coreShopFilter.js',
248 => '/bundles/coreshopshipping/pimcore/js/resource.js',
249 => '/bundles/coreshopshipping/pimcore/js/carrier/item.js',
250 => '/bundles/coreshopshipping/pimcore/js/carrier/panel.js',
251 => '/bundles/coreshopshipping/pimcore/js/shippingrule/item.js',
252 => '/bundles/coreshopshipping/pimcore/js/shippingrule/panel.js',
253 => '/bundles/coreshopshipping/pimcore/js/shippingrule/action.js',
254 => '/bundles/coreshopshipping/pimcore/js/shippingrule/condition.js',
255 => '/bundles/coreshopshipping/pimcore/js/shippingrule/actions/additionPercent.js',
256 => '/bundles/coreshopshipping/pimcore/js/shippingrule/actions/discountPercent.js',
257 => '/bundles/coreshopshipping/pimcore/js/shippingrule/actions/shippingRule.js',
258 => '/bundles/coreshopshipping/pimcore/js/shippingrule/conditions/amount.js',
259 => '/bundles/coreshopshipping/pimcore/js/shippingrule/conditions/dimension.js',
260 => '/bundles/coreshopshipping/pimcore/js/shippingrule/conditions/nested.js',
261 => '/bundles/coreshopshipping/pimcore/js/shippingrule/conditions/postcodes.js',
262 => '/bundles/coreshopshipping/pimcore/js/shippingrule/conditions/shippingRule.js',
263 => '/bundles/coreshopshipping/pimcore/js/shippingrule/conditions/weight.js',
264 => '/bundles/coreshopshipping/pimcore/js/coreExtension/data/coreShopCarrier.js',
265 => '/bundles/coreshopshipping/pimcore/js/coreExtension/tags/coreShopCarrier.js',
266 => '/bundles/coreshopshipping/pimcore/js/coreExtension/data/coreShopCarrierMultiselect.js',
267 => '/bundles/coreshopshipping/pimcore/js/coreExtension/tags/coreShopCarrierMultiselect.js',
268 => '/bundles/coreshoppayment/pimcore/js/resource.js',
269 => '/bundles/coreshoppayment/pimcore/js/provider/item.js',
270 => '/bundles/coreshoppayment/pimcore/js/provider/panel.js',
271 => '/bundles/coreshoppayment/pimcore/js/paymentproviderrule/item.js',
272 => '/bundles/coreshoppayment/pimcore/js/paymentproviderrule/panel.js',
273 => '/bundles/coreshoppayment/pimcore/js/paymentproviderrule/action.js',
274 => '/bundles/coreshoppayment/pimcore/js/paymentproviderrule/condition.js',
275 => '/bundles/coreshoppayment/pimcore/js/paymentproviderrule/conditions/amount.js',
276 => '/bundles/coreshoppayment/pimcore/js/paymentproviderrule/conditions/nested.js',
277 => '/bundles/coreshoppayment/pimcore/js/paymentproviderrule/conditions/paymentProviderRule.js',
278 => '/bundles/coreshoppayment/pimcore/js/paymentproviderrule/actions/additionPercent.js',
279 => '/bundles/coreshoppayment/pimcore/js/paymentproviderrule/actions/discountPercent.js',
280 => '/bundles/coreshoppayment/pimcore/js/provider/gateways/abstract.js',
281 => '/bundles/coreshoppayment/pimcore/js/provider/gateways/paypal_express_checkout.js',
282 => '/bundles/coreshoppayment/pimcore/js/provider/gateways/sofort.js',
283 => '/bundles/coreshoppayment/pimcore/js/coreExtension/data/coreShopPaymentProvider.js',
284 => '/bundles/coreshoppayment/pimcore/js/coreExtension/tags/coreShopPaymentProvider.js',
285 => '/bundles/coreshoppayment/pimcore/js/coreExtension/data/coreShopPaymentProviderMultiselect.js',
286 => '/bundles/coreshoppayment/pimcore/js/coreExtension/tags/coreShopPaymentProviderMultiselect.js',
287 => '/admin/js/simplepay.js',
288 => '/bundles/coreshopnotification/pimcore/js/resource.js',
289 => '/bundles/coreshopnotification/pimcore/js/rule/item.js',
290 => '/bundles/coreshopnotification/pimcore/js/rule/panel.js',
291 => '/bundles/coreshopnotification/pimcore/js/rule/action.js',
292 => '/bundles/coreshopnotification/pimcore/js/rule/condition.js',
293 => '/bundles/coreshopnotification/pimcore/js/rule/actions/mail.js',
294 => '/bundles/coreshopproductquantitypricerules/pimcore/js/clipboardManager.js',
295 => '/bundles/coreshopproductquantitypricerules/pimcore/js/coreExtension/data/coreShopProductQuantityPriceRules.js',
296 => '/bundles/coreshopproductquantitypricerules/pimcore/js/coreExtension/tags/coreShopProductQuantityPriceRules.js',
297 => '/bundles/coreshopproductquantitypricerules/pimcore/js/productQuantityPriceRules/object/item.js',
298 => '/bundles/coreshopproductquantitypricerules/pimcore/js/productQuantityPriceRules/ranges.js',
299 => '/bundles/coreshopproductquantitypricerules/pimcore/js/productQuantityPriceRules/condition.js',
300 => '/bundles/coreshopproductquantitypricerules/pimcore/js/productQuantityPriceRules/conditions/nested.js',
301 => '/bundles/coreshopcore/pimcore/js/payment/provider/item.js',
302 => '/bundles/coreshopcore/pimcore/js/order/detail/blocks/detail.js',
303 => '/bundles/coreshopcore/pimcore/js/order/detail/blocks/carriage.js',
304 => '/bundles/coreshopcore/pimcore/js/order/shipment.js',
305 => '/bundles/coreshopcore/pimcore/js/order/create/step/shipping.js',
306 => '/bundles/coreshopcore/pimcore/js/order/create/step/products.js',
307 => '/bundles/coreshopcore/pimcore/js/quote/list.js',
308 => '/bundles/coreshopcore/pimcore/js/store/item.js',
309 => '/bundles/coreshopcore/pimcore/js/address/country/item.js',
310 => '/bundles/coreshopcore/pimcore/js/report/abstract.js',
311 => '/bundles/coreshopcore/pimcore/js/report/abstractStore.js',
312 => '/bundles/coreshopcore/pimcore/js/report/reports/carriers.js',
313 => '/bundles/coreshopcore/pimcore/js/report/reports/carts.js',
314 => '/bundles/coreshopcore/pimcore/js/report/reports/carts_abandoned.js',
315 => '/bundles/coreshopcore/pimcore/js/report/reports/manufacturer.js',
316 => '/bundles/coreshopcore/pimcore/js/report/reports/vouchers.js',
317 => '/bundles/coreshopcore/pimcore/js/report/reports/categories.js',
318 => '/bundles/coreshopcore/pimcore/js/report/reports/customers.js',
319 => '/bundles/coreshopcore/pimcore/js/report/reports/payment_providers.js',
320 => '/bundles/coreshopcore/pimcore/js/report/reports/products.js',
321 => '/bundles/coreshopcore/pimcore/js/report/reports/sales.js',
322 => '/bundles/coreshopcore/pimcore/js/dashboard/portlets/abstract.js',
323 => '/bundles/coreshopcore/pimcore/js/dashboard/portlets/order_cart.js',
324 => '/bundles/coreshopcore/pimcore/js/dashboard/portlets/sales.js',
325 => '/bundles/coreshopcore/pimcore/js/shipping/carrier/item.js',
326 => '/bundles/coreshopcore/pimcore/js/shipping/rules/conditions/categories.js',
327 => '/bundles/coreshopcore/pimcore/js/shipping/rules/conditions/countries.js',
328 => '/bundles/coreshopcore/pimcore/js/shipping/rules/conditions/currencies.js',
329 => '/bundles/coreshopcore/pimcore/js/shipping/rules/conditions/customerGroups.js',
330 => '/bundles/coreshopcore/pimcore/js/shipping/rules/conditions/customers.js',
331 => '/bundles/coreshopcore/pimcore/js/shipping/rules/conditions/products.js',
332 => '/bundles/coreshopcore/pimcore/js/shipping/rules/conditions/stores.js',
333 => '/bundles/coreshopcore/pimcore/js/shipping/rules/conditions/zones.js',
334 => '/bundles/coreshopcore/pimcore/js/shipping/rules/actions/additionAmount.js',
335 => '/bundles/coreshopcore/pimcore/js/shipping/rules/actions/discountAmount.js',
336 => '/bundles/coreshopcore/pimcore/js/shipping/rules/actions/price.js',
337 => '/bundles/coreshopcore/pimcore/js/payment/rules/conditions/categories.js',
338 => '/bundles/coreshopcore/pimcore/js/payment/rules/conditions/countries.js',
339 => '/bundles/coreshopcore/pimcore/js/payment/rules/conditions/currencies.js',
340 => '/bundles/coreshopcore/pimcore/js/payment/rules/conditions/customerGroups.js',
341 => '/bundles/coreshopcore/pimcore/js/payment/rules/conditions/customers.js',
342 => '/bundles/coreshopcore/pimcore/js/payment/rules/conditions/products.js',
343 => '/bundles/coreshopcore/pimcore/js/payment/rules/conditions/stores.js',
344 => '/bundles/coreshopcore/pimcore/js/payment/rules/conditions/zones.js',
345 => '/bundles/coreshopcore/pimcore/js/payment/rules/actions/additionAmount.js',
346 => '/bundles/coreshopcore/pimcore/js/payment/rules/actions/discountAmount.js',
347 => '/bundles/coreshopcore/pimcore/js/payment/rules/actions/price.js',
348 => '/bundles/coreshopcore/pimcore/js/product/pricerule/conditions/countries.js',
349 => '/bundles/coreshopcore/pimcore/js/product/pricerule/conditions/currencies.js',
350 => '/bundles/coreshopcore/pimcore/js/product/pricerule/conditions/customerGroups.js',
351 => '/bundles/coreshopcore/pimcore/js/product/pricerule/conditions/customers.js',
352 => '/bundles/coreshopcore/pimcore/js/product/pricerule/conditions/quantity.js',
353 => '/bundles/coreshopcore/pimcore/js/product/pricerule/conditions/stores.js',
354 => '/bundles/coreshopcore/pimcore/js/product/pricerule/conditions/zones.js',
355 => '/bundles/coreshopcore/pimcore/js/product/pricerule/conditions/categories.js',
356 => '/bundles/coreshopcore/pimcore/js/product/pricerule/conditions/products.js',
357 => '/bundles/coreshopcore/pimcore/js/product/specificprice/conditions/countries.js',
358 => '/bundles/coreshopcore/pimcore/js/product/specificprice/conditions/currencies.js',
359 => '/bundles/coreshopcore/pimcore/js/product/specificprice/conditions/customerGroups.js',
360 => '/bundles/coreshopcore/pimcore/js/product/specificprice/conditions/customers.js',
361 => '/bundles/coreshopcore/pimcore/js/product/specificprice/conditions/stores.js',
362 => '/bundles/coreshopcore/pimcore/js/product/specificprice/conditions/zones.js',
363 => '/bundles/coreshopcore/pimcore/js/productquantitypricerules/conditions/countries.js',
364 => '/bundles/coreshopcore/pimcore/js/productquantitypricerules/conditions/currencies.js',
365 => '/bundles/coreshopcore/pimcore/js/productquantitypricerules/conditions/customerGroups.js',
366 => '/bundles/coreshopcore/pimcore/js/productquantitypricerules/conditions/customers.js',
367 => '/bundles/coreshopcore/pimcore/js/productquantitypricerules/conditions/stores.js',
368 => '/bundles/coreshopcore/pimcore/js/productquantitypricerules/conditions/zones.js',
369 => '/bundles/coreshopcore/pimcore/js/productquantitypricerules/conditions/timespan.js',
370 => '/bundles/coreshopcore/pimcore/js/productquantitypricerules/ranges.js',
371 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/actions/freeShipping.js',
372 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/actions/giftProduct.js',
373 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/conditions/carriers.js',
374 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/conditions/categories.js',
375 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/conditions/countries.js',
376 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/conditions/currencies.js',
377 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/conditions/customerGroups.js',
378 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/conditions/customers.js',
379 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/conditions/products.js',
380 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/conditions/stores.js',
381 => '/bundles/coreshopcore/pimcore/js/cart/pricerules/conditions/zones.js',
382 => '/bundles/coreshopcore/pimcore/js/cart_item/pricerules/conditions/products.js',
383 => '/bundles/coreshopcore/pimcore/js/cart_item/pricerules/conditions/categories.js',
384 => '/bundles/coreshopcore/pimcore/js/taxation/taxrulegroup/item.js',
385 => '/bundles/coreshopcore/pimcore/js/coreExtension/data/coreShopStoreValues.js',
386 => '/bundles/coreshopcore/pimcore/js/coreExtension/tags/coreShopStoreValues.js',
387 => '/bundles/coreshopcore/pimcore/js/product/storevalues/builder.js',
388 => '/bundles/coreshopcore/pimcore/js/product/storevalues/items/abstract.js',
389 => '/bundles/coreshopcore/pimcore/js/product/storevalues/items/price.js',
390 => '/bundles/coreshopcore/pimcore/js/product/storevalues/items/unitPrice.js',
391 => '/bundles/coreshopcore/pimcore/js/product/units/builder.js',
392 => '/bundles/coreshopcore/pimcore/js/notification/conditions/abstractTransition.js',
393 => '/bundles/coreshopcore/pimcore/js/notification/actions/orderMail.js',
394 => '/bundles/coreshopcore/pimcore/js/notification/actions/storeMail.js',
395 => '/bundles/coreshopcore/pimcore/js/notification/actions/storeOrderMail.js',
396 => '/bundles/coreshopcore/pimcore/js/notification/conditions/messaging/messageType.js',
397 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/carriers.js',
398 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/comment.js',
399 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/backendCreated.js',
400 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderState.js',
401 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderTransition.js',
402 => '/bundles/coreshopcore/pimcore/js/notification/conditions/quote/quoteState.js',
403 => '/bundles/coreshopcore/pimcore/js/notification/conditions/quote/quoteTransition.js',
404 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/payment.js',
405 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderPaymentState.js',
406 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderPaymentTransition.js',
407 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderShippingState.js',
408 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderShippingTransition.js',
409 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderInvoiceState.js',
410 => '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderInvoiceTransition.js',
411 => '/bundles/coreshopcore/pimcore/js/notification/conditions/payment/paymentState.js',
412 => '/bundles/coreshopcore/pimcore/js/notification/conditions/payment/paymentTransition.js',
413 => '/bundles/coreshopcore/pimcore/js/notification/conditions/shipment/shipmentState.js',
414 => '/bundles/coreshopcore/pimcore/js/notification/conditions/shipment/shipmentTransition.js',
415 => '/bundles/coreshopcore/pimcore/js/notification/conditions/invoice/invoiceState.js',
416 => '/bundles/coreshopcore/pimcore/js/notification/conditions/invoice/invoiceTransition.js',
417 => '/bundles/coreshopcore/pimcore/js/notification/conditions/user/userType.js',
418 => '/bundles/coreshopcore/pimcore/js/notification/conditions/all/stores.js',
419 => '/bundles/coreshopcore/pimcore/js/object/gridcolumn/operator/storePrice.js',
420 => '/bundles/coreshopcore/pimcore/js/product/preview.js',
421 => '/bundles/coreshopcore/pimcore/js/workflow/variantUnitDefinitionSolidifier.js',
422 => '/bundles/coreshopcore/pimcore/js/customer/abstractCustomerModifier.js',
423 => '/bundles/coreshopcore/pimcore/js/customer/customerToNewCompanyAssignment.js',
424 => '/bundles/coreshopcore/pimcore/js/customer/customerToExistingCompanyAssignment.js',
425 => '/bundles/coreshopcore/pimcore/js/settings.js',
426 => '/bundles/coreshopcore/pimcore/js/helpers.js',
427 => '/bundles/coreshopcore/pimcore/js/resource.js',
],
'coreshop.pimcore.admin.css' => [
0 => '/bundles/coreshoppimcore/pimcore/css/pimcore.css',
1 => '/bundles/coreshopresource/pimcore/css/resource.css',
2 => '/bundles/coreshopmoney/pimcore/css/money.css',
3 => '/bundles/coreshopmessenger/pimcore/css/messenger.css',
4 => '/bundles/coreshoprule/pimcore/css/rule.css',
5 => '/bundles/coreshoporder/pimcore/css/order.css',
6 => '/bundles/coreshopcustomer/pimcore/css/customer.css',
7 => '/bundles/coreshopuser/pimcore/css/user.css',
8 => '/bundles/coreshopproduct/pimcore/css/product.css',
9 => '/bundles/coreshopaddress/pimcore/css/address.css',
10 => '/bundles/coreshopcurrency/pimcore/css/currency.css',
11 => '/bundles/coreshoptaxation/pimcore/css/taxation.css',
12 => '/bundles/coreshopstore/pimcore/css/store.css',
13 => '/bundles/coreshopindex/pimcore/css/index.css',
14 => '/bundles/coreshopshipping/pimcore/css/shipping.css',
15 => '/bundles/coreshoppayment/pimcore/css/payment.css',
16 => '/bundles/coreshopnotification/pimcore/css/notification.css',
17 => '/bundles/coreshopproductquantitypricerules/pimcore/css/product-quanity-price-rules.css',
18 => '/bundles/coreshopcore/pimcore/css/core.css',
],
'coreshop.all.pimcore.admin.css' => [
0 => '/bundles/coreshoppimcore/pimcore/css/pimcore.css',
1 => '/bundles/coreshopresource/pimcore/css/resource.css',
2 => '/bundles/coreshopmoney/pimcore/css/money.css',
3 => '/bundles/coreshopmessenger/pimcore/css/messenger.css',
4 => '/bundles/coreshoprule/pimcore/css/rule.css',
5 => '/bundles/coreshoporder/pimcore/css/order.css',
6 => '/bundles/coreshopcustomer/pimcore/css/customer.css',
7 => '/bundles/coreshopuser/pimcore/css/user.css',
8 => '/bundles/coreshopproduct/pimcore/css/product.css',
9 => '/bundles/coreshopaddress/pimcore/css/address.css',
10 => '/bundles/coreshopcurrency/pimcore/css/currency.css',
11 => '/bundles/coreshoptaxation/pimcore/css/taxation.css',
12 => '/bundles/coreshopstore/pimcore/css/store.css',
13 => '/bundles/coreshopindex/pimcore/css/index.css',
14 => '/bundles/coreshopshipping/pimcore/css/shipping.css',
15 => '/bundles/coreshoppayment/pimcore/css/payment.css',
16 => '/bundles/coreshopnotification/pimcore/css/notification.css',
17 => '/bundles/coreshopproductquantitypricerules/pimcore/css/product-quanity-price-rules.css',
18 => '/bundles/coreshopcore/pimcore/css/core.css',
],
'coreshop.pimcore.admin.editmode_js' => [
0 => '/bundles/coreshopresource/pimcore/js/coreExtension/document/select.js',
1 => '/bundles/coreshopaddress/pimcore/js/coreExtension/document/coreShopCountry.js',
2 => '/bundles/coreshopaddress/pimcore/js/coreExtension/document/coreShopState.js',
3 => '/bundles/coreshopaddress/pimcore/js/coreExtension/document/coreShopZone.js',
4 => '/bundles/coreshopcurrency/pimcore/js/coreExtension/document/coreShopCurrency.js',
5 => '/bundles/coreshoptaxation/pimcore/js/coreExtension/document/coreShopTaxRate.js',
6 => '/bundles/coreshoptaxation/pimcore/js/coreExtension/document/coreShopTaxRuleGroup.js',
7 => '/bundles/coreshopstore/pimcore/js/coreExtension/document/coreShopStore.js',
8 => '/bundles/coreshopindex/pimcore/js/coreExtension/document/coreShopFilter.js',
9 => '/bundles/coreshopindex/pimcore/js/coreExtension/document/coreShopIndex.js',
10 => '/bundles/coreshopshipping/pimcore/js/coreExtension/document/coreShopCarrier.js',
11 => '/bundles/coreshoppayment/pimcore/js/coreExtension/document/coreShopPaymentProvider.js',
],
'coreshop.all.pimcore.admin.editmode_js' => [
0 => '/bundles/coreshopresource/pimcore/js/coreExtension/document/select.js',
1 => '/bundles/coreshopaddress/pimcore/js/coreExtension/document/coreShopCountry.js',
2 => '/bundles/coreshopaddress/pimcore/js/coreExtension/document/coreShopState.js',
3 => '/bundles/coreshopaddress/pimcore/js/coreExtension/document/coreShopZone.js',
4 => '/bundles/coreshopcurrency/pimcore/js/coreExtension/document/coreShopCurrency.js',
5 => '/bundles/coreshoptaxation/pimcore/js/coreExtension/document/coreShopTaxRate.js',
6 => '/bundles/coreshoptaxation/pimcore/js/coreExtension/document/coreShopTaxRuleGroup.js',
7 => '/bundles/coreshopstore/pimcore/js/coreExtension/document/coreShopStore.js',
8 => '/bundles/coreshopindex/pimcore/js/coreExtension/document/coreShopFilter.js',
9 => '/bundles/coreshopindex/pimcore/js/coreExtension/document/coreShopIndex.js',
10 => '/bundles/coreshopshipping/pimcore/js/coreExtension/document/coreShopCarrier.js',
11 => '/bundles/coreshoppayment/pimcore/js/coreExtension/document/coreShopPaymentProvider.js',
],
'coreshop.pimcore.admin.editmode_css' => [
],
'coreshop.all.pimcore.admin.editmode_css' => [
],
'coreshop.admin.route.base' => '/admin/coreshop',
'coreshop.all.pimcore_classes' => [
'coreshop.order' => [
'driver' => 'pimcore',
'alias' => 'core_shop_order',
'path' => [
'order' => 'coreshop/orders',
'cart' => 'coreshop/carts',
'quote' => 'coreshop/quotes',
],
'classes' => [
'pimcore_controller' => [
'default' => 'App\\CoreShop\\Controller\\OrderController',
'creation' => 'CoreShop\\Bundle\\CoreBundle\\Controller\\OrderCreationController',
'edit' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderEditController',
'payment' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderPaymentController',
'comment' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderCommentController',
'customer_creation' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\CustomerCreationController',
'address_creation' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\AddressCreationController',
],
'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopOrderBundle/CoreShopOrder.json',
'interface' => 'CoreShop\\Component\\Core\\Model\\OrderInterface',
'model' => 'Pimcore\\Model\\DataObject\\CoreShopOrder',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'repository' => 'CoreShop\\Bundle\\OrderBundle\\Pimcore\\Repository\\OrderRepository',
'type' => 'object',
],
'pimcore_class' => 'CoreShopOrder',
],
'coreshop.order_item' => [
'driver' => 'pimcore',
'alias' => 'core_shop_order',
'classes' => [
'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopOrderBundle/CoreShopOrderItem.json',
'interface' => 'CoreShop\\Component\\Core\\Model\\OrderItemInterface',
'model' => 'Pimcore\\Model\\DataObject\\CoreShopOrderItem',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'repository' => 'CoreShop\\Bundle\\OrderBundle\\Pimcore\\Repository\\OrderItemRepository',
'type' => 'object',
],
'path' => 'items',
'pimcore_class' => 'CoreShopOrderItem',
],
'coreshop.order_shipment' => [
'driver' => 'pimcore',
'alias' => 'core_shop_order',
'classes' => [
'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopOrderBundle/CoreShopOrderShipment.json',
'interface' => 'CoreShop\\Component\\Core\\Model\\OrderShipmentInterface',
'model' => 'Pimcore\\Model\\DataObject\\CoreShopOrderShipment',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'repository' => 'CoreShop\\Bundle\\OrderBundle\\Pimcore\\Repository\\OrderShipmentRepository',
'pimcore_controller' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderShipmentController',
'type' => 'object',
],
'path' => 'shipments',
'pimcore_class' => 'CoreShopOrderShipment',
],
'coreshop.order_shipment_item' => [
'driver' => 'pimcore',
'alias' => 'core_shop_order',
'classes' => [
'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopOrderBundle/CoreShopOrderShipmentItem.json',
'interface' => 'CoreShop\\Component\\Core\\Model\\OrderShipmentItemInterface',
'model' => 'Pimcore\\Model\\DataObject\\CoreShopOrderShipmentItem',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'type' => 'object',
],
'path' => 'items',
'pimcore_class' => 'CoreShopOrderShipmentItem',
],
'coreshop.order_invoice' => [
'driver' => 'pimcore',
'alias' => 'core_shop_order',
'path' => 'invoices',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\CoreShopOrderInvoice',
'interface' => 'CoreShop\\Component\\Order\\Model\\OrderInvoiceInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'repository' => 'CoreShop\\Bundle\\OrderBundle\\Pimcore\\Repository\\OrderInvoiceRepository',
'pimcore_controller' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderInvoiceController',
'install_file' => '@CoreShopOrderBundle/Resources/install/pimcore/classes/CoreShopOrderInvoice.json',
'type' => 'object',
],
'pimcore_class' => 'CoreShopOrderInvoice',
],
'coreshop.order_invoice_item' => [
'driver' => 'pimcore',
'alias' => 'core_shop_order',
'path' => 'items',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\CoreShopOrderInvoiceItem',
'interface' => 'CoreShop\\Component\\Order\\Model\\OrderInvoiceItemInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'install_file' => '@CoreShopOrderBundle/Resources/install/pimcore/classes/CoreShopOrderInvoiceItem.json',
'type' => 'object',
],
'pimcore_class' => 'CoreShopOrderInvoiceItem',
],
'coreshop.cart_price_rule_item' => [
'driver' => 'pimcore',
'alias' => 'core_shop_order',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopProposalCartPriceRuleItem',
'interface' => 'CoreShop\\Component\\Order\\Model\\ProposalCartPriceRuleItemInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'install_file' => '@CoreShopOrderBundle/Resources/install/pimcore/fieldcollections/CoreShopProposalCartPriceRuleItem.json',
'type' => 'fieldcollection',
],
'pimcore_class' => 'CoreShopProposalCartPriceRuleItem',
],
'coreshop.price_rule_item' => [
'driver' => 'pimcore',
'alias' => 'core_shop_order',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopPriceRuleItem',
'interface' => 'CoreShop\\Component\\Order\\Model\\PriceRuleItemInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'install_file' => '@CoreShopOrderBundle/Resources/install/pimcore/fieldcollections/CoreShopPriceRuleItem.json',
'type' => 'fieldcollection',
],
'pimcore_class' => 'CoreShopPriceRuleItem',
],
'coreshop.adjustment' => [
'driver' => 'pimcore',
'alias' => 'core_shop_order',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopAdjustment',
'interface' => 'CoreShop\\Component\\Order\\Model\\AdjustmentInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'install_file' => '@CoreShopOrderBundle/Resources/install/pimcore/fieldcollections/CoreShopAdjustment.json',
'type' => 'fieldcollection',
],
'pimcore_class' => 'CoreShopAdjustment',
],
'coreshop.customer_group' => [
'driver' => 'pimcore',
'alias' => 'core_shop_customer',
'path' => 'coreshop/customer_groups',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\CoreShopCustomerGroup',
'interface' => 'CoreShop\\Component\\Customer\\Model\\CustomerGroupInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'install_file' => '@CoreShopCustomerBundle/Resources/install/pimcore/classes/CoreShopCustomerGroup.json',
'type' => 'object',
],
'pimcore_class' => 'CoreShopCustomerGroup',
],
'coreshop.customer' => [
'driver' => 'pimcore',
'alias' => 'core_shop_customer',
'path' => [
'customer' => 'coreshop/customers',
'guest' => 'coreshop/guests',
],
'classes' => [
'interface' => 'CoreShop\\Component\\Core\\Model\\CustomerInterface',
'repository' => 'CoreShop\\Bundle\\CoreBundle\\Pimcore\\Repository\\CustomerRepository',
'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopCustomerBundle/CoreShopCustomer.json',
'model' => 'Pimcore\\Model\\DataObject\\CoreShopCustomer',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'type' => 'object',
],
'pimcore_class' => 'CoreShopCustomer',
],
'coreshop.company' => [
'driver' => 'pimcore',
'alias' => 'core_shop_customer',
'path' => 'coreshop/customers',
'classes' => [
'interface' => 'CoreShop\\Component\\Core\\Model\\CompanyInterface',
'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopCustomerBundle/CoreShopCompany.json',
'model' => 'Pimcore\\Model\\DataObject\\CoreShopCompany',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'repository' => 'CoreShop\\Bundle\\CustomerBundle\\Pimcore\\Repository\\CompanyRepository',
'type' => 'object',
],
'pimcore_class' => 'CoreShopCompany',
],
'coreshop.user' => [
'driver' => 'pimcore',
'alias' => 'core_shop_user',
'classes' => [
'interface' => 'CoreShop\\Component\\Core\\Model\\UserInterface',
'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopUserBundle/CoreShopUser.json',
'model' => 'Pimcore\\Model\\DataObject\\CoreShopUser',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'repository' => 'CoreShop\\Bundle\\UserBundle\\Pimcore\\Repository\\UserRepository',
'type' => 'object',
],
'path' => 'user',
'pimcore_class' => 'CoreShopUser',
],
'coreshop.attribute_group' => [
'driver' => 'pimcore',
'alias' => 'core_shop_variant',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\CoreShopAttributeGroup',
'interface' => 'CoreShop\\Component\\Variant\\Model\\AttributeGroupInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'install_file' => '@CoreShopVariantBundle/Resources/install/pimcore/classes/CoreShopAttributeGroup.json',
'type' => 'object',
],
'pimcore_class' => 'CoreShopAttributeGroup',
],
'coreshop.attribute_value' => [
'driver' => 'pimcore',
'alias' => 'core_shop_variant',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\CoreShopAttributeValue',
'interface' => 'CoreShop\\Component\\Variant\\Model\\AttributeValueInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'install_file' => '@CoreShopVariantBundle/Resources/install/pimcore/classes/CoreShopAttributeValue.json',
'type' => 'object',
],
'pimcore_class' => 'CoreShopAttributeValue',
],
'coreshop.attribute_color' => [
'driver' => 'pimcore',
'alias' => 'core_shop_variant',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\CoreShopAttributeColor',
'interface' => 'CoreShop\\Component\\Variant\\Model\\AttributeColorInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'install_file' => '@CoreShopVariantBundle/Resources/install/pimcore/classes/CoreShopAttributeColor.json',
'type' => 'object',
],
'pimcore_class' => 'CoreShopAttributeColor',
],
'coreshop.category' => [
'driver' => 'pimcore',
'alias' => 'core_shop_product',
'path' => 'coreshop/categories',
'classes' => [
'repository' => 'CoreShop\\Bundle\\CoreBundle\\Pimcore\\Repository\\CategoryRepository',
'interface' => 'CoreShop\\Component\\Core\\Model\\CategoryInterface',
'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopProductBundle/CoreShopCategory.json',
'model' => 'Pimcore\\Model\\DataObject\\CoreShopCategory',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'type' => 'object',
],
'slug' => true,
'route' => [
'name' => 'coreshop_category_list',
'id_param' => 'category',
],
'pimcore_class' => 'CoreShopCategory',
],
'coreshop.product' => [
'driver' => 'pimcore',
'alias' => 'core_shop_product',
'path' => 'coreshop/products',
'classes' => [
'repository' => 'CoreShop\\Bundle\\CoreBundle\\Pimcore\\Repository\\ProductRepository',
'interface' => 'CoreShop\\Component\\Core\\Model\\ProductInterface',
'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopProductBundle/CoreShopProduct.json',
'admin_controller' => 'CoreShop\\Bundle\\CoreBundle\\Controller\\ProductController',
'model' => 'Pimcore\\Model\\DataObject\\CoreShopProduct',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'type' => 'object',
],
'slug' => true,
'route' => [
'name' => 'coreshop_product_detail',
'id_param' => 'product',
],
'pimcore_class' => 'CoreShopProduct',
],
'coreshop.manufacturer' => [
'driver' => 'pimcore',
'alias' => 'core_shop_product',
'path' => 'manufacturers',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\CoreShopManufacturer',
'interface' => 'CoreShop\\Component\\Product\\Model\\ManufacturerInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'install_file' => '@CoreShopProductBundle/Resources/install/pimcore/classes/CoreShopManufacturer.json',
'type' => 'object',
],
'pimcore_class' => 'CoreShopManufacturer',
],
'coreshop.address' => [
'driver' => 'pimcore',
'alias' => 'core_shop_address',
'path' => 'addresses',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\CoreShopAddress',
'interface' => 'CoreShop\\Component\\Address\\Model\\AddressInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'install_file' => '@CoreShopAddressBundle/Resources/install/pimcore/classes/CoreShopAddress.json',
'type' => 'object',
],
'pimcore_class' => 'CoreShopAddress',
],
'coreshop.tax_item' => [
'driver' => 'pimcore',
'alias' => 'core_shop_taxation',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopTaxItem',
'interface' => 'CoreShop\\Component\\Taxation\\Model\\TaxItemInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'install_file' => '@CoreShopTaxationBundle/Resources/install/pimcore/fieldcollections/CoreShopTaxItem.json',
'type' => 'fieldcollection',
],
'pimcore_class' => 'CoreShopTaxItem',
],
'coreshop.wishlist' => [
'driver' => 'pimcore',
'alias' => 'core_shop_wishlist',
'path' => [
'wishlist' => 'coreshop/wishlists',
],
'classes' => [
'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopWishlistBundle/CoreShopWishlist.json',
'interface' => 'CoreShop\\Component\\Core\\Model\\WishlistInterface',
'repository' => 'CoreShop\\Bundle\\CoreBundle\\Pimcore\\Repository\\WishlistRepository',
'model' => 'Pimcore\\Model\\DataObject\\CoreShopWishlist',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'type' => 'object',
],
'pimcore_class' => 'CoreShopWishlist',
],
'coreshop.wishlist_item' => [
'driver' => 'pimcore',
'alias' => 'core_shop_wishlist',
'path' => 'items',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\CoreShopWishlistItem',
'interface' => 'CoreShop\\Component\\Wishlist\\Model\\WishlistItemInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'repository' => 'CoreShop\\Bundle\\WishlistBundle\\Pimcore\\Repository\\WishlistItemRepository',
'install_file' => '@CoreShopWishlistBundle/Resources/install/pimcore/classes/CoreShopWishlistItem.json',
'type' => 'object',
],
'pimcore_class' => 'CoreShopWishlistItem',
],
],
'coreshop.all.stack' => [
'coreshop.purchasable' => 'CoreShop\\Component\\Order\\Model\\PurchasableInterface',
'coreshop.order' => 'CoreShop\\Component\\Order\\Model\\OrderInterface',
'coreshop.order_item' => 'CoreShop\\Component\\Order\\Model\\OrderItemInterface',
'coreshop.order_invoice' => 'CoreShop\\Component\\Order\\Model\\OrderInvoiceInterface',
'coreshop.order_invoice_item' => 'CoreShop\\Component\\Order\\Model\\OrderInvoiceItemInterface',
'coreshop.order_shipment' => 'CoreShop\\Component\\Order\\Model\\OrderShipmentInterface',
'coreshop.order_shipment_item' => 'CoreShop\\Component\\Order\\Model\\OrderShipmentItemInterface',
'coreshop.customer' => 'CoreShop\\Component\\Customer\\Model\\CustomerInterface',
'coreshop.customer_group' => 'CoreShop\\Component\\Customer\\Model\\CustomerGroupInterface',
'coreshop.company' => 'CoreShop\\Component\\Customer\\Model\\CompanyInterface',
'coreshop.user' => 'CoreShop\\Component\\User\\Model\\UserInterface',
'coreshop.attribute_group' => 'CoreShop\\Component\\Variant\\Model\\AttributeGroupInterface',
'coreshop.attribute' => 'CoreShop\\Component\\Variant\\Model\\AttributeInterface',
'coreshop.product' => 'CoreShop\\Component\\Product\\Model\\ProductInterface',
'coreshop.category' => 'CoreShop\\Component\\Product\\Model\\CategoryInterface',
'coreshop.manufacturer' => 'CoreShop\\Component\\Product\\Model\\ManufacturerInterface',
'coreshop.address' => 'CoreShop\\Component\\Address\\Model\\AddressInterface',
'coreshop.wishlist' => 'CoreShop\\Component\\Wishlist\\Model\\WishlistInterface',
'coreshop.wishlist_item' => 'CoreShop\\Component\\Wishlist\\Model\\WishlistItemInterface',
'coreshop.wishlist_product' => 'CoreShop\\Component\\Wishlist\\Model\\WishlistProductInterface',
],
'coreshop.orm.repository.class' => 'CoreShop\\Bundle\\ResourceBundle\\Doctrine\\ORM\\EntityRepository',
'coreshop.translation.translatable_listener.doctrine.orm.class' => 'CoreShop\\Bundle\\ResourceBundle\\EventListener\\ORMTranslatableListener',
'coreshop.resources' => [
'coreshop.data_fixture' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Bundle\\FixtureBundle\\Model\\DataFixture',
'interface' => 'CoreShop\\Bundle\\FixtureBundle\\Model\\DataFixtureInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'repository' => 'CoreShop\\Bundle\\FixtureBundle\\Repository\\DataFixtureRepository',
],
],
'coreshop.rule_condition' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Rule\\Model\\Condition',
'interface' => 'CoreShop\\Component\\Rule\\Model\\ConditionInterface',
'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
],
],
'coreshop.rule_action' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Rule\\Model\\Action',
'interface' => 'CoreShop\\Component\\Rule\\Model\\ActionInterface',
'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
],
],
'coreshop.configuration' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Core\\Model\\Configuration',
'repository' => 'CoreShop\\Bundle\\CoreBundle\\Doctrine\\ORM\\ConfigurationRepository',
'admin_controller' => 'CoreShop\\Bundle\\CoreBundle\\Controller\\ConfigurationController',
'interface' => 'CoreShop\\Component\\Configuration\\Model\\ConfigurationInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\ConfigurationBundle\\Form\\Type\\ConfigurationType',
],
],
'coreshop.cart_price_rule' => [
'driver' => 'doctrine/orm',
'permission' => 'cart_price_rule',
'classes' => [
'model' => 'CoreShop\\Component\\Order\\Model\\CartPriceRule',
'interface' => 'CoreShop\\Component\\Order\\Model\\CartPriceRuleInterface',
'admin_controller' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\CartPriceRuleController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'repository' => 'CoreShop\\Bundle\\OrderBundle\\Doctrine\\ORM\\CartPriceRuleRepository',
'form' => 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleType',
],
'translation' => [
'classes' => [
'model' => 'CoreShop\\Component\\Order\\Model\\CartPriceRuleTranslation',
'interface' => 'CoreShop\\Component\\Order\\Model\\CartPriceRuleTranslationInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleTranslationType',
],
],
],
'coreshop.cart_price_rule_translation' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Order\\Model\\CartPriceRuleTranslation',
'interface' => 'CoreShop\\Component\\Order\\Model\\CartPriceRuleTranslationInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\OrderBundle\\Form\\Type\\CartPriceRuleTranslationType',
],
],
'coreshop.cart_price_rule_voucher_code' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Order\\Model\\CartPriceRuleVoucherCode',
'interface' => 'CoreShop\\Component\\Order\\Model\\CartPriceRuleVoucherCodeInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'repository' => 'CoreShop\\Bundle\\OrderBundle\\Doctrine\\ORM\\CartPriceRuleVoucherRepository',
],
],
'coreshop.product_unit_definition_price' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Core\\Model\\ProductUnitDefinitionPrice',
'interface' => 'CoreShop\\Component\\Core\\Model\\ProductUnitDefinitionPriceInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
],
],
'coreshop.product_price_rule' => [
'driver' => 'doctrine/orm',
'permission' => 'product_price_rule',
'classes' => [
'model' => 'CoreShop\\Component\\Product\\Model\\ProductPriceRule',
'interface' => 'CoreShop\\Component\\Product\\Model\\ProductPriceRuleInterface',
'admin_controller' => 'CoreShop\\Bundle\\ProductBundle\\Controller\\ProductPriceRuleController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\TranslatableFactory',
'repository' => 'CoreShop\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductPriceRuleRepository',
'form' => 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleType',
],
'translation' => [
'classes' => [
'model' => 'CoreShop\\Component\\Product\\Model\\ProductPriceRuleTranslation',
'interface' => 'CoreShop\\Component\\Product\\Model\\ProductPriceRuleTranslationInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleTranslationType',
],
],
],
'coreshop.product_price_rule_translation' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Product\\Model\\ProductPriceRuleTranslation',
'interface' => 'CoreShop\\Component\\Product\\Model\\ProductPriceRuleTranslationInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductPriceRuleTranslationType',
],
],
'coreshop.product_specific_price_rule' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Product\\Model\\ProductSpecificPriceRule',
'interface' => 'CoreShop\\Component\\Product\\Model\\ProductSpecificPriceRuleInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\TranslatableFactory',
'repository' => 'CoreShop\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductSpecificPriceRuleRepository',
'form' => 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleType',
],
'translation' => [
'classes' => [
'model' => 'CoreShop\\Component\\Product\\Model\\ProductSpecificPriceRuleTranslation',
'interface' => 'CoreShop\\Component\\Product\\Model\\ProductSpecificPriceRuleTranslationInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleTranslationType',
],
],
],
'coreshop.product_specific_price_rule_translation' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Product\\Model\\ProductSpecificPriceRuleTranslation',
'interface' => 'CoreShop\\Component\\Product\\Model\\ProductSpecificPriceRuleTranslationInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\ProductSpecificPriceRuleTranslationType',
],
],
'coreshop.product_unit' => [
'driver' => 'doctrine/orm',
'permission' => 'product_unit',
'classes' => [
'model' => 'CoreShop\\Component\\Product\\Model\\ProductUnit',
'interface' => 'CoreShop\\Component\\Product\\Model\\ProductUnitInterface',
'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\TranslatableFactory',
'repository' => 'CoreShop\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductUnitRepository',
'form' => 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitType',
],
'translation' => [
'classes' => [
'model' => 'CoreShop\\Component\\Product\\Model\\ProductUnitTranslation',
'interface' => 'CoreShop\\Component\\Product\\Model\\ProductUnitTranslationInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitTranslationType',
],
],
],
'coreshop.product_unit_translation' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Product\\Model\\ProductUnitTranslation',
'interface' => 'CoreShop\\Component\\Product\\Model\\ProductUnitTranslationInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\ProductBundle\\Form\\Type\\Unit\\ProductUnitTranslationType',
],
],
'coreshop.product_unit_definitions' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Product\\Model\\ProductUnitDefinitions',
'interface' => 'CoreShop\\Component\\Product\\Model\\ProductUnitDefinitionsInterface',
'admin_controller' => 'CoreShop\\Bundle\\ProductBundle\\Controller\\ProductUnitDefinitionsController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'repository' => 'CoreShop\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductUnitDefinitionsRepository',
],
],
'coreshop.product_unit_definition' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Product\\Model\\ProductUnitDefinition',
'interface' => 'CoreShop\\Component\\Product\\Model\\ProductUnitDefinitionInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
],
],
'coreshop.country' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Core\\Model\\Country',
'repository' => 'CoreShop\\Bundle\\CoreBundle\\Doctrine\\ORM\\CountryRepository',
'interface' => 'CoreShop\\Component\\Address\\Model\\CountryInterface',
'admin_controller' => 'CoreShop\\Bundle\\AddressBundle\\Controller\\CountryController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\TranslatableFactory',
'form' => 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\CountryType',
],
'permission' => 'country',
'translation' => [
'classes' => [
'model' => 'CoreShop\\Component\\Address\\Model\\CountryTranslation',
'interface' => 'CoreShop\\Component\\Address\\Model\\CountryTranslationInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\CountryTranslationType',
],
],
],
'coreshop.country_translation' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Address\\Model\\CountryTranslation',
'interface' => 'CoreShop\\Component\\Address\\Model\\CountryTranslationInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\CountryTranslationType',
],
],
'coreshop.zone' => [
'driver' => 'doctrine/orm',
'permission' => 'zone',
'classes' => [
'model' => 'CoreShop\\Component\\Address\\Model\\Zone',
'interface' => 'CoreShop\\Component\\Address\\Model\\ZoneInterface',
'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\ZoneType',
],
],
'coreshop.state' => [
'driver' => 'doctrine/orm',
'permission' => 'state',
'classes' => [
'model' => 'CoreShop\\Component\\Address\\Model\\State',
'interface' => 'CoreShop\\Component\\Address\\Model\\StateInterface',
'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\TranslatableFactory',
'form' => 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\StateType',
],
'translation' => [
'classes' => [
'model' => 'CoreShop\\Component\\Address\\Model\\StateTranslation',
'interface' => 'CoreShop\\Component\\Address\\Model\\StateTranslationInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\StateTranslationType',
],
],
],
'coreshop.state_translation' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Address\\Model\\StateTranslation',
'interface' => 'CoreShop\\Component\\Address\\Model\\StateTranslationInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\StateTranslationType',
],
],
'coreshop.address_identifier' => [
'driver' => 'doctrine/orm',
'path' => 'address_identifier',
'classes' => [
'model' => 'CoreShop\\Component\\Address\\Model\\AddressIdentifier',
'interface' => 'CoreShop\\Component\\Address\\Model\\AddressIdentifierInterface',
'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'repository' => 'CoreShop\\Bundle\\AddressBundle\\Doctrine\\ORM\\AddressIdentifierRepository',
'form' => 'CoreShop\\Bundle\\AddressBundle\\Form\\Type\\AddressIdentifierType',
],
],
'coreshop.currency' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Core\\Model\\Currency',
'repository' => 'CoreShop\\Bundle\\CoreBundle\\Doctrine\\ORM\\CurrencyRepository',
'interface' => 'CoreShop\\Component\\Currency\\Model\\CurrencyInterface',
'admin_controller' => 'CoreShop\\Bundle\\CurrencyBundle\\Controller\\CurrencyController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\CurrencyBundle\\Form\\Type\\CurrencyType',
],
'permission' => 'currency',
],
'coreshop.exchange_rate' => [
'driver' => 'doctrine/orm',
'permission' => 'exchange_rate',
'classes' => [
'model' => 'CoreShop\\Component\\Currency\\Model\\ExchangeRate',
'interface' => 'CoreShop\\Component\\Currency\\Model\\ExchangeRateInterface',
'admin_controller' => 'CoreShop\\Bundle\\CurrencyBundle\\Controller\\ExchangeRateController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'repository' => 'CoreShop\\Bundle\\CurrencyBundle\\Doctrine\\ORM\\ExchangeRateRepository',
'form' => 'CoreShop\\Bundle\\CurrencyBundle\\Form\\Type\\ExchangeRateType',
],
],
'coreshop.tax_rule' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Core\\Model\\TaxRule',
'repository' => 'CoreShop\\Bundle\\CoreBundle\\Doctrine\\ORM\\TaxRuleRepository',
'interface' => 'CoreShop\\Component\\Taxation\\Model\\TaxRuleInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRuleType',
],
],
'coreshop.tax_rate' => [
'driver' => 'doctrine/orm',
'permission' => 'tax_rate',
'classes' => [
'model' => 'CoreShop\\Component\\Taxation\\Model\\TaxRate',
'interface' => 'CoreShop\\Component\\Taxation\\Model\\TaxRateInterface',
'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\TranslatableFactory',
'repository' => 'CoreShop\\Bundle\\TaxationBundle\\Doctrine\\ORM\\TaxRateRepository',
'form' => 'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateType',
],
'translation' => [
'classes' => [
'model' => 'CoreShop\\Component\\Taxation\\Model\\TaxRateTranslation',
'interface' => 'CoreShop\\Component\\Taxation\\Model\\TaxRateTranslationInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateTranslationType',
],
],
],
'coreshop.tax_rate_translation' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Taxation\\Model\\TaxRateTranslation',
'interface' => 'CoreShop\\Component\\Taxation\\Model\\TaxRateTranslationInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateTranslationType',
],
],
'coreshop.tax_rule_group' => [
'driver' => 'doctrine/orm',
'permission' => 'tax_rule_group',
'classes' => [
'model' => 'CoreShop\\Component\\Taxation\\Model\\TaxRuleGroup',
'interface' => 'CoreShop\\Component\\Taxation\\Model\\TaxRuleGroupInterface',
'admin_controller' => 'CoreShop\\Bundle\\TaxationBundle\\Controller\\TaxRuleGroupController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\TaxationBundle\\Form\\Type\\TaxRuleGroupType',
],
],
'coreshop.store' => [
'driver' => 'doctrine/orm',
'classes' => [
'repository' => 'CoreShop\\Bundle\\StoreBundle\\Doctrine\\ORM\\StoreRepository',
'model' => 'CoreShop\\Component\\Core\\Model\\Store',
'interface' => 'CoreShop\\Component\\Store\\Model\\StoreInterface',
'admin_controller' => 'CoreShop\\Bundle\\StoreBundle\\Controller\\StoreController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\StoreBundle\\Form\\Type\\StoreType',
],
'permission' => 'store',
],
'coreshop.index' => [
'driver' => 'doctrine/orm',
'permission' => 'index',
'classes' => [
'model' => 'CoreShop\\Component\\Index\\Model\\Index',
'interface' => 'CoreShop\\Component\\Index\\Model\\IndexInterface',
'admin_controller' => 'CoreShop\\Bundle\\IndexBundle\\Controller\\IndexController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexType',
],
],
'coreshop.index_column' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Index\\Model\\IndexColumn',
'interface' => 'CoreShop\\Component\\Index\\Model\\IndexColumnInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\IndexColumnType',
],
],
'coreshop.filter' => [
'driver' => 'doctrine/orm',
'permission' => 'filter',
'classes' => [
'model' => 'CoreShop\\Component\\Index\\Model\\Filter',
'interface' => 'CoreShop\\Component\\Index\\Model\\FilterInterface',
'admin_controller' => 'CoreShop\\Bundle\\IndexBundle\\Controller\\FilterController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterType',
],
],
'coreshop.filter_condition' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Index\\Model\\FilterCondition',
'interface' => 'CoreShop\\Component\\Index\\Model\\FilterConditionInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\IndexBundle\\Form\\Type\\FilterConditionType',
],
],
'coreshop.carrier' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Core\\Model\\Carrier',
'repository' => 'App\\Ecommerce\\Doctrine\\ORM\\CarrierRepository',
'interface' => 'CoreShop\\Component\\Shipping\\Model\\CarrierInterface',
'admin_controller' => 'CoreShop\\Bundle\\ShippingBundle\\Controller\\CarrierController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\CarrierType',
],
'permission' => 'carrier',
'translation' => [
'classes' => [
'model' => 'CoreShop\\Component\\Shipping\\Model\\CarrierTranslation',
'interface' => 'CoreShop\\Component\\Shipping\\Model\\CarrierTranslationInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\CarrierTranslationType',
],
],
],
'coreshop.carrier_translation' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Shipping\\Model\\CarrierTranslation',
'interface' => 'CoreShop\\Component\\Shipping\\Model\\CarrierTranslationInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\CarrierTranslationType',
],
],
'coreshop.shipping_rule' => [
'driver' => 'doctrine/orm',
'permission' => 'shipping_rule',
'classes' => [
'model' => 'CoreShop\\Component\\Shipping\\Model\\ShippingRule',
'interface' => 'CoreShop\\Component\\Shipping\\Model\\ShippingRuleInterface',
'admin_controller' => 'CoreShop\\Bundle\\ShippingBundle\\Controller\\ShippingRuleController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'repository' => 'CoreShop\\Bundle\\RuleBundle\\Doctrine\\ORM\\RuleRepository',
'form' => 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleType',
],
],
'coreshop.shipping_rule_group' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Shipping\\Model\\ShippingRuleGroup',
'interface' => 'CoreShop\\Component\\Shipping\\Model\\ShippingRuleGroupInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\ShippingBundle\\Form\\Type\\ShippingRuleGroupType',
],
],
'coreshop.payment_provider' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Core\\Model\\PaymentProvider',
'admin_controller' => 'CoreShop\\Bundle\\PayumPaymentBundle\\Controller\\PaymentProviderController',
'repository' => 'CoreShop\\Bundle\\CoreBundle\\Doctrine\\ORM\\PaymentProviderRepository',
'interface' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\TranslatableFactory',
'form' => 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderType',
],
'permission' => 'payment_provider',
'translation' => [
'classes' => [
'model' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderTranslation',
'interface' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderTranslationInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderTranslationType',
],
],
],
'coreshop.payment_provider_translation' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderTranslation',
'interface' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderTranslationInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderTranslationType',
],
],
'coreshop.payment' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Core\\Model\\Payment',
'repository' => 'App\\CoreShop\\Repository\\PaymentRepository',
'interface' => 'CoreShop\\Component\\Payment\\Model\\PaymentInterface',
'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
],
],
'coreshop.payment_provider_rule' => [
'driver' => 'doctrine/orm',
'permission' => 'payment_provider_rule',
'classes' => [
'model' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderRule',
'interface' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderRuleInterface',
'admin_controller' => 'CoreShop\\Bundle\\PaymentBundle\\Controller\\PaymentProviderRuleController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'repository' => 'CoreShop\\Bundle\\RuleBundle\\Doctrine\\ORM\\RuleRepository',
'form' => 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleType',
],
],
'coreshop.payment_provider_rule_group' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderRuleGroup',
'interface' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderRuleGroupInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'form' => 'CoreShop\\Bundle\\PaymentBundle\\Form\\Type\\PaymentProviderRuleGroupType',
],
],
'coreshop.sequence' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Sequence\\Model\\Sequence',
'interface' => 'CoreShop\\Component\\Sequence\\Model\\SequenceInterface',
'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'factory' => 'CoreShop\\Component\\Sequence\\Factory\\SequenceFactory',
'repository' => 'CoreShop\\Bundle\\SequenceBundle\\Doctrine\\ORM\\SequenceRepository',
],
],
'coreshop.gateway_config' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\PayumPayment\\Model\\GatewayConfig',
'controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
],
],
'coreshop.payment_security_token' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\PayumPayment\\Model\\PaymentSecurityToken',
'controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
],
],
'coreshop.notification_rule' => [
'driver' => 'doctrine/orm',
'permission' => 'notification',
'classes' => [
'model' => 'CoreShop\\Component\\Notification\\Model\\NotificationRule',
'interface' => 'CoreShop\\Component\\Notification\\Model\\NotificationRuleInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'repository' => 'CoreShop\\Bundle\\NotificationBundle\\Doctrine\\ORM\\NotificationRuleRepository',
'admin_controller' => 'CoreShop\\Bundle\\NotificationBundle\\Controller\\NotificationRuleController',
'form' => 'CoreShop\\Bundle\\NotificationBundle\\Form\\Type\\NotificationRuleType',
],
],
'coreshop.product_quantity_price_rule' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Core\\Model\\ProductQuantityPriceRule',
'interface' => 'CoreShop\\Component\\ProductQuantityPriceRules\\Model\\ProductQuantityPriceRuleInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'repository' => 'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Doctrine\\ORM\\ProductQuantityPriceRuleRepository',
'form' => 'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Form\\Type\\ProductQuantityPriceRuleType',
],
],
'coreshop.product_quantity_price_rule_range' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Core\\Model\\QuantityRange',
'interface' => 'CoreShop\\Component\\ProductQuantityPriceRules\\Model\\QuantityRangeInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
],
],
'coreshop.product_store_values' => [
'driver' => 'doctrine/orm',
'classes' => [
'model' => 'CoreShop\\Component\\Core\\Model\\ProductStoreValues',
'interface' => 'CoreShop\\Component\\Core\\Model\\ProductStoreValuesInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'repository' => 'CoreShop\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductStoreValuesRepository',
],
],
],
'core_shop_fixture.driver.doctrine/orm' => true,
'core_shop_fixture.driver' => 'doctrine/orm',
'coreshop.model.data_fixture.class' => 'CoreShop\\Bundle\\FixtureBundle\\Model\\DataFixture',
'coreshop.interface.data_fixture' => 'CoreShop\\Bundle\\FixtureBundle\\Model\\DataFixtureInterface',
'coreshop.factory.data_fixture.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.repository.data_fixture.class' => 'CoreShop\\Bundle\\FixtureBundle\\Repository\\DataFixtureRepository',
'coreshop.currency.decimal_factor' => 100,
'coreshop.currency.decimal_precision' => 2,
'coreshop.workflow.manager.history_log_state_identifier' => 'history_state_change',
'coreshop.state_machines' => [
0 => 'coreshop_order',
1 => 'coreshop_quote',
2 => 'coreshop_payment',
3 => 'coreshop_shipment',
4 => 'coreshop_invoice',
5 => 'coreshop_order_payment',
6 => 'coreshop_order_invoice',
7 => 'coreshop_order_shipment',
8 => 'coreshop_order_sales_type',
],
'coreshop.state_machine.callbacks' => [
'coreshop_order' => [
'after' => [
'request_payment' => [
'on' => [
0 => 'create',
],
'do' => [
0 => '@CoreShop\\Bundle\\WorkflowBundle\\Callback\\CascadeTransition',
1 => 'apply',
],
'args' => [
0 => 'object',
1 => 'event',
2 => '"request_payment"',
3 => '"coreshop_order_payment"',
],
'enabled' => true,
'priority' => 0,
],
'increment_voucher_usages' => [
'on' => [
0 => 'create',
],
'do' => [
0 => '@CoreShop\\Component\\Order\\Modifier\\VoucherModifierInterface',
1 => 'increment',
],
'args' => [
0 => 'object',
],
'enabled' => true,
'priority' => 0,
],
'cancel_payment' => [
'on' => [
0 => 'cancel',
],
'do' => [
0 => '@CoreShop\\Bundle\\WorkflowBundle\\Callback\\CascadeTransition',
1 => 'apply',
],
'args' => [
0 => 'service(\'coreshop.repository.payment\').findForPayable(object)',
1 => 'event',
2 => '"cancel"',
3 => '"coreshop_payment"',
],
'enabled' => true,
'priority' => 0,
],
'cancel_shipment' => [
'on' => [
0 => 'cancel',
],
'do' => [
0 => '@CoreShop\\Bundle\\WorkflowBundle\\Callback\\CascadeTransition',
1 => 'apply',
],
'args' => [
0 => 'service(\'coreshop.repository.order_shipment\').getDocuments(object)',
1 => 'event',
2 => '"cancel"',
3 => '"coreshop_shipment"',
],
'enabled' => true,
'priority' => 0,
],
'cancel_invoice' => [
'on' => [
0 => 'cancel',
],
'do' => [
0 => '@CoreShop\\Bundle\\WorkflowBundle\\Callback\\CascadeTransition',
1 => 'apply',
],
'args' => [
0 => 'service(\'coreshop.repository.order_invoice\').getDocuments(object)',
1 => 'event',
2 => '"cancel"',
3 => '"coreshop_invoice"',
],
'enabled' => true,
'priority' => 0,
],
'cancel_order_payment' => [
'on' => [
0 => 'cancel',
],
'do' => [
0 => '@CoreShop\\Bundle\\WorkflowBundle\\Callback\\CascadeTransition',
1 => 'apply',
],
'args' => [
0 => 'object',
1 => 'event',
2 => '"cancel"',
3 => '"coreshop_order_payment"',
],
'enabled' => true,
'priority' => 0,
],
'cancel_order_shipment' => [
'on' => [
0 => 'cancel',
],
'do' => [
0 => '@CoreShop\\Bundle\\WorkflowBundle\\Callback\\CascadeTransition',
1 => 'apply',
],
'args' => [
0 => 'object',
1 => 'event',
2 => '"cancel"',
3 => '"coreshop_order_shipment"',
],
'enabled' => true,
'priority' => 0,
],
'cancel_order_invoice' => [
'on' => [
0 => 'cancel',
],
'do' => [
0 => '@CoreShop\\Bundle\\WorkflowBundle\\Callback\\CascadeTransition',
1 => 'apply',
],
'args' => [
0 => 'object',
1 => 'event',
2 => '"cancel"',
3 => '"coreshop_order_invoice"',
],
'enabled' => true,
'priority' => 0,
],
'decrement_voucher_usages' => [
'on' => [
0 => 'cancel',
],
'do' => [
0 => '@CoreShop\\Component\\Order\\Modifier\\VoucherModifierInterface',
1 => 'decrement',
],
'args' => [
0 => 'object',
],
'enabled' => true,
'priority' => 0,
],
'add_to_history' => [
'on' => [
0 => 'create',
1 => 'confirm',
2 => 'process',
3 => 'cancel',
4 => 'complete',
],
'do' => [
0 => '@CoreShop\\Bundle\\WorkflowBundle\\History\\StateHistoryLoggerInterface',
1 => 'log',
],
'args' => [
0 => 'object',
1 => 'event',
],
'enabled' => true,
'priority' => 0,
],
'hold_inventory' => [
'on' => [
0 => 'create',
],
'do' => [
0 => '@CoreShop\\Component\\Core\\Inventory\\Operator\\OrderInventoryOperatorInterface',
1 => 'hold',
],
'args' => [
0 => 'object',
],
'enabled' => true,
'priority' => 0,
],
'cancel_inventory' => [
'on' => [
0 => 'cancel',
],
'do' => [
0 => '@CoreShop\\Component\\Core\\Inventory\\Operator\\OrderInventoryOperatorInterface',
1 => 'cancel',
],
'args' => [
0 => 'object',
],
'enabled' => true,
'priority' => 0,
],
],
'guard' => [
],
'before' => [
],
],
'coreshop_quote' => [
'after' => [
'add_to_history' => [
'on' => [
0 => 'create',
1 => 'confirm',
2 => 'cancel',
3 => 'complete',
],
'do' => [
0 => '@CoreShop\\Bundle\\WorkflowBundle\\History\\StateHistoryLoggerInterface',
1 => 'log',
],
'args' => [
0 => 'object',
1 => 'event',
],
'enabled' => true,
'priority' => 0,
],
],
'guard' => [
],
'before' => [
],
],
'coreshop_payment' => [
'after' => [
'resolve_state' => [
'on' => [
0 => 'complete',
1 => 'refund',
2 => 'authorize',
],
'do' => [
0 => '@CoreShop\\Bundle\\OrderBundle\\StateResolver\\OrderPaymentStateResolver',
1 => 'resolve',
],
'args' => [
0 => 'object.getOrder()',
],
'enabled' => true,
'priority' => 0,
],
'add_to_history' => [
'on' => [
0 => 'process',
1 => 'authorize',
2 => 'complete',
3 => 'fail',
4 => 'cancel',
5 => 'refund',
],
'do' => [
0 => '@CoreShop\\Bundle\\WorkflowBundle\\History\\StateHistoryLoggerInterface',
1 => 'log',
],
'args' => [
0 => 'object.getOrder()',
1 => 'event',
],
'enabled' => true,
'priority' => 0,
],
],
'guard' => [
],
'before' => [
],
],
'coreshop_shipment' => [
'after' => [
'resolve_state' => [
'on' => [
0 => 'ship',
],
'do' => [
0 => '@CoreShop\\Bundle\\OrderBundle\\StateResolver\\OrderShippingStateResolver',
1 => 'resolve',
],
'args' => [
0 => 'object.getOrder()',
],
'enabled' => true,
'priority' => 0,
],
'add_to_history' => [
'on' => [
0 => 'ship',
1 => 'cancel',
],
'do' => [
0 => '@CoreShop\\Bundle\\WorkflowBundle\\History\\StateHistoryLoggerInterface',
1 => 'log',
],
'args' => [
0 => 'object.getOrder()',
1 => 'event',
],
'enabled' => true,
'priority' => 0,
],
],
'guard' => [
],
'before' => [
],
],
'coreshop_invoice' => [
'after' => [
'resolve_state' => [
'on' => [
0 => 'complete',
],
'do' => [
0 => '@CoreShop\\Bundle\\OrderBundle\\StateResolver\\OrderInvoiceStateResolver',
1 => 'resolve',
],
'args' => [
0 => 'object.getOrder()',
],
'enabled' => true,
'priority' => 0,
],
'add_to_history' => [
'on' => [
0 => 'cancel',
1 => 'complete',
],
'do' => [
0 => '@CoreShop\\Bundle\\WorkflowBundle\\History\\StateHistoryLoggerInterface',
1 => 'log',
],
'args' => [
0 => 'object.getOrder()',
1 => 'event',
],
'enabled' => true,
'priority' => 0,
],
],
'guard' => [
],
'before' => [
],
],
'coreshop_order_payment' => [
'after' => [
'resolve_state' => [
'on' => [
0 => 'pay',
],
'do' => [
0 => '@CoreShop\\Bundle\\OrderBundle\\StateResolver\\OrderStateResolver',
1 => 'resolve',
],
'args' => [
0 => 'object',
],
'enabled' => true,
'priority' => 0,
],
'sell_inventory' => [
'on' => [
0 => 'pay',
],
'do' => [
0 => '@CoreShop\\Component\\Core\\Inventory\\Operator\\OrderInventoryOperatorInterface',
1 => 'sell',
],
'args' => [
0 => 'object',
],
'enabled' => true,
'priority' => 0,
],
],
'guard' => [
],
'before' => [
],
],
'coreshop_order_invoice' => [
'after' => [
'resolve_state' => [
'on' => [
0 => 'invoice',
],
'do' => [
0 => '@CoreShop\\Bundle\\OrderBundle\\StateResolver\\OrderStateResolver',
1 => 'resolve',
],
'args' => [
0 => 'object',
],
'enabled' => true,
'priority' => 0,
],
],
'guard' => [
],
'before' => [
],
],
'coreshop_order_shipment' => [
'after' => [
'resolve_state' => [
'on' => [
0 => 'ship',
],
'do' => [
0 => '@CoreShop\\Bundle\\OrderBundle\\StateResolver\\OrderStateResolver',
1 => 'resolve',
],
'args' => [
0 => 'object',
],
'enabled' => true,
'priority' => 0,
],
],
'guard' => [
],
'before' => [
],
],
'coreshop_order_sales_type' => [
'after' => [
'add_to_history' => [
'priority' => 10,
'on' => [
0 => 'order',
1 => 'quote',
],
'do' => [
0 => '@CoreShop\\Bundle\\WorkflowBundle\\History\\StateHistoryLoggerInterface',
1 => 'log',
],
'args' => [
0 => 'object',
1 => 'event',
],
'enabled' => true,
],
'commit_order' => [
'on' => [
0 => 'order',
],
'do' => [
0 => '@CoreShop\\Component\\Order\\Committer\\OrderCommitterInterface',
1 => 'commitOrder',
],
'args' => [
0 => 'object',
],
'enabled' => true,
'priority' => 0,
],
'commit_quote' => [
'on' => [
0 => 'quote',
],
'do' => [
0 => '@CoreShop\\Component\\Order\\Committer\\QuoteCommitterInterface',
1 => 'commitOrder',
],
'args' => [
0 => 'object',
],
'enabled' => true,
'priority' => 0,
],
],
'guard' => [
],
'before' => [
],
],
],
'coreshop.state_machine.colors' => [
'coreshop_order' => [
'place_colors' => [
'initialized' => '#d6e1dd',
'new' => '#61c2cb',
'confirmed' => '#919d7f',
'cancelled' => '#f2583e',
'complete' => '#5b981a',
'processing' => '#9ECFD4',
],
'transition_colors' => [
'processing' => '#9ECFD4',
],
],
'coreshop_quote' => [
'place_colors' => [
'initialized' => '#d6e1dd',
'new' => '#61c2cb',
'cancelled' => '#f2583e',
'complete' => '#5b981a',
],
'transition_colors' => [
],
],
'coreshop_payment' => [
'place_colors' => [
'new' => '#61c2cb',
'processing' => '#feb624',
'authorized' => '#896957',
'completed' => '#5b981a',
'failed' => '#83002e',
'cancelled' => '#f2583e',
'refunded' => '#004966',
],
'transition_colors' => [
'create' => '#61c2cb',
'process' => '#feb624',
'authorize' => '#896957',
'complete' => '#5b981a',
'fail' => '#83002e',
'cancel' => '#f2583e',
'refund' => '#004966',
'void' => '#000000',
],
],
'coreshop_shipment' => [
'place_colors' => [
'new' => '#61c2cb',
'ready' => '#feb624',
'cancelled' => '#f2583e',
'shipped' => '#5b981a',
],
'transition_colors' => [
'create' => '#feb624',
'ship' => '#5b981a',
'cancel' => '#f2583e',
],
],
'coreshop_invoice' => [
'place_colors' => [
'new' => '#61c2cb',
'ready' => '#feb624',
'cancelled' => '#f2583e',
'complete' => '#5b981a',
],
'transition_colors' => [
'create' => '#feb624',
'cancel' => '#f2583e',
'complete' => '#5b981a',
],
],
'coreshop_order_payment' => [
'place_colors' => [
'new' => '#61c2cb',
'awaiting_payment' => '#feb624',
'partially_authorized' => '#aa9488',
'authorized' => '#896957',
'partially_paid' => '#f27024',
'cancelled' => '#f2583e',
'paid' => '#5b981a',
'partially_refunded' => '#77bed2',
'refunded' => '#004966',
],
'transition_colors' => [
],
],
'coreshop_order_invoice' => [
'place_colors' => [
'new' => '#61c2cb',
'ready' => '#feb624',
'partially_invoiced' => '#f27024',
'invoiced' => '#5b981a',
'cancelled' => '#f2583e',
],
'transition_colors' => [
],
],
'coreshop_order_shipment' => [
'place_colors' => [
'new' => '#61c2cb',
'ready' => '#feb624',
'partially_shipped' => '#f27024',
'shipped' => '#5b981a',
'cancelled' => '#f2583e',
],
'transition_colors' => [
],
],
'coreshop_order_sales_type' => [
'place_colors' => [
'cart' => '#61c2cb',
'order' => '#feb624',
'quote' => '#f2583e',
],
'transition_colors' => [
'order' => '#feb624',
'quote' => '#f2583e',
],
],
],
'core_shop_rule.driver.doctrine/orm' => true,
'core_shop_rule.driver' => 'doctrine/orm',
'coreshop.model.rule_condition.class' => 'CoreShop\\Component\\Rule\\Model\\Condition',
'coreshop.interface.rule_condition' => 'CoreShop\\Component\\Rule\\Model\\ConditionInterface',
'coreshop.admin_controller.rule_condition.class' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.factory.rule_condition.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.model.rule_action.class' => 'CoreShop\\Component\\Rule\\Model\\Action',
'coreshop.interface.rule_action' => 'CoreShop\\Component\\Rule\\Model\\ActionInterface',
'coreshop.admin_controller.rule_action.class' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.factory.rule_action.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'core_shop_configuration.driver.doctrine/orm' => true,
'core_shop_configuration.driver' => 'doctrine/orm',
'coreshop.model.configuration.class' => 'CoreShop\\Component\\Core\\Model\\Configuration',
'coreshop.interface.configuration' => 'CoreShop\\Component\\Configuration\\Model\\ConfigurationInterface',
'coreshop.admin_controller.configuration.class' => 'CoreShop\\Bundle\\CoreBundle\\Controller\\ConfigurationController',
'coreshop.factory.configuration.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.repository.configuration.class' => 'CoreShop\\Bundle\\CoreBundle\\Doctrine\\ORM\\ConfigurationRepository',
'coreshop.form.type.configuration.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.cart_price_rule.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.cart_price_rule_translation.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.voucher.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.cart_price_rule.rule.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.cart_price_rule.rule_action.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.cart_price_rule.rule_condition.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.cart_price_rule.promotion_coupon.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.cart_item_price_rule.rule_action.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.cart_item_price_rule.rule_condition.validation_groups' => [
0 => 'coreshop',
],
'_defaults' => [
'public' => true,
],
'coreshop.workflow.include_invoice_state_to_complete_order' => false,
'coreshop.session.cart' => 'coreshop.cart',
'coreshop.form.type.cart.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.cart_item.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.add_to_cart.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.edit_cart.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.add_multiple_to_cart.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.cart_price_rule.action.discount_amount.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.cart_price_rule.action.discount_percent.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.cart_price_rule.action.surcharge_amount.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.cart_price_rule.action.surcharge_percent.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.cart_price_rule.condition.amount.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.cart_price_rule.condition.nested.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.cart_price_rule.condition.order_item_action_conditions.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.cart_price_rule.condition.order_item_action_actions.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.cart_price_rule.condition.timespan.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.cart_price_rule.condition.voucher.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.cart_price_rule.condition.not_combinable.validation_groups' => [
0 => 'coreshop',
],
'coreshop.dto.add_to_cart.class' => 'CoreShop\\Bundle\\OrderBundle\\DTO\\AddToCart',
'coreshop.dto.add_multiple_to_cart.class' => 'CoreShop\\Bundle\\OrderBundle\\DTO\\AddMultipleToCart',
'core_shop_order.driver.doctrine/orm' => true,
'core_shop_order.driver' => 'pimcore',
'coreshop.model.cart_price_rule.class' => 'CoreShop\\Component\\Order\\Model\\CartPriceRule',
'coreshop.interface.cart_price_rule' => 'CoreShop\\Component\\Order\\Model\\CartPriceRuleInterface',
'coreshop.admin_controller.cart_price_rule.class' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\CartPriceRuleController',
'coreshop.factory.cart_price_rule.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.repository.cart_price_rule.class' => 'CoreShop\\Bundle\\OrderBundle\\Doctrine\\ORM\\CartPriceRuleRepository',
'coreshop.model.cart_price_rule_translation.class' => 'CoreShop\\Component\\Order\\Model\\CartPriceRuleTranslation',
'coreshop.interface.cart_price_rule_translation' => 'CoreShop\\Component\\Order\\Model\\CartPriceRuleTranslationInterface',
'coreshop.factory.cart_price_rule_translation.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.model.cart_price_rule_voucher_code.class' => 'CoreShop\\Component\\Order\\Model\\CartPriceRuleVoucherCode',
'coreshop.interface.cart_price_rule_voucher_code' => 'CoreShop\\Component\\Order\\Model\\CartPriceRuleVoucherCodeInterface',
'coreshop.factory.cart_price_rule_voucher_code.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.repository.cart_price_rule_voucher_code.class' => 'CoreShop\\Bundle\\OrderBundle\\Doctrine\\ORM\\CartPriceRuleVoucherRepository',
'core_shop_order.driver.pimcore' => true,
'coreshop.pimcore_classes' => [
'coreshop.order' => [
'driver' => 'pimcore',
'alias' => 'core_shop_order',
'path' => [
'order' => 'coreshop/orders',
'cart' => 'coreshop/carts',
'quote' => 'coreshop/quotes',
],
'classes' => [
'pimcore_controller' => [
'default' => 'App\\CoreShop\\Controller\\OrderController',
'creation' => 'CoreShop\\Bundle\\CoreBundle\\Controller\\OrderCreationController',
'edit' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderEditController',
'payment' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderPaymentController',
'comment' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderCommentController',
'customer_creation' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\CustomerCreationController',
'address_creation' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\AddressCreationController',
],
'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopOrderBundle/CoreShopOrder.json',
'interface' => 'CoreShop\\Component\\Core\\Model\\OrderInterface',
'model' => 'Pimcore\\Model\\DataObject\\CoreShopOrder',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'repository' => 'CoreShop\\Bundle\\OrderBundle\\Pimcore\\Repository\\OrderRepository',
'type' => 'object',
],
'pimcore_class' => 'CoreShopOrder',
],
'coreshop.order_item' => [
'driver' => 'pimcore',
'alias' => 'core_shop_order',
'classes' => [
'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopOrderBundle/CoreShopOrderItem.json',
'interface' => 'CoreShop\\Component\\Core\\Model\\OrderItemInterface',
'model' => 'Pimcore\\Model\\DataObject\\CoreShopOrderItem',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'repository' => 'CoreShop\\Bundle\\OrderBundle\\Pimcore\\Repository\\OrderItemRepository',
'type' => 'object',
],
'path' => 'items',
'pimcore_class' => 'CoreShopOrderItem',
],
'coreshop.order_shipment' => [
'driver' => 'pimcore',
'alias' => 'core_shop_order',
'classes' => [
'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopOrderBundle/CoreShopOrderShipment.json',
'interface' => 'CoreShop\\Component\\Core\\Model\\OrderShipmentInterface',
'model' => 'Pimcore\\Model\\DataObject\\CoreShopOrderShipment',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'repository' => 'CoreShop\\Bundle\\OrderBundle\\Pimcore\\Repository\\OrderShipmentRepository',
'pimcore_controller' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderShipmentController',
'type' => 'object',
],
'path' => 'shipments',
'pimcore_class' => 'CoreShopOrderShipment',
],
'coreshop.order_shipment_item' => [
'driver' => 'pimcore',
'alias' => 'core_shop_order',
'classes' => [
'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopOrderBundle/CoreShopOrderShipmentItem.json',
'interface' => 'CoreShop\\Component\\Core\\Model\\OrderShipmentItemInterface',
'model' => 'Pimcore\\Model\\DataObject\\CoreShopOrderShipmentItem',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'type' => 'object',
],
'path' => 'items',
'pimcore_class' => 'CoreShopOrderShipmentItem',
],
'coreshop.order_invoice' => [
'driver' => 'pimcore',
'alias' => 'core_shop_order',
'path' => 'invoices',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\CoreShopOrderInvoice',
'interface' => 'CoreShop\\Component\\Order\\Model\\OrderInvoiceInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'repository' => 'CoreShop\\Bundle\\OrderBundle\\Pimcore\\Repository\\OrderInvoiceRepository',
'pimcore_controller' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderInvoiceController',
'install_file' => '@CoreShopOrderBundle/Resources/install/pimcore/classes/CoreShopOrderInvoice.json',
'type' => 'object',
],
'pimcore_class' => 'CoreShopOrderInvoice',
],
'coreshop.order_invoice_item' => [
'driver' => 'pimcore',
'alias' => 'core_shop_order',
'path' => 'items',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\CoreShopOrderInvoiceItem',
'interface' => 'CoreShop\\Component\\Order\\Model\\OrderInvoiceItemInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'install_file' => '@CoreShopOrderBundle/Resources/install/pimcore/classes/CoreShopOrderInvoiceItem.json',
'type' => 'object',
],
'pimcore_class' => 'CoreShopOrderInvoiceItem',
],
'coreshop.cart_price_rule_item' => [
'driver' => 'pimcore',
'alias' => 'core_shop_order',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopProposalCartPriceRuleItem',
'interface' => 'CoreShop\\Component\\Order\\Model\\ProposalCartPriceRuleItemInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'install_file' => '@CoreShopOrderBundle/Resources/install/pimcore/fieldcollections/CoreShopProposalCartPriceRuleItem.json',
'type' => 'fieldcollection',
],
'pimcore_class' => 'CoreShopProposalCartPriceRuleItem',
],
'coreshop.price_rule_item' => [
'driver' => 'pimcore',
'alias' => 'core_shop_order',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopPriceRuleItem',
'interface' => 'CoreShop\\Component\\Order\\Model\\PriceRuleItemInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'install_file' => '@CoreShopOrderBundle/Resources/install/pimcore/fieldcollections/CoreShopPriceRuleItem.json',
'type' => 'fieldcollection',
],
'pimcore_class' => 'CoreShopPriceRuleItem',
],
'coreshop.adjustment' => [
'driver' => 'pimcore',
'alias' => 'core_shop_order',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopAdjustment',
'interface' => 'CoreShop\\Component\\Order\\Model\\AdjustmentInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'install_file' => '@CoreShopOrderBundle/Resources/install/pimcore/fieldcollections/CoreShopAdjustment.json',
'type' => 'fieldcollection',
],
'pimcore_class' => 'CoreShopAdjustment',
],
'coreshop.customer_group' => [
'driver' => 'pimcore',
'alias' => 'core_shop_customer',
'path' => 'coreshop/customer_groups',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\CoreShopCustomerGroup',
'interface' => 'CoreShop\\Component\\Customer\\Model\\CustomerGroupInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'install_file' => '@CoreShopCustomerBundle/Resources/install/pimcore/classes/CoreShopCustomerGroup.json',
'type' => 'object',
],
'pimcore_class' => 'CoreShopCustomerGroup',
],
'coreshop.customer' => [
'driver' => 'pimcore',
'alias' => 'core_shop_customer',
'path' => [
'customer' => 'coreshop/customers',
'guest' => 'coreshop/guests',
],
'classes' => [
'interface' => 'CoreShop\\Component\\Core\\Model\\CustomerInterface',
'repository' => 'CoreShop\\Bundle\\CoreBundle\\Pimcore\\Repository\\CustomerRepository',
'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopCustomerBundle/CoreShopCustomer.json',
'model' => 'Pimcore\\Model\\DataObject\\CoreShopCustomer',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'admin_controller' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'type' => 'object',
],
'pimcore_class' => 'CoreShopCustomer',
],
'coreshop.company' => [
'driver' => 'pimcore',
'alias' => 'core_shop_customer',
'path' => 'coreshop/customers',
'classes' => [
'interface' => 'CoreShop\\Component\\Core\\Model\\CompanyInterface',
'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopCustomerBundle/CoreShopCompany.json',
'model' => 'Pimcore\\Model\\DataObject\\CoreShopCompany',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'repository' => 'CoreShop\\Bundle\\CustomerBundle\\Pimcore\\Repository\\CompanyRepository',
'type' => 'object',
],
'pimcore_class' => 'CoreShopCompany',
],
'coreshop.user' => [
'driver' => 'pimcore',
'alias' => 'core_shop_user',
'classes' => [
'interface' => 'CoreShop\\Component\\Core\\Model\\UserInterface',
'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopUserBundle/CoreShopUser.json',
'model' => 'Pimcore\\Model\\DataObject\\CoreShopUser',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'repository' => 'CoreShop\\Bundle\\UserBundle\\Pimcore\\Repository\\UserRepository',
'type' => 'object',
],
'path' => 'user',
'pimcore_class' => 'CoreShopUser',
],
'coreshop.attribute_group' => [
'driver' => 'pimcore',
'alias' => 'core_shop_variant',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\CoreShopAttributeGroup',
'interface' => 'CoreShop\\Component\\Variant\\Model\\AttributeGroupInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'install_file' => '@CoreShopVariantBundle/Resources/install/pimcore/classes/CoreShopAttributeGroup.json',
'type' => 'object',
],
'pimcore_class' => 'CoreShopAttributeGroup',
],
'coreshop.attribute_value' => [
'driver' => 'pimcore',
'alias' => 'core_shop_variant',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\CoreShopAttributeValue',
'interface' => 'CoreShop\\Component\\Variant\\Model\\AttributeValueInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'install_file' => '@CoreShopVariantBundle/Resources/install/pimcore/classes/CoreShopAttributeValue.json',
'type' => 'object',
],
'pimcore_class' => 'CoreShopAttributeValue',
],
'coreshop.attribute_color' => [
'driver' => 'pimcore',
'alias' => 'core_shop_variant',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\CoreShopAttributeColor',
'interface' => 'CoreShop\\Component\\Variant\\Model\\AttributeColorInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'install_file' => '@CoreShopVariantBundle/Resources/install/pimcore/classes/CoreShopAttributeColor.json',
'type' => 'object',
],
'pimcore_class' => 'CoreShopAttributeColor',
],
'coreshop.category' => [
'driver' => 'pimcore',
'alias' => 'core_shop_product',
'path' => 'coreshop/categories',
'classes' => [
'repository' => 'CoreShop\\Bundle\\CoreBundle\\Pimcore\\Repository\\CategoryRepository',
'interface' => 'CoreShop\\Component\\Core\\Model\\CategoryInterface',
'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopProductBundle/CoreShopCategory.json',
'model' => 'Pimcore\\Model\\DataObject\\CoreShopCategory',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'type' => 'object',
],
'slug' => true,
'route' => [
'name' => 'coreshop_category_list',
'id_param' => 'category',
],
'pimcore_class' => 'CoreShopCategory',
],
'coreshop.product' => [
'driver' => 'pimcore',
'alias' => 'core_shop_product',
'path' => 'coreshop/products',
'classes' => [
'repository' => 'CoreShop\\Bundle\\CoreBundle\\Pimcore\\Repository\\ProductRepository',
'interface' => 'CoreShop\\Component\\Core\\Model\\ProductInterface',
'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopProductBundle/CoreShopProduct.json',
'admin_controller' => 'CoreShop\\Bundle\\CoreBundle\\Controller\\ProductController',
'model' => 'Pimcore\\Model\\DataObject\\CoreShopProduct',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'type' => 'object',
],
'slug' => true,
'route' => [
'name' => 'coreshop_product_detail',
'id_param' => 'product',
],
'pimcore_class' => 'CoreShopProduct',
],
'coreshop.manufacturer' => [
'driver' => 'pimcore',
'alias' => 'core_shop_product',
'path' => 'manufacturers',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\CoreShopManufacturer',
'interface' => 'CoreShop\\Component\\Product\\Model\\ManufacturerInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'install_file' => '@CoreShopProductBundle/Resources/install/pimcore/classes/CoreShopManufacturer.json',
'type' => 'object',
],
'pimcore_class' => 'CoreShopManufacturer',
],
'coreshop.address' => [
'driver' => 'pimcore',
'alias' => 'core_shop_address',
'path' => 'addresses',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\CoreShopAddress',
'interface' => 'CoreShop\\Component\\Address\\Model\\AddressInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'install_file' => '@CoreShopAddressBundle/Resources/install/pimcore/classes/CoreShopAddress.json',
'type' => 'object',
],
'pimcore_class' => 'CoreShopAddress',
],
'coreshop.tax_item' => [
'driver' => 'pimcore',
'alias' => 'core_shop_taxation',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopTaxItem',
'interface' => 'CoreShop\\Component\\Taxation\\Model\\TaxItemInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'install_file' => '@CoreShopTaxationBundle/Resources/install/pimcore/fieldcollections/CoreShopTaxItem.json',
'type' => 'fieldcollection',
],
'pimcore_class' => 'CoreShopTaxItem',
],
'coreshop.wishlist' => [
'driver' => 'pimcore',
'alias' => 'core_shop_wishlist',
'path' => [
'wishlist' => 'coreshop/wishlists',
],
'classes' => [
'install_file' => '@CoreShopCoreBundle/Resources/install/pimcore/classes/CoreShopWishlistBundle/CoreShopWishlist.json',
'interface' => 'CoreShop\\Component\\Core\\Model\\WishlistInterface',
'repository' => 'CoreShop\\Bundle\\CoreBundle\\Pimcore\\Repository\\WishlistRepository',
'model' => 'Pimcore\\Model\\DataObject\\CoreShopWishlist',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'type' => 'object',
],
'pimcore_class' => 'CoreShopWishlist',
],
'coreshop.wishlist_item' => [
'driver' => 'pimcore',
'alias' => 'core_shop_wishlist',
'path' => 'items',
'classes' => [
'model' => 'Pimcore\\Model\\DataObject\\CoreShopWishlistItem',
'interface' => 'CoreShop\\Component\\Wishlist\\Model\\WishlistItemInterface',
'factory' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'repository' => 'CoreShop\\Bundle\\WishlistBundle\\Pimcore\\Repository\\WishlistItemRepository',
'install_file' => '@CoreShopWishlistBundle/Resources/install/pimcore/classes/CoreShopWishlistItem.json',
'type' => 'object',
],
'pimcore_class' => 'CoreShopWishlistItem',
],
],
'coreshop.model.order.class' => 'Pimcore\\Model\\DataObject\\CoreShopOrder',
'coreshop.interface.order' => 'CoreShop\\Component\\Core\\Model\\OrderInterface',
'coreshop.factory.order.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.repository.order.class' => 'CoreShop\\Bundle\\OrderBundle\\Pimcore\\Repository\\OrderRepository',
'coreshop.model.order.pimcore_class_name' => 'CoreShopOrder',
'coreshop.folder.order' => 'coreshop/orders',
'coreshop.resource.folders' => [
'coreshop.folder.order' => 'coreshop/orders',
'coreshop.folder.cart' => 'coreshop/carts',
'coreshop.folder.quote' => 'coreshop/quotes',
'coreshop.folder.order_item' => 'items',
'coreshop.folder.order_shipment' => 'shipments',
'coreshop.folder.order_shipment_item' => 'items',
'coreshop.folder.order_invoice' => 'invoices',
'coreshop.folder.order_invoice_item' => 'items',
'coreshop.folder.customer_group' => 'coreshop/customer_groups',
'coreshop.folder.customer' => 'coreshop/customers',
'coreshop.folder.guest' => 'coreshop/guests',
'coreshop.folder.company' => 'coreshop/customers',
'coreshop.folder.user' => 'user',
'coreshop.folder.category' => 'coreshop/categories',
'coreshop.folder.product' => 'coreshop/products',
'coreshop.folder.manufacturer' => 'manufacturers',
'coreshop.folder.address' => 'addresses',
'coreshop.folder.wishlist' => 'coreshop/wishlists',
'coreshop.folder.wishlist_item' => 'items',
],
'coreshop.folders' => [
'coreshop.folder.order' => 'coreshop/orders',
'coreshop.folder.cart' => 'coreshop/carts',
'coreshop.folder.quote' => 'coreshop/quotes',
'coreshop.folder.order_item' => 'items',
'coreshop.folder.order_shipment' => 'shipments',
'coreshop.folder.order_shipment_item' => 'items',
'coreshop.folder.order_invoice' => 'invoices',
'coreshop.folder.order_invoice_item' => 'items',
'coreshop.folder.customer_group' => 'coreshop/customer_groups',
'coreshop.folder.customer' => 'coreshop/customers',
'coreshop.folder.guest' => 'coreshop/guests',
'coreshop.folder.company' => 'coreshop/customers',
'coreshop.folder.user' => 'user',
'coreshop.folder.category' => 'coreshop/categories',
'coreshop.folder.product' => 'coreshop/products',
'coreshop.folder.manufacturer' => 'manufacturers',
'coreshop.folder.address' => 'addresses',
'coreshop.folder.wishlist' => 'coreshop/wishlists',
'coreshop.folder.wishlist_item' => 'items',
],
'coreshop.folder.cart' => 'coreshop/carts',
'coreshop.folder.quote' => 'coreshop/quotes',
'coreshop.model.order_item.class' => 'Pimcore\\Model\\DataObject\\CoreShopOrderItem',
'coreshop.interface.order_item' => 'CoreShop\\Component\\Core\\Model\\OrderItemInterface',
'coreshop.factory.order_item.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.repository.order_item.class' => 'CoreShop\\Bundle\\OrderBundle\\Pimcore\\Repository\\OrderItemRepository',
'coreshop.model.order_item.pimcore_class_name' => 'CoreShopOrderItem',
'coreshop.folder.order_item' => 'items',
'coreshop.model.order_shipment.class' => 'Pimcore\\Model\\DataObject\\CoreShopOrderShipment',
'coreshop.interface.order_shipment' => 'CoreShop\\Component\\Core\\Model\\OrderShipmentInterface',
'coreshop.factory.order_shipment.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.repository.order_shipment.class' => 'CoreShop\\Bundle\\OrderBundle\\Pimcore\\Repository\\OrderShipmentRepository',
'coreshop.model.order_shipment.pimcore_class_name' => 'CoreShopOrderShipment',
'coreshop.folder.order_shipment' => 'shipments',
'coreshop.model.order_shipment_item.class' => 'Pimcore\\Model\\DataObject\\CoreShopOrderShipmentItem',
'coreshop.interface.order_shipment_item' => 'CoreShop\\Component\\Core\\Model\\OrderShipmentItemInterface',
'coreshop.factory.order_shipment_item.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.model.order_shipment_item.pimcore_class_name' => 'CoreShopOrderShipmentItem',
'coreshop.folder.order_shipment_item' => 'items',
'coreshop.model.order_invoice.class' => 'Pimcore\\Model\\DataObject\\CoreShopOrderInvoice',
'coreshop.interface.order_invoice' => 'CoreShop\\Component\\Order\\Model\\OrderInvoiceInterface',
'coreshop.factory.order_invoice.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.repository.order_invoice.class' => 'CoreShop\\Bundle\\OrderBundle\\Pimcore\\Repository\\OrderInvoiceRepository',
'coreshop.model.order_invoice.pimcore_class_name' => 'CoreShopOrderInvoice',
'coreshop.folder.order_invoice' => 'invoices',
'coreshop.model.order_invoice_item.class' => 'Pimcore\\Model\\DataObject\\CoreShopOrderInvoiceItem',
'coreshop.interface.order_invoice_item' => 'CoreShop\\Component\\Order\\Model\\OrderInvoiceItemInterface',
'coreshop.factory.order_invoice_item.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.model.order_invoice_item.pimcore_class_name' => 'CoreShopOrderInvoiceItem',
'coreshop.folder.order_invoice_item' => 'items',
'coreshop.model.cart_price_rule_item.class' => 'Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopProposalCartPriceRuleItem',
'coreshop.interface.cart_price_rule_item' => 'CoreShop\\Component\\Order\\Model\\ProposalCartPriceRuleItemInterface',
'coreshop.factory.cart_price_rule_item.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.model.cart_price_rule_item.pimcore_class_name' => 'CoreShopProposalCartPriceRuleItem',
'coreshop.model.price_rule_item.class' => 'Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopPriceRuleItem',
'coreshop.interface.price_rule_item' => 'CoreShop\\Component\\Order\\Model\\PriceRuleItemInterface',
'coreshop.factory.price_rule_item.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.model.price_rule_item.pimcore_class_name' => 'CoreShopPriceRuleItem',
'coreshop.model.adjustment.class' => 'Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopAdjustment',
'coreshop.interface.adjustment' => 'CoreShop\\Component\\Order\\Model\\AdjustmentInterface',
'coreshop.factory.adjustment.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.model.adjustment.pimcore_class_name' => 'CoreShopAdjustment',
'coreshop.pimcore.admin.install.grid_config' => [
0 => '@CoreShopOrderBundle/Resources/install/pimcore/grid-config.yml',
1 => '@CoreShopCustomerBundle/Resources/install/pimcore/grid-config.yml',
],
'coreshop.all.pimcore.admin.install.grid_config' => [
0 => '@CoreShopOrderBundle/Resources/install/pimcore/grid-config.yml',
1 => '@CoreShopCustomerBundle/Resources/install/pimcore/grid-config.yml',
],
'coreshop.all.permissions' => [
'coreshop' => [
0 => 'coreshop_permission_cart_price_rule',
1 => 'coreshop_permission_order_list',
2 => 'coreshop_permission_order_detail',
3 => 'coreshop_permission_order_create',
4 => 'coreshop_permission_quote_list',
5 => 'coreshop_permission_quote_detail',
6 => 'coreshop_permission_quote_create',
7 => 'coreshop_permission_cart_list',
8 => 'coreshop_permission_cart_detail',
9 => 'coreshop_permission_cart_create',
10 => 'coreshop_permission_customer_list',
11 => 'coreshop_permission_customer_group_list',
12 => 'coreshop_permission_product_price_rule',
13 => 'coreshop_permission_product_unit',
14 => 'coreshop_permission_country',
15 => 'coreshop_permission_state',
16 => 'coreshop_permission_zone',
17 => 'coreshop_permission_currency',
18 => 'coreshop_permission_exchange_rate',
19 => 'coreshop_permission_tax_rate',
20 => 'coreshop_permission_tax_rule_group',
21 => 'coreshop_permission_store',
22 => 'coreshop_permission_index',
23 => 'coreshop_permission_filter',
24 => 'coreshop_permission_carrier',
25 => 'coreshop_permission_shipping_rule',
26 => 'coreshop_permission_payment_provider',
27 => 'coreshop_permission_payment_provider_rule',
28 => 'coreshop_permission_notification',
29 => 'coreshop_permission_notification',
30 => 'coreshop_permission_settings',
31 => 'coreshop_permission_ctc_assign_to_new',
32 => 'coreshop_permission_ctc_assign_to_existing',
],
],
'coreshop.permissions' => [
0 => 'coreshop_permission_cart_price_rule',
1 => 'coreshop_permission_order_list',
2 => 'coreshop_permission_order_detail',
3 => 'coreshop_permission_order_create',
4 => 'coreshop_permission_quote_list',
5 => 'coreshop_permission_quote_detail',
6 => 'coreshop_permission_quote_create',
7 => 'coreshop_permission_cart_list',
8 => 'coreshop_permission_cart_detail',
9 => 'coreshop_permission_cart_create',
10 => 'coreshop_permission_customer_list',
11 => 'coreshop_permission_customer_group_list',
12 => 'coreshop_permission_product_price_rule',
13 => 'coreshop_permission_product_unit',
14 => 'coreshop_permission_country',
15 => 'coreshop_permission_state',
16 => 'coreshop_permission_zone',
17 => 'coreshop_permission_currency',
18 => 'coreshop_permission_exchange_rate',
19 => 'coreshop_permission_tax_rate',
20 => 'coreshop_permission_tax_rule_group',
21 => 'coreshop_permission_store',
22 => 'coreshop_permission_index',
23 => 'coreshop_permission_filter',
24 => 'coreshop_permission_carrier',
25 => 'coreshop_permission_shipping_rule',
26 => 'coreshop_permission_payment_provider',
27 => 'coreshop_permission_payment_provider_rule',
28 => 'coreshop_permission_notification',
29 => 'coreshop_permission_notification',
30 => 'coreshop_permission_settings',
31 => 'coreshop_permission_ctc_assign_to_new',
32 => 'coreshop_permission_ctc_assign_to_existing',
],
'coreshop.stack' => [
'coreshop.purchasable' => 'CoreShop\\Component\\Order\\Model\\PurchasableInterface',
'coreshop.order' => 'CoreShop\\Component\\Order\\Model\\OrderInterface',
'coreshop.order_item' => 'CoreShop\\Component\\Order\\Model\\OrderItemInterface',
'coreshop.order_invoice' => 'CoreShop\\Component\\Order\\Model\\OrderInvoiceInterface',
'coreshop.order_invoice_item' => 'CoreShop\\Component\\Order\\Model\\OrderInvoiceItemInterface',
'coreshop.order_shipment' => 'CoreShop\\Component\\Order\\Model\\OrderShipmentInterface',
'coreshop.order_shipment_item' => 'CoreShop\\Component\\Order\\Model\\OrderShipmentItemInterface',
'coreshop.customer' => 'CoreShop\\Component\\Customer\\Model\\CustomerInterface',
'coreshop.customer_group' => 'CoreShop\\Component\\Customer\\Model\\CustomerGroupInterface',
'coreshop.company' => 'CoreShop\\Component\\Customer\\Model\\CompanyInterface',
'coreshop.user' => 'CoreShop\\Component\\User\\Model\\UserInterface',
'coreshop.attribute_group' => 'CoreShop\\Component\\Variant\\Model\\AttributeGroupInterface',
'coreshop.attribute' => 'CoreShop\\Component\\Variant\\Model\\AttributeInterface',
'coreshop.product' => 'CoreShop\\Component\\Product\\Model\\ProductInterface',
'coreshop.category' => 'CoreShop\\Component\\Product\\Model\\CategoryInterface',
'coreshop.manufacturer' => 'CoreShop\\Component\\Product\\Model\\ManufacturerInterface',
'coreshop.address' => 'CoreShop\\Component\\Address\\Model\\AddressInterface',
'coreshop.wishlist' => 'CoreShop\\Component\\Wishlist\\Model\\WishlistInterface',
'coreshop.wishlist_item' => 'CoreShop\\Component\\Wishlist\\Model\\WishlistItemInterface',
'coreshop.wishlist_product' => 'CoreShop\\Component\\Wishlist\\Model\\WishlistProductInterface',
],
'coreshop.order.legacy_serialization' => true,
'core_shop_customer.driver.pimcore' => true,
'core_shop_customer.driver' => 'pimcore',
'coreshop.model.customer_group.class' => 'Pimcore\\Model\\DataObject\\CoreShopCustomerGroup',
'coreshop.interface.customer_group' => 'CoreShop\\Component\\Customer\\Model\\CustomerGroupInterface',
'coreshop.admin_controller.customer_group.class' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.factory.customer_group.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.model.customer_group.pimcore_class_name' => 'CoreShopCustomerGroup',
'coreshop.folder.customer_group' => 'coreshop/customer_groups',
'coreshop.model.customer.class' => 'Pimcore\\Model\\DataObject\\CoreShopCustomer',
'coreshop.interface.customer' => 'CoreShop\\Component\\Core\\Model\\CustomerInterface',
'coreshop.admin_controller.customer.class' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.factory.customer.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.repository.customer.class' => 'CoreShop\\Bundle\\CoreBundle\\Pimcore\\Repository\\CustomerRepository',
'coreshop.model.customer.pimcore_class_name' => 'CoreShopCustomer',
'coreshop.folder.customer' => 'coreshop/customers',
'coreshop.folder.guest' => 'coreshop/guests',
'coreshop.model.company.class' => 'Pimcore\\Model\\DataObject\\CoreShopCompany',
'coreshop.interface.company' => 'CoreShop\\Component\\Core\\Model\\CompanyInterface',
'coreshop.factory.company.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.repository.company.class' => 'CoreShop\\Bundle\\CustomerBundle\\Pimcore\\Repository\\CompanyRepository',
'coreshop.model.company.pimcore_class_name' => 'CoreShopCompany',
'coreshop.folder.company' => 'coreshop/customers',
'coreshop.customer.security.login_identifier' => 'email',
'coreshop.form.type.customer.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.customer_guest.validation_groups' => [
0 => 'coreshop',
],
'core_shop_user.driver.pimcore' => true,
'core_shop_user.driver' => 'pimcore',
'coreshop.interface.user' => 'CoreShop\\Component\\Core\\Model\\UserInterface',
'coreshop.factory.user.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.repository.user.class' => 'CoreShop\\Bundle\\UserBundle\\Pimcore\\Repository\\UserRepository',
'coreshop.model.user.pimcore_class_name' => 'CoreShopUser',
'coreshop.folder.user' => 'user',
'coreshop.form.type.user.validation_groups' => [
0 => 'coreshop',
],
'core_shop_variant.driver.pimcore' => true,
'core_shop_variant.driver' => 'pimcore',
'coreshop.model.attribute_group.class' => 'Pimcore\\Model\\DataObject\\CoreShopAttributeGroup',
'coreshop.interface.attribute_group' => 'CoreShop\\Component\\Variant\\Model\\AttributeGroupInterface',
'coreshop.factory.attribute_group.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.model.attribute_group.pimcore_class_name' => 'CoreShopAttributeGroup',
'coreshop.model.attribute_value.class' => 'Pimcore\\Model\\DataObject\\CoreShopAttributeValue',
'coreshop.interface.attribute_value' => 'CoreShop\\Component\\Variant\\Model\\AttributeValueInterface',
'coreshop.factory.attribute_value.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.model.attribute_value.pimcore_class_name' => 'CoreShopAttributeValue',
'coreshop.model.attribute_color.class' => 'Pimcore\\Model\\DataObject\\CoreShopAttributeColor',
'coreshop.interface.attribute_color' => 'CoreShop\\Component\\Variant\\Model\\AttributeColorInterface',
'coreshop.factory.attribute_color.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.model.attribute_color.pimcore_class_name' => 'CoreShopAttributeColor',
'coreshop.variant.redirect_to_main_variant' => true,
'coreshop.variant.attribute.validation_groups' => [
0 => 'coreshop',
],
'coreshop.variant.product.validation_groups' => [
0 => 'coreshop',
],
'core_shop_product.driver.doctrine/orm' => true,
'core_shop_product.driver' => 'pimcore',
'coreshop.model.product_unit_definition_price.class' => 'CoreShop\\Component\\Core\\Model\\ProductUnitDefinitionPrice',
'coreshop.interface.product_unit_definition_price' => 'CoreShop\\Component\\Core\\Model\\ProductUnitDefinitionPriceInterface',
'coreshop.factory.product_unit_definition_price.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.model.product_price_rule.class' => 'CoreShop\\Component\\Product\\Model\\ProductPriceRule',
'coreshop.interface.product_price_rule' => 'CoreShop\\Component\\Product\\Model\\ProductPriceRuleInterface',
'coreshop.admin_controller.product_price_rule.class' => 'CoreShop\\Bundle\\ProductBundle\\Controller\\ProductPriceRuleController',
'coreshop.factory.product_price_rule.class' => 'CoreShop\\Component\\Resource\\Factory\\TranslatableFactory',
'coreshop.repository.product_price_rule.class' => 'CoreShop\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductPriceRuleRepository',
'coreshop.model.product_price_rule_translation.class' => 'CoreShop\\Component\\Product\\Model\\ProductPriceRuleTranslation',
'coreshop.interface.product_price_rule_translation' => 'CoreShop\\Component\\Product\\Model\\ProductPriceRuleTranslationInterface',
'coreshop.factory.product_price_rule_translation.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.model.product_specific_price_rule.class' => 'CoreShop\\Component\\Product\\Model\\ProductSpecificPriceRule',
'coreshop.interface.product_specific_price_rule' => 'CoreShop\\Component\\Product\\Model\\ProductSpecificPriceRuleInterface',
'coreshop.factory.product_specific_price_rule.class' => 'CoreShop\\Component\\Resource\\Factory\\TranslatableFactory',
'coreshop.repository.product_specific_price_rule.class' => 'CoreShop\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductSpecificPriceRuleRepository',
'coreshop.model.product_specific_price_rule_translation.class' => 'CoreShop\\Component\\Product\\Model\\ProductSpecificPriceRuleTranslation',
'coreshop.interface.product_specific_price_rule_translation' => 'CoreShop\\Component\\Product\\Model\\ProductSpecificPriceRuleTranslationInterface',
'coreshop.factory.product_specific_price_rule_translation.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.model.product_unit.class' => 'CoreShop\\Component\\Product\\Model\\ProductUnit',
'coreshop.interface.product_unit' => 'CoreShop\\Component\\Product\\Model\\ProductUnitInterface',
'coreshop.admin_controller.product_unit.class' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.factory.product_unit.class' => 'CoreShop\\Component\\Resource\\Factory\\TranslatableFactory',
'coreshop.repository.product_unit.class' => 'CoreShop\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductUnitRepository',
'coreshop.model.product_unit_translation.class' => 'CoreShop\\Component\\Product\\Model\\ProductUnitTranslation',
'coreshop.interface.product_unit_translation' => 'CoreShop\\Component\\Product\\Model\\ProductUnitTranslationInterface',
'coreshop.factory.product_unit_translation.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.model.product_unit_definitions.class' => 'CoreShop\\Component\\Product\\Model\\ProductUnitDefinitions',
'coreshop.interface.product_unit_definitions' => 'CoreShop\\Component\\Product\\Model\\ProductUnitDefinitionsInterface',
'coreshop.admin_controller.product_unit_definitions.class' => 'CoreShop\\Bundle\\ProductBundle\\Controller\\ProductUnitDefinitionsController',
'coreshop.factory.product_unit_definitions.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.repository.product_unit_definitions.class' => 'CoreShop\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductUnitDefinitionsRepository',
'coreshop.model.product_unit_definition.class' => 'CoreShop\\Component\\Product\\Model\\ProductUnitDefinition',
'coreshop.interface.product_unit_definition' => 'CoreShop\\Component\\Product\\Model\\ProductUnitDefinitionInterface',
'coreshop.factory.product_unit_definition.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'core_shop_product.driver.pimcore' => true,
'coreshop.model.category.class' => 'Pimcore\\Model\\DataObject\\CoreShopCategory',
'coreshop.interface.category' => 'CoreShop\\Component\\Core\\Model\\CategoryInterface',
'coreshop.factory.category.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.repository.category.class' => 'CoreShop\\Bundle\\CoreBundle\\Pimcore\\Repository\\CategoryRepository',
'coreshop.model.category.pimcore_class_name' => 'CoreShopCategory',
'coreshop.folder.category' => 'coreshop/categories',
'coreshop.model.product.class' => 'Pimcore\\Model\\DataObject\\CoreShopProduct',
'coreshop.interface.product' => 'CoreShop\\Component\\Core\\Model\\ProductInterface',
'coreshop.admin_controller.product.class' => 'CoreShop\\Bundle\\CoreBundle\\Controller\\ProductController',
'coreshop.factory.product.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.repository.product.class' => 'CoreShop\\Bundle\\CoreBundle\\Pimcore\\Repository\\ProductRepository',
'coreshop.model.product.pimcore_class_name' => 'CoreShopProduct',
'coreshop.folder.product' => 'coreshop/products',
'coreshop.model.manufacturer.class' => 'Pimcore\\Model\\DataObject\\CoreShopManufacturer',
'coreshop.interface.manufacturer' => 'CoreShop\\Component\\Product\\Model\\ManufacturerInterface',
'coreshop.factory.manufacturer.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.model.manufacturer.pimcore_class_name' => 'CoreShopManufacturer',
'coreshop.folder.manufacturer' => 'manufacturers',
'coreshop.form.type.product_price_rule.action.discount_amount.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_price_rule.action.discount_percent.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_price_rule.action.price.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_price_rule.condition.nested.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_specific_price_rule.condition.nested.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_price_rule.condition.timespan.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_price_rule.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_price_rule_translation.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_price_rule.rule.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_price_rule.rule_action.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_price_rule.rule_condition.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_price_rule.promotion_coupon.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_specific_price_rule.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_specific_price_rule_translation.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_specific_price_rule.rule.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_specific_price_rule.rule_action.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_specific_price_rule.rule_condition.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_specific_price_rule.promotion_coupon.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_unit.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_unit_translation.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_unit_definition.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_unit_definition_price.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_unit_definitions.validation_groups' => [
0 => 'coreshop',
],
'core_shop_address.driver.doctrine/orm' => true,
'core_shop_address.driver' => 'pimcore',
'coreshop.model.country.class' => 'CoreShop\\Component\\Core\\Model\\Country',
'coreshop.interface.country' => 'CoreShop\\Component\\Address\\Model\\CountryInterface',
'coreshop.admin_controller.country.class' => 'CoreShop\\Bundle\\AddressBundle\\Controller\\CountryController',
'coreshop.factory.country.class' => 'CoreShop\\Component\\Resource\\Factory\\TranslatableFactory',
'coreshop.repository.country.class' => 'CoreShop\\Bundle\\CoreBundle\\Doctrine\\ORM\\CountryRepository',
'coreshop.model.country_translation.class' => 'CoreShop\\Component\\Address\\Model\\CountryTranslation',
'coreshop.interface.country_translation' => 'CoreShop\\Component\\Address\\Model\\CountryTranslationInterface',
'coreshop.factory.country_translation.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.model.zone.class' => 'CoreShop\\Component\\Address\\Model\\Zone',
'coreshop.interface.zone' => 'CoreShop\\Component\\Address\\Model\\ZoneInterface',
'coreshop.admin_controller.zone.class' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.factory.zone.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.model.state.class' => 'CoreShop\\Component\\Address\\Model\\State',
'coreshop.interface.state' => 'CoreShop\\Component\\Address\\Model\\StateInterface',
'coreshop.admin_controller.state.class' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.factory.state.class' => 'CoreShop\\Component\\Resource\\Factory\\TranslatableFactory',
'coreshop.model.state_translation.class' => 'CoreShop\\Component\\Address\\Model\\StateTranslation',
'coreshop.interface.state_translation' => 'CoreShop\\Component\\Address\\Model\\StateTranslationInterface',
'coreshop.factory.state_translation.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.model.address_identifier.class' => 'CoreShop\\Component\\Address\\Model\\AddressIdentifier',
'coreshop.interface.address_identifier' => 'CoreShop\\Component\\Address\\Model\\AddressIdentifierInterface',
'coreshop.admin_controller.address_identifier.class' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.factory.address_identifier.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.repository.address_identifier.class' => 'CoreShop\\Bundle\\AddressBundle\\Doctrine\\ORM\\AddressIdentifierRepository',
'core_shop_address.driver.pimcore' => true,
'coreshop.model.address.class' => 'Pimcore\\Model\\DataObject\\CoreShopAddress',
'coreshop.interface.address' => 'CoreShop\\Component\\Address\\Model\\AddressInterface',
'coreshop.factory.address.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.model.address.pimcore_class_name' => 'CoreShopAddress',
'coreshop.folder.address' => 'addresses',
'coreshop.form.type.zone.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.country.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.country_translation.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.state.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.state_translation.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.address.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.address_identifier.validation_groups' => [
0 => 'coreshop',
],
'core_shop_currency.driver.doctrine/orm' => true,
'core_shop_currency.driver' => 'doctrine/orm',
'coreshop.model.currency.class' => 'CoreShop\\Component\\Core\\Model\\Currency',
'coreshop.interface.currency' => 'CoreShop\\Component\\Currency\\Model\\CurrencyInterface',
'coreshop.admin_controller.currency.class' => 'CoreShop\\Bundle\\CurrencyBundle\\Controller\\CurrencyController',
'coreshop.factory.currency.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.repository.currency.class' => 'CoreShop\\Bundle\\CoreBundle\\Doctrine\\ORM\\CurrencyRepository',
'coreshop.model.exchange_rate.class' => 'CoreShop\\Component\\Currency\\Model\\ExchangeRate',
'coreshop.interface.exchange_rate' => 'CoreShop\\Component\\Currency\\Model\\ExchangeRateInterface',
'coreshop.admin_controller.exchange_rate.class' => 'CoreShop\\Bundle\\CurrencyBundle\\Controller\\ExchangeRateController',
'coreshop.factory.exchange_rate.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.repository.exchange_rate.class' => 'CoreShop\\Bundle\\CurrencyBundle\\Doctrine\\ORM\\ExchangeRateRepository',
'coreshop.form.type.currency.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.exchange_rate.validation_groups' => [
0 => 'coreshop',
],
'core_shop_taxation.driver.doctrine/orm' => true,
'core_shop_taxation.driver' => 'pimcore',
'coreshop.model.tax_rule.class' => 'CoreShop\\Component\\Core\\Model\\TaxRule',
'coreshop.interface.tax_rule' => 'CoreShop\\Component\\Taxation\\Model\\TaxRuleInterface',
'coreshop.factory.tax_rule.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.repository.tax_rule.class' => 'CoreShop\\Bundle\\CoreBundle\\Doctrine\\ORM\\TaxRuleRepository',
'coreshop.model.tax_rate.class' => 'CoreShop\\Component\\Taxation\\Model\\TaxRate',
'coreshop.interface.tax_rate' => 'CoreShop\\Component\\Taxation\\Model\\TaxRateInterface',
'coreshop.admin_controller.tax_rate.class' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.factory.tax_rate.class' => 'CoreShop\\Component\\Resource\\Factory\\TranslatableFactory',
'coreshop.repository.tax_rate.class' => 'CoreShop\\Bundle\\TaxationBundle\\Doctrine\\ORM\\TaxRateRepository',
'coreshop.model.tax_rate_translation.class' => 'CoreShop\\Component\\Taxation\\Model\\TaxRateTranslation',
'coreshop.interface.tax_rate_translation' => 'CoreShop\\Component\\Taxation\\Model\\TaxRateTranslationInterface',
'coreshop.factory.tax_rate_translation.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.model.tax_rule_group.class' => 'CoreShop\\Component\\Taxation\\Model\\TaxRuleGroup',
'coreshop.interface.tax_rule_group' => 'CoreShop\\Component\\Taxation\\Model\\TaxRuleGroupInterface',
'coreshop.admin_controller.tax_rule_group.class' => 'CoreShop\\Bundle\\TaxationBundle\\Controller\\TaxRuleGroupController',
'coreshop.factory.tax_rule_group.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'core_shop_taxation.driver.pimcore' => true,
'coreshop.model.tax_item.class' => 'Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\CoreShopTaxItem',
'coreshop.interface.tax_item' => 'CoreShop\\Component\\Taxation\\Model\\TaxItemInterface',
'coreshop.factory.tax_item.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.model.tax_item.pimcore_class_name' => 'CoreShopTaxItem',
'coreshop.form.type.tax_rule_group.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.tax_rule.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.tax_rate.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.tax_rate_translation.validation_groups' => [
0 => 'coreshop',
],
'core_shop_store.driver.doctrine/orm' => true,
'core_shop_store.driver' => 'doctrine/orm',
'coreshop.model.store.class' => 'CoreShop\\Component\\Core\\Model\\Store',
'coreshop.interface.store' => 'CoreShop\\Component\\Store\\Model\\StoreInterface',
'coreshop.admin_controller.store.class' => 'CoreShop\\Bundle\\StoreBundle\\Controller\\StoreController',
'coreshop.factory.store.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.repository.store.class' => 'CoreShop\\Bundle\\StoreBundle\\Doctrine\\ORM\\StoreRepository',
'coreshop.form.type.store.validation_groups' => [
0 => 'coreshop',
],
'core_shop_index.driver.doctrine/orm' => true,
'core_shop_index.driver' => 'doctrine/orm',
'coreshop.model.index.class' => 'CoreShop\\Component\\Index\\Model\\Index',
'coreshop.interface.index' => 'CoreShop\\Component\\Index\\Model\\IndexInterface',
'coreshop.admin_controller.index.class' => 'CoreShop\\Bundle\\IndexBundle\\Controller\\IndexController',
'coreshop.factory.index.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.model.index_column.class' => 'CoreShop\\Component\\Index\\Model\\IndexColumn',
'coreshop.interface.index_column' => 'CoreShop\\Component\\Index\\Model\\IndexColumnInterface',
'coreshop.factory.index_column.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.model.filter.class' => 'CoreShop\\Component\\Index\\Model\\Filter',
'coreshop.interface.filter' => 'CoreShop\\Component\\Index\\Model\\FilterInterface',
'coreshop.admin_controller.filter.class' => 'CoreShop\\Bundle\\IndexBundle\\Controller\\FilterController',
'coreshop.factory.filter.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.model.filter_condition.class' => 'CoreShop\\Component\\Index\\Model\\FilterCondition',
'coreshop.interface.filter_condition' => 'CoreShop\\Component\\Index\\Model\\FilterConditionInterface',
'coreshop.factory.filter_condition.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.index.mapping_types' => [
0 => 'INTEGER',
1 => 'DOUBLE',
2 => 'STRING',
3 => 'TEXT',
4 => 'BOOLEAN',
5 => 'DATE',
],
'coreshop.form.type.index.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.index.column.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.index.column_type.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.index.columns.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.index.worker.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.filter.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.filter.pre_condition.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.filter.user_condition.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.index.getter.brick.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.index.getter.classification.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.index.getter.field_collection.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.index.interpreter.expression.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.index.interpreter.nested.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.index.interpreter.object_property.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.index.interpreter.iterator.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.filter.condition.category.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.filter.condition.category_multiselect.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.filter.condition.multiselect.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.filter.condition.range.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.filter.condition.select.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.filter.condition.search.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.filter.condition.boolean.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.filter.condition.pre_nested.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.filter.condition.user_nested.validation_groups' => [
0 => 'coreshop',
],
'core_shop_shipping.driver.doctrine/orm' => true,
'core_shop_shipping.driver' => 'doctrine/orm',
'coreshop.model.carrier.class' => 'CoreShop\\Component\\Core\\Model\\Carrier',
'coreshop.interface.carrier' => 'CoreShop\\Component\\Shipping\\Model\\CarrierInterface',
'coreshop.admin_controller.carrier.class' => 'CoreShop\\Bundle\\ShippingBundle\\Controller\\CarrierController',
'coreshop.factory.carrier.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.repository.carrier.class' => 'App\\Ecommerce\\Doctrine\\ORM\\CarrierRepository',
'coreshop.model.carrier_translation.class' => 'CoreShop\\Component\\Shipping\\Model\\CarrierTranslation',
'coreshop.interface.carrier_translation' => 'CoreShop\\Component\\Shipping\\Model\\CarrierTranslationInterface',
'coreshop.factory.carrier_translation.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.model.shipping_rule.class' => 'CoreShop\\Component\\Shipping\\Model\\ShippingRule',
'coreshop.interface.shipping_rule' => 'CoreShop\\Component\\Shipping\\Model\\ShippingRuleInterface',
'coreshop.admin_controller.shipping_rule.class' => 'CoreShop\\Bundle\\ShippingBundle\\Controller\\ShippingRuleController',
'coreshop.factory.shipping_rule.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.repository.shipping_rule.class' => 'CoreShop\\Bundle\\RuleBundle\\Doctrine\\ORM\\RuleRepository',
'coreshop.model.shipping_rule_group.class' => 'CoreShop\\Component\\Shipping\\Model\\ShippingRuleGroup',
'coreshop.interface.shipping_rule_group' => 'CoreShop\\Component\\Shipping\\Model\\ShippingRuleGroupInterface',
'coreshop.factory.shipping_rule_group.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.form.type.carrier.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.carrier_translation.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.shipping_rule.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.shipping_rule_group.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.shipping_rule.rule.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.shipping_rule.rule_action.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.shipping_rule.rule_condition.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.shipping_rule.common.shipping_rule.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.shipping_rule.action.addition_percent.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.shipping_rule.action.discount_percent.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.shipping_rule.condition.amount.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.shipping_rule.condition.dimension.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.shipping_rule.condition.weight.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.shipping_rule.condition.nested.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.shipping_rule.condition.postcode.validation_groups' => [
0 => 'coreshop',
],
'core_shop_payment.driver.doctrine/orm' => true,
'core_shop_payment.driver' => 'doctrine/orm',
'coreshop.model.payment_provider.class' => 'CoreShop\\Component\\Core\\Model\\PaymentProvider',
'coreshop.interface.payment_provider' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderInterface',
'coreshop.admin_controller.payment_provider.class' => 'CoreShop\\Bundle\\PayumPaymentBundle\\Controller\\PaymentProviderController',
'coreshop.factory.payment_provider.class' => 'CoreShop\\Component\\Resource\\Factory\\TranslatableFactory',
'coreshop.repository.payment_provider.class' => 'CoreShop\\Bundle\\CoreBundle\\Doctrine\\ORM\\PaymentProviderRepository',
'coreshop.model.payment_provider_translation.class' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderTranslation',
'coreshop.interface.payment_provider_translation' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderTranslationInterface',
'coreshop.factory.payment_provider_translation.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.model.payment.class' => 'CoreShop\\Component\\Core\\Model\\Payment',
'coreshop.interface.payment' => 'CoreShop\\Component\\Payment\\Model\\PaymentInterface',
'coreshop.admin_controller.payment.class' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.factory.payment.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.repository.payment.class' => 'App\\CoreShop\\Repository\\PaymentRepository',
'coreshop.model.payment_provider_rule.class' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderRule',
'coreshop.interface.payment_provider_rule' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderRuleInterface',
'coreshop.admin_controller.payment_provider_rule.class' => 'CoreShop\\Bundle\\PaymentBundle\\Controller\\PaymentProviderRuleController',
'coreshop.factory.payment_provider_rule.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.repository.payment_provider_rule.class' => 'CoreShop\\Bundle\\RuleBundle\\Doctrine\\ORM\\RuleRepository',
'coreshop.model.payment_provider_rule_group.class' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderRuleGroup',
'coreshop.interface.payment_provider_rule_group' => 'CoreShop\\Component\\Payment\\Model\\PaymentProviderRuleGroupInterface',
'coreshop.factory.payment_provider_rule_group.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.form.type.payment_provider.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.payment_provider_translation.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.payment_provider_rule.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.payment_provider_rule_group.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.payment_provider_rule.action.addition_percent.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.payment_provider_rule.action.discount_percent.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.payment_provider_rule.rule.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.payment_provider_rule.rule_action.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.payment_provider_rule.rule_condition.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.payment_provider_rule.common.payment_provider_rule.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.payment_provider_rule.condition.amount.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.payment_provider_rule.condition.nested.validation_groups' => [
0 => 'coreshop',
],
'core_shop_sequence.driver.doctrine/orm' => true,
'core_shop_sequence.driver' => 'doctrine/orm',
'coreshop.model.sequence.class' => 'CoreShop\\Component\\Sequence\\Model\\Sequence',
'coreshop.interface.sequence' => 'CoreShop\\Component\\Sequence\\Model\\SequenceInterface',
'coreshop.admin_controller.sequence.class' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.factory.sequence.class' => 'CoreShop\\Component\\Sequence\\Factory\\SequenceFactory',
'coreshop.repository.sequence.class' => 'CoreShop\\Bundle\\SequenceBundle\\Doctrine\\ORM\\SequenceRepository',
'core_shop_payum_payment.driver.doctrine/orm' => true,
'core_shop_payum_payment.driver' => 'doctrine/orm',
'coreshop.model.gateway_config.class' => 'CoreShop\\Component\\PayumPayment\\Model\\GatewayConfig',
'coreshop.factory.gateway_config.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.model.payment_security_token.class' => 'CoreShop\\Component\\PayumPayment\\Model\\PaymentSecurityToken',
'coreshop.factory.payment_security_token.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.form.type.gateway_config.validation_groups' => [
0 => 'coreshop',
],
'core_shop_notification.driver.doctrine/orm' => true,
'core_shop_notification.driver' => 'doctrine/orm',
'coreshop.model.notification_rule.class' => 'CoreShop\\Component\\Notification\\Model\\NotificationRule',
'coreshop.interface.notification_rule' => 'CoreShop\\Component\\Notification\\Model\\NotificationRuleInterface',
'coreshop.admin_controller.notification_rule.class' => 'CoreShop\\Bundle\\NotificationBundle\\Controller\\NotificationRuleController',
'coreshop.factory.notification_rule.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.repository.notification_rule.class' => 'CoreShop\\Bundle\\NotificationBundle\\Doctrine\\ORM\\NotificationRuleRepository',
'coreshop.form.type.notification_rule.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.notification_rule_group.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.notification_rule.rule.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.notification_rule.rule_action.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.notification_rule.rule_condition.validation_groups' => [
0 => 'coreshop',
],
'coreshop.pimcore.admin.install.routes' => [
0 => '@CoreShopFrontendBundle/Resources/install/pimcore/staticroutes.yml',
],
'coreshop.all.pimcore.admin.install.routes' => [
0 => '@CoreShopFrontendBundle/Resources/install/pimcore/staticroutes.yml',
],
'coreshop.pimcore.admin.install.documents' => [
0 => '@CoreShopFrontendBundle/Resources/install/pimcore/documents.yml',
],
'coreshop.all.pimcore.admin.install.documents' => [
0 => '@CoreShopFrontendBundle/Resources/install/pimcore/documents.yml',
],
'coreshop.pimcore.admin.install.image_thumbnails' => [
0 => '@CoreShopFrontendBundle/Resources/install/pimcore/image-thumbnails.yml',
],
'coreshop.all.pimcore.admin.install.image_thumbnails' => [
0 => '@CoreShopFrontendBundle/Resources/install/pimcore/image-thumbnails.yml',
],
'coreshop.frontend.controllers' => [
'security' => 'App\\Ecommerce\\Controller\\SecurityController',
'register' => 'App\\Ecommerce\\Controller\\RegisterController',
'customer' => 'App\\Ecommerce\\Controller\\CustomerController',
'product' => 'App\\Ecommerce\\Controller\\ProductController',
'cart' => 'App\\Ecommerce\\Controller\\CartController',
'index' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\IndexController',
'currency' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CurrencyController',
'search' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\SearchController',
'checkout' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CheckoutController',
'order' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\OrderController',
'category' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CategoryController',
'quote' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\QuoteController',
'payment' => 'CoreShop\\Bundle\\PayumBundle\\Controller\\PaymentController',
'mail' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\MailController',
],
'coreshop.frontend.controller.security' => 'App\\Ecommerce\\Controller\\SecurityController',
'coreshop.frontend.controller.register' => 'App\\Ecommerce\\Controller\\RegisterController',
'coreshop.frontend.controller.customer' => 'App\\Ecommerce\\Controller\\CustomerController',
'coreshop.frontend.controller.product' => 'App\\Ecommerce\\Controller\\ProductController',
'coreshop.frontend.controller.cart' => 'App\\Ecommerce\\Controller\\CartController',
'coreshop.frontend.controller.index' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\IndexController',
'coreshop.frontend.controller.currency' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CurrencyController',
'coreshop.frontend.controller.search' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\SearchController',
'coreshop.frontend.controller.checkout' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CheckoutController',
'coreshop.frontend.controller.order' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\OrderController',
'coreshop.frontend.controller.category' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CategoryController',
'coreshop.frontend.controller.quote' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\QuoteController',
'coreshop.frontend.controller.payment' => 'CoreShop\\Bundle\\PayumBundle\\Controller\\PaymentController',
'coreshop.frontend.controller.mail' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\MailController',
'coreshop.frontend.view_bundle' => 'CoreShopFrontend',
'coreshop.frontend.view_suffix' => 'twig',
'coreshop.frontend.category.valid_sort_options' => [
0 => 'name',
],
'payum.template.layout' => '@CoreShopPayum/:layout.html.twig',
'payum.template.obtain_credit_card' => '@CoreShopPayum/Action/obtainCreditCard.html.twig',
'core_shop_product_quantity_price_rules.driver.doctrine/orm' => true,
'core_shop_product_quantity_price_rules.driver' => 'doctrine/orm',
'coreshop.model.product_quantity_price_rule.class' => 'CoreShop\\Component\\Core\\Model\\ProductQuantityPriceRule',
'coreshop.interface.product_quantity_price_rule' => 'CoreShop\\Component\\ProductQuantityPriceRules\\Model\\ProductQuantityPriceRuleInterface',
'coreshop.factory.product_quantity_price_rule.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.repository.product_quantity_price_rule.class' => 'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\Doctrine\\ORM\\ProductQuantityPriceRuleRepository',
'coreshop.model.product_quantity_price_rule_range.class' => 'CoreShop\\Component\\Core\\Model\\QuantityRange',
'coreshop.interface.product_quantity_price_rule_range' => 'CoreShop\\Component\\ProductQuantityPriceRules\\Model\\QuantityRangeInterface',
'coreshop.factory.product_quantity_price_rule_range.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.product_quantity_price_rules.ranges.action_constraints' => [
0 => [
'class' => 'CoreShop\\Bundle\\CoreBundle\\Validator\\Constraints\\QuantityRangePriceCurrencyAware',
'groups' => [
0 => 'coreshop_product_quantity_price_rules_range_validation_behaviour_fixed',
1 => 'coreshop_product_quantity_price_rules_range_validation_behaviour_amount_decrease',
2 => 'coreshop_product_quantity_price_rules_range_validation_behaviour_amount_increase',
],
],
],
'coreshop.form.type.product_quantity_price_rules.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_quantity_price_rules.rule_condition.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.product_quantity_price_rules.range.validation_groups' => [
0 => 'coreshop',
],
'coreshop.dto.add_to_wishlist.class' => 'CoreShop\\Component\\StorageList\\DTO\\AddToStorageList',
'coreshop.form.type.wishlist.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.wishlist_item.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.add_to_wishlist.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.edit_wishlist.validation_groups' => [
0 => 'coreshop',
],
'core_shop_wishlist.driver.pimcore' => true,
'core_shop_wishlist.driver' => 'pimcore',
'coreshop.model.wishlist.class' => 'Pimcore\\Model\\DataObject\\CoreShopWishlist',
'coreshop.interface.wishlist' => 'CoreShop\\Component\\Core\\Model\\WishlistInterface',
'coreshop.factory.wishlist.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.repository.wishlist.class' => 'CoreShop\\Bundle\\CoreBundle\\Pimcore\\Repository\\WishlistRepository',
'coreshop.model.wishlist.pimcore_class_name' => 'CoreShopWishlist',
'coreshop.folder.wishlist' => 'coreshop/wishlists',
'coreshop.model.wishlist_item.class' => 'Pimcore\\Model\\DataObject\\CoreShopWishlistItem',
'coreshop.interface.wishlist_item' => 'CoreShop\\Component\\Wishlist\\Model\\WishlistItemInterface',
'coreshop.factory.wishlist_item.class' => 'CoreShop\\Component\\Resource\\Factory\\PimcoreFactory',
'coreshop.repository.wishlist_item.class' => 'CoreShop\\Bundle\\WishlistBundle\\Pimcore\\Repository\\WishlistItemRepository',
'coreshop.model.wishlist_item.pimcore_class_name' => 'CoreShopWishlistItem',
'coreshop.folder.wishlist_item' => 'items',
'payum.capture_path' => 'payum_capture_do',
'payum.notify_path' => 'payum_notify_do',
'payum.authorize_path' => 'payum_authorize_do',
'payum.refund_path' => 'payum_refund_do',
'payum.cancel_path' => 'payum_cancel_do',
'payum.payout_path' => 'payum_payout_do',
'payum.available_gateway_factories' => [
],
'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
'stof_doctrine_extensions.default_locale' => 'hu',
'stof_doctrine_extensions.translation_fallback' => false,
'stof_doctrine_extensions.persist_default_translation' => false,
'stof_doctrine_extensions.skip_translation_on_load' => false,
'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
'Presta\\SitemapBundle\\Event\\SitemapAddUrlEvent' => 'presta_sitemap.add_url',
'Presta\\SitemapBundle\\Event\\SitemapPopulateEvent' => 'presta_sitemap.populate',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.secret' => '4Nrn2Sk5ehP7K5qJ4rdr3LueQnIdpf4ab0WVSG7mFuA=',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'hu',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'asset.request_context.base_path' => NULL,
'asset.request_context.secure' => NULL,
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'debug.error_handler.throw_at' => -1,
'router.request_context.host' => 'localhost',
'router.request_context.scheme' => 'http',
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_secure' => 'auto',
'cookie_httponly' => true,
'gc_probability' => 1,
],
'session.save_path' => NULL,
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'security.role_hierarchy.roles' => [
'ROLE_PIMCORE_ADMIN' => [
0 => 'ROLE_PIMCORE_USER',
],
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'security.firewalls' => [
0 => 'maileon_hook',
1 => 'vir_token',
2 => 'b2b_token',
3 => 'origo_token',
4 => 'seikohu_token',
5 => 'coreshop_jwt_login',
6 => 'coreshop_jwt',
7 => 'dev',
8 => 'pimcore_admin_webdav',
9 => 'pimcore_admin',
10 => 'coreshop_frontend',
],
'hwi_oauth.resource_ownermap.configured.coreshop_frontend' => [
'google' => 'app_auth_oauth_check_google',
'apple' => 'app_auth_oauth_check_apple',
],
'twig.form.resources' => [
0 => 'form_div_layout.html.twig',
1 => '@KarserRecaptcha3/Form/karser_recaptcha3_widget.html.twig',
2 => '@CoreShopFrontend/Form/fields.html.twig',
3 => 'form/custom_types.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
3 => 'cache',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'cache',
],
],
],
'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
'pimcoreObject' => [
'class' => 'CoreShop\\Component\\Resource\\Doctrine\\Type\\PimcoreObject',
],
'pimcoreDocument' => [
'class' => 'CoreShop\\Component\\Resource\\Doctrine\\Type\\PimcoreDocument',
],
'pimcoreAsset' => [
'class' => 'CoreShop\\Component\\Resource\\Doctrine\\Type\\PimcoreAsset',
],
'pimcoreSite' => [
'class' => 'CoreShop\\Component\\Resource\\Doctrine\\Type\\PimcoreSite',
],
'bigintInteger' => [
'class' => 'CoreShop\\Component\\Resource\\Doctrine\\Type\\BigIntIntegerType',
],
'uuid' => [
'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
],
'ulid' => [
'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
],
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => true,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => 'default',
'cmf_routing.uri_filter_regexp' => '',
'cmf_routing.default_controller' => NULL,
'cmf_routing.generic_controller' => NULL,
'cmf_routing.controllers_by_type' => [
],
'cmf_routing.controllers_by_class' => [
],
'cmf_routing.templates_by_class' => [
],
'cmf_routing.route_collection_limit' => 0,
'cmf_routing.dynamic.limit_candidates' => 20,
'cmf_routing.dynamic.locales' => [
],
'cmf_routing.dynamic.auto_locale_pattern' => false,
'cmf_routing.replace_symfony_router' => true,
'presta_sitemap.generator.class' => 'Presta\\SitemapBundle\\Service\\Generator',
'presta_sitemap.dumper.class' => 'Presta\\SitemapBundle\\Service\\Dumper',
'presta_sitemap.routing_loader.class' => 'Presta\\SitemapBundle\\Routing\\SitemapRoutingLoader',
'presta_sitemap.dump_command.class' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
'presta_sitemap.dump_directory' => (\dirname(__DIR__, 4).'/public'),
'presta_sitemap.timetolive' => 3600,
'presta_sitemap.sitemap_file_prefix' => 'sitemap',
'presta_sitemap.items_by_set' => 50000,
'presta_sitemap.defaults' => [
'lastmod' => NULL,
'priority' => NULL,
'changefreq' => NULL,
],
'presta_sitemap.default_section' => 'default',
'presta_sitemap.eventlistener.route_annotation.class' => 'Presta\\SitemapBundle\\EventListener\\RouteAnnotationEventListener',
'scheb_two_factor.model_manager_name' => NULL,
'scheb_two_factor.security_tokens' => [
0 => 'Pimcore\\Bundle\\AdminBundle\\Security\\Authentication\\Token\\LegacyTwoFactorRequiredToken',
1 => 'Pimcore\\Bundle\\AdminBundle\\Security\\Authentication\\Token\\TwoFactorRequiredToken',
],
'scheb_two_factor.ip_whitelist' => [
],
'scheb_two_factor.google.server_name' => 'Pimcore',
'scheb_two_factor.google.issuer' => 'Pimcore 2 Factor Authentication',
'scheb_two_factor.google.template' => '@SchebTwoFactor/Authentication/form.html.twig',
'scheb_two_factor.google.digits' => 6,
'scheb_two_factor.google.window' => 1,
'scheb_two_factor.trusted_device.enabled' => false,
'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
'fos_js_routing.request_context_base_url' => NULL,
'fos_js_routing.cache_control' => [
'enabled' => false,
],
'coreshop.storage_list.add_to_list_class' => 'CoreShop\\Component\\StorageList\\DTO\\AddToStorageList',
'coreshop.storage_list.expiration.order.days' => 0,
'coreshop.storage_list.expiration.order.params' => [
'order' => [
'days' => 7300,
],
'cart' => [
'days' => 7300,
'params' => [
'anonymous' => false,
'customer' => false,
],
],
],
'coreshop.storage_list.expiration.wishlist.days' => 14,
'coreshop.storage_list.expiration.wishlist.params' => [
'days' => 20,
'anonymous' => true,
'customer' => true,
],
'coreshop.storage_list.tags' => [
0 => [
0 => 'CoreShop\\Component\\Order\\Context\\CartContextInterface',
1 => 'CoreShop\\Component\\Order\\Context\\CompositeCartContext',
2 => 'coreshop.context.cart',
],
1 => [
0 => 'CoreShop\\Component\\StorageList\\Context\\StorageListContextInterface',
1 => 'coreshop.context.storage_list.wishlist',
2 => 'coreshop.context.wishlist',
],
],
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'container.dumper.inline_class_loader' => true,
'pimcore.extensions.bundles.search_paths' => [
0 => 'src',
1 => 'vendor/pimcore/pimcore/bundles',
],
'pimcore.extensions.bundles.handle_composer' => true,
'pimcore.admin.unauthenticated_routes' => [
0 => [
'route' => 'pimcore_settings_display_custom_logo',
'path' => false,
'host' => false,
'methods' => [
],
],
1 => [
'route' => 'pimcore_admin_login',
'path' => false,
'host' => false,
'methods' => [
],
],
2 => [
'route' => 'pimcore_admin_webdav',
'path' => false,
'host' => false,
'methods' => [
],
],
],
'pimcore.encryption.secret' => NULL,
'pimcore.admin.session.attribute_bags' => [
'pimcore_admin' => [
'storage_key' => '_pimcore_admin',
],
'pimcore_objects' => [
'storage_key' => '_pimcore_objects',
],
'pimcore_copy' => [
'storage_key' => '_pimcore_copy',
],
'pimcore_gridconfig' => [
'storage_key' => '_pimcore_gridconfig',
],
'pimcore_importconfig' => [
'storage_key' => '_pimcore_importconfig',
],
],
'pimcore.admin.translations.path' => '@PimcoreCoreBundle/Resources/translations',
'pimcore.translations.admin_translation_mapping' => [
],
'pimcore.web_profiler.toolbar.excluded_routes' => [
0 => [
'path' => '^/admin/asset/image-editor',
'route' => false,
'host' => false,
'methods' => [
],
],
],
'pimcore.response_exception_listener.render_error_document' => true,
'pimcore.maintenance.housekeeping.cleanup_tmp_files_atime_older_than' => 7776000,
'pimcore.maintenance.housekeeping.cleanup_profiler_files_atime_older_than' => 1800,
'pimcore.documents.default_controller' => 'App\\Controller\\DefaultController::defaultAction',
'pimcore.documents.web_to_print.default_controller_print_page' => 'App\\Controller\\Web2printController::defaultAction',
'pimcore.documents.web_to_print.default_controller_print_container' => 'App\\Controller\\Web2printController::containerAction',
'pimcore.templating.twig.sandbox_security_policy.tags' => [
0 => 'set',
],
'pimcore.templating.twig.sandbox_security_policy.filters' => [
0 => 'escape',
1 => 'trans',
2 => 'default',
],
'pimcore.templating.twig.sandbox_security_policy.functions' => [
0 => 'path',
1 => 'asset',
],
'pimcore.config' => [
'objects' => [
'class_definitions' => [
'data' => [
'map' => [
'coreShopSerializedData' => 'CoreShop\\Bundle\\PimcoreBundle\\CoreExtension\\SerializedData',
'coreShopDynamicDropdown' => 'CoreShop\\Bundle\\PimcoreBundle\\CoreExtension\\DynamicDropdown',
'coreShopDynamicDropdownMultiple' => 'CoreShop\\Bundle\\PimcoreBundle\\CoreExtension\\DynamicDropdownMultiple',
'coreShopItemSelector' => 'CoreShop\\Bundle\\PimcoreBundle\\CoreExtension\\ItemSelector',
'coreShopSuperBoxSelect' => 'CoreShop\\Bundle\\PimcoreBundle\\CoreExtension\\SuperBoxSelect',
'coreShopRelation' => 'CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\CoreShopRelation',
'coreShopRelations' => 'CoreShop\\Bundle\\ResourceBundle\\CoreExtension\\CoreShopRelations',
'coreShopMoney' => 'CoreShop\\Bundle\\MoneyBundle\\CoreExtension\\Money',
'coreShopCartPriceRule' => 'CoreShop\\Bundle\\OrderBundle\\CoreExtension\\CartPriceRule',
'coreShopProductSpecificPriceRules' => 'CoreShop\\Bundle\\ProductBundle\\CoreExtension\\ProductSpecificPriceRules',
'coreShopProductUnitDefinitions' => 'CoreShop\\Bundle\\ProductBundle\\CoreExtension\\ProductUnitDefinitions',
'coreShopProductUnitDefinition' => 'CoreShop\\Bundle\\ProductBundle\\CoreExtension\\ProductUnitDefinition',
'coreShopProductUnit' => 'CoreShop\\Bundle\\ProductBundle\\CoreExtension\\ProductUnit',
'coreShopCountry' => 'CoreShop\\Bundle\\AddressBundle\\CoreExtension\\Country',
'coreShopState' => 'CoreShop\\Bundle\\AddressBundle\\CoreExtension\\State',
'coreShopCountryMultiselect' => 'CoreShop\\Bundle\\AddressBundle\\CoreExtension\\CountryMultiselect',
'coreShopAddressIdentifier' => 'CoreShop\\Bundle\\AddressBundle\\CoreExtension\\AddressIdentifier',
'coreShopCurrency' => 'CoreShop\\Bundle\\CurrencyBundle\\CoreExtension\\Currency',
'coreShopCurrencyMultiselect' => 'CoreShop\\Bundle\\CurrencyBundle\\CoreExtension\\CurrencyMultiselect',
'coreShopMoneyCurrency' => 'CoreShop\\Bundle\\CurrencyBundle\\CoreExtension\\MoneyCurrency',
'coreShopTaxRuleGroup' => 'CoreShop\\Bundle\\TaxationBundle\\CoreExtension\\TaxRuleGroup',
'coreShopTaxRate' => 'CoreShop\\Bundle\\TaxationBundle\\CoreExtension\\TaxRate',
'coreShopStore' => 'CoreShop\\Bundle\\StoreBundle\\CoreExtension\\Store',
'coreShopStoreMultiselect' => 'CoreShop\\Bundle\\StoreBundle\\CoreExtension\\StoreMultiselect',
'coreShopFilter' => 'CoreShop\\Bundle\\IndexBundle\\CoreExtension\\Filter',
'coreShopCarrier' => 'CoreShop\\Bundle\\ShippingBundle\\CoreExtension\\Carrier',
'coreShopCarrierMultiselect' => 'CoreShop\\Bundle\\ShippingBundle\\CoreExtension\\CarrierMultiselect',
'coreShopPaymentProvider' => 'CoreShop\\Bundle\\PaymentBundle\\CoreExtension\\PaymentProvider',
'coreShopPaymentProviderMultiselect' => 'CoreShop\\Bundle\\PaymentBundle\\CoreExtension\\PaymentProviderMultiselect',
'coreShopProductQuantityPriceRules' => 'CoreShop\\Bundle\\ProductQuantityPriceRulesBundle\\CoreExtension\\ProductQuantityPriceRules',
'block' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Block',
'calculatedValue' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\CalculatedValue',
'checkbox' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Checkbox',
'classificationstore' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Classificationstore',
'consent' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Consent',
'country' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Country',
'countrymultiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Countrymultiselect',
'date' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Date',
'datetime' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Datetime',
'email' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Email',
'encryptedField' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\EncryptedField',
'externalImage' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ExternalImage',
'fieldcollections' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Fieldcollections',
'firstname' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Firstname',
'gender' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Gender',
'geobounds' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geobounds',
'geopoint' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geopoint',
'geopolygon' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geopolygon',
'geopolyline' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geopolyline',
'hotspotimage' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Hotspotimage',
'manyToOneRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ManyToOneRelation',
'image' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Image',
'imageGallery' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ImageGallery',
'input' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Input',
'language' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Language',
'languagemultiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Languagemultiselect',
'lastname' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Lastname',
'link' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Link',
'localizedfields' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Localizedfields',
'manyToManyRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ManyToManyRelation',
'advancedManyToManyRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\AdvancedManyToManyRelation',
'multiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Multiselect',
'newsletterActive' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\NewsletterActive',
'reverseObjectRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ReverseObjectRelation',
'urlSlug' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\UrlSlug',
'numeric' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Numeric',
'objectbricks' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Objectbricks',
'manyToManyObjectRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ManyToManyObjectRelation',
'advancedManyToManyObjectRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\AdvancedManyToManyObjectRelation',
'password' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Password',
'rgbaColor' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\RgbaColor',
'targetGroup' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\TargetGroup',
'targetGroupMultiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\TargetGroupMultiselect',
'quantityValue' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\QuantityValue',
'inputQuantityValue' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\InputQuantityValue',
'select' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Select',
'slider' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Slider',
'structuredTable' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\StructuredTable',
'table' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Table',
'textarea' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Textarea',
'time' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Time',
'user' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\User',
'video' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Video',
'wysiwyg' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Wysiwyg',
'coreShopStoreValues' => 'CoreShop\\Bundle\\CoreBundle\\CoreExtension\\StoreValues',
],
'prefixes' => [
0 => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\',
1 => '\\Object_Class_Data_',
],
],
'layout' => [
'prefixes' => [
0 => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Layout\\',
1 => '\\Object_Class_Layout_',
],
'map' => [
],
],
],
'auto_save_interval' => 0,
'versions' => [
'days' => NULL,
'steps' => NULL,
'disable_stack_trace' => false,
],
'ignore_localized_query_fallback' => false,
'tree_paging_limit' => 30,
],
'web_profiler' => [
'toolbar' => [
'excluded_routes' => [
0 => [
'path' => '^/admin/asset/image-editor',
'route' => false,
'host' => false,
'methods' => [
],
],
],
],
],
'security' => [
'encoder_factories' => [
'Pimcore\\Bundle\\AdminBundle\\Security\\User\\User' => [
'id' => 'pimcore_admin.security.password_encoder_factory',
],
'Pimcore\\Model\\DataObject\\CoreShopUser' => [
'id' => 'coreshop.security.user.password_encoder_factory',
],
],
'factory_type' => 'password_hasher',
'password_hasher_factories' => [
'Pimcore\\Security\\User\\User' => [
'id' => 'pimcore.security.user_password_hasher_factory',
],
],
'password' => [
'algorithm' => '2y',
'options' => [
],
],
],
'bundles' => [
'search_paths' => [
0 => 'src',
1 => 'vendor/pimcore/pimcore/bundles',
],
'handle_composer' => true,
],
'assets' => [
'metadata' => [
'class_definitions' => [
'data' => [
'map' => [
'asset' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Asset',
'checkbox' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Checkbox',
'date' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Date',
'document' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Document',
'input' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Input',
'object' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\DataObject',
'select' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Select',
'textarea' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Textarea',
],
'prefixes' => [
],
],
],
'predefined' => [
'definitions' => [
'269cb19a-cec0-435e-b245-a17091532c79' => [
'name' => 'New Definition',
'description' => NULL,
'type' => 'input',
'targetSubtype' => NULL,
'data' => NULL,
'config' => NULL,
'language' => NULL,
'group' => NULL,
'creationDate' => 1695688277,
'modificationDate' => 1695688277,
],
],
],
],
'image' => [
'thumbnails' => [
'auto_formats' => [
'avif' => [
'enabled' => false,
],
],
'definitions' => [
'coreshop_category' => [
'items' => [
0 => [
'method' => 'contain',
'arguments' => [
'width' => 250,
'height' => 150,
],
],
1 => [
'method' => 'frame',
'arguments' => [
'width' => 250,
'height' => 150,
],
],
],
'medias' => [
],
'name' => 'coreshop_category',
'description' => '',
'group' => 'CoreShop',
'format' => 'SOURCE',
'quality' => 90,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1664182746,
'creationDate' => 1664182746,
'preserveAnimation' => false,
],
'coreshop_categoryThumbnail' => [
'items' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 120,
],
],
],
'medias' => [
],
'name' => 'coreshop_categoryThumbnail',
'description' => '',
'group' => 'CoreShop',
'format' => 'SOURCE',
'quality' => 90,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1664182746,
'creationDate' => 1664182746,
'preserveAnimation' => false,
],
'coreshop_productCart' => [
'items' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 200,
],
],
],
'medias' => [
],
'name' => 'coreshop_productCart',
'description' => '',
'group' => 'CoreShop',
'format' => 'SOURCE',
'quality' => 90,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1664182746,
'creationDate' => 1664182746,
'preserveAnimation' => false,
],
'coreshop_productCartPreview' => [
'items' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 100,
],
],
],
'medias' => [
],
'name' => 'coreshop_productCartPreview',
'description' => '',
'group' => 'CoreShop',
'format' => 'SOURCE',
'quality' => 90,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1664182746,
'creationDate' => 1664182746,
'preserveAnimation' => false,
],
'coreshop_productDetail' => [
'items' => [
0 => [
'method' => 'contain',
'arguments' => [
'width' => 330,
'height' => 330,
],
],
1 => [
'method' => 'frame',
'arguments' => [
'width' => 330,
'height' => 330,
],
],
],
'medias' => [
],
'name' => 'coreshop_productDetail',
'description' => '',
'group' => 'CoreShop',
'format' => 'SOURCE',
'quality' => 90,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1664182746,
'creationDate' => 1664182746,
'preserveAnimation' => false,
],
'coreshop_productDetailFancy' => [
'items' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 1000,
],
],
],
'medias' => [
],
'name' => 'coreshop_productDetailFancy',
'description' => '',
'group' => 'CoreShop',
'format' => 'SOURCE',
'quality' => 90,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1664182746,
'creationDate' => 1664182746,
'preserveAnimation' => false,
],
'coreshop_productDetailThumbnail' => [
'items' => [
0 => [
'method' => 'contain',
'arguments' => [
'width' => 150,
'height' => 150,
],
],
1 => [
'method' => 'frame',
'arguments' => [
'width' => 150,
'height' => 150,
],
],
],
'medias' => [
],
'name' => 'coreshop_productDetailThumbnail',
'description' => '',
'group' => 'CoreShop',
'format' => 'SOURCE',
'quality' => 90,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1664182746,
'creationDate' => 1664182746,
'preserveAnimation' => false,
],
'coreshop_productGrid' => [
'items' => [
0 => [
'method' => 'contain',
'arguments' => [
'width' => 240,
'height' => 240,
],
],
1 => [
'method' => 'frame',
'arguments' => [
'width' => 240,
'height' => 240,
],
],
],
'medias' => [
],
'name' => 'coreshop_productGrid',
'description' => '',
'group' => 'CoreShop',
'format' => 'SOURCE',
'quality' => 90,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1664182746,
'creationDate' => 1664182746,
'preserveAnimation' => false,
],
'coreshop_productInvoice' => [
'items' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 100,
],
],
],
'medias' => [
],
'name' => 'coreshop_productInvoice',
'description' => '',
'group' => 'CoreShop',
'format' => 'SOURCE',
'quality' => 90,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1664182746,
'creationDate' => 1664182746,
'preserveAnimation' => false,
],
'coreshop_productList' => [
'items' => [
0 => [
'method' => 'contain',
'arguments' => [
'width' => 244,
'height' => 244,
],
],
1 => [
'method' => 'frame',
'arguments' => [
'width' => 244,
'height' => 244,
],
],
],
'medias' => [
],
'name' => 'coreshop_productList',
'description' => '',
'group' => 'CoreShop',
'format' => 'SOURCE',
'quality' => 90,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1664182746,
'creationDate' => 1664182746,
'preserveAnimation' => false,
],
'coreshop_productQuote' => [
'items' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 400,
],
],
],
'medias' => [
],
'name' => 'coreshop_productQuote',
'description' => '',
'group' => 'CoreShop',
'format' => 'SOURCE',
'quality' => 90,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1664182746,
'creationDate' => 1664182746,
'preserveAnimation' => false,
],
'coreshop_seo' => [
'items' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 1200,
],
],
],
'medias' => [
],
'name' => 'coreshop_seo',
'description' => '',
'group' => 'CoreShop',
'format' => 'SOURCE',
'quality' => 90,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1664182746,
'creationDate' => 1664182746,
'preserveAnimation' => false,
],
'default' => [
'items' => [
],
'medias' => [
],
'name' => 'default',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 100,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1764593398,
'creationDate' => 1764593382,
'preserveAnimation' => false,
],
'prospex_eventdetail' => [
'items' => [
0 => [
'method' => 'cover',
'arguments' => [
'width' => 255,
'height' => 162,
'positioning' => 'center',
'forceResize' => false,
],
],
],
'medias' => [
'(max-width: 767px)' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 660,
'forceResize' => false,
],
],
],
],
'name' => 'prospex_eventdetail',
'description' => '',
'group' => 'Prospex',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1710779204,
'creationDate' => 1710260402,
'preserveAnimation' => false,
],
'prospex_eventlist' => [
'items' => [
0 => [
'method' => 'cover',
'arguments' => [
'width' => 147,
'height' => 81,
'positioning' => 'center',
'forceResize' => false,
],
],
],
'medias' => [
'(max-width: 767px)' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 660,
'forceResize' => false,
],
],
],
],
'name' => 'prospex_eventlist',
'description' => '',
'group' => 'Prospex',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1710778633,
'creationDate' => 1710029504,
'preserveAnimation' => false,
],
'seiko_NotificationImage' => [
'items' => [
0 => [
'method' => 'resize',
'arguments' => [
'width' => 150,
'height' => 100,
],
],
],
'medias' => [
],
'name' => 'seiko_NotificationImage',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1701126736,
'creationDate' => 1701122617,
'preserveAnimation' => false,
],
'seiko_RemarkItem' => [
'items' => [
0 => [
'method' => 'cover',
'arguments' => [
'width' => 115,
'height' => 126,
'positioning' => 'center',
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'seiko_RemarkItem',
'description' => '',
'group' => 'seiko',
'format' => 'SOURCE',
'quality' => 103,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1719616853,
'creationDate' => 1719616765,
'preserveAnimation' => false,
],
'seiko_VideoThumbnail' => [
'items' => [
0 => [
'method' => 'contain',
'arguments' => [
'width' => 674,
'height' => 380,
'forceResize' => true,
],
],
1 => [
'method' => 'frame',
'arguments' => [
'width' => 674,
'height' => 380,
'forceResize' => true,
],
],
],
'medias' => [
],
'name' => 'seiko_VideoThumbnail',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 100,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1747225601,
'creationDate' => 1745601081,
'preserveAnimation' => false,
],
'seiko_WarrantyImage' => [
'items' => [
0 => [
'method' => 'cover',
'arguments' => [
'width' => 100,
'height' => 110,
'positioning' => 'center',
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'seiko_WarrantyImage',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 100,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1715001635,
'creationDate' => 1714412642,
'preserveAnimation' => false,
],
'seiko_WatchRepairHeader' => [
'items' => [
0 => [
'method' => 'contain',
'arguments' => [
'width' => 200,
'height' => 280,
'forceResize' => false,
],
],
1 => [
'method' => 'frame',
'arguments' => [
'width' => 200,
'height' => 280,
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'seiko_WatchRepairHeader',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 100,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1719437880,
'creationDate' => 1719437737,
'preserveAnimation' => false,
],
'seiko_apiGamesAnswer' => [
'items' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 600,
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'seiko_apiGamesAnswer',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1688740368,
'creationDate' => 1688740324,
'preserveAnimation' => false,
],
'seiko_apiRegisteredWatch' => [
'items' => [
0 => [
'method' => 'contain',
'arguments' => [
'width' => 500,
'height' => 1000,
'forceResize' => false,
],
],
1 => [
'method' => 'frame',
'arguments' => [
'width' => 500,
'height' => 1000,
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'seiko_apiRegisteredWatch',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1679406084,
'creationDate' => 1673547768,
'preserveAnimation' => false,
],
'seiko_apiWatchRepairRemark' => [
'items' => [
],
'medias' => [
],
'name' => 'seiko_apiWatchRepairRemark',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1701980178,
'creationDate' => 1701980137,
'preserveAnimation' => false,
],
'seiko_article' => [
'items' => [
0 => [
'method' => 'scaleByHeight',
'arguments' => [
'height' => 300,
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'seiko_article',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1692029528,
'creationDate' => 1692029065,
'preserveAnimation' => false,
],
'seiko_boutiqueGallery' => [
'items' => [
0 => [
'method' => 'cover',
'arguments' => [
'width' => 666,
'height' => 400,
'positioning' => 'center',
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'seiko_boutiqueGallery',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1694616941,
'creationDate' => 1694071257,
'preserveAnimation' => false,
],
'seiko_brandAmbassadorDetails' => [
'items' => [
0 => [
'method' => 'contain',
'arguments' => [
'width' => 400,
'height' => 400,
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'seiko_brandAmbassadorDetails',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 100,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1738247053,
'creationDate' => 1738232246,
'preserveAnimation' => false,
],
'seiko_cartList' => [
'items' => [
0 => [
'method' => 'scaleByHeight',
'arguments' => [
'height' => 200,
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'seiko_cartList',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1680624248,
'creationDate' => 1680621260,
'preserveAnimation' => false,
],
'seiko_landingBanner' => [
'items' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 1380,
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'seiko_landingBanner',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1681915929,
'creationDate' => 1681890858,
'preserveAnimation' => false,
],
'seiko_magazineList' => [
'items' => [
0 => [
'method' => 'contain',
'arguments' => [
'width' => 666,
'height' => 850,
'forceResize' => false,
],
],
1 => [
'method' => 'frame',
'arguments' => [
'width' => 666,
'height' => 850,
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'seiko_magazineList',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1679649480,
'creationDate' => 1679649407,
'preserveAnimation' => false,
],
'seiko_newsGalleryBigSliderImage' => [
'items' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 700,
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'seiko_newsGalleryBigSliderImage',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1700229695,
'creationDate' => 1700228491,
'preserveAnimation' => false,
],
'seiko_newsGallerySmallSliderImage' => [
'items' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 105,
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'seiko_newsGallerySmallSliderImage',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1700229446,
'creationDate' => 1700229425,
'preserveAnimation' => false,
],
'seiko_newsList' => [
'items' => [
0 => [
'method' => 'cover',
'arguments' => [
'width' => 600,
'height' => 400,
'positioning' => 'center',
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'seiko_newsList',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1676670470,
'creationDate' => 1672234625,
'preserveAnimation' => false,
],
'seiko_productDetails' => [
'items' => [
0 => [
'method' => 'contain',
'arguments' => [
'width' => 300,
'height' => 430,
'forceResize' => false,
],
],
1 => [
'method' => 'frame',
'arguments' => [
'width' => 300,
'height' => 430,
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'seiko_productDetails',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1677570357,
'creationDate' => 1677570172,
'preserveAnimation' => false,
],
'seiko_productDetailsSmall' => [
'items' => [
0 => [
'method' => 'contain',
'arguments' => [
'width' => 116,
'height' => 116,
'forceResize' => false,
],
],
1 => [
'method' => 'frame',
'arguments' => [
'width' => 116,
'height' => 116,
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'seiko_productDetailsSmall',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1747133486,
'creationDate' => 1677570287,
'preserveAnimation' => false,
],
'seiko_productList' => [
'items' => [
0 => [
'method' => 'contain',
'arguments' => [
'width' => 700,
'height' => 1000,
'forceResize' => false,
],
],
1 => [
'method' => 'frame',
'arguments' => [
'width' => 700,
'height' => 1000,
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'seiko_productList',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1679406222,
'creationDate' => 1669378755,
'preserveAnimation' => false,
],
'seiko_regwatchList' => [
'items' => [
0 => [
'method' => 'scaleByHeight',
'arguments' => [
'height' => 80,
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'seiko_regwatchList',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1674997687,
'creationDate' => 1674997604,
'preserveAnimation' => false,
],
'seiko_srticle_top' => [
'items' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 1000,
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'seiko_srticle_top',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1748513198,
'creationDate' => 1748512936,
'preserveAnimation' => false,
],
'seiko_swiper_item' => [
'items' => [
],
'medias' => [
],
'name' => 'seiko_swiper_item',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1744282133,
'creationDate' => 1744282112,
'preserveAnimation' => false,
],
'seiko_xmlfeed' => [
'items' => [
0 => [
'method' => 'frame',
'arguments' => [
'width' => 1172,
'height' => 1172,
'forceResize' => false,
],
],
1 => [
'method' => 'contain',
'arguments' => [
'width' => 1172,
'height' => 1172,
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'seiko_xmlfeed',
'description' => '',
'group' => 'Seiko',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1685021705,
'creationDate' => 1685021662,
'preserveAnimation' => false,
],
],
'clip_auto_support' => true,
'image_optimizers' => [
'enabled' => true,
],
'status_cache' => true,
'auto_clear_temp_files' => true,
],
'max_pixels' => 40000000,
'low_quality_image_preview' => [
'enabled' => true,
],
'focal_point_detection' => [
'enabled' => true,
],
],
'versions' => [
'days' => NULL,
'steps' => NULL,
'use_hardlinks' => true,
'disable_stack_trace' => false,
],
'hide_edit_image' => false,
'disable_tree_preview' => true,
'frontend_prefixes' => [
'source' => '',
'thumbnail' => '',
'thumbnail_deferred' => '',
],
'preview_image_thumbnail' => NULL,
'default_upload_path' => '_default_upload_bucket',
'tree_paging_limit' => 100,
'video' => [
'thumbnails' => [
'definitions' => [
],
'auto_clear_temp_files' => true,
],
],
'icc_rgb_profile' => NULL,
'icc_cmyk_profile' => NULL,
],
'documents' => [
'type_definitions' => [
'map' => [
'folder' => '\\Pimcore\\Model\\Document\\Folder',
'page' => '\\Pimcore\\Model\\Document\\Page',
'snippet' => '\\Pimcore\\Model\\Document\\Snippet',
'link' => '\\Pimcore\\Model\\Document\\Link',
'hardlink' => '\\Pimcore\\Model\\Document\\Hardlink',
'email' => '\\Pimcore\\Model\\Document\\Email',
'newsletter' => '\\Pimcore\\Model\\Document\\Newsletter',
'printpage' => '\\Pimcore\\Model\\Document\\Printpage',
'printcontainer' => '\\Pimcore\\Model\\Document\\Printcontainer',
],
],
'editables' => [
'prefixes' => [
0 => '\\Pimcore\\Model\\Document\\Editable\\',
],
'map' => [
],
],
'types' => [
0 => 'folder',
1 => 'page',
2 => 'snippet',
3 => 'link',
4 => 'hardlink',
5 => 'email',
6 => 'newsletter',
7 => 'printpage',
8 => 'printcontainer',
],
'valid_tables' => [
0 => 'email',
1 => 'newsletter',
2 => 'hardlink',
3 => 'link',
4 => 'page',
5 => 'snippet',
],
'versions' => [
'days' => NULL,
'steps' => NULL,
'disable_stack_trace' => false,
],
'error_pages' => [
'default' => '',
'localized' => [
'hu_HU' => '',
],
],
'doc_types' => [
'definitions' => [
'0785cf59-e587-4159-b12b-19f4e8a779ac' => [
'name' => 'Főoldal',
'group' => '',
'controller' => 'App\\Controller\\DefaultController::defaultAction',
'template' => 'default/home.html.twig',
'type' => 'page',
'priority' => 0,
'creationDate' => 1679030580,
'modificationDate' => 1679030652,
'staticGeneratorEnabled' => NULL,
],
'0f122ac8-fdc5-4d9d-a3e1-071fd62145e8' => [
'name' => 'Boutique oldal',
'group' => '',
'controller' => 'App\\Controller\\DefaultController::boutiqueAction',
'template' => 'default/boutique.html.twig',
'type' => 'page',
'priority' => 0,
'creationDate' => 1694001448,
'modificationDate' => 1694012743,
'staticGeneratorEnabled' => NULL,
],
'187ddcab-9539-441e-b8a3-9f7aec834199' => [
'name' => 'Prospex hajónk',
'group' => 'Prospexteam',
'controller' => 'App\\Controller\\DefaultController::defaultAction',
'template' => 'prospexteam/boat.html.twig',
'type' => 'page',
'priority' => 0,
'creationDate' => 1684049039,
'modificationDate' => 1684142977,
'staticGeneratorEnabled' => NULL,
],
'2136e632-5eb1-4ae2-9a37-e4b397fefcf2' => [
'name' => 'Partnerprogram oldal',
'group' => '',
'controller' => 'App\\Controller\\DefaultController::defaultAction',
'template' => 'default/partnerprogram_page.html.twig',
'type' => 'page',
'priority' => 0,
'creationDate' => 1744359693,
'modificationDate' => 1744359953,
'staticGeneratorEnabled' => NULL,
],
'21dd1af7-9589-4c19-9757-9140bb031676' => [
'name' => 'Seiko_Club_carousel',
'group' => '',
'controller' => 'App\\Controller\\DefaultController::defaultAction',
'template' => 'default/snippet/carousel.twig',
'type' => 'snippet',
'priority' => 0,
'creationDate' => 1695388680,
'modificationDate' => 1695388819,
'staticGeneratorEnabled' => NULL,
],
'30262fd0-5176-4494-92ee-ef7e7879b50a' => [
'name' => 'Prospex sponsor oldal',
'group' => 'Prospexteam',
'controller' => 'App\\Controller\\DefaultController::defaultAction',
'template' => 'prospexteam/sponsors.html.twig',
'type' => 'page',
'priority' => 0,
'creationDate' => 1684144895,
'modificationDate' => 1684144942,
'staticGeneratorEnabled' => NULL,
],
'32fa0bb3-621c-4805-a3a7-25a5c04f25b2' => [
'name' => 'Óra landing oldal',
'group' => '',
'controller' => 'App\\Controller\\DefaultController::watchLandingAction',
'template' => 'default/watch-landing.html.twig\'',
'type' => 'page',
'priority' => 0,
'creationDate' => 1681741015,
'modificationDate' => 1681741065,
'staticGeneratorEnabled' => NULL,
],
'34c6f557-d6b1-4f1c-9003-cd12ece672e1' => [
'name' => 'Footer',
'group' => '',
'controller' => 'App\\Controller\\DefaultController::defaultAction',
'template' => 'default/snippet/footer.html.twig',
'type' => 'snippet',
'priority' => 0,
'creationDate' => 1692056695,
'modificationDate' => 1692056752,
'staticGeneratorEnabled' => NULL,
],
'47d1b91d-d0c7-4c02-a6e0-3e56ed3b1200' => [
'name' => 'Prospex csapat oldal',
'group' => 'Prospexteam',
'controller' => 'App\\Controller\\DefaultController::defaultAction',
'template' => 'prospexteam/team.html.twig',
'type' => 'page',
'priority' => 0,
'creationDate' => 1684148648,
'modificationDate' => 1684148681,
'staticGeneratorEnabled' => NULL,
],
'48df113b-9e9d-4cc1-9ea0-ca2dd2dca4a1' => [
'name' => 'Partnerprogram snipet',
'group' => '',
'controller' => 'App\\Controller\\DefaultController::defaultAction',
'template' => 'default/snippet/partnerprogrampartnerlist.html.twig',
'type' => 'snippet',
'priority' => 0,
'creationDate' => 1744193047,
'modificationDate' => 1744193259,
'staticGeneratorEnabled' => NULL,
],
'54c74a4f-0628-4ad7-8170-9f7fc27c5fb7' => [
'name' => 'Kapcsolat oldal',
'group' => '',
'controller' => 'App\\Controller\\DefaultController::kapcsolatAction',
'template' => 'default/kapcsolat.html.twig',
'type' => 'page',
'priority' => 0,
'creationDate' => 1681418517,
'modificationDate' => 1681418564,
'staticGeneratorEnabled' => NULL,
],
'57e21d3f-9ac7-4b15-8642-8f20d1230d34' => [
'name' => 'Prospex csapat tag',
'group' => 'Prospexteam',
'controller' => 'App\\Controller\\DefaultController::defaultAction',
'template' => 'prospexteam/team-member.html.twig',
'type' => 'page',
'priority' => 0,
'creationDate' => 1684153087,
'modificationDate' => 1684153156,
'staticGeneratorEnabled' => NULL,
],
'6bcd3531-2fd1-4bae-8c87-e16c8f059585' => [
'name' => 'Prospex esemény lista',
'group' => 'Prospexteam',
'controller' => 'App\\Controller\\DefaultController::prospexEventlistAction',
'template' => 'prospexteam/eventlist.html.twig',
'type' => 'page',
'priority' => 0,
'creationDate' => 1684916839,
'modificationDate' => 1684916878,
'staticGeneratorEnabled' => NULL,
],
'79252f8a-a459-487a-8939-f4ba7c10baec' => [
'name' => 'Prospex hír lista',
'group' => 'Prospexteam',
'controller' => 'App\\Controller\\DefaultController::newslistAction',
'template' => 'prospexteam/newslist.html.twig',
'type' => 'page',
'priority' => 0,
'creationDate' => 1684229591,
'modificationDate' => 1684230126,
'staticGeneratorEnabled' => NULL,
],
'a9779ce7-3b87-49db-9066-87a09b31ae8c' => [
'name' => 'Article Type',
'group' => '',
'controller' => 'App\\Controller\\DefaultController::articleAction',
'template' => 'default/article.html.twig',
'type' => 'page',
'priority' => 0,
'creationDate' => 1681377377,
'modificationDate' => 1681377403,
'staticGeneratorEnabled' => NULL,
],
'ab7cf524-5350-495a-b0ff-f50c5b0ae2e7' => [
'name' => 'Magazin snippet',
'group' => '',
'controller' => 'App\\Controller\\DefaultController::defaultAction',
'template' => 'default/snippet/magazine.html.twig',
'type' => 'snippet',
'priority' => 0,
'creationDate' => 1682604357,
'modificationDate' => 1682669752,
'staticGeneratorEnabled' => NULL,
],
'c42ddc4e-b0e5-4b41-b363-086783f65e91' => [
'name' => 'Magazin oldal',
'group' => '',
'controller' => 'App\\Controller\\DefaultController::defaultAction',
'template' => 'default/magazine.html.twig',
'type' => 'page',
'priority' => 0,
'creationDate' => 1679030655,
'modificationDate' => 1679031309,
'staticGeneratorEnabled' => NULL,
],
'c4feb64b-0ec2-4a49-ac49-51b6e3a9301c' => [
'name' => 'Prospex sponsor lista',
'group' => 'Prospexteam',
'controller' => 'App\\Controller\\DefaultController::defaultAction',
'template' => 'prospexteam/sponsors.html.twig',
'type' => 'page',
'priority' => 0,
'creationDate' => 1684142943,
'modificationDate' => 1684143010,
'staticGeneratorEnabled' => NULL,
],
'c7d445a1-8bcf-487e-8901-3a3ccb874156' => [
'name' => 'footer_seiko_club',
'group' => '',
'controller' => 'App\\Controller\\DefaultController::defaultAction',
'template' => 'default/snippet/footer.html.twig',
'type' => 'snippet',
'priority' => 0,
'creationDate' => 1695389381,
'modificationDate' => 1695389434,
'staticGeneratorEnabled' => NULL,
],
'f57837f1-0f3e-4920-b3e7-13101ae4bba6' => [
'name' => 'Header',
'group' => '',
'controller' => 'App\\Controller\\DefaultController::defaultAction',
'template' => 'default/snippet/header.html.twig',
'type' => 'snippet',
'priority' => 0,
'creationDate' => 1692054453,
'modificationDate' => 1692054512,
'staticGeneratorEnabled' => NULL,
],
'f67a1bc6-d2d8-497f-8ce7-debc5d545ab9' => [
'name' => 'Prospex főoldal',
'group' => 'Prospexteam',
'controller' => 'App\\Controller\\DefaultController::defaultAction',
'template' => 'prospexteam/home.html.twig',
'type' => 'page',
'priority' => 0,
'creationDate' => 1684047761,
'modificationDate' => 1684047825,
'staticGeneratorEnabled' => NULL,
],
],
],
'default_controller' => 'App\\Controller\\DefaultController::defaultAction',
'allow_trailing_slash' => 'no',
'generate_preview' => false,
'preview_url_prefix' => '',
'tree_paging_limit' => 50,
'areas' => [
'autoload' => true,
],
'newsletter' => [
'defaultUrlPrefix' => NULL,
],
'web_to_print' => [
'pdf_creation_php_memory_limit' => '2048M',
'default_controller_print_page' => 'App\\Controller\\Web2printController::defaultAction',
'default_controller_print_container' => 'App\\Controller\\Web2printController::containerAction',
'enableInDefaultView' => false,
'generalTool' => '',
],
'auto_save_interval' => 60,
'static_page_router' => [
'enabled' => false,
'route_pattern' => NULL,
],
],
'routing' => [
'direct_route_document_types' => [
0 => 'page',
1 => 'snippet',
2 => 'email',
3 => 'newsletter',
4 => 'printpage',
5 => 'printcontainer',
],
'allow_processing_unpublished_fallback_document' => false,
'static' => [
'locale_params' => [
],
],
],
'newsletter' => [
'source_adapters' => [
'defaultAdapter' => 'pimcore.document.newsletter.factory.default',
'csvList' => 'pimcore.document.newsletter.factory.csv',
'reportAdapter' => 'pimcore.document.newsletter.factory.report',
],
'method' => NULL,
],
'custom_report' => [
'adapters' => [
'sql' => 'pimcore.custom_report.adapter.factory.sql',
'analytics' => 'pimcore.custom_report.adapter.factory.analytics',
],
'definitions' => [
],
],
'targeting' => [
'data_providers' => [
'device' => 'Pimcore\\Targeting\\DataProvider\\Device',
'geoip' => 'Pimcore\\Targeting\\DataProvider\\GeoIp',
'geolocation' => 'Pimcore\\Targeting\\DataProvider\\GeoLocation',
'targeting_storage' => 'Pimcore\\Targeting\\DataProvider\\TargetingStorage',
'visited_pages_counter' => 'Pimcore\\Targeting\\DataProvider\\VisitedPagesCounter',
],
'conditions' => [
'browser' => 'Pimcore\\Targeting\\Condition\\Browser',
'country' => 'Pimcore\\Targeting\\Condition\\Country',
'geopoint' => 'Pimcore\\Targeting\\Condition\\GeoPoint',
'hardwareplatform' => 'Pimcore\\Targeting\\Condition\\HardwarePlatform',
'language' => 'Pimcore\\Targeting\\Condition\\Language',
'operatingsystem' => 'Pimcore\\Targeting\\Condition\\OperatingSystem',
'referringsite' => 'Pimcore\\Targeting\\Condition\\ReferringSite',
'searchengine' => 'Pimcore\\Targeting\\Condition\\SearchEngine',
'target_group' => 'Pimcore\\Targeting\\Condition\\TargetGroup',
'timeonsite' => 'Pimcore\\Targeting\\Condition\\TimeOnSite',
'url' => 'Pimcore\\Targeting\\Condition\\Url',
'visitedpagesbefore' => 'Pimcore\\Targeting\\Condition\\VisitedPagesBefore',
],
'action_handlers' => [
'assign_target_group' => 'Pimcore\\Targeting\\ActionHandler\\AssignTargetGroup',
'codesnippet' => 'Pimcore\\Targeting\\ActionHandler\\CodeSnippet',
'redirect' => 'Pimcore\\Targeting\\ActionHandler\\Redirect',
],
'enabled' => true,
'storage_id' => 'Pimcore\\Targeting\\Storage\\CookieStorage',
'session' => [
'enabled' => false,
],
],
'context' => [
'profiler' => [
'routes' => [
0 => [
'path' => '^/_(profiler|wdt)(/.*)?$',
'route' => false,
'host' => false,
'methods' => [
],
],
],
],
'admin' => [
'routes' => [
0 => [
'path' => '^/admin(/.*)?$',
'route' => false,
'host' => false,
'methods' => [
],
],
1 => [
'route' => '^pimcore_admin_',
'path' => false,
'host' => false,
'methods' => [
],
],
],
],
'plugin' => [
'routes' => [
0 => [
'path' => '^/plugin(/.*)?$',
'route' => false,
'host' => false,
'methods' => [
],
],
],
],
],
'admin' => [
'session' => [
'attribute_bags' => [
'pimcore_admin' => [
'storage_key' => '_pimcore_admin',
],
'pimcore_objects' => [
'storage_key' => '_pimcore_objects',
],
'pimcore_copy' => [
'storage_key' => '_pimcore_copy',
],
'pimcore_gridconfig' => [
'storage_key' => '_pimcore_gridconfig',
],
'pimcore_importconfig' => [
'storage_key' => '_pimcore_importconfig',
],
],
],
'unauthenticated_routes' => [
0 => [
'route' => 'pimcore_settings_display_custom_logo',
'path' => false,
'host' => false,
'methods' => [
],
],
1 => [
'route' => 'pimcore_admin_login',
'path' => false,
'host' => false,
'methods' => [
],
],
2 => [
'route' => 'pimcore_admin_webdav',
'path' => false,
'host' => false,
'methods' => [
],
],
],
'translations' => [
'path' => '@PimcoreCoreBundle/Resources/translations',
],
],
'sitemaps' => [
'generators' => [
'pimcore_documents' => [
'enabled' => true,
'priority' => 100,
'generator_id' => 'Pimcore\\Sitemap\\Document\\DocumentTreeGenerator',
],
'app_product' => [
'generator_id' => 'App\\Sitemaps\\ProductGenerator',
'enabled' => true,
'priority' => 0,
],
],
],
'redirects' => [
'status_codes' => [
300 => 'Multiple Choices',
301 => 'Moved Permanently',
302 => 'Found',
303 => 'See Other',
307 => 'Temporary Redirect',
],
],
'glossary' => [
'blocked_tags' => [
0 => 'a',
1 => 'script',
2 => 'style',
3 => 'code',
4 => 'pre',
5 => 'textarea',
6 => 'acronym',
7 => 'abbr',
8 => 'option',
9 => 'h1',
10 => 'h2',
11 => 'h3',
12 => 'h4',
13 => 'h5',
14 => 'h6',
],
],
'templating_engine' => [
'twig' => [
'sandbox_security_policy' => [
'tags' => [
0 => 'set',
],
'filters' => [
0 => 'escape',
1 => 'trans',
2 => 'default',
],
'functions' => [
0 => 'path',
1 => 'asset',
],
],
],
],
'translations' => [
'debugging' => [
'enabled' => true,
'parameter' => 'pimcore_debug_translations',
],
'admin_translation_mapping' => [
],
'data_object' => [
],
],
'models' => [
'class_overrides' => [
'Pimcore\\Model\\DataObject\\Fieldcollection\\Data\\NewsElementorContent' => 'App\\Model\\DataObject\\FieldCollection\\NewsElementorContent',
],
],
'email' => [
'sender' => [
'name' => 'Seikoboutique.hu',
'email' => 'seikoboutique@seikoboutique.hu',
],
'debug' => [
'email_addresses' => 'batazo.dad@gmail.com',
],
'return' => [
'name' => '',
'email' => '',
],
'usespecific' => false,
],
'general' => [
'domain' => '',
'redirect_to_maindomain' => false,
'language' => 'en',
'valid_languages' => 'hu_HU',
'fallback_languages' => [
'hu_HU' => '',
],
'default_language' => 'hu_HU',
'debug_admin_translations' => false,
'timezone' => '',
'path_variable' => NULL,
'disable_usage_statistics' => false,
'instance_identifier' => NULL,
],
'properties' => [
'predefined' => [
'definitions' => [
'4eeb04e6-d213-4257-93ea-cd022085a9fc' => [
'name' => 'Bejelentkezés követelése',
'description' => 'Az oldalhoz bejelentkezéséhez szükséges változó, checkBox-ot be kell pipálni',
'key' => 'needLogin',
'type' => 'bool',
'data' => '1',
'config' => '',
'ctype' => 'document',
'inheritable' => true,
'creationDate' => 1696410903,
'modificationDate' => 1696422163,
],
'5fcbbe80-2a93-46ba-9dcb-2183b4a41c2c' => [
'name' => 'Partnerprogram lista oldal',
'description' => 'Partnerprogram lista oldal',
'key' => 'partnerprogram',
'type' => 'document',
'data' => '/partnerprogram',
'config' => '',
'ctype' => 'document',
'inheritable' => true,
'creationDate' => 1744192813,
'modificationDate' => 1744192927,
],
'6c7301e0-dbbf-4816-ad02-5d4573878004' => [
'name' => 'Adatvédelmi Nyilatkozat Oldal',
'description' => 'Adatvédelmi Nyilatkozat Oldal',
'key' => 'defaultAdnyPage',
'type' => 'document',
'data' => '',
'config' => '',
'ctype' => 'document',
'inheritable' => true,
'creationDate' => 1681932392,
'modificationDate' => 1681932430,
],
'7199fe9a-33a8-499e-aac0-b9bd0839c50d' => [
'name' => 'Partnerprogram lista oldal',
'description' => 'Partnerprogram lista oldal',
'key' => 'partnerprogram',
'type' => 'document',
'data' => '/partnerprogram',
'config' => '',
'ctype' => 'document',
'inheritable' => true,
'creationDate' => 1744195608,
'modificationDate' => 1744195666,
],
'750a74ad-2714-474e-be70-25154de4ca8a' => [
'name' => 'Optimonk követőkód',
'description' => 'A teljes script tag kell ide!',
'key' => 'optimonk',
'type' => 'text',
'data' => '',
'config' => '',
'ctype' => 'document',
'inheritable' => true,
'creationDate' => 1682582695,
'modificationDate' => 1682583306,
],
'a4a3ccb9-52ff-4c5d-89c9-126143da377b' => [
'name' => 'SeikoClub Magazin oldal',
'description' => 'SeikoClub Magazin oldal',
'key' => 'clubMagazinePage',
'type' => 'document',
'data' => '',
'config' => '',
'ctype' => 'document',
'inheritable' => true,
'creationDate' => 1711629232,
'modificationDate' => 1711629284,
],
'a683a7a5-c8b5-4a4c-96b4-3acd43d751c6' => [
'name' => 'Meta Pixel Kód',
'description' => 'Csak az egyedi azonosítót kell beírni',
'key' => 'meta_pixel_code',
'type' => 'text',
'data' => '',
'config' => '',
'ctype' => 'document',
'inheritable' => true,
'creationDate' => 1733142634,
'modificationDate' => 1733142670,
],
'a930e73e-1903-4103-b975-730d63f85044' => [
'name' => 'ÁSZF oldal',
'description' => 'ÁSZF oldal',
'key' => 'defaultAszfPage',
'type' => 'document',
'data' => '',
'config' => '',
'ctype' => 'document',
'inheritable' => true,
'creationDate' => 1681931986,
'modificationDate' => 1681932087,
],
'c9c87eba-9988-4093-bc9c-0fb1699ac1a5' => [
'name' => 'Boutique magazine oldal',
'description' => 'Boutique magazine oldal',
'key' => 'magazinePage',
'type' => 'document',
'data' => '',
'config' => '',
'ctype' => 'document',
'inheritable' => true,
'creationDate' => 1734523942,
'modificationDate' => 1734523989,
],
'd13522c2-f92b-461d-8e14-4ad8a8561125' => [
'name' => 'Prospex lista típus',
'description' => 'Prospex lista oldal típusa',
'key' => 'prospexListType',
'type' => 'select',
'data' => '',
'config' => 'prospex_news,prospex_video',
'ctype' => 'document',
'inheritable' => true,
'creationDate' => 1684240415,
'modificationDate' => 1684248654,
],
'd97a40c2-592c-45a7-aed2-88d3007698bf' => [
'name' => 'Márkanagykövetek oldal',
'description' => 'Márkanagykövetek oldal',
'key' => 'brandambassadors',
'type' => 'document',
'data' => '/markanagykovetek',
'config' => '',
'ctype' => 'document',
'inheritable' => true,
'creationDate' => 1738146554,
'modificationDate' => 1738146804,
],
'f9722c39-a5bc-4b49-b6c9-be6d79dd163f' => [
'name' => 'Hiányzó bejelentkezés üzenete',
'description' => 'A felhasználónak megjelenítendő hiba szöveg, ha nincs bejelentkezve',
'key' => 'needLoginMessage',
'type' => 'text',
'data' => 'Kérem jelentkezzen be az oldal megtekintéséhez!',
'config' => '',
'ctype' => 'document',
'inheritable' => true,
'creationDate' => 1696410943,
'modificationDate' => 1696499803,
],
],
],
],
'staticroutes' => [
'definitions' => [
'55283cac-bd1b-4d8c-98fc-cbbecebece29' => [
'name' => 'coreshop_login_nem',
'pattern' => '/\\/profil$/',
'reverse' => '/profil',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CustomerController:profileAction',
'variables' => '',
'defaults' => '',
'siteId' => [
],
'methods' => [
],
'priority' => 0,
'creationDate' => 1666900435,
'modificationDate' => 1667371778,
],
'coreshop_cart_add' => [
'name' => 'coreshop_cart_add',
'pattern' => '/(\\w+)\\/shop\\/cart\\/add\\/([0-9]+)$/',
'reverse' => '/%_locale/shop/cart/add/%product',
'controller' => 'App\\Ecommerce\\Controller\\CartController::addItemAction',
'variables' => '_locale,product',
'defaults' => '',
'siteId' => [
],
'methods' => [
0 => 'POST',
],
'priority' => 3,
'creationDate' => 1664182740,
'modificationDate' => 1669228986,
],
'coreshop_cart_check_shipment' => [
'name' => 'coreshop_cart_check_shipment',
'pattern' => '/(\\w+)\\/shop\\/cart\\/shipment-calculation$/',
'reverse' => '/%_locale/shop/cart/shipment-calculation',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CartController:shipmentCalculationAction',
'variables' => '_locale',
'defaults' => NULL,
'siteId' => [
],
'methods' => [
],
'priority' => 3,
'creationDate' => 1664182741,
'modificationDate' => 1664182741,
],
'coreshop_cart_create_quote' => [
'name' => 'coreshop_cart_create_quote',
'pattern' => '/(\\w+)\\/shop\\/cart\\/quote$/',
'reverse' => '/%_locale/shop/cart/quote',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CartController:createQuoteAction',
'variables' => '_locale',
'defaults' => NULL,
'siteId' => [
],
'methods' => [
],
'priority' => 3,
'creationDate' => 1664182741,
'modificationDate' => 1664182741,
],
'coreshop_cart_remove' => [
'name' => 'coreshop_cart_remove',
'pattern' => '/(\\w+)\\/shop\\/cart\\/remove\\/([0-9]+)$/',
'reverse' => '/%_locale/shop/cart/remove/%cartItem',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CartController:removeItemAction',
'variables' => '_locale,cartItem',
'defaults' => NULL,
'siteId' => [
],
'methods' => [
],
'priority' => 3,
'creationDate' => 1664182741,
'modificationDate' => 1664182741,
],
'coreshop_cart_remove_price_rule' => [
'name' => 'coreshop_cart_remove_price_rule',
'pattern' => '/(\\w+)\\/shop\\/cart\\/remove-price-rule$/',
'reverse' => '/%_locale/shop/cart/remove-price-rule',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CartController:removePriceRuleAction',
'variables' => '_locale',
'defaults' => NULL,
'siteId' => [
],
'methods' => [
],
'priority' => 3,
'creationDate' => 1664182741,
'modificationDate' => 1664182741,
],
'coreshop_cart_summary' => [
'name' => 'coreshop_cart_summary',
'pattern' => '/\\/kosar$/',
'reverse' => '/kosar',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CartController:summaryAction',
'variables' => '',
'defaults' => '',
'siteId' => [
],
'methods' => [
],
'priority' => 2,
'creationDate' => 1664182740,
'modificationDate' => 1675863270,
],
'coreshop_checkout' => [
'name' => 'coreshop_checkout',
'pattern' => '/\\/penztar\\/(.*)$/',
'reverse' => '/penztar/%stepIdentifier',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CheckoutController:processAction',
'variables' => 'stepIdentifier',
'defaults' => '',
'siteId' => [
],
'methods' => [
],
'priority' => 2,
'creationDate' => 1664182742,
'modificationDate' => 1676370112,
],
'coreshop_checkout_do' => [
'name' => 'coreshop_checkout_do',
'pattern' => '/(\\w+)\\/shop\\/checkout-do$/',
'reverse' => '/%_locale/shop/checkout-do',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CheckoutController:doCheckoutAction',
'variables' => '_locale',
'defaults' => NULL,
'siteId' => [
],
'methods' => [
],
'priority' => 2,
'creationDate' => 1664182742,
'modificationDate' => 1664182742,
],
'coreshop_checkout_thank_you' => [
'name' => 'coreshop_checkout_thank_you',
'pattern' => '/\\/koszonjuk-a-megrendelest\\/(.*)$/',
'reverse' => '/koszonjuk-a-megrendelest/%token',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CheckoutController:thankYouAction',
'variables' => 'token',
'defaults' => '',
'siteId' => [
],
'methods' => [
],
'priority' => 2,
'creationDate' => 1664182742,
'modificationDate' => 1676450736,
],
'coreshop_customer_address_delete' => [
'name' => 'coreshop_customer_address_delete',
'pattern' => '/(\\w+)\\/shop\\/customer\\/addresses\\/delete\\/([0-9]+)$/',
'reverse' => '/%_locale/shop/customer/addresses/delete/%address',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CustomerController:addressDeleteAction',
'variables' => '_locale,address',
'defaults' => NULL,
'siteId' => [
],
'methods' => [
],
'priority' => 4,
'creationDate' => 1664182743,
'modificationDate' => 1664182743,
],
'coreshop_customer_address_edit' => [
'name' => 'coreshop_customer_address_edit',
'pattern' => '/\\/profil\\/fiokadatok\\/address\\/(.*?)\\~a([0-9]+)$/',
'reverse' => '/profil/fiokadatok/address/%name~a%address',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CustomerController:addressAction',
'variables' => 'name,address',
'defaults' => '',
'siteId' => [
],
'methods' => [
],
'priority' => 2,
'creationDate' => 1664182743,
'modificationDate' => 1675345062,
],
'coreshop_customer_address_new' => [
'name' => 'coreshop_customer_address_new',
'pattern' => '/\\/profil\\/fiokadatok\\/address\\/new$/',
'reverse' => '/profil/fiokadatok/address/new',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CustomerController:addressAction',
'variables' => '',
'defaults' => '',
'siteId' => [
],
'methods' => [
],
'priority' => 3,
'creationDate' => 1664182743,
'modificationDate' => 1675498467,
],
'coreshop_customer_addresses' => [
'name' => 'coreshop_customer_addresses',
'pattern' => '/\\/profil\\/fiokadatok/',
'reverse' => '/profil/fiokadatok/',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CustomerController:addressesAction',
'variables' => '',
'defaults' => '',
'siteId' => [
],
'methods' => [
],
'priority' => 2,
'creationDate' => 1664182743,
'modificationDate' => 1666903277,
],
'coreshop_customer_change_password' => [
'name' => 'coreshop_customer_change_password',
'pattern' => '/(\\w+)\\/shop\\/customer\\/change-password$/',
'reverse' => '/%_locale/shop/customer/change-password',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CustomerController:changePasswordAction',
'variables' => '_locale',
'defaults' => NULL,
'siteId' => [
],
'methods' => [
],
'priority' => 2,
'creationDate' => 1664182743,
'modificationDate' => 1664182743,
],
'coreshop_customer_confirm_newsletter' => [
'name' => 'coreshop_customer_confirm_newsletter',
'pattern' => '/(\\w+)\\/shop\\/customer\\/confirm-newsletter$/',
'reverse' => '/%_locale/shop/customer/confirm-newsletter',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CustomerController:confirmNewsletterAction',
'variables' => '_locale',
'defaults' => NULL,
'siteId' => [
],
'methods' => [
],
'priority' => 2,
'creationDate' => 1664182744,
'modificationDate' => 1664182744,
],
'coreshop_customer_order_detail' => [
'name' => 'coreshop_customer_order_detail',
'pattern' => '/\\/profil\\/rendeleseim\\/([0-9]+)$/',
'reverse' => '/profil/rendeleseim/%order',
'controller' => 'App\\Ecommerce\\Controller\\CustomerController::orderDetailsAction',
'variables' => 'order',
'defaults' => '',
'siteId' => [
],
'methods' => [
],
'priority' => 2,
'creationDate' => 1664182743,
'modificationDate' => 1683139778,
],
'coreshop_customer_orders' => [
'name' => 'coreshop_customer_orders',
'pattern' => '/\\/profil\\/rendeleseim$/',
'reverse' => '/profil/rendeleseim',
'controller' => 'App\\Ecommerce\\Controller\\CustomerController::orderListAction',
'variables' => '',
'defaults' => '',
'siteId' => [
],
'methods' => [
],
'priority' => 2,
'creationDate' => 1664182743,
'modificationDate' => 1683139791,
],
'coreshop_customer_password_reset' => [
'name' => 'coreshop_customer_password_reset',
'pattern' => '/\\/profil\\/password-reset$/',
'reverse' => '/profil/password-reset',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\RegisterController:passwordResetAction',
'variables' => '',
'defaults' => '',
'siteId' => [
],
'methods' => [
],
'priority' => 5,
'creationDate' => 1664182744,
'modificationDate' => 1666851418,
],
'coreshop_customer_password_reset_request' => [
'name' => 'coreshop_customer_password_reset_request',
'pattern' => '/\\/profil\\/lost-password$/',
'reverse' => '/profil/lost-password',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\RegisterController:passwordResetRequestAction',
'variables' => '',
'defaults' => '',
'siteId' => [
],
'methods' => [
],
'priority' => 6,
'creationDate' => 1664182744,
'modificationDate' => 1666851403,
],
'coreshop_customer_profile' => [
'name' => 'coreshop_customer_profile',
'pattern' => '/(\\w+)\\/shop\\/customer\\/profile$/',
'reverse' => '/%_locale/shop/customer/profile',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CustomerController:profileAction',
'variables' => '_locale',
'defaults' => NULL,
'siteId' => [
],
'methods' => [
],
'priority' => 2,
'creationDate' => 1664182743,
'modificationDate' => 1664182743,
],
'coreshop_customer_settings' => [
'name' => 'coreshop_customer_settings',
'pattern' => '/(\\w+)\\/shop\\/customer\\/settings$/',
'reverse' => '/%_locale/shop/customer/settings',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CustomerController:settingsAction',
'variables' => '_locale',
'defaults' => NULL,
'siteId' => [
],
'methods' => [
],
'priority' => 2,
'creationDate' => 1664182743,
'modificationDate' => 1664182743,
],
'coreshop_index' => [
'name' => 'coreshop_index',
'pattern' => '/(\\w+)\\/shop(\\/?)$/',
'reverse' => '/%_locale/shop',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\IndexController:indexAction',
'variables' => '_locale',
'defaults' => NULL,
'siteId' => [
],
'methods' => [
],
'priority' => 1,
'creationDate' => 1664182740,
'modificationDate' => 1664182740,
],
'coreshop_login' => [
'name' => 'coreshop_login',
'pattern' => '/(\\w+)\\/shop\\/login$/',
'reverse' => '/%_locale/shop/login',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\SecurityController:loginAction',
'variables' => '_locale',
'defaults' => '',
'siteId' => [
],
'methods' => [
],
'priority' => 2,
'creationDate' => 1664182741,
'modificationDate' => 1667371792,
],
'coreshop_login_check' => [
'name' => 'coreshop_login_check',
'pattern' => '/(\\w+)\\/shop\\/login-check$/',
'reverse' => '/%_locale/shop/login-check',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\SecurityController:checkAction',
'variables' => '_locale',
'defaults' => NULL,
'siteId' => [
],
'methods' => [
],
'priority' => 3,
'creationDate' => 1664182741,
'modificationDate' => 1664182741,
],
'coreshop_logout' => [
'name' => 'coreshop_logout',
'pattern' => '/(\\w+)\\/shop\\/logout$/',
'reverse' => '/%_locale/shop/logout',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\SecurityController:logoutAction',
'variables' => '_locale',
'defaults' => NULL,
'siteId' => [
],
'methods' => [
],
'priority' => 2,
'creationDate' => 1664182741,
'modificationDate' => 1664182741,
],
'coreshop_order_revise' => [
'name' => 'coreshop_order_revise',
'pattern' => '/\\/order\\/revise\\/(.*)$/',
'reverse' => '/order/revise/%token',
'controller' => 'App\\Ecommerce\\Controller\\OrderController:reviseAction',
'variables' => 'token',
'defaults' => '',
'siteId' => [
],
'methods' => [
],
'priority' => 2,
'creationDate' => 1664182742,
'modificationDate' => 1681321359,
],
'coreshop_order_revise_pay' => [
'name' => 'coreshop_order_revise_pay',
'pattern' => '/\\/order\\/revise\\/(.*)\\/pay$/',
'reverse' => '/order/revise/%token/pay',
'controller' => 'CoreShop\\Bundle\\PayumBundle\\Controller\\PaymentController::prepareCaptureAction',
'variables' => 'token',
'defaults' => '',
'siteId' => [
],
'methods' => [
],
'priority' => 3,
'creationDate' => 1664182742,
'modificationDate' => 1681321455,
],
'coreshop_partial_cart_add' => [
'name' => 'coreshop_partial_cart_add',
'pattern' => '/(\\w+)\\/_partial\\/cart\\/add\\/([0-9]+)$/',
'reverse' => '/%_locale/_partial/cart/add/%product',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CartController:addItemAction',
'variables' => '_locale,product',
'defaults' => NULL,
'siteId' => [
],
'methods' => [
],
'priority' => 3,
'creationDate' => 1664182741,
'modificationDate' => 1664182741,
],
'coreshop_partial_wishlist_add' => [
'name' => 'coreshop_partial_wishlist_add',
'pattern' => '/(\\w+)\\/_partial\\/wishlist\\/add\\/([0-9]+)$/',
'reverse' => '/%_locale/_partial/wishlist/add/%product',
'controller' => 'coreshop.storage_list.controller.wishlist::addItemAction',
'variables' => '_locale,product',
'defaults' => '',
'siteId' => [
],
'methods' => [
],
'priority' => 3,
'creationDate' => 1664182744,
'modificationDate' => 1684504870,
],
'coreshop_payment' => [
'name' => 'coreshop_payment',
'pattern' => '/(\\w+)\\/shop\\/pay\\/([0-9]+)$/',
'reverse' => '/%_locale/shop/pay/%order',
'controller' => 'CoreShop\\Bundle\\PayumBundle\\Controller\\PaymentController::prepareCaptureAction',
'variables' => '_locale,order',
'defaults' => NULL,
'siteId' => [
],
'methods' => [
],
'priority' => 2,
'creationDate' => 1664182742,
'modificationDate' => 1664182742,
],
'coreshop_quote_detail' => [
'name' => 'coreshop_quote_detail',
'pattern' => '/(\\w+)\\/shop\\/quote\\~q([0-9]+)$/',
'reverse' => '/%_locale/shop/quote~q%quote',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\QuoteController:showAction',
'variables' => '_locale,quote',
'defaults' => NULL,
'siteId' => [
],
'methods' => [
],
'priority' => 2,
'creationDate' => 1664182741,
'modificationDate' => 1664182741,
],
'coreshop_register' => [
'name' => 'coreshop_register',
'pattern' => '/(\\w+)\\/shop\\/register$/',
'reverse' => '/%_locale/shop/register',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\RegisterController:registerAction',
'variables' => '_locale',
'defaults' => NULL,
'siteId' => [
],
'methods' => [
],
'priority' => 2,
'creationDate' => 1664182742,
'modificationDate' => 1664182742,
],
'coreshop_search' => [
'name' => 'coreshop_search',
'pattern' => '/(\\w+)\\/shop\\/search$/',
'reverse' => '/%_locale/shop/search',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\SearchController:searchAction',
'variables' => '_locale',
'defaults' => NULL,
'siteId' => [
],
'methods' => [
],
'priority' => 2,
'creationDate' => 1664182744,
'modificationDate' => 1664182744,
],
'coreshop_switch_currency' => [
'name' => 'coreshop_switch_currency',
'pattern' => '/(\\w+)\\/shop\\/switch-currency\\/(.*)$/',
'reverse' => '/%_locale/shop/switch-currency/%currencyCode',
'controller' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CurrencyController:switchAction',
'variables' => '_locale,currencyCode',
'defaults' => NULL,
'siteId' => [
],
'methods' => [
],
'priority' => 2,
'creationDate' => 1664182742,
'modificationDate' => 1664182742,
],
'coreshop_wishlist_add' => [
'name' => 'coreshop_wishlist_add',
'pattern' => '/(\\w+)\\/shop\\/wishlist\\/add\\/([0-9]+)$/',
'reverse' => '/%_locale/shop/wishlist/add/%product',
'controller' => 'coreshop.storage_list.controller.wishlist:addItemAction',
'variables' => '_locale,product',
'defaults' => NULL,
'siteId' => [
],
'methods' => [
],
'priority' => 3,
'creationDate' => 1664182744,
'modificationDate' => 1664182744,
],
'coreshop_wishlist_remove' => [
'name' => 'coreshop_wishlist_remove',
'pattern' => '/(\\w+)\\/shop\\/wishlist\\/remove\\/([0-9]+)$/',
'reverse' => '/%_locale/shop/wishlist/remove/%wishlistItem',
'controller' => 'coreshop.storage_list.controller.wishlist::removeItemAction',
'variables' => '_locale,wishlistItem',
'defaults' => '',
'siteId' => [
],
'methods' => [
],
'priority' => 3,
'creationDate' => 1664182744,
'modificationDate' => 1684504846,
],
'coreshop_wishlist_summary' => [
'name' => 'coreshop_wishlist_summary',
'pattern' => '/\\/kedvencek$/',
'reverse' => '/kedvencek',
'controller' => 'App\\Ecommerce\\Controller\\WishListController::wishListAction',
'variables' => '',
'defaults' => '',
'siteId' => [
],
'methods' => [
],
'priority' => 2,
'creationDate' => 1664182744,
'modificationDate' => 1686767700,
],
'ec67855b-0017-47b9-931e-6b9f49c2692f' => [
'name' => 'watch',
'pattern' => '/\\/ora\\/(.*)/',
'reverse' => '/ora/%sku',
'controller' => 'App\\Ecommerce\\Controller\\ProductController::detailAction',
'variables' => 'sku',
'defaults' => '',
'siteId' => [
],
'methods' => [
],
'priority' => 0,
'creationDate' => 1668192314,
'modificationDate' => 1668192379,
],
'efd4cecf-b215-46a0-9489-2d369ac146f7' => [
'name' => 'coreshop_delete_account',
'pattern' => '/\\/profil\\/fiok_torlese$/',
'reverse' => '/profil/fiok_torlese',
'controller' => 'App\\Ecommerce\\Controller\\SecurityController::deleteAccountAction',
'variables' => '',
'defaults' => '',
'siteId' => [
],
'methods' => [
],
'priority' => 0,
'creationDate' => 1684741833,
'modificationDate' => 1684743348,
],
],
],
'error_handling' => [
'render_error_document' => true,
],
'flags' => [
],
'maps' => [
'tile_layer_url_template' => 'https://a.tile.openstreetmap.org/{z}/{x}/{y}.png',
'geocoding_url_template' => 'https://nominatim.openstreetmap.org/search?q={q}&addressdetails=1&format=json&limit=1',
'reverse_geocoding_url_template' => 'https://nominatim.openstreetmap.org/reverse?format=json&lat={lat}&lon={lon}&addressdetails=1',
],
'maintenance' => [
'housekeeping' => [
'cleanup_tmp_files_atime_older_than' => 7776000,
'cleanup_profiler_files_atime_older_than' => 1800,
],
],
'services' => [
'google' => [
'client_id' => NULL,
'email' => NULL,
'simple_api_key' => NULL,
'browser_api_key' => NULL,
],
],
'encryption' => [
'secret' => NULL,
],
'full_page_cache' => [
'enabled' => true,
'lifetime' => NULL,
],
'workflows' => [
],
'httpclient' => [
'adapter' => 'Socket',
'proxy_host' => NULL,
'proxy_port' => NULL,
'proxy_user' => NULL,
'proxy_pass' => NULL,
],
'applicationlog' => [
'archive_treshold' => 30,
'archive_alternative_database' => '',
'delete_archive_threshold' => '6',
],
'perspectives' => [
'definitions' => [
],
],
'custom_views' => [
'definitions' => [
],
],
'config_location' => [
'image_thumbnails' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/image_thumbnails'),
],
],
],
'custom_reports' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/custom_reports'),
],
],
],
'video_thumbnails' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/video_thumbnails'),
],
],
],
'document_types' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/document_types'),
],
],
],
'web_to_print' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/web_to_print'),
],
],
],
'predefined_properties' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/predefined_properties'),
],
],
],
'predefined_asset_metadata' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/predefined_asset_metadata'),
],
],
],
'staticroutes' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/staticroutes'),
],
],
],
'perspectives' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/perspectives'),
],
],
],
'custom_views' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/custom_views'),
],
],
],
'object_custom_layouts' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/object_custom_layouts'),
],
],
],
'system_settings' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/system_settings'),
],
],
'read_target' => [
'type' => NULL,
'options' => [
'directory' => NULL,
],
],
],
],
],
'pimcore.documents.classes.map' => [
'folder' => '\\Pimcore\\Model\\Document\\Folder',
'page' => '\\Pimcore\\Model\\Document\\Page',
'snippet' => '\\Pimcore\\Model\\Document\\Snippet',
'link' => '\\Pimcore\\Model\\Document\\Link',
'hardlink' => '\\Pimcore\\Model\\Document\\Hardlink',
'email' => '\\Pimcore\\Model\\Document\\Email',
'newsletter' => '\\Pimcore\\Model\\Document\\Newsletter',
'printpage' => '\\Pimcore\\Model\\Document\\Printpage',
'printcontainer' => '\\Pimcore\\Model\\Document\\Printcontainer',
],
'pimcore.routing.static.locale_params' => [
],
'pimcore.targeting.enabled' => true,
'pimcore.targeting.conditions' => [
'browser' => 'Pimcore\\Targeting\\Condition\\Browser',
'country' => 'Pimcore\\Targeting\\Condition\\Country',
'geopoint' => 'Pimcore\\Targeting\\Condition\\GeoPoint',
'hardwareplatform' => 'Pimcore\\Targeting\\Condition\\HardwarePlatform',
'language' => 'Pimcore\\Targeting\\Condition\\Language',
'operatingsystem' => 'Pimcore\\Targeting\\Condition\\OperatingSystem',
'referringsite' => 'Pimcore\\Targeting\\Condition\\ReferringSite',
'searchengine' => 'Pimcore\\Targeting\\Condition\\SearchEngine',
'target_group' => 'Pimcore\\Targeting\\Condition\\TargetGroup',
'timeonsite' => 'Pimcore\\Targeting\\Condition\\TimeOnSite',
'url' => 'Pimcore\\Targeting\\Condition\\Url',
'visitedpagesbefore' => 'Pimcore\\Targeting\\Condition\\VisitedPagesBefore',
],
'pimcore.geoip.db_file' => '',
'pimcore.glossary.blocked_tags' => [
0 => 'a',
1 => 'script',
2 => 'style',
3 => 'code',
4 => 'pre',
5 => 'textarea',
6 => 'acronym',
7 => 'abbr',
8 => 'option',
9 => 'h1',
10 => 'h2',
11 => 'h3',
12 => 'h4',
13 => 'h5',
14 => 'h6',
],
'pimcore.workflow' => [
],
'pimcore.gdpr-data-extrator.dataobjects' => [
'classes' => [
],
],
'pimcore.gdpr-data-extrator.assets' => [
'types' => [
],
],
'pimcore_admin.dataObjects.notes_events.types' => [
0 => '',
1 => 'content',
2 => 'seo',
3 => 'warning',
4 => 'notice',
],
'pimcore_admin.assets.notes_events.types' => [
0 => '',
1 => 'content',
2 => 'seo',
3 => 'warning',
4 => 'notice',
],
'pimcore_admin.documents.notes_events.types' => [
0 => '',
1 => 'content',
2 => 'seo',
3 => 'warning',
4 => 'notice',
],
'pimcore_admin.csrf_protection.excluded_routes' => [
],
'pimcore_admin.admin_languages' => [
],
'pimcore_admin.custom_admin_path_identifier' => 'adkowvipmockbuvHucMoxfitsAymDajicOvAcWondicKatOcks',
'pimcore_admin.custom_admin_route_name' => 'my_custom_admin_entry_point',
'pimcore_admin.config' => [
'custom_admin_path_identifier' => 'adkowvipmockbuvHucMoxfitsAymDajicOvAcWondicKatOcks',
'branding' => [
'login_screen_invert_colors' => false,
'color_login_screen' => '',
'color_admin_interface' => '',
'color_admin_interface_background' => '',
'login_screen_custom_image' => '',
],
'gdpr_data_extractor' => [
'dataObjects' => [
'classes' => [
],
],
'assets' => [
'types' => [
],
],
],
'objects' => [
'notes_events' => [
'types' => [
0 => '',
1 => 'content',
2 => 'seo',
3 => 'warning',
4 => 'notice',
],
],
],
'assets' => [
'notes_events' => [
'types' => [
0 => '',
1 => 'content',
2 => 'seo',
3 => 'warning',
4 => 'notice',
],
],
],
'documents' => [
'notes_events' => [
'types' => [
0 => '',
1 => 'content',
2 => 'seo',
3 => 'warning',
4 => 'notice',
],
],
],
'admin_languages' => [
],
'csrf_protection' => [
'excluded_routes' => [
],
],
'admin_csp_header' => [
'enabled' => false,
'exclude_paths' => [
],
'additional_urls' => [
'default-src' => [
],
'img-src' => [
],
'script-src' => [
],
'style-src' => [
],
'connect-src' => [
],
'font-src' => [
],
'media-src' => [
],
'frame-src' => [
],
],
],
'custom_admin_route_name' => 'my_custom_admin_entry_point',
'config_location' => [
'admin_system_settings' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/admin_system_settings'),
],
],
'read_target' => [
'type' => NULL,
'options' => [
'directory' => NULL,
],
],
],
],
],
'coreshop.all.dependant.bundles' => [
],
'core_shop_core.driver.doctrine/orm' => true,
'core_shop_core.driver' => 'doctrine/orm',
'coreshop.model.product_store_values.class' => 'CoreShop\\Component\\Core\\Model\\ProductStoreValues',
'coreshop.interface.product_store_values' => 'CoreShop\\Component\\Core\\Model\\ProductStoreValuesInterface',
'coreshop.factory.product_store_values.class' => 'CoreShop\\Component\\Resource\\Factory\\Factory',
'coreshop.repository.product_store_values.class' => 'CoreShop\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductStoreValuesRepository',
'coreshop.after_logout_redirect_route' => 'coreshop_index',
'coreshop.form.type.customer_registration_type.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.guest_registration_type.validation_groups' => [
0 => 'coreshop_customer',
],
'coreshop.form.type.product_price_rule.condition.quantity.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.shipping_rule.action.addition_amount.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.shipping_rule.action.discount_amount.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.shipping_rule.action.price.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.payment_provider_rule.action.addition_amount.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.payment_provider_rule.action.discount_amount.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.checkout.address.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.checkout.carrier.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.checkout.payment.validation_groups' => [
0 => 'coreshop',
],
'coreshop.form.type.checkout.summary.validation_groups' => [
0 => 'coreshop',
],
'coreshop.installer.resources' => '@CoreShopCoreBundle/Resources/install',
'coreshop.form.type.order.payment.validation_groups' => [
0 => 'coreshop',
],
'coreshop.customer_address.folder_path' => 'addresses',
'coreshop.form.type.product_store_values.validation_groups' => [
0 => 'coreshop',
],
'coreshop.checkout_managers' => [
0 => 'coreshop.checkout_manager.factory.default',
],
'lexik_jwt_authentication.token_ttl' => 31536000,
'lexik_jwt_authentication.clock_skew' => 0,
'lexik_jwt_authentication.user_identity_field' => 'username',
'lexik_jwt_authentication.allow_no_expiration' => false,
'lexik_jwt_authentication.user_id_claim' => 'username',
'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
'nelmio_api_doc.areas' => [
0 => 'default',
],
'nelmio_api_doc.use_validation_groups' => false,
'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth1ResourceOwner',
'hwi_oauth.resource_owner.oauth2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth2ResourceOwner',
'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
'hwi_oauth.resource_owner.apple.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AppleResourceOwner',
'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
'hwi_oauth.resource_owner.azure.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AzureResourceOwner',
'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
'hwi_oauth.resource_owner.eve_online.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
'hwi_oauth.resource_owner.genius.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GeniusResourceOwner',
'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
'hwi_oauth.resource_owner.keycloak.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\KeycloakResourceOwner',
'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
'hwi_oauth.firewall_names' => [
0 => 'coreshop_frontend',
],
'hwi_oauth.target_path_domains_whitelist' => [
],
'hwi_oauth.use_referer' => false,
'hwi_oauth.failed_use_referer' => false,
'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_REMEMBERED',
'hwi_oauth.resource_owners' => [
'google' => 'google',
'facebook' => 'facebook',
'apple' => 'apple',
],
'hwi_oauth.connect.confirmation' => false,
'hwi_oauth.fosub_enabled' => false,
'hwi_oauth.connect' => false,
'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
'oneup_uploader.config.gallery' => [
'frontend' => 'plupload',
'root_folder' => false,
'enable_progress' => true,
'storage' => [
'directory' => (\dirname(__DIR__, 4).'/public/var/tmp/warranty/'),
'service' => NULL,
'type' => 'filesystem',
'filesystem' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_cancelation' => false,
'namer' => 'oneup_uploader.namer.uniqid',
],
'oneup_uploader.controllers' => [
'gallery' => [
0 => 'oneup_uploader.controller.gallery',
1 => [
'enable_progress' => true,
'enable_cancelation' => false,
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
],
],
],
'oneup_uploader.maxsize' => [
'gallery' => 2097152,
],
'kreait.firebase.factory' => 'Kreait\\Firebase\\Factory',
'kreait.firebase.bundle.project_factory' => 'Kreait\\Firebase\\Symfony\\Bundle\\DependencyInjection\\Factory\\ProjectFactory',
'karser_recaptcha3.site_key' => '6LcLbzErAAAAACLzaRsJ6LWdylRZGcKt3583Lnyp',
'karser_recaptcha3.secret_key' => '6LcLbzErAAAAAJmtyBUqIobBqgnH4R1KweK3lSrW',
'karser_recaptcha3.score_threshold' => 0.5,
'karser_recaptcha3.host' => 'www.google.com',
'karser_recaptcha3.enabled' => true,
'env(SENTRY_RELEASE)' => 'dev-master@800d85a',
'sentry.tracing.dbal.enabled' => false,
'sentry.tracing.dbal.connections' => [
],
'sentry.tracing.cache.enabled' => false,
'sentry.tracing.http_client.enabled' => false,
'knp_menu.renderer.list.options' => [
],
'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
'knp_menu.renderer.twig.options' => [
],
'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
'knp_menu.default_renderer' => 'twig',
'coreshop.menus.main' => [
'main' => 'main',
],
'coreshop.menus.types' => [
0 => 'main',
],
'coreshop.menus' => [
'main.main' => 'main.main',
],
'coreshop.grid.actions' => [
],
'coreshop.grid.filters' => [
],
'coreshop.registry.pimcore.document.editables' => [
'coreshop_country' => 'coreshop_country',
'coreshop_state' => 'coreshop_state',
'coreshop_zone' => 'coreshop_zone',
'coreshop_currency' => 'coreshop_currency',
'coreshop_tax_rate' => 'coreshop_tax_rate',
'coreshop_tax_rule_group' => 'coreshop_tax_rule_group',
'coreshop_store' => 'coreshop_store',
'coreshop_filter' => 'coreshop_filter',
'coreshop_index' => 'coreshop_index',
'coreshop_carrier' => 'coreshop_carrier',
'coreshop_payment_provider' => 'coreshop_payment_provider',
],
'coreshop.resource.installers' => [
'classes' => 'classes',
'routes' => 'routes',
'documents' => 'documents',
'image_thumbnail' => 'image_thumbnail',
'permissions' => 'permissions',
'sql' => 'sql',
'grid_config' => 'grid_config',
'dependant_bundles' => 'dependant_bundles',
],
'coreshop.stack.purchasable.fqcns' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopProduct',
],
'coreshop.stack.purchasable.pimcore_class_names' => [
0 => 'CoreShopProduct',
],
'coreshop.stack.order.fqcns' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopOrder',
],
'coreshop.stack.order.pimcore_class_names' => [
0 => 'CoreShopOrder',
],
'coreshop.stack.order_item.fqcns' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopOrderItem',
],
'coreshop.stack.order_item.pimcore_class_names' => [
0 => 'CoreShopOrderItem',
],
'coreshop.stack.order_invoice.fqcns' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopOrderInvoice',
],
'coreshop.stack.order_invoice.pimcore_class_names' => [
0 => 'CoreShopOrderInvoice',
],
'coreshop.stack.order_invoice_item.fqcns' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopOrderInvoiceItem',
],
'coreshop.stack.order_invoice_item.pimcore_class_names' => [
0 => 'CoreShopOrderInvoiceItem',
],
'coreshop.stack.order_shipment.fqcns' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopOrderShipment',
],
'coreshop.stack.order_shipment.pimcore_class_names' => [
0 => 'CoreShopOrderShipment',
],
'coreshop.stack.order_shipment_item.fqcns' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopOrderShipmentItem',
],
'coreshop.stack.order_shipment_item.pimcore_class_names' => [
0 => 'CoreShopOrderShipmentItem',
],
'coreshop.stack.customer.fqcns' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopCustomer',
],
'coreshop.stack.customer.pimcore_class_names' => [
0 => 'CoreShopCustomer',
],
'coreshop.stack.customer_group.fqcns' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopCustomerGroup',
],
'coreshop.stack.customer_group.pimcore_class_names' => [
0 => 'CoreShopCustomerGroup',
],
'coreshop.stack.company.fqcns' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopCompany',
],
'coreshop.stack.company.pimcore_class_names' => [
0 => 'CoreShopCompany',
],
'coreshop.stack.user.fqcns' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopUser',
],
'coreshop.stack.user.pimcore_class_names' => [
0 => 'CoreShopUser',
],
'coreshop.stack.attribute_group.fqcns' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopAttributeGroup',
],
'coreshop.stack.attribute_group.pimcore_class_names' => [
0 => 'CoreShopAttributeGroup',
],
'coreshop.stack.attribute.fqcns' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopAttributeValue',
1 => 'Pimcore\\Model\\DataObject\\CoreShopAttributeColor',
],
'coreshop.stack.attribute.pimcore_class_names' => [
0 => 'CoreShopAttributeValue',
1 => 'CoreShopAttributeColor',
],
'coreshop.stack.product.fqcns' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopProduct',
],
'coreshop.stack.product.pimcore_class_names' => [
0 => 'CoreShopProduct',
],
'coreshop.stack.category.fqcns' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopCategory',
],
'coreshop.stack.category.pimcore_class_names' => [
0 => 'CoreShopCategory',
],
'coreshop.stack.manufacturer.fqcns' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopManufacturer',
],
'coreshop.stack.manufacturer.pimcore_class_names' => [
0 => 'CoreShopManufacturer',
],
'coreshop.stack.address.fqcns' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopAddress',
],
'coreshop.stack.address.pimcore_class_names' => [
0 => 'CoreShopAddress',
],
'coreshop.stack.wishlist.fqcns' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopWishlist',
],
'coreshop.stack.wishlist.pimcore_class_names' => [
0 => 'CoreShopWishlist',
],
'coreshop.stack.wishlist_item.fqcns' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopWishlistItem',
],
'coreshop.stack.wishlist_item.pimcore_class_names' => [
0 => 'CoreShopWishlistItem',
],
'coreshop.stack.wishlist_product.fqcns' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopProduct',
],
'coreshop.stack.wishlist_product.pimcore_class_names' => [
0 => 'CoreShopProduct',
],
'coreshop.all.stack.fqcns' => [
'coreshop.purchasable' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopProduct',
],
'coreshop.order' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopOrder',
],
'coreshop.order_item' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopOrderItem',
],
'coreshop.order_invoice' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopOrderInvoice',
],
'coreshop.order_invoice_item' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopOrderInvoiceItem',
],
'coreshop.order_shipment' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopOrderShipment',
],
'coreshop.order_shipment_item' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopOrderShipmentItem',
],
'coreshop.customer' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopCustomer',
],
'coreshop.customer_group' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopCustomerGroup',
],
'coreshop.company' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopCompany',
],
'coreshop.user' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopUser',
],
'coreshop.attribute_group' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopAttributeGroup',
],
'coreshop.attribute' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopAttributeValue',
1 => 'Pimcore\\Model\\DataObject\\CoreShopAttributeColor',
],
'coreshop.product' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopProduct',
],
'coreshop.category' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopCategory',
],
'coreshop.manufacturer' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopManufacturer',
],
'coreshop.address' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopAddress',
],
'coreshop.wishlist' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopWishlist',
],
'coreshop.wishlist_item' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopWishlistItem',
],
'coreshop.wishlist_product' => [
0 => 'Pimcore\\Model\\DataObject\\CoreShopProduct',
],
],
'coreshop.all.stack.pimcore_class_names' => [
'coreshop.purchasable' => [
0 => 'CoreShopProduct',
],
'coreshop.order' => [
0 => 'CoreShopOrder',
],
'coreshop.order_item' => [
0 => 'CoreShopOrderItem',
],
'coreshop.order_invoice' => [
0 => 'CoreShopOrderInvoice',
],
'coreshop.order_invoice_item' => [
0 => 'CoreShopOrderInvoiceItem',
],
'coreshop.order_shipment' => [
0 => 'CoreShopOrderShipment',
],
'coreshop.order_shipment_item' => [
0 => 'CoreShopOrderShipmentItem',
],
'coreshop.customer' => [
0 => 'CoreShopCustomer',
],
'coreshop.customer_group' => [
0 => 'CoreShopCustomerGroup',
],
'coreshop.company' => [
0 => 'CoreShopCompany',
],
'coreshop.user' => [
0 => 'CoreShopUser',
],
'coreshop.attribute_group' => [
0 => 'CoreShopAttributeGroup',
],
'coreshop.attribute' => [
0 => 'CoreShopAttributeValue',
1 => 'CoreShopAttributeColor',
],
'coreshop.product' => [
0 => 'CoreShopProduct',
],
'coreshop.category' => [
0 => 'CoreShopCategory',
],
'coreshop.manufacturer' => [
0 => 'CoreShopManufacturer',
],
'coreshop.address' => [
0 => 'CoreShopAddress',
],
'coreshop.wishlist' => [
0 => 'CoreShopWishlist',
],
'coreshop.wishlist_item' => [
0 => 'CoreShopWishlistItem',
],
'coreshop.wishlist_product' => [
0 => 'CoreShopProduct',
],
],
'coreshop.seo.extractors' => [
'description' => 'description',
'title' => 'title',
'opengraph' => 'opengraph',
'image' => 'image',
'document' => 'document',
],
'coreshop.registry.rule_availability_assessors' => [
'cart_price' => 'cart_price',
'product_price' => 'product_price',
'product_specific_price' => 'product_specific_price',
'shipping_rule' => 'shipping_rule',
'payment_provider_rule' => 'payment_provider_rule',
],
'coreshop.cart_price_rule.actions' => [
'surchargeAmount' => 'surchargeAmount',
'surcharge_amount_action_processor' => 'surcharge_amount_action_processor',
'cartItemAction' => 'cartItemAction',
'freeShipping' => 'freeShipping',
'giftProduct' => 'giftProduct',
'discountAmount' => 'discountAmount',
'voucherCredit' => 'voucherCredit',
'discountPercent' => 'discountPercent',
'surchargePercent' => 'surchargePercent',
],
'coreshop.cart_price_rule.conditions' => [
'nested' => 'nested',
'timespan' => 'timespan',
'voucher' => 'voucher',
'not_combinable' => 'not_combinable',
'amount' => 'amount',
'categories' => 'categories',
'products' => 'products',
'customers' => 'customers',
'customerGroups' => 'customerGroups',
'countries' => 'countries',
'zones' => 'zones',
'stores' => 'stores',
'currencies' => 'currencies',
'carriers' => 'carriers',
],
'coreshop.cart_item_price_rule.actions' => [
'discountAmount' => 'discountAmount',
'discountPercent' => 'discountPercent',
],
'coreshop.cart_item_price_rule.conditions' => [
'amount' => 'amount',
'products' => 'products',
'categories' => 'categories',
],
'coreshop.order.purchasable.price_calculators' => [
'default' => 'default',
'product' => 'product',
],
'coreshop.order.purchasable.discount_calculators' => [
'no_discount' => 'no_discount',
'product' => 'product',
],
'coreshop.order.purchasable.discount_price_calculator' => [
'product' => 'product',
],
'coreshop.order.purchasable.retail_price_calculators' => [
'product' => 'product',
],
'coreshop.order.purchasable.wholesale_price_calculators' => [
'default' => 'default',
],
'coreshop.product_price_rule.conditions' => [
'nested' => 'nested',
'timespan' => 'timespan',
'customers' => 'customers',
'customerGroups' => 'customerGroups',
'countries' => 'countries',
'zones' => 'zones',
'stores' => 'stores',
'currencies' => 'currencies',
'categories' => 'categories',
'products' => 'products',
'quantity' => 'quantity',
],
'coreshop.product_price_rule.actions' => [
'price' => 'price',
'discountPrice' => 'discountPrice',
'discountAmount' => 'discountAmount',
'discountPercent' => 'discountPercent',
],
'coreshop.product_specific_price_rule.conditions' => [
'nested' => 'nested',
'timespan' => 'timespan',
'customers' => 'customers',
'customerGroups' => 'customerGroups',
'countries' => 'countries',
'zones' => 'zones',
'stores' => 'stores',
'currencies' => 'currencies',
],
'coreshop.product_specific_price_rule.actions' => [
'price' => 'price',
'discountPrice' => 'discountPrice',
'discountAmount' => 'discountAmount',
'discountPercent' => 'discountPercent',
],
'coreshop.product.rules.fetchers' => [
'product-rules' => 'product-rules',
'product-specific-rules' => 'product-specific-rules',
],
'coreshop.product.retail_price_calculators' => [
'product_price_rules' => 'product_price_rules',
'product_specific_price_rules' => 'product_specific_price_rules',
'store_price' => 'store_price',
'store_unit_price' => 'store_unit_price',
],
'coreshop.product.discount_price_calculators' => [
'product_price_rules' => 'product_price_rules',
'product_specific_price_rules' => 'product_specific_price_rules',
],
'coreshop.product.discount_calculators' => [
'product_price_rules' => 'product_price_rules',
'product_specific_price_rules' => 'product_specific_price_rules',
],
'coreshop.index.column_types' => [
'classificationstore' => 'classificationstore',
'fieldcollections' => 'fieldcollections',
'localizedfields' => 'localizedfields',
'objectbricks' => 'objectbricks',
'object' => 'object',
'system' => 'system',
],
'coreshop.index.workers' => [
'mysql' => 'mysql',
'mysql_worker' => 'mysql_worker',
],
'coreshop.index.interpreters' => [
'soundex' => 'soundex',
'objectId' => 'objectId',
'objectIdSum' => 'objectIdSum',
'object' => 'object',
'objectProperty' => 'objectProperty',
'quantityValue' => 'quantityValue',
'localeMapping' => 'localeMapping',
'timestamp' => 'timestamp',
'expression' => 'expression',
'nested' => 'nested',
'nestedLocalized' => 'nestedLocalized',
'nestedRelational' => 'nestedRelational',
'iterator' => 'iterator',
],
'coreshop.index.getters' => [
'brick' => 'brick',
'classificationstore' => 'classificationstore',
'fieldcollection' => 'fieldcollection',
'localizedfield' => 'localizedfield',
],
'coreshop.index.condition.renderers' => [
'mysql_compare' => 'mysql_compare',
'mysql_concat' => 'mysql_concat',
'mysql_in' => 'mysql_in',
'mysql_is_null' => 'mysql_is_null',
'mysql_is' => 'mysql_is',
'mysql_like' => 'mysql_like',
'mysql_range' => 'mysql_range',
],
'coreshop.index.order.renderers' => [
'mysql_simple' => 'mysql_simple',
],
'coreshop.filter.pre_condition_types' => [
'boolean' => 'boolean',
'select' => 'select',
'select_from_multiselect' => 'select_from_multiselect',
'range' => 'range',
'multiselect' => 'multiselect',
'multiselect_from_multiselect' => 'multiselect_from_multiselect',
'nested' => 'nested',
'relational_multiselect' => 'relational_multiselect',
'relational_select' => 'relational_select',
'category_select' => 'category_select',
'category_multiselect' => 'category_multiselect',
'search' => 'search',
],
'coreshop.filter.user_condition_types' => [
'boolean' => 'boolean',
'select' => 'select',
'select_from_multiselect' => 'select_from_multiselect',
'range' => 'range',
'multiselect' => 'multiselect',
'multiselect_from_multiselect' => 'multiselect_from_multiselect',
'nested' => 'nested',
'relational_multiselect' => 'relational_multiselect',
'relational_select' => 'relational_select',
'category_select' => 'category_select',
'category_multiselect' => 'category_multiselect',
'search' => 'search',
],
'coreshop.shipping_rule.conditions' => [
'amount' => 'amount',
'postcodes' => 'postcodes',
'weight' => 'weight',
'dimension' => 'dimension',
'nested' => 'nested',
'shippingRule' => 'shippingRule',
'categories' => 'categories',
'products' => 'products',
'countries' => 'countries',
'zones' => 'zones',
'customers' => 'customers',
'customerGroups' => 'customerGroups',
'stores' => 'stores',
'currencies' => 'currencies',
],
'coreshop.shipping_rule.actions' => [
'additionPercent' => 'additionPercent',
'discountPercent' => 'discountPercent',
'shippingRule' => 'shippingRule',
'price' => 'price',
'additionAmount' => 'additionAmount',
'discountAmount' => 'discountAmount',
],
'coreshop.shipping.price_calculators' => [
'shipping-rule' => 'shipping-rule',
],
'coreshop.shipping.tax_calculation_strategies' => [
'taxRule' => 'taxRule',
'cartItems' => 'cartItems',
],
'coreshop.payment_provider_rule.conditions' => [
'amount' => 'amount',
'nested' => 'nested',
'categories' => 'categories',
'products' => 'products',
'countries' => 'countries',
'zones' => 'zones',
'customers' => 'customers',
'customerGroups' => 'customerGroups',
'stores' => 'stores',
'currencies' => 'currencies',
],
'coreshop.payment_provider_rule.actions' => [
'additionPercent' => 'additionPercent',
'discountPercent' => 'discountPercent',
'paymentProviderRule' => 'paymentProviderRule',
'price' => 'price',
'additionAmount' => 'additionAmount',
'discountAmount' => 'discountAmount',
],
'coreshop.payment.price_calculators' => [
'payment-rule' => 'payment-rule',
],
'coreshop.gateway_factories' => [
'offline' => 'coreshop.payum_gateway_factory.offline',
'paypal_express_checkout' => 'paypal_express_checkout',
'simplepay' => 'simplepay',
'sofort' => 'sofort',
],
'coreshop.notification_rule.actions.order' => [
'orderMail' => 'orderMail',
'mail' => 'mail',
'storeMail' => 'storeMail',
'storeOrderMail' => 'storeOrderMail',
],
'coreshop.notification_rule.actions.shipment' => [
'orderMail' => 'orderMail',
'mail' => 'mail',
'storeMail' => 'storeMail',
'storeOrderMail' => 'storeOrderMail',
],
'coreshop.notification_rule.actions.invoice' => [
'orderMail' => 'orderMail',
'mail' => 'mail',
'storeMail' => 'storeMail',
'storeOrderMail' => 'storeOrderMail',
],
'coreshop.notification_rule.actions.payment' => [
'orderMail' => 'orderMail',
'mail' => 'mail',
'storeMail' => 'storeMail',
'storeOrderMail' => 'storeOrderMail',
],
'coreshop.notification_rule.actions.user' => [
'mail' => 'mail',
'storeMail' => 'storeMail',
],
'coreshop.notification_rule.actions.quote' => [
'mail' => 'mail',
'storeMail' => 'storeMail',
],
'coreshop.notification_rule.actions.types' => [
0 => 'order',
1 => 'shipment',
2 => 'invoice',
3 => 'payment',
4 => 'user',
5 => 'quote',
],
'coreshop.notification_rule.actions' => [
'order.orderMail' => 'order.orderMail',
'shipment.orderMail' => 'shipment.orderMail',
'invoice.orderMail' => 'invoice.orderMail',
'payment.orderMail' => 'payment.orderMail',
'order.mail' => 'order.mail',
'user.mail' => 'user.mail',
'payment.mail' => 'payment.mail',
'quote.mail' => 'quote.mail',
'shipment.mail' => 'shipment.mail',
'invoice.mail' => 'invoice.mail',
'order.storeMail' => 'order.storeMail',
'user.storeMail' => 'user.storeMail',
'payment.storeMail' => 'payment.storeMail',
'quote.storeMail' => 'quote.storeMail',
'shipment.storeMail' => 'shipment.storeMail',
'invoice.storeMail' => 'invoice.storeMail',
'order.storeOrderMail' => 'order.storeOrderMail',
'payment.storeOrderMail' => 'payment.storeOrderMail',
'shipment.storeOrderMail' => 'shipment.storeOrderMail',
'invoice.storeOrderMail' => 'invoice.storeOrderMail',
],
'coreshop.notification_rule.conditions.order' => [
'orderInvoiceState' => 'orderInvoiceState',
'orderInvoiceTransition' => 'orderInvoiceTransition',
'orderPaymentState' => 'orderPaymentState',
'orderPaymentTransition' => 'orderPaymentTransition',
'orderShippingState' => 'orderShippingState',
'orderShippingTransition' => 'orderShippingTransition',
'orderState' => 'orderState',
'saleState' => 'saleState',
'orderTransition' => 'orderTransition',
'carriers' => 'carriers',
'comment' => 'comment',
'backendCreated' => 'backendCreated',
'stores' => 'stores',
],
'coreshop.notification_rule.conditions.quote' => [
'saleState' => 'saleState',
'quoteState' => 'quoteState',
'quoteTransition' => 'quoteTransition',
'carriers' => 'carriers',
'stores' => 'stores',
],
'coreshop.notification_rule.conditions.payment' => [
'paymentState' => 'paymentState',
'paymentTransition' => 'paymentTransition',
'stores' => 'stores',
],
'coreshop.notification_rule.conditions.invoice' => [
'invoiceState' => 'invoiceState',
'invoiceTransition' => 'invoiceTransition',
'stores' => 'stores',
],
'coreshop.notification_rule.conditions.shipment' => [
'shipmentState' => 'shipmentState',
'shipmentTransition' => 'shipmentTransition',
'stores' => 'stores',
],
'coreshop.notification_rule.conditions.user' => [
'userType' => 'userType',
'stores' => 'stores',
],
'coreshop.notification_rule.conditions.types' => [
0 => 'order',
1 => 'quote',
2 => 'payment',
3 => 'invoice',
4 => 'shipment',
5 => 'user',
],
'coreshop.notification_rule.conditions' => [
'order.orderInvoiceState' => 'order.orderInvoiceState',
'order.orderInvoiceTransition' => 'order.orderInvoiceTransition',
'order.orderPaymentState' => 'order.orderPaymentState',
'order.orderPaymentTransition' => 'order.orderPaymentTransition',
'order.orderShippingState' => 'order.orderShippingState',
'order.orderShippingTransition' => 'order.orderShippingTransition',
'order.orderState' => 'order.orderState',
'order.saleState' => 'order.saleState',
'quote.saleState' => 'quote.saleState',
'order.orderTransition' => 'order.orderTransition',
'quote.quoteState' => 'quote.quoteState',
'quote.quoteTransition' => 'quote.quoteTransition',
'order.carriers' => 'order.carriers',
'quote.carriers' => 'quote.carriers',
'order.comment' => 'order.comment',
'order.backendCreated' => 'order.backendCreated',
'payment.paymentState' => 'payment.paymentState',
'payment.paymentTransition' => 'payment.paymentTransition',
'invoice.invoiceState' => 'invoice.invoiceState',
'invoice.invoiceTransition' => 'invoice.invoiceTransition',
'shipment.shipmentState' => 'shipment.shipmentState',
'shipment.shipmentTransition' => 'shipment.shipmentTransition',
'user.userType' => 'user.userType',
'order.stores' => 'order.stores',
'quote.stores' => 'quote.stores',
'payment.stores' => 'payment.stores',
'invoice.stores' => 'invoice.stores',
'shipment.stores' => 'shipment.stores',
'user.stores' => 'user.stores',
],
'coreshop.tracking.trackers' => [
'custom_ga4_ecommerce' => 'custom_ga4_ecommerce',
'google-analytics-enhanced-ecommerce' => 'google-analytics-enhanced-ecommerce',
'google-analytics-4' => 'google-analytics-4',
'google-analytics-4-tag-manager' => 'google-analytics-4-tag-manager',
'google-analytics-universal-ecommerce' => 'google-analytics-universal-ecommerce',
'google-gtag-enhanced-ecommerce' => 'google-gtag-enhanced-ecommerce',
'google-gtm-classic-ecommerce' => 'google-gtm-classic-ecommerce',
'google-gtm-enhanced-ecommerce' => 'google-gtm-enhanced-ecommerce',
],
'coreshop.tracking.extractors' => [
'product-list' => 'product-list',
'product_list_extractor' => 'product_list_extractor',
'order_item_extractor' => 'order_item_extractor',
'product_extractor' => 'product_extractor',
'order' => 'order',
],
'coreshop.product_quantity_price_rules.conditions' => [
'nested' => 'nested',
'customers' => 'customers',
'customerGroups' => 'customerGroups',
'countries' => 'countries',
'zones' => 'zones',
'stores' => 'stores',
'currencies' => 'currencies',
'timespan' => 'timespan',
],
'coreshop.product_quantity_price_rules.actions' => [
'percentage_decrease' => 'percentage_decrease',
'percentage_increase' => 'percentage_increase',
'amount_decrease' => 'amount_decrease',
'amount_increase' => 'amount_increase',
'fixed' => 'fixed',
],
'coreshop.product_quantity_price_rules.calculators' => [
'volume' => 'volume',
],
'data_collector.templates' => [
'Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreDataCollector' => [
0 => 'pimcore',
1 => '@PimcoreCore/Profiler/data_collector.html.twig',
],
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector' => [
0 => 'pimcore_targeting',
1 => '@PimcoreCore/Profiler/targeting_data_collector.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.http_client' => [
0 => 'http_client',
1 => '@WebProfiler/Collector/http_client.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'httplug.collector.collector' => [
0 => 'httplug',
1 => '@Httplug/webprofiler.html.twig',
],
'data_collector.messenger' => [
0 => 'messenger',
1 => '@WebProfiler/Collector/messenger.html.twig',
],
'data_collector.jms_serializer' => [
0 => 'jms_serializer',
1 => '@JMSSerializer/Collector/panel.html.twig',
],
'CoreShop\\Bundle\\OrderBundle\\Collector\\CartCollector' => [
0 => 'coreshop.cart_collector',
1 => '@CoreShopOrder/Collector/cart.html.twig',
],
'CoreShop\\Bundle\\AddressBundle\\Collector\\CountryCollector' => [
0 => 'coreshop.country_collector',
1 => '@CoreShopAddress/Collector/country.html.twig',
],
'CoreShop\\Bundle\\StoreBundle\\Collector\\StoreCollector' => [
0 => 'coreshop.store_collector',
1 => '@CoreShopStore/Collector/store.html.twig',
],
'payum.profiler.payum_collector' => [
0 => 'payum',
1 => '@Payum/Profiler/payum.html.twig',
],
'Sylius\\Bundle\\ThemeBundle\\Collector\\ThemeCollector' => [
0 => 'sylius_theme',
1 => '@SyliusTheme/Collector/theme',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'notifier.data_collector' => [
0 => 'notifier',
1 => '@WebProfiler/Collector/notifier.html.twig',
],
'CoreShop\\Bundle\\CoreBundle\\Collector\\CurrencyCollector' => [
0 => 'coreshop.currency_collector',
1 => '@CoreShopCore/Collector/currency.html.twig',
],
'coreshop.rule_collector' => [
0 => 'coreshop.rule_collector',
1 => '@CoreShopRule/Collector/rule.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'pimcore.service_controllers' => [
'App\\Controller\\Api\\AbstractApiController' => 'App\\Controller\\Api\\AbstractApiController',
'App\\Controller\\Api\\AppController' => 'App\\Controller\\Api\\AppController',
'App\\Controller\\Api\\BrandambAssadorsController' => 'App\\Controller\\Api\\BrandambAssadorsController',
'App\\Controller\\Api\\CategoryController' => 'App\\Controller\\Api\\CategoryController',
'App\\Controller\\Api\\ContactController' => 'App\\Controller\\Api\\ContactController',
'App\\Controller\\Api\\GamesController' => 'App\\Controller\\Api\\GamesController',
'App\\Controller\\Api\\MagazinesController' => 'App\\Controller\\Api\\MagazinesController',
'App\\Controller\\Api\\MeasurementController' => 'App\\Controller\\Api\\MeasurementController',
'App\\Controller\\Api\\MockController' => 'App\\Controller\\Api\\MockController',
'App\\Controller\\Api\\NewsController' => 'App\\Controller\\Api\\NewsController',
'App\\Controller\\Api\\NotificationController' => 'App\\Controller\\Api\\NotificationController',
'App\\Controller\\Api\\PartnerProgramController' => 'App\\Controller\\Api\\PartnerProgramController',
'App\\Controller\\Api\\ProductController' => 'App\\Controller\\Api\\ProductController',
'App\\Controller\\Api\\RegisteredWatchesController' => 'App\\Controller\\Api\\RegisteredWatchesController',
'App\\Controller\\Api\\SearchController' => 'App\\Controller\\Api\\SearchController',
'App\\Controller\\Api\\ShopsController' => 'App\\Controller\\Api\\ShopsController',
'App\\Controller\\Api\\UsersController' => 'App\\Controller\\Api\\UsersController',
'App\\Controller\\Api\\VersionCheckController' => 'App\\Controller\\Api\\VersionCheckController',
'App\\Controller\\Api\\WatchRepairsController' => 'App\\Controller\\Api\\WatchRepairsController',
'App\\Controller\\Api\\WishlistController' => 'App\\Controller\\Api\\WishlistController',
'App\\Controller\\B2b\\RegisteredWatchController' => 'App\\Controller\\B2b\\RegisteredWatchController',
'App\\Controller\\B2b\\WatchRepairController' => 'App\\Controller\\B2b\\WatchRepairController',
'App\\Controller\\DefaultController' => 'App\\Controller\\DefaultController',
'App\\Controller\\Maileon\\MaileonController' => 'App\\Controller\\Maileon\\MaileonController',
'App\\Controller\\Origo\\ProductController' => 'App\\Controller\\Origo\\ProductController',
'App\\Controller\\PimcoreRenderletController' => 'App\\Controller\\PimcoreRenderletController',
'App\\Controller\\ProtectedAssetController' => 'App\\Controller\\ProtectedAssetController',
'App\\Controller\\Seiko\\NewsController' => 'App\\Controller\\Seiko\\NewsController',
'App\\Controller\\Vir\\AbstractVirController' => 'App\\Controller\\Vir\\AbstractVirController',
'App\\Controller\\Vir\\RegisteredWatchController' => 'App\\Controller\\Vir\\RegisteredWatchController',
'App\\Controller\\Vir\\WatchRepairController' => 'App\\Controller\\Vir\\WatchRepairController',
'App\\Controller\\Web2printController' => 'App\\Controller\\Web2printController',
'App\\Ecommerce\\Controller\\CartController' => 'App\\Ecommerce\\Controller\\CartController',
'App\\Ecommerce\\Controller\\CategoryController' => 'App\\Ecommerce\\Controller\\CategoryController',
'App\\Ecommerce\\Controller\\CheckoutController' => 'App\\Ecommerce\\Controller\\CheckoutController',
'App\\Ecommerce\\Controller\\CustomerController' => 'App\\Ecommerce\\Controller\\CustomerController',
'App\\Ecommerce\\Controller\\OrderController' => 'App\\Ecommerce\\Controller\\OrderController',
'App\\Ecommerce\\Controller\\ProductController' => 'App\\Ecommerce\\Controller\\ProductController',
'App\\Ecommerce\\Controller\\RegisterController' => 'App\\Ecommerce\\Controller\\RegisterController',
'App\\Ecommerce\\Controller\\SecurityController' => 'App\\Ecommerce\\Controller\\SecurityController',
'App\\Ecommerce\\Controller\\WishListController' => 'App\\Ecommerce\\Controller\\WishListController',
'App\\Pimcore\\Controller\\AdminAbstractController' => 'App\\Pimcore\\Controller\\AdminAbstractController',
'App\\Pimcore\\Controller\\CoreShopOrderController' => 'App\\Pimcore\\Controller\\CoreShopOrderController',
'App\\Pimcore\\Controller\\CustomerHelperController' => 'App\\Pimcore\\Controller\\CustomerHelperController',
'App\\Pimcore\\Controller\\DataObjectHelperController' => 'App\\Pimcore\\Controller\\DataObjectHelperController',
'App\\Pimcore\\Controller\\MagazineHelperController' => 'App\\Pimcore\\Controller\\MagazineHelperController',
'App\\Pimcore\\Controller\\MessageCenterController' => 'App\\Pimcore\\Controller\\MessageCenterController',
'App\\Pimcore\\Controller\\ProductUpdateController' => 'App\\Pimcore\\Controller\\ProductUpdateController',
'App\\Pimcore\\Controller\\QuestionHelperController' => 'App\\Pimcore\\Controller\\QuestionHelperController',
'App\\Pimcore\\Controller\\RegisteredWatchHelperController' => 'App\\Pimcore\\Controller\\RegisteredWatchHelperController',
'App\\Pimcore\\Controller\\SubmittedAnswersController' => 'App\\Pimcore\\Controller\\SubmittedAnswersController',
'CoreShop\\Bundle\\CoreBundle\\Controller\\CustomerTransformerController' => 'CoreShop\\Bundle\\CoreBundle\\Controller\\CustomerTransformerController',
'CoreShop\\Bundle\\CoreBundle\\Controller\\PortletsController' => 'CoreShop\\Bundle\\CoreBundle\\Controller\\PortletsController',
'CoreShop\\Bundle\\CoreBundle\\Controller\\ProductPreviewController' => 'CoreShop\\Bundle\\CoreBundle\\Controller\\ProductPreviewController',
'CoreShop\\Bundle\\CoreBundle\\Controller\\ProductValidationController' => 'CoreShop\\Bundle\\CoreBundle\\Controller\\ProductValidationController',
'CoreShop\\Bundle\\CoreBundle\\Controller\\ProductVariantUnitSolidifierController' => 'CoreShop\\Bundle\\CoreBundle\\Controller\\ProductVariantUnitSolidifierController',
'CoreShop\\Bundle\\CoreBundle\\Controller\\ReportsController' => 'CoreShop\\Bundle\\CoreBundle\\Controller\\ReportsController',
'CoreShop\\Bundle\\CoreBundle\\Controller\\SettingsController' => 'CoreShop\\Bundle\\CoreBundle\\Controller\\SettingsController',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\CartController' => 'App\\Ecommerce\\Controller\\CartController',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\CategoryController' => 'App\\Ecommerce\\Controller\\CategoryController',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\CheckoutController' => 'App\\Ecommerce\\Controller\\CheckoutController',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\CurrencyController' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\CurrencyController',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\CustomerController' => 'App\\Ecommerce\\Controller\\CustomerController',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\IndexController' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\IndexController',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\MailController' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\MailController',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\OrderController' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\OrderController',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\PaymentController' => 'CoreShop\\Bundle\\PayumBundle\\Controller\\PaymentController',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\ProductController' => 'App\\Ecommerce\\Controller\\ProductController',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\QuoteController' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\QuoteController',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\RegisterController' => 'App\\Ecommerce\\Controller\\RegisterController',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\SearchController' => 'CoreShop\\Bundle\\FrontendBundle\\Controller\\SearchController',
'CoreShop\\Bundle\\FrontendBundle\\Controller\\SecurityController' => 'App\\Ecommerce\\Controller\\SecurityController',
'CoreShop\\Bundle\\MenuBundle\\Controller\\MenuController' => 'CoreShop\\Bundle\\MenuBundle\\Controller\\MenuController',
'CoreShop\\Bundle\\MessengerBundle\\Controller\\ListMessagesController' => 'CoreShop\\Bundle\\MessengerBundle\\Controller\\ListMessagesController',
'CoreShop\\Bundle\\MessengerBundle\\Controller\\MessageController' => 'CoreShop\\Bundle\\MessengerBundle\\Controller\\MessageController',
'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderDocumentPrintController' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderDocumentPrintController',
'CoreShop\\Bundle\\PimcoreBundle\\Controller\\Admin\\DynamicDropdownController' => 'CoreShop\\Bundle\\PimcoreBundle\\Controller\\Admin\\DynamicDropdownController',
'CoreShop\\Bundle\\PimcoreBundle\\Controller\\Admin\\GridController' => 'CoreShop\\Bundle\\PimcoreBundle\\Controller\\Admin\\GridController',
'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceSettingsController' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceSettingsController',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController',
'HWI\\Bundle\\OAuthBundle\\Controller\\ConnectController' => 'HWI\\Bundle\\OAuthBundle\\Controller\\ConnectController',
'Payum\\Bundle\\PayumBundle\\Controller\\AuthorizeController' => 'Payum\\Bundle\\PayumBundle\\Controller\\AuthorizeController',
'Payum\\Bundle\\PayumBundle\\Controller\\CancelController' => 'Payum\\Bundle\\PayumBundle\\Controller\\CancelController',
'Payum\\Bundle\\PayumBundle\\Controller\\CaptureController' => 'Payum\\Bundle\\PayumBundle\\Controller\\CaptureController',
'Payum\\Bundle\\PayumBundle\\Controller\\NotifyController' => 'Payum\\Bundle\\PayumBundle\\Controller\\NotifyController',
'Payum\\Bundle\\PayumBundle\\Controller\\PayoutController' => 'Payum\\Bundle\\PayumBundle\\Controller\\PayoutController',
'Payum\\Bundle\\PayumBundle\\Controller\\RefundController' => 'Payum\\Bundle\\PayumBundle\\Controller\\RefundController',
'Payum\\Bundle\\PayumBundle\\Controller\\SyncController' => 'Payum\\Bundle\\PayumBundle\\Controller\\SyncController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetHelperController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetHelperController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassificationstoreController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassificationstoreController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectHelperController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectHelperController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\QuantityValueController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\QuantityValueController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\VariantsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\VariantsController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\DocumentController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\DocumentController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\EmailController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\EmailController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\FolderController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\FolderController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\HardlinkController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\HardlinkController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\LinkController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\LinkController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\NewsletterController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\NewsletterController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PageController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PageController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintcontainerController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintcontainerController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintpageController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintpageController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\RenderletController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\RenderletController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\SnippetController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\SnippetController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\ElementController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\ElementController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\EmailController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\EmailController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\AdminerController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\AdminerController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\OpcacheController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\OpcacheController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\IndexController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\IndexController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\InstallController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\InstallController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LogController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LogController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LoginController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LoginController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\MiscController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\MiscController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\NotificationController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\NotificationController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\PortalController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\PortalController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RecyclebinController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RecyclebinController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RedirectsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RedirectsController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\SettingsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\SettingsController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TagsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TagsController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TargetingController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TargetingController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TranslationController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TranslationController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\UserController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\UserController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\WorkflowController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\WorkflowController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\ExtensionManager\\ExtensionManagerController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\ExtensionManager\\ExtensionManagerController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AdminController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AdminController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AssetController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AssetController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\DataObjectController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\DataObjectController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\PimcoreUsersController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\PimcoreUsersController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\SentMailController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\SentMailController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\AnalyticsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\AnalyticsController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\CustomReportController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\CustomReportController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\SettingsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\SettingsController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Searchadmin\\SearchController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Searchadmin\\SearchController',
'Pimcore\\Bundle\\CoreBundle\\Controller\\PublicServicesController' => 'Pimcore\\Bundle\\CoreBundle\\Controller\\PublicServicesController',
'coreshop.admin_controller.address_identifier' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.admin_controller.carrier' => 'CoreShop\\Bundle\\ShippingBundle\\Controller\\CarrierController',
'coreshop.admin_controller.cart_price_rule' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\CartPriceRuleController',
'coreshop.admin_controller.configuration' => 'CoreShop\\Bundle\\CoreBundle\\Controller\\ConfigurationController',
'coreshop.admin_controller.country' => 'CoreShop\\Bundle\\AddressBundle\\Controller\\CountryController',
'coreshop.admin_controller.currency' => 'CoreShop\\Bundle\\CurrencyBundle\\Controller\\CurrencyController',
'coreshop.admin_controller.customer' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.admin_controller.customer_group' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.admin_controller.exchange_rate' => 'CoreShop\\Bundle\\CurrencyBundle\\Controller\\ExchangeRateController',
'coreshop.admin_controller.filter' => 'CoreShop\\Bundle\\IndexBundle\\Controller\\FilterController',
'coreshop.admin_controller.index' => 'CoreShop\\Bundle\\IndexBundle\\Controller\\IndexController',
'coreshop.admin_controller.notification_rule' => 'CoreShop\\Bundle\\NotificationBundle\\Controller\\NotificationRuleController',
'coreshop.admin_controller.payment' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.admin_controller.payment_provider' => 'CoreShop\\Bundle\\PayumPaymentBundle\\Controller\\PaymentProviderController',
'coreshop.admin_controller.payment_provider_rule' => 'CoreShop\\Bundle\\PaymentBundle\\Controller\\PaymentProviderRuleController',
'coreshop.admin_controller.product' => 'CoreShop\\Bundle\\CoreBundle\\Controller\\ProductController',
'coreshop.admin_controller.product_price_rule' => 'CoreShop\\Bundle\\ProductBundle\\Controller\\ProductPriceRuleController',
'coreshop.admin_controller.product_unit' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.admin_controller.product_unit_definitions' => 'CoreShop\\Bundle\\ProductBundle\\Controller\\ProductUnitDefinitionsController',
'coreshop.admin_controller.rule_action' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.admin_controller.rule_condition' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.admin_controller.sequence' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.admin_controller.shipping_rule' => 'CoreShop\\Bundle\\ShippingBundle\\Controller\\ShippingRuleController',
'coreshop.admin_controller.state' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.admin_controller.store' => 'CoreShop\\Bundle\\StoreBundle\\Controller\\StoreController',
'coreshop.admin_controller.tax_rate' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.admin_controller.tax_rule_group' => 'CoreShop\\Bundle\\TaxationBundle\\Controller\\TaxRuleGroupController',
'coreshop.admin_controller.zone' => 'CoreShop\\Bundle\\ResourceBundle\\Controller\\ResourceController',
'coreshop.pimcore_controller.order' => 'App\\CoreShop\\Controller\\OrderController',
'coreshop.pimcore_controller.order_address_creation' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\AddressCreationController',
'coreshop.pimcore_controller.order_comment' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderCommentController',
'coreshop.pimcore_controller.order_creation' => 'CoreShop\\Bundle\\CoreBundle\\Controller\\OrderCreationController',
'coreshop.pimcore_controller.order_customer_creation' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\CustomerCreationController',
'coreshop.pimcore_controller.order_edit' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderEditController',
'coreshop.pimcore_controller.order_invoice' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderInvoiceController',
'coreshop.pimcore_controller.order_payment' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderPaymentController',
'coreshop.pimcore_controller.order_shipment' => 'CoreShop\\Bundle\\OrderBundle\\Controller\\OrderShipmentController',
'coreshop.storage_list.controller.wishlist' => 'CoreShop\\Bundle\\StorageListBundle\\Controller\\StorageListController',
'kernel' => 'App\\Kernel',
],
'coreshop.reports' => [
'products' => 'products',
'categories' => 'categories',
'customers' => 'customers',
'carts' => 'carts',
'carts_abandoned' => 'carts_abandoned',
'manufacturer' => 'manufacturer',
'sales' => 'sales',
'carriers' => 'carriers',
'payment_providers' => 'payment_providers',
'vouchers' => 'vouchers',
],
'coreshop.portlets' => [
'order_cart' => 'order_cart',
'sales' => 'sales',
],
'console.command.ids' => [
0 => 'console.command.public_alias.App\\Command\\AbandonedCartsCommand',
1 => 'console.command.public_alias.App\\Command\\AccessLevelCheckCommand',
2 => 'console.command.public_alias.App\\Command\\ChangeRegisteredWatchWarranty',
3 => 'console.command.public_alias.App\\Command\\CheckNewsletterCommand',
4 => 'console.command.public_alias.App\\Command\\CleanUnusedAddressesCommand',
5 => 'console.command.public_alias.App\\Command\\CustomerRegisterSourceCommand',
6 => 'console.command.public_alias.App\\Command\\DBCleanCommand',
7 => 'console.command.public_alias.App\\Command\\DatabaseCleanCommand',
8 => 'console.command.public_alias.App\\Command\\DeleteDeviceinfoCommand',
9 => 'console.command.public_alias.App\\Command\\DevelCommand',
10 => 'console.command.public_alias.App\\Command\\DuplicatedWatchesCommand',
11 => 'console.command.public_alias.App\\Command\\ExportInstructionCommand',
12 => 'console.command.public_alias.App\\Command\\FixPushTopicSubscribersCommand',
13 => 'console.command.public_alias.App\\Command\\FixRegWatchRelationToRepairCommand',
14 => 'console.command.public_alias.App\\Command\\FixRegisterSourceCommand',
15 => 'console.command.public_alias.App\\Command\\GatherIncorrectRegisteredWatchesCommand',
16 => 'console.command.public_alias.App\\Command\\GatherMissingRegisteredWatchesCommand',
17 => 'console.command.public_alias.App\\Command\\InactiveUsersCommand',
18 => 'console.command.public_alias.App\\Command\\InvalidAddressesCommand',
19 => 'console.command.public_alias.App\\Command\\MaileonCheckCommand',
20 => 'console.command.public_alias.App\\Command\\MaileonTest',
21 => 'console.command.public_alias.App\\Command\\MaileonUpdateCommand',
22 => 'console.command.public_alias.App\\Command\\MigrateWishlistCommand',
23 => 'console.command.public_alias.App\\Command\\NewsHighlightedCommand',
24 => 'console.command.public_alias.App\\Command\\NewsImportCommand',
25 => 'console.command.public_alias.App\\Command\\PushMessageTestCommand',
26 => 'console.command.public_alias.App\\Command\\PushMessageTopicCommand',
27 => 'console.command.public_alias.App\\Command\\QuestionImportCommand',
28 => 'console.command.public_alias.App\\Command\\RegisteredWatchesDuplicateCheckerCommand',
29 => 'console.command.public_alias.App\\Command\\RegisteredWatchesFixCommand',
30 => 'console.command.public_alias.App\\Command\\RegisteredWatchesWarrantyCommand',
31 => 'console.command.public_alias.App\\Command\\ReindexCommand',
32 => 'console.command.public_alias.App\\Command\\RenameWarrantyCommand',
33 => 'console.command.public_alias.App\\Command\\RepairWatchRepairCommand',
34 => 'console.command.public_alias.App\\Command\\SubscribeToFCMCommand',
35 => 'console.command.public_alias.App\\Command\\SubscribeTopicsCommand',
36 => 'console.command.public_alias.App\\Command\\TemplateCommand',
37 => 'console.command.public_alias.App\\Command\\TesztCommand',
38 => 'console.command.public_alias.App\\Command\\UnneededAddressesCommand',
39 => 'console.command.public_alias.App\\Command\\UpdateAddressCountriesCommand',
40 => 'console.command.public_alias.App\\Command\\UpdateCaliberCommand',
41 => 'console.command.public_alias.App\\Command\\UpdateCategoryCommand',
42 => 'console.command.public_alias.App\\Command\\UpdateCustomerPhoneCommand',
43 => 'console.command.public_alias.App\\Command\\UpdateInactiveUsersCommand',
44 => 'console.command.public_alias.App\\Command\\UpdateLocalizationCommand',
45 => 'console.command.public_alias.App\\Command\\UpdatePicsCommand',
46 => 'console.command.public_alias.App\\Command\\UpdateProductXMLCommand',
47 => 'console.command.public_alias.App\\Command\\UpdateQuestionCommand',
48 => 'console.command.public_alias.App\\Command\\UpdateRegisteredWatches',
49 => 'console.command.public_alias.App\\Command\\UpdateRegisteredWatchesPartnerName',
50 => 'console.command.public_alias.App\\Command\\UpdateWatchRepairsCommand',
51 => 'console.command.public_alias.App\\Command\\UpdateWatchesCommand',
52 => 'console.command.public_alias.App\\Command\\UserCheckCommand',
53 => 'console.command.public_alias.App\\Command\\UserDeleteCommand',
54 => 'console.command.public_alias.App\\Command\\UserEmptyRegSourceCommand',
55 => 'console.command.public_alias.App\\Command\\UserImportCommand',
56 => 'console.command.public_alias.App\\Command\\UserNewsletterCommand',
57 => 'console.command.public_alias.Sylius\\Bundle\\ThemeBundle\\Command\\ListCommand',
58 => 'console.command.public_alias.Sylius\\Bundle\\ThemeBundle\\Command\\AssetsInstallCommand',
59 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Bundle\\ListCommand',
60 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\CacheWarmingCommand',
61 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ClassesDefinitionsBuildCommand',
62 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ClassCommand',
63 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\CustomLayoutCommand',
64 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\FieldCollectionCommand',
65 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ObjectBrickCommand',
66 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteClassificationStoreCommand',
67 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteUnusedLocaleDataCommand',
68 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\GeneratePagePreviews',
69 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\MigrateElementsCommand',
70 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\EmailLogsCleanupCommand',
71 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\GenerateStaticPagesCommand',
72 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalMigrationHelpersCommand',
73 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalModelDaoMappingGeneratorCommand',
74 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalUnicodeCldrLanguageTerritoryGeneratorCommand',
75 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\LowQualityImagePreviewCommand',
76 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MaintenanceModeCommand',
77 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Migrate\\StorageCommand',
78 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Migrate\\ThumbnailsFolderStructureCommand',
79 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MysqlToolsCommand',
80 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RecyclebinCleanupCommand',
81 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RequirementsCheckCommand',
82 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ResetPasswordCommand',
83 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RunScriptCommand',
84 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\SearchBackendReindexCommand',
85 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsClearCommand',
86 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsImageCommand',
87 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsVideoCommand',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}