var/cache/dev/ContainerAKGeNa6/App_KernelDevDebugContainer.php line 8052

Open in your IDE?
  1. <?php
  2. namespace ContainerAKGeNa6;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  35.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  36.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  37.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  39.             '.container.private.session' => 'get_Container_Private_SessionService',
  40.             '.container.private.twig' => 'get_Container_Private_TwigService',
  41.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  42.             'SM\\Callback\\CallbackFactoryInterface' => 'getCallbackFactoryInterfaceService',
  43.             'SM\\Factory\\FactoryInterface' => 'getFactoryInterfaceService',
  44.             'Sylius\\Bundle\\AdminBundle\\Twig\\ChannelNameExtension' => 'getChannelNameExtensionService',
  45.             'Sylius\\Bundle\\AdminBundle\\Twig\\OrderUnitTaxesExtension' => 'getOrderUnitTaxesExtensionService',
  46.             'Sylius\\Bundle\\ApiBundle\\Context\\UserContextInterface' => 'getUserContextInterfaceService',
  47.             'Sylius\\Bundle\\ApiBundle\\EventSubscriber\\KernelRequestEventSubscriber' => 'getKernelRequestEventSubscriberService',
  48.             'Sylius\\Bundle\\ApiBundle\\Provider\\ProductImageFilterProviderInterface' => 'getProductImageFilterProviderInterfaceService',
  49.             'Sylius\\Bundle\\ApiBundle\\Serializer\\AddressDenormalizer' => 'getAddressDenormalizerService',
  50.             'Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer' => 'getCommandArgumentsDenormalizerService',
  51.             'Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer' => 'getCommandDenormalizerService',
  52.             'Sylius\\Bundle\\ApiBundle\\Serializer\\CommandNormalizer' => 'getCommandNormalizerService',
  53.             'Sylius\\Bundle\\ApiBundle\\Serializer\\FlattenExceptionNormalizer' => 'getFlattenExceptionNormalizerService',
  54.             'Sylius\\Bundle\\ApiBundle\\Serializer\\HydraErrorNormalizer' => 'getHydraErrorNormalizerService',
  55.             'Sylius\\Bundle\\ApiBundle\\Serializer\\ProductImageNormalizer' => 'getProductImageNormalizerService',
  56.             'Sylius\\Bundle\\ApiBundle\\Serializer\\ProductNormalizer' => 'getProductNormalizerService',
  57.             'Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantNormalizer' => 'getProductVariantNormalizerService',
  58.             'Sylius\\Bundle\\ApiBundle\\Serializer\\ShippingMethodNormalizer' => 'getShippingMethodNormalizerService',
  59.             'Sylius\\Bundle\\ApiBundle\\Serializer\\ZoneDenormalizer' => 'getZoneDenormalizerService',
  60.             'Sylius\\Bundle\\ApiBundle\\Swagger\\AcceptLanguageHeaderDocumentationNormalizer' => 'getAcceptLanguageHeaderDocumentationNormalizerService',
  61.             'Sylius\\Bundle\\ApiBundle\\Swagger\\AdminAuthenticationTokenDocumentationNormalizer' => 'getAdminAuthenticationTokenDocumentationNormalizerService',
  62.             'Sylius\\Bundle\\ApiBundle\\Swagger\\PathHiderDocumentationNormalizer' => 'getPathHiderDocumentationNormalizerService',
  63.             'Sylius\\Bundle\\ApiBundle\\Swagger\\ProductDocumentationNormalizer' => 'getProductDocumentationNormalizerService',
  64.             'Sylius\\Bundle\\ApiBundle\\Swagger\\ProductImageDocumentationNormalizer' => 'getProductImageDocumentationNormalizerService',
  65.             'Sylius\\Bundle\\ApiBundle\\Swagger\\ProductSlugDocumentationNormalizer' => 'getProductSlugDocumentationNormalizerService',
  66.             'Sylius\\Bundle\\ApiBundle\\Swagger\\ProductVariantDocumentationNormalizer' => 'getProductVariantDocumentationNormalizerService',
  67.             'Sylius\\Bundle\\ApiBundle\\Swagger\\ShippingMethodDocumentationNormalizer' => 'getShippingMethodDocumentationNormalizerService',
  68.             'Sylius\\Bundle\\ApiBundle\\Swagger\\ShopAuthenticationTokenDocumentationNormalizer' => 'getShopAuthenticationTokenDocumentationNormalizerService',
  69.             'Sylius\\Bundle\\ChannelBundle\\Context\\FakeChannel\\FakeChannelCodeProviderInterface' => 'getFakeChannelCodeProviderInterfaceService',
  70.             'Sylius\\Bundle\\CoreBundle\\EventListener\\LocaleAwareListener' => 'getLocaleAwareListenerService',
  71.             'Sylius\\Bundle\\CoreBundle\\EventListener\\XFrameOptionsSubscriber' => 'getXFrameOptionsSubscriberService',
  72.             'Sylius\\Bundle\\LocaleBundle\\Context\\RequestHeaderBasedLocaleContext' => 'getRequestHeaderBasedLocaleContextService',
  73.             'Sylius\\Bundle\\ResourceBundle\\Doctrine\\ResourceMappingDriverChain' => 'getResourceMappingDriverChainService',
  74.             'Sylius\\Bundle\\UiBundle\\Twig\\LegacySonataBlockExtension' => 'getLegacySonataBlockExtensionService',
  75.             'Sylius\\Component\\Channel\\Context\\ChannelContextInterface' => 'getChannelContextInterfaceService',
  76.             'Sylius\\Component\\Channel\\Context\\RequestBased\\RequestResolverInterface' => 'getRequestResolverInterfaceService',
  77.             'Sylius\\Component\\Core\\Cart\\Resolver\\CreatedByGuestFlagResolverInterface' => 'getCreatedByGuestFlagResolverInterfaceService',
  78.             'Sylius\\Component\\Locale\\Context\\LocaleContextInterface' => 'getLocaleContextInterfaceService',
  79.             'bitbag_sylius_cms_plugin.repository.block' => 'getBitbagSyliusCmsPlugin_Repository_BlockService',
  80.             'bitbag_sylius_cms_plugin.repository.media' => 'getBitbagSyliusCmsPlugin_Repository_MediaService',
  81.             'bitbag_sylius_cms_plugin.repository.page' => 'getBitbagSyliusCmsPlugin_Repository_PageService',
  82.             'bitbag_sylius_cms_plugin.resolver.block_resource' => 'getBitbagSyliusCmsPlugin_Resolver_BlockResourceService',
  83.             'bitbag_sylius_cms_plugin.resolver.media_provider' => 'getBitbagSyliusCmsPlugin_Resolver_MediaProviderService',
  84.             'bitbag_sylius_cms_plugin.resolver.media_resource' => 'getBitbagSyliusCmsPlugin_Resolver_MediaResourceService',
  85.             'bitbag_sylius_wishlist_plugin.factory.wishlist' => 'getBitbagSyliusWishlistPlugin_Factory_WishlistService',
  86.             'bitbag_sylius_wishlist_plugin.repository.wishlist' => 'getBitbagSyliusWishlistPlugin_Repository_WishlistService',
  87.             'cache.app' => 'getCache_AppService',
  88.             'cache.system' => 'getCache_SystemService',
  89.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  90.             'data_collector.dump' => 'getDataCollector_DumpService',
  91.             'date_time_normalizer' => 'getDateTimeNormalizerService',
  92.             'doctrine' => 'getDoctrineService',
  93.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  94.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  95.             'event_dispatcher' => 'getEventDispatcherService',
  96.             'gaufrette.bitbag_sylius_cms_plugin_media_filesystem' => 'getGaufrette_BitbagSyliusCmsPluginMediaFilesystemService',
  97.             'gaufrette.odiseo_blog_image_filesystem' => 'getGaufrette_OdiseoBlogImageFilesystemService',
  98.             'gaufrette.sylius_image_filesystem' => 'getGaufrette_SyliusImageFilesystemService',
  99.             'hateoas.generator.registry' => 'getHateoas_Generator_RegistryService',
  100.             'hateoas.helper.link' => 'getHateoas_Helper_LinkService',
  101.             'http_kernel' => 'getHttpKernelService',
  102.             'knp_gaufrette.filesystem_map' => 'getKnpGaufrette_FilesystemMapService',
  103.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  104.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  105.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  106.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  107.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  108.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  109.             'open_marketplace.provider.vendor' => 'getOpenMarketplace_Provider_VendorService',
  110.             'payum.profiler.payum_collector' => 'getPayum_Profiler_PayumCollectorService',
  111.             'request_stack' => 'getRequestStackService',
  112.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  113.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  114.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  115.             'sylius.adjustments_aggregator' => 'getSylius_AdjustmentsAggregatorService',
  116.             'sylius.availability_checker.default' => 'getSylius_AvailabilityChecker_DefaultService',
  117.             'sylius.calculator.order_items_subtotal' => 'getSylius_Calculator_OrderItemsSubtotalService',
  118.             'sylius.calculator.product_variant_price' => 'getSylius_Calculator_ProductVariantPriceService',
  119.             'sylius.canonicalizer' => 'getSylius_CanonicalizerService',
  120.             'sylius.category_requirement_shipping_method_eligibility_checker' => 'getSylius_CategoryRequirementShippingMethodEligibilityCheckerService',
  121.             'sylius.checker.order_payment_method_selection_requirement' => 'getSylius_Checker_OrderPaymentMethodSelectionRequirementService',
  122.             'sylius.checker.order_shipping_method_selection_requirement' => 'getSylius_Checker_OrderShippingMethodSelectionRequirementService',
  123.             'sylius.context.cart' => 'getSylius_Context_CartService',
  124.             'sylius.context.cart.customer_and_channel_based' => 'getSylius_Context_Cart_CustomerAndChannelBasedService',
  125.             'sylius.context.cart.new' => 'getSylius_Context_Cart_NewService',
  126.             'sylius.context.cart.session_and_channel_based' => 'getSylius_Context_Cart_SessionAndChannelBasedService',
  127.             'sylius.context.channel.fake_channel.persister' => 'getSylius_Context_Channel_FakeChannel_PersisterService',
  128.             'sylius.context.currency.channel_aware' => 'getSylius_Context_Currency_ChannelAwareService',
  129.             'sylius.context.currency.storage_based' => 'getSylius_Context_Currency_StorageBasedService',
  130.             'sylius.context.customer' => 'getSylius_Context_CustomerService',
  131.             'sylius.context.locale.admin_based' => 'getSylius_Context_Locale_AdminBasedService',
  132.             'sylius.context.locale.provider_based' => 'getSylius_Context_Locale_ProviderBasedService',
  133.             'sylius.context.locale.request_based' => 'getSylius_Context_Locale_RequestBasedService',
  134.             'sylius.context.locale.storage_based' => 'getSylius_Context_Locale_StorageBasedService',
  135.             'sylius.context.shopper' => 'getSylius_Context_ShopperService',
  136.             'sylius.currency_converter' => 'getSylius_CurrencyConverterService',
  137.             'sylius.custom_bulk_action_grid_renderer.twig' => 'getSylius_CustomBulkActionGridRenderer_TwigService',
  138.             'sylius.custom_grid_renderer.twig' => 'getSylius_CustomGridRenderer_TwigService',
  139.             'sylius.event_subscriber.admin_cache_control_subscriber' => 'getSylius_EventSubscriber_AdminCacheControlSubscriberService',
  140.             'sylius.factory.order' => 'getSylius_Factory_OrderService',
  141.             'sylius.grid.data_extractor.property_access' => 'getSylius_Grid_DataExtractor_PropertyAccessService',
  142.             'sylius.grid_field.datetime' => 'getSylius_GridField_DatetimeService',
  143.             'sylius.grid_field.string' => 'getSylius_GridField_StringService',
  144.             'sylius.grid_field.twig' => 'getSylius_GridField_TwigService',
  145.             'sylius.listener.request_locale_setter' => 'getSylius_Listener_RequestLocaleSetterService',
  146.             'sylius.listener.session_cart' => 'getSylius_Listener_SessionCartService',
  147.             'sylius.listener.shop_customer_account_sub_section_cache_control_subscriber' => 'getSylius_Listener_ShopCustomerAccountSubSectionCacheControlSubscriberService',
  148.             'sylius.locale_converter' => 'getSylius_LocaleConverterService',
  149.             'sylius.locale_provider.channel_based' => 'getSylius_LocaleProvider_ChannelBasedService',
  150.             'sylius.money_formatter' => 'getSylius_MoneyFormatterService',
  151.             'sylius.payment_methods_resolver' => 'getSylius_PaymentMethodsResolverService',
  152.             'sylius.payment_methods_resolver.channel_based' => 'getSylius_PaymentMethodsResolver_ChannelBasedService',
  153.             'sylius.product_variant_resolver.default' => 'getSylius_ProductVariantResolver_DefaultService',
  154.             'sylius.provider.product_variants_prices' => 'getSylius_Provider_ProductVariantsPricesService',
  155.             'sylius.province_naming_provider' => 'getSylius_ProvinceNamingProviderService',
  156.             'sylius.registry.grid_field' => 'getSylius_Registry_GridFieldService',
  157.             'sylius.registry.payment_methods_resolver' => 'getSylius_Registry_PaymentMethodsResolverService',
  158.             'sylius.registry.shipping_calculator' => 'getSylius_Registry_ShippingCalculatorService',
  159.             'sylius.registry.shipping_method_rule_checker' => 'getSylius_Registry_ShippingMethodRuleCheckerService',
  160.             'sylius.registry.shipping_methods_resolver' => 'getSylius_Registry_ShippingMethodsResolverService',
  161.             'sylius.repository.channel' => 'getSylius_Repository_ChannelService',
  162.             'sylius.repository.exchange_rate' => 'getSylius_Repository_ExchangeRateService',
  163.             'sylius.repository.locale' => 'getSylius_Repository_LocaleService',
  164.             'sylius.repository.order' => 'getSylius_Repository_OrderService',
  165.             'sylius.repository.payment_method' => 'getSylius_Repository_PaymentMethodService',
  166.             'sylius.repository.province' => 'getSylius_Repository_ProvinceService',
  167.             'sylius.repository.shipment' => 'getSylius_Repository_ShipmentService',
  168.             'sylius.repository.shipping_method' => 'getSylius_Repository_ShippingMethodService',
  169.             'sylius.repository.zone' => 'getSylius_Repository_ZoneService',
  170.             'sylius.section_resolver.admin_uri_based_section_resolver' => 'getSylius_SectionResolver_AdminUriBasedSectionResolverService',
  171.             'sylius.section_resolver.shop_uri_based_section_resolver' => 'getSylius_SectionResolver_ShopUriBasedSectionResolverService',
  172.             'sylius.section_resolver.uri_based_section_resolver' => 'getSylius_SectionResolver_UriBasedSectionResolverService',
  173.             'sylius.shipping_calculator.flat_rate' => 'getSylius_ShippingCalculator_FlatRateService',
  174.             'sylius.shipping_calculator.per_unit_rate' => 'getSylius_ShippingCalculator_PerUnitRateService',
  175.             'sylius.shipping_method_eligibility_checker' => 'getSylius_ShippingMethodEligibilityCheckerService',
  176.             'sylius.shipping_method_rule_checker.order_total_greater_than_or_equal' => 'getSylius_ShippingMethodRuleChecker_OrderTotalGreaterThanOrEqualService',
  177.             'sylius.shipping_method_rule_checker.order_total_less_than_or_equal' => 'getSylius_ShippingMethodRuleChecker_OrderTotalLessThanOrEqualService',
  178.             'sylius.shipping_method_rule_checker.total_weight_greater_than_or_equal' => 'getSylius_ShippingMethodRuleChecker_TotalWeightGreaterThanOrEqualService',
  179.             'sylius.shipping_method_rule_checker.total_weight_less_than_or_equal' => 'getSylius_ShippingMethodRuleChecker_TotalWeightLessThanOrEqualService',
  180.             'sylius.shipping_method_rules_shipping_method_eligibility_checker' => 'getSylius_ShippingMethodRulesShippingMethodEligibilityCheckerService',
  181.             'sylius.shipping_methods_resolver' => 'getSylius_ShippingMethodsResolverService',
  182.             'sylius.shipping_methods_resolver.default' => 'getSylius_ShippingMethodsResolver_DefaultService',
  183.             'sylius.shipping_methods_resolver.zones_and_channel_based' => 'getSylius_ShippingMethodsResolver_ZonesAndChannelBasedService',
  184.             'sylius.shop.locale_stripping_router' => 'getSylius_Shop_LocaleStrippingRouterService',
  185.             'sylius.storage.cart_session' => 'getSylius_Storage_CartSessionService',
  186.             'sylius.storage.cookie' => 'getSylius_Storage_CookieService',
  187.             'sylius.storage.currency' => 'getSylius_Storage_CurrencyService',
  188.             'sylius.storage.locale' => 'getSylius_Storage_LocaleService',
  189.             'sylius.storage.session' => 'getSylius_Storage_SessionService',
  190.             'sylius.templating.helper.adjustment' => 'getSylius_Templating_Helper_AdjustmentService',
  191.             'sylius.templating.helper.bulk_action_grid' => 'getSylius_Templating_Helper_BulkActionGridService',
  192.             'sylius.templating.helper.checkout_steps' => 'getSylius_Templating_Helper_CheckoutStepsService',
  193.             'sylius.templating.helper.convert_money' => 'getSylius_Templating_Helper_ConvertMoneyService',
  194.             'sylius.templating.helper.currency' => 'getSylius_Templating_Helper_CurrencyService',
  195.             'sylius.templating.helper.format_money' => 'getSylius_Templating_Helper_FormatMoneyService',
  196.             'sylius.templating.helper.grid' => 'getSylius_Templating_Helper_GridService',
  197.             'sylius.templating.helper.inventory' => 'getSylius_Templating_Helper_InventoryService',
  198.             'sylius.templating.helper.locale' => 'getSylius_Templating_Helper_LocaleService',
  199.             'sylius.templating.helper.price' => 'getSylius_Templating_Helper_PriceService',
  200.             'sylius.templating.helper.product_variants_prices' => 'getSylius_Templating_Helper_ProductVariantsPricesService',
  201.             'sylius.templating.helper.variant_resolver' => 'getSylius_Templating_Helper_VariantResolverService',
  202.             'sylius.twig.extension.channels_currencies' => 'getSylius_Twig_Extension_ChannelsCurrenciesService',
  203.             'sylius.twig.extension.country_name' => 'getSylius_Twig_Extension_CountryNameService',
  204.             'sylius.twig.extension.form_test_attribute_array' => 'getSylius_Twig_Extension_FormTestAttributeArrayService',
  205.             'sylius.twig.extension.form_test_attribute_name' => 'getSylius_Twig_Extension_FormTestAttributeNameService',
  206.             'sylius.twig.extension.merge_recursive' => 'getSylius_Twig_Extension_MergeRecursiveService',
  207.             'sylius.twig.extension.province_naming' => 'getSylius_Twig_Extension_ProvinceNamingService',
  208.             'sylius.twig.extension.shop' => 'getSylius_Twig_Extension_ShopService',
  209.             'sylius.twig.extension.sylius_bundle_loaded_checker' => 'getSylius_Twig_Extension_SyliusBundleLoadedCheckerService',
  210.             'sylius.twig.extension.widget.admin_notification' => 'getSylius_Twig_Extension_Widget_AdminNotificationService',
  211.             'sylius.validator.customer_initializer' => 'getSylius_Validator_CustomerInitializerService',
  212.             'sylius.zone_matcher' => 'getSylius_ZoneMatcherService',
  213.             'translator' => 'getTranslatorService',
  214.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  215.             'sylus.payum_action.offline.status' => 'getSylus_PayumAction_Offline_StatusService',
  216.             'cache_clearer' => 'getCacheClearerService',
  217.             'filesystem' => 'getFilesystemService',
  218.             'serializer' => 'getSerializerService',
  219.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  220.             'form.factory' => 'getForm_FactoryService',
  221.             'form.type.file' => 'getForm_Type_FileService',
  222.             'profiler' => 'getProfilerService',
  223.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  224.             'security.token_storage' => 'getSecurity_TokenStorageService',
  225.             'twig' => 'getTwigService',
  226.             'pagerfanta.route_generator_factory' => 'getPagerfanta_RouteGeneratorFactoryService',
  227.             'pagerfanta.view_factory' => 'getPagerfanta_ViewFactoryService',
  228.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  229.             'session' => 'getSessionService',
  230.             'validator' => 'getValidatorService',
  231.         ];
  232.         $this->fileMap = [
  233.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  234.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  235.             '.container.private.pagerfanta.route_generator_factory' => 'get_Container_Private_Pagerfanta_RouteGeneratorFactoryService',
  236.             '.container.private.pagerfanta.view_factory' => 'get_Container_Private_Pagerfanta_ViewFactoryService',
  237.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  238.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  239.             'BitBag\\OpenMarketplace\\Controller\\Bikers\\InscriptionController' => 'getInscriptionControllerService',
  240.             'BitBag\\SyliusCmsPlugin\\Controller\\BlockController' => 'getBlockControllerService',
  241.             'BitBag\\SyliusCmsPlugin\\Controller\\MediaController' => 'getMediaControllerService',
  242.             'BitBag\\SyliusCmsPlugin\\Controller\\PageController' => 'getPageControllerService',
  243.             'BitBag\\SyliusShippingExportPlugin\\Controller\\ShippingExportController' => 'getShippingExportControllerService',
  244.             'BitBag\\SyliusWishlistPlugin\\Controller\\OrderItemController' => 'getOrderItemControllerService',
  245.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  246.             'Faker\\Generator' => 'getGeneratorService',
  247.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  248.             'Payum\\Bundle\\PayumBundle\\Controller\\AuthorizeController' => 'getAuthorizeControllerService',
  249.             'Payum\\Bundle\\PayumBundle\\Controller\\CancelController' => 'getCancelControllerService',
  250.             'Payum\\Bundle\\PayumBundle\\Controller\\CaptureController' => 'getCaptureControllerService',
  251.             'Payum\\Bundle\\PayumBundle\\Controller\\NotifyController' => 'getNotifyControllerService',
  252.             'Payum\\Bundle\\PayumBundle\\Controller\\PayoutController' => 'getPayoutControllerService',
  253.             'Payum\\Bundle\\PayumBundle\\Controller\\RefundController' => 'getRefundControllerService',
  254.             'Payum\\Bundle\\PayumBundle\\Controller\\SyncController' => 'getSyncControllerService',
  255.             'SM\\Callback\\CascadeTransitionCallback' => 'getCascadeTransitionCallbackService',
  256.             'Sylius\\Bundle\\AddressingBundle\\Controller\\ProvinceController' => 'getProvinceControllerService',
  257.             'Sylius\\Bundle\\AdminBundle\\Action\\RemoveAvatarAction' => 'getRemoveAvatarActionService',
  258.             'Sylius\\Bundle\\AdminBundle\\Action\\ResendOrderConfirmationEmailAction' => 'getResendOrderConfirmationEmailActionService',
  259.             'Sylius\\Bundle\\AdminBundle\\Action\\ResendShipmentConfirmationEmailAction' => 'getResendShipmentConfirmationEmailActionService',
  260.             'Sylius\\Bundle\\AdminBundle\\EmailManager\\OrderEmailManagerInterface' => 'getOrderEmailManagerInterfaceService',
  261.             'Sylius\\Bundle\\AdminBundle\\Provider\\StatisticsDataProviderInterface' => 'getStatisticsDataProviderInterfaceService',
  262.             'Sylius\\Bundle\\ApiBundle\\Applicator\\ArchivingShippingMethodApplicatorInterface' => 'getArchivingShippingMethodApplicatorInterfaceService',
  263.             'Sylius\\Bundle\\ApiBundle\\Applicator\\OrderStateMachineTransitionApplicatorInterface' => 'getOrderStateMachineTransitionApplicatorInterfaceService',
  264.             'Sylius\\Bundle\\ApiBundle\\Applicator\\PaymentStateMachineTransitionApplicatorInterface' => 'getPaymentStateMachineTransitionApplicatorInterfaceService',
  265.             'Sylius\\Bundle\\ApiBundle\\Applicator\\ProductReviewStateMachineTransitionApplicatorInterface' => 'getProductReviewStateMachineTransitionApplicatorInterfaceService',
  266.             'Sylius\\Bundle\\ApiBundle\\Assigner\\OrderPromoCodeAssignerInterface' => 'getOrderPromoCodeAssignerInterfaceService',
  267.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Account\\ChangePaymentMethodHandler' => 'getChangePaymentMethodHandlerService',
  268.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Account\\ChangeShopUserPasswordHandler' => 'getChangeShopUserPasswordHandlerService',
  269.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Account\\RegisterShopUserHandler' => 'getRegisterShopUserHandlerService',
  270.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Account\\RequestResetPasswordTokenHandler' => 'getRequestResetPasswordTokenHandlerService',
  271.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Account\\ResendVerificationEmailHandler' => 'getResendVerificationEmailHandlerService',
  272.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Account\\ResetPasswordHandler' => 'getResetPasswordHandlerService',
  273.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Account\\SendAccountRegistrationEmailHandler' => 'getSendAccountRegistrationEmailHandlerService',
  274.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Account\\SendAccountVerificationEmailHandler' => 'getSendAccountVerificationEmailHandlerService',
  275.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Account\\SendResetPasswordEmailHandler' => 'getSendResetPasswordEmailHandlerService',
  276.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Account\\VerifyCustomerAccountHandler' => 'getVerifyCustomerAccountHandlerService',
  277.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Cart\\AddItemToCartHandler' => 'getAddItemToCartHandlerService',
  278.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Cart\\BlameCartHandler' => 'getBlameCartHandlerService',
  279.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Cart\\ChangeItemQuantityInCartHandler' => 'getChangeItemQuantityInCartHandlerService',
  280.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Cart\\PickupCartHandler' => 'getPickupCartHandlerService',
  281.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Cart\\RemoveItemFromCartHandler' => 'getRemoveItemFromCartHandlerService',
  282.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Catalog\\AddProductReviewHandler' => 'getAddProductReviewHandlerService',
  283.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Checkout\\ChoosePaymentMethodHandler' => 'getChoosePaymentMethodHandlerService',
  284.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Checkout\\ChooseShippingMethodHandler' => 'getChooseShippingMethodHandlerService',
  285.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Checkout\\CompleteOrderHandler' => 'getCompleteOrderHandlerService',
  286.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Checkout\\SendOrderConfirmationHandler' => 'getSendOrderConfirmationHandlerService',
  287.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Checkout\\SendShipmentConfirmationEmailHandler' => 'getSendShipmentConfirmationEmailHandlerService',
  288.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Checkout\\ShipShipmentHandler' => 'getShipShipmentHandlerService',
  289.             'Sylius\\Bundle\\ApiBundle\\CommandHandler\\Checkout\\UpdateCartHandler' => 'getUpdateCartHandlerService',
  290.             'Sylius\\Bundle\\ApiBundle\\Controller\\DeleteOrderItemAction' => 'getDeleteOrderItemActionService',
  291.             'Sylius\\Bundle\\ApiBundle\\Controller\\GetProductBySlugAction' => 'getGetProductBySlugActionService',
  292.             'Sylius\\Bundle\\ApiBundle\\Controller\\Payment\\GetPaymentConfiguration' => 'getGetPaymentConfigurationService',
  293.             'Sylius\\Bundle\\ApiBundle\\Controller\\UploadAvatarImageAction' => 'getUploadAvatarImageActionService',
  294.             'Sylius\\Bundle\\ApiBundle\\DataPersister\\AddressDataPersister' => 'getAddressDataPersisterService',
  295.             'Sylius\\Bundle\\ApiBundle\\DataPersister\\AdminUserDataPersister' => 'getAdminUserDataPersisterService',
  296.             'Sylius\\Bundle\\ApiBundle\\DataPersister\\CountryDataPersister' => 'getCountryDataPersisterService',
  297.             'Sylius\\Bundle\\ApiBundle\\DataPersister\\ShippingMethodDataPersister' => 'getShippingMethodDataPersisterService',
  298.             'Sylius\\Bundle\\ApiBundle\\DataPersister\\ZoneDataPersister' => 'getZoneDataPersisterService',
  299.             'Sylius\\Bundle\\ApiBundle\\DataProvider\\CartPaymentMethodsSubresourceDataProvider' => 'getCartPaymentMethodsSubresourceDataProviderService',
  300.             'Sylius\\Bundle\\ApiBundle\\DataProvider\\CartShippingMethodsSubresourceDataProvider' => 'getCartShippingMethodsSubresourceDataProviderService',
  301.             'Sylius\\Bundle\\ApiBundle\\DataProvider\\CustomerItemDataProvider' => 'getCustomerItemDataProviderService',
  302.             'Sylius\\Bundle\\ApiBundle\\DataProvider\\OrderAdjustmentsSubresourceDataProvider' => 'getOrderAdjustmentsSubresourceDataProviderService',
  303.             'Sylius\\Bundle\\ApiBundle\\DataProvider\\OrderItemAdjustmentsSubresourceDataProvider' => 'getOrderItemAdjustmentsSubresourceDataProviderService',
  304.             'Sylius\\Bundle\\ApiBundle\\DataProvider\\OrderItemItemDataProvider' => 'getOrderItemItemDataProviderService',
  305.             'Sylius\\Bundle\\ApiBundle\\DataProvider\\OrderItemUnitItemDataProvider' => 'getOrderItemUnitItemDataProviderService',
  306.             'Sylius\\Bundle\\ApiBundle\\DataProvider\\PaymentItemDataProvider' => 'getPaymentItemDataProviderService',
  307.             'Sylius\\Bundle\\ApiBundle\\DataProvider\\ProductItemDataProvider' => 'getProductItemDataProviderService',
  308.             'Sylius\\Bundle\\ApiBundle\\DataProvider\\ResetPasswordItemDataProvider' => 'getResetPasswordItemDataProviderService',
  309.             'Sylius\\Bundle\\ApiBundle\\DataProvider\\ShipmentItemDataProvider' => 'getShipmentItemDataProviderService',
  310.             'Sylius\\Bundle\\ApiBundle\\DataProvider\\VerifyCustomerAccountItemDataProvider' => 'getVerifyCustomerAccountItemDataProviderService',
  311.             'Sylius\\Bundle\\ApiBundle\\Doctrine\\QueryCollectionExtension\\AcceptedProductReviewsExtension' => 'getAcceptedProductReviewsExtensionService',
  312.             'Sylius\\Bundle\\ApiBundle\\Doctrine\\QueryCollectionExtension\\AddressesExtension' => 'getAddressesExtensionService',
  313.             'Sylius\\Bundle\\ApiBundle\\Doctrine\\QueryCollectionExtension\\CountryCollectionExtension' => 'getCountryCollectionExtensionService',
  314.             'Sylius\\Bundle\\ApiBundle\\Doctrine\\QueryCollectionExtension\\CurrencyCollectionExtension' => 'getCurrencyCollectionExtensionService',
  315.             'Sylius\\Bundle\\ApiBundle\\Doctrine\\QueryCollectionExtension\\HideArchivedShippingMethodExtension' => 'getHideArchivedShippingMethodExtensionService',
  316.             'Sylius\\Bundle\\ApiBundle\\Doctrine\\QueryCollectionExtension\\LocaleCollectionExtension' => 'getLocaleCollectionExtensionService',
  317.             'Sylius\\Bundle\\ApiBundle\\Doctrine\\QueryCollectionExtension\\OrdersByLoggedInUserExtension' => 'getOrdersByLoggedInUserExtensionService',
  318.             'Sylius\\Bundle\\ApiBundle\\Doctrine\\QueryCollectionExtension\\ProductsByChannelAndLocaleCodeExtension' => 'getProductsByChannelAndLocaleCodeExtensionService',
  319.             'Sylius\\Bundle\\ApiBundle\\Doctrine\\QueryCollectionExtension\\ProductsByTaxonExtension' => 'getProductsByTaxonExtensionService',
  320.             'Sylius\\Bundle\\ApiBundle\\Doctrine\\QueryCollectionExtension\\ProductsWithEnableFlagExtension' => 'getProductsWithEnableFlagExtensionService',
  321.             'Sylius\\Bundle\\ApiBundle\\Doctrine\\QueryCollectionExtension\\RestrictingFilterEagerLoadingExtension' => 'getRestrictingFilterEagerLoadingExtensionService',
  322.             'Sylius\\Bundle\\ApiBundle\\Doctrine\\QueryCollectionExtension\\TaxonCollectionExtension' => 'getTaxonCollectionExtensionService',
  323.             'Sylius\\Bundle\\ApiBundle\\Doctrine\\QueryItemExtension\\AddressItemExtension' => 'getAddressItemExtensionService',
  324.             'Sylius\\Bundle\\ApiBundle\\Doctrine\\QueryItemExtension\\OrderGetMethodItemExtension' => 'getOrderGetMethodItemExtensionService',
  325.             'Sylius\\Bundle\\ApiBundle\\Doctrine\\QueryItemExtension\\OrderMethodsItemExtension' => 'getOrderMethodsItemExtensionService',
  326.             'Sylius\\Bundle\\ApiBundle\\EventHandler\\OrderCompletedHandler' => 'getOrderCompletedHandlerService',
  327.             'Sylius\\Bundle\\ApiBundle\\EventSubscriber\\CatalogPromotionEventSubscriber' => 'getCatalogPromotionEventSubscriberService',
  328.             'Sylius\\Bundle\\ApiBundle\\EventSubscriber\\ProductSlugEventSubscriber' => 'getProductSlugEventSubscriberService',
  329.             'Sylius\\Bundle\\ApiBundle\\EventSubscriber\\ProductVariantEventSubscriber' => 'getProductVariantEventSubscriberService',
  330.             'Sylius\\Bundle\\ApiBundle\\Filter\\Doctrine\\ExchangeRateFilter' => 'getExchangeRateFilterService',
  331.             'Sylius\\Bundle\\ApiBundle\\Filter\\Doctrine\\ProductPriceOrderFilter' => 'getProductPriceOrderFilterService',
  332.             'Sylius\\Bundle\\ApiBundle\\Filter\\Doctrine\\ProductVariantOptionValueFilter' => 'getProductVariantOptionValueFilterService',
  333.             'Sylius\\Bundle\\ApiBundle\\Filter\\Doctrine\\TaxonFilter' => 'getTaxonFilterService',
  334.             'Sylius\\Bundle\\ApiBundle\\Filter\\Doctrine\\TranslationOrderNameAndLocaleFilter' => 'getTranslationOrderNameAndLocaleFilterService',
  335.             'Sylius\\Bundle\\ApiBundle\\Mapper\\AddressMapperInterface' => 'getAddressMapperInterfaceService',
  336.             'Sylius\\Bundle\\ApiBundle\\Modifier\\OrderAddressModifierInterface' => 'getOrderAddressModifierInterfaceService',
  337.             'Sylius\\Bundle\\ApiBundle\\Provider\\CompositePaymentConfigurationProvider' => 'getCompositePaymentConfigurationProviderService',
  338.             'Sylius\\Bundle\\ApiBundle\\Provider\\CustomerProviderInterface' => 'getCustomerProviderInterfaceService',
  339.             'Sylius\\Bundle\\ApiBundle\\Provider\\PathPrefixProviderInterface' => 'getPathPrefixProviderInterfaceService',
  340.             'Sylius\\Bundle\\ApiBundle\\Validator\\CatalogPromotion\\FixedDiscountActionValidator' => 'getFixedDiscountActionValidatorService',
  341.             'Sylius\\Bundle\\ApiBundle\\Validator\\CatalogPromotion\\ForProductsScopeValidator' => 'getForProductsScopeValidatorService',
  342.             'Sylius\\Bundle\\ApiBundle\\Validator\\CatalogPromotion\\ForTaxonsScopeValidator' => 'getForTaxonsScopeValidatorService',
  343.             'Sylius\\Bundle\\ApiBundle\\Validator\\CatalogPromotion\\ForVariantsScopeValidator' => 'getForVariantsScopeValidatorService',
  344.             'Sylius\\Bundle\\ApiBundle\\Validator\\CatalogPromotion\\PercentageDiscountActionValidator' => 'getPercentageDiscountActionValidatorService',
  345.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\AccountVerificationTokenEligibilityValidator' => 'getAccountVerificationTokenEligibilityValidatorService',
  346.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\AddingEligibleProductVariantToCartValidator' => 'getAddingEligibleProductVariantToCartValidatorService',
  347.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ChangedItemQuantityInCartValidator' => 'getChangedItemQuantityInCartValidatorService',
  348.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ChosenPaymentMethodEligibilityValidator' => 'getChosenPaymentMethodEligibilityValidatorService',
  349.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ChosenShippingMethodEligibilityValidator' => 'getChosenShippingMethodEligibilityValidatorService',
  350.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ConfirmResetPasswordValidator' => 'getConfirmResetPasswordValidatorService',
  351.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\CorrectChangeShopUserConfirmPasswordValidator' => 'getCorrectChangeShopUserConfirmPasswordValidatorService',
  352.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\CorrectOrderAddressValidator' => 'getCorrectOrderAddressValidatorService',
  353.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderItemAvailabilityValidator' => 'getOrderItemAvailabilityValidatorService',
  354.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderNotEmptyValidator' => 'getOrderNotEmptyValidatorService',
  355.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderPaymentMethodEligibilityValidator' => 'getOrderPaymentMethodEligibilityValidatorService',
  356.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderProductEligibilityValidator' => 'getOrderProductEligibilityValidatorService',
  357.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderShippingMethodEligibilityValidator' => 'getOrderShippingMethodEligibilityValidatorService',
  358.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\PickupCartLocaleValidator' => 'getPickupCartLocaleValidatorService',
  359.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\PromotionCouponEligibilityValidator' => 'getPromotionCouponEligibilityValidatorService',
  360.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ShipmentAlreadyShippedValidator' => 'getShipmentAlreadyShippedValidatorService',
  361.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ShopUserNotVerifiedValidator' => 'getShopUserNotVerifiedValidatorService',
  362.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\UniqueReviewerEmailValidator' => 'getUniqueReviewerEmailValidatorService',
  363.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\UniqueShopUserEmailValidator' => 'getUniqueShopUserEmailValidatorService',
  364.             'Sylius\\Bundle\\CoreBundle\\Calculator\\DelayStampCalculatorInterface' => 'getDelayStampCalculatorInterfaceService',
  365.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Announcer\\CatalogPromotionAnnouncerInterface' => 'getCatalogPromotionAnnouncerInterfaceService',
  366.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Applicator\\ActionBasedDiscountApplicatorInterface' => 'getActionBasedDiscountApplicatorInterfaceService',
  367.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Applicator\\CatalogPromotionApplicatorInterface' => 'getCatalogPromotionApplicatorInterfaceService',
  368.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Calculator\\FixedDiscountPriceCalculator' => 'getFixedDiscountPriceCalculatorService',
  369.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Calculator\\PercentageDiscountPriceCalculator' => 'getPercentageDiscountPriceCalculatorService',
  370.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Checker\\CatalogPromotionEligibilityChecker' => 'getCatalogPromotionEligibilityCheckerService',
  371.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Checker\\InForProductScopeVariantChecker' => 'getInForProductScopeVariantCheckerService',
  372.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Checker\\InForTaxonsScopeVariantChecker' => 'getInForTaxonsScopeVariantCheckerService',
  373.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Checker\\InForVariantsScopeVariantChecker' => 'getInForVariantsScopeVariantCheckerService',
  374.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Checker\\ProductVariantForCatalogPromotionEligibilityInterface' => 'getProductVariantForCatalogPromotionEligibilityInterfaceService',
  375.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\CommandDispatcher\\ApplyCatalogPromotionsOnVariantsCommandDispatcherInterface' => 'getApplyCatalogPromotionsOnVariantsCommandDispatcherInterfaceService',
  376.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\CommandHandler\\ApplyCatalogPromotionsOnVariantsHandler' => 'getApplyCatalogPromotionsOnVariantsHandlerService',
  377.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\CommandHandler\\UpdateCatalogPromotionStateHandler' => 'getUpdateCatalogPromotionStateHandlerService',
  378.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\DiscountApplicationCriteria\\ExclusiveCriteria' => 'getExclusiveCriteriaService',
  379.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\DiscountApplicationCriteria\\MinimumPriceCriteria' => 'getMinimumPriceCriteriaService',
  380.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\EventListener\\CatalogPromotionEventListener' => 'getCatalogPromotionEventListenerService',
  381.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\EventListener\\ProductEventListener' => 'getProductEventListenerService',
  382.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\EventListener\\ProductVariantEventListener' => 'getProductVariantEventListenerService',
  383.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Listener\\CatalogPromotionCreatedListener' => 'getCatalogPromotionCreatedListenerService',
  384.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Listener\\CatalogPromotionEndedListener' => 'getCatalogPromotionEndedListenerService',
  385.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Listener\\CatalogPromotionFailedListener' => 'getCatalogPromotionFailedListenerService',
  386.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Listener\\CatalogPromotionStateChangedListener' => 'getCatalogPromotionStateChangedListenerService',
  387.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Listener\\CatalogPromotionUpdateFailedMessageListener' => 'getCatalogPromotionUpdateFailedMessageListenerService',
  388.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Listener\\CatalogPromotionUpdatedListener' => 'getCatalogPromotionUpdatedListenerService',
  389.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Listener\\ProductCreatedListener' => 'getProductCreatedListenerService',
  390.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Listener\\ProductUpdatedListener' => 'getProductUpdatedListenerService',
  391.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Listener\\ProductVariantCreatedListener' => 'getProductVariantCreatedListenerService',
  392.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Listener\\ProductVariantUpdatedListener' => 'getProductVariantUpdatedListenerService',
  393.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Processor\\AllProductVariantsCatalogPromotionsProcessorInterface' => 'getAllProductVariantsCatalogPromotionsProcessorInterfaceService',
  394.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Processor\\CatalogPromotionClearerInterface' => 'getCatalogPromotionClearerInterfaceService',
  395.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Processor\\CatalogPromotionStateProcessorInterface' => 'getCatalogPromotionStateProcessorInterfaceService',
  396.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Processor\\ProductCatalogPromotionsProcessorInterface' => 'getProductCatalogPromotionsProcessorInterfaceService',
  397.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Processor\\ProductVariantCatalogPromotionsProcessorInterface' => 'getProductVariantCatalogPromotionsProcessorInterfaceService',
  398.             'Sylius\\Bundle\\CoreBundle\\Command\\CancelUnpaidOrdersCommand' => 'getCancelUnpaidOrdersCommandService',
  399.             'Sylius\\Bundle\\CoreBundle\\Command\\CheckRequirementsCommand' => 'getCheckRequirementsCommandService',
  400.             'Sylius\\Bundle\\CoreBundle\\Command\\InformAboutGUSCommand' => 'getInformAboutGUSCommandService',
  401.             'Sylius\\Bundle\\CoreBundle\\Command\\InstallAssetsCommand' => 'getInstallAssetsCommandService',
  402.             'Sylius\\Bundle\\CoreBundle\\Command\\InstallCommand' => 'getInstallCommandService',
  403.             'Sylius\\Bundle\\CoreBundle\\Command\\InstallDatabaseCommand' => 'getInstallDatabaseCommandService',
  404.             'Sylius\\Bundle\\CoreBundle\\Command\\InstallSampleDataCommand' => 'getInstallSampleDataCommandService',
  405.             'Sylius\\Bundle\\CoreBundle\\Command\\JwtConfigurationCommand' => 'getJwtConfigurationCommandService',
  406.             'Sylius\\Bundle\\CoreBundle\\Command\\SetupCommand' => 'getSetupCommandService',
  407.             'Sylius\\Bundle\\CoreBundle\\Command\\ShowAvailablePluginsCommand' => 'getShowAvailablePluginsCommandService',
  408.             'Sylius\\Bundle\\CoreBundle\\Controller\\OrderController' => 'getOrderControllerService',
  409.             'Sylius\\Bundle\\CoreBundle\\Controller\\PaymentMethodController' => 'getPaymentMethodControllerService',
  410.             'Sylius\\Bundle\\CoreBundle\\Controller\\ProductTaxonController' => 'getProductTaxonControllerService',
  411.             'Sylius\\Bundle\\CoreBundle\\Controller\\ProductVariantController' => 'getProductVariantControllerService',
  412.             'Sylius\\Bundle\\CoreBundle\\Fixture\\CatalogPromotionFixture' => 'getCatalogPromotionFixtureService',
  413.             'Sylius\\Bundle\\CoreBundle\\Fixture\\Factory\\CatalogPromotionActionExampleFactory' => 'getCatalogPromotionActionExampleFactoryService',
  414.             'Sylius\\Bundle\\CoreBundle\\Fixture\\Factory\\CatalogPromotionExampleFactory' => 'getCatalogPromotionExampleFactoryService',
  415.             'Sylius\\Bundle\\CoreBundle\\Fixture\\Factory\\CatalogPromotionScopeExampleFactory' => 'getCatalogPromotionScopeExampleFactoryService',
  416.             'Sylius\\Bundle\\CoreBundle\\Form\\Extension\\CatalogPromotionTypeExtension' => 'getCatalogPromotionTypeExtensionService',
  417.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\CatalogPromotionAction\\ChannelBasedFixedDiscountActionConfigurationType' => 'getChannelBasedFixedDiscountActionConfigurationTypeService',
  418.             'Sylius\\Bundle\\CoreBundle\\Security\\UserImpersonatorInterface' => 'getUserImpersonatorInterfaceService',
  419.             'Sylius\\Bundle\\FixturesBundle\\Listener\\ListenerRegistryInterface' => 'getListenerRegistryInterfaceService',
  420.             'Sylius\\Bundle\\FixturesBundle\\Suite\\SuiteFactoryInterface' => 'getSuiteFactoryInterfaceService',
  421.             'Sylius\\Bundle\\OrderBundle\\Command\\RemoveExpiredCartsCommand' => 'getRemoveExpiredCartsCommandService',
  422.             'Sylius\\Bundle\\ProductBundle\\Controller\\ProductAttributeController' => 'getProductAttributeControllerService',
  423.             'Sylius\\Bundle\\PromotionBundle\\Command\\GenerateCouponsCommand' => 'getGenerateCouponsCommandService',
  424.             'Sylius\\Bundle\\PromotionBundle\\Controller\\PromotionCouponController' => 'getPromotionCouponControllerService',
  425.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionActionType' => 'getCatalogPromotionActionTypeService',
  426.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionAction\\PercentageDiscountActionConfigurationType' => 'getPercentageDiscountActionConfigurationTypeService',
  427.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionScopeType' => 'getCatalogPromotionScopeTypeService',
  428.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionTranslationType' => 'getCatalogPromotionTranslationTypeService',
  429.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionType' => 'getCatalogPromotionTypeService',
  430.             'Sylius\\Bundle\\PromotionBundle\\Provider\\EligibleCatalogPromotionsProviderInterface' => 'getEligibleCatalogPromotionsProviderInterfaceService',
  431.             'Sylius\\Bundle\\PromotionBundle\\Validator\\CatalogPromotionActionValidator' => 'getCatalogPromotionActionValidatorService',
  432.             'Sylius\\Bundle\\PromotionBundle\\Validator\\CatalogPromotionScopeValidator' => 'getCatalogPromotionScopeValidatorService',
  433.             'Sylius\\Bundle\\ResourceBundle\\Routing\\RouteAttributesFactoryInterface' => 'getRouteAttributesFactoryInterfaceService',
  434.             'Sylius\\Bundle\\UserBundle\\Command\\DemoteUserCommand' => 'getDemoteUserCommandService',
  435.             'Sylius\\Bundle\\UserBundle\\Command\\PromoteUserCommand' => 'getPromoteUserCommandService',
  436.             'Sylius\\Bundle\\UserBundle\\Controller\\UserController' => 'getUserControllerService',
  437.             'Sylius\\Component\\Addressing\\Checker\\CountryProvincesDeletionCheckerInterface' => 'getCountryProvincesDeletionCheckerInterfaceService',
  438.             'Sylius\\Component\\Addressing\\Checker\\ZoneDeletionCheckerInterface' => 'getZoneDeletionCheckerInterfaceService',
  439.             'Sylius\\Component\\Addressing\\Factory\\ZoneFactoryInterface' => 'getZoneFactoryInterfaceService',
  440.             'Sylius\\Component\\Channel\\Factory\\ChannelFactoryInterface' => 'getChannelFactoryInterfaceService',
  441.             'Sylius\\Component\\CoreBundle\\CatalogPromotion\\Calculator\\CatalogPromotionPriceCalculatorInterface' => 'getCatalogPromotionPriceCalculatorInterfaceService',
  442.             'Sylius\\Component\\Core\\Checker\\CLIContextCheckerInterface' => 'getCLIContextCheckerInterfaceService',
  443.             'Sylius\\Component\\Core\\Dashboard\\SalesDataProviderInterface' => 'getSalesDataProviderInterfaceService',
  444.             'Sylius\\Component\\Core\\Distributor\\MinimumPriceDistributorInterface' => 'getMinimumPriceDistributorInterfaceService',
  445.             'Sylius\\Component\\Core\\Factory\\PaymentMethodFactoryInterface' => 'getPaymentMethodFactoryInterfaceService',
  446.             'Sylius\\Component\\Core\\Factory\\PromotionActionFactoryInterface' => 'getPromotionActionFactoryInterfaceService',
  447.             'Sylius\\Component\\Core\\Factory\\PromotionRuleFactoryInterface' => 'getPromotionRuleFactoryInterfaceService',
  448.             'Sylius\\Component\\Core\\Generator\\ImagePathGeneratorInterface' => 'getImagePathGeneratorInterfaceService',
  449.             'Sylius\\Component\\Core\\Inventory\\Operator\\OrderInventoryOperatorInterface' => 'getOrderInventoryOperatorInterfaceService',
  450.             'Sylius\\Component\\Order\\Factory\\AdjustmentFactoryInterface' => 'getAdjustmentFactoryInterfaceService',
  451.             'Sylius\\Component\\Payment\\Factory\\PaymentFactoryInterface' => 'getPaymentFactoryInterfaceService',
  452.             'Sylius\\Component\\Product\\Factory\\ProductFactoryInterface' => 'getProductFactoryInterfaceService',
  453.             'Sylius\\Component\\Product\\Factory\\ProductVariantFactoryInterface' => 'getProductVariantFactoryInterfaceService',
  454.             'Sylius\\Component\\Promotion\\Factory\\PromotionCouponFactoryInterface' => 'getPromotionCouponFactoryInterfaceService',
  455.             'Sylius\\Component\\Taxonomy\\Factory\\TaxonFactoryInterface' => 'getTaxonFactoryInterfaceService',
  456.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  457.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  458.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  459.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  460.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  461.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  462.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  463.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  464.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  465.             'api_platform.route_name_resolver' => 'getApiPlatform_RouteNameResolverService',
  466.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  467.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  468.             'app.controller.bikers.list.index' => 'getApp_Controller_Bikers_List_IndexService',
  469.             'app.controller.extras.generation_token' => 'getApp_Controller_Extras_GenerationTokenService',
  470.             'bitbag.controller.shipping_export' => 'getBitbag_Controller_ShippingExportService',
  471.             'bitbag.controller.shipping_gateway' => 'getBitbag_Controller_ShippingGatewayService',
  472.             'bitbag.factory.shipping_export' => 'getBitbag_Factory_ShippingExportService',
  473.             'bitbag.factory.shipping_gateway' => 'getBitbag_Factory_ShippingGatewayService',
  474.             'bitbag.repository.shipping_export' => 'getBitbag_Repository_ShippingExportService',
  475.             'bitbag.repository.shipping_gateway' => 'getBitbag_Repository_ShippingGatewayService',
  476.             'bitbag.shipping_export_plugin.controller.shipping_export_download_label_action' => 'getBitbag_ShippingExportPlugin_Controller_ShippingExportDownloadLabelActionService',
  477.             'bitbag_open_marketplace.controller.conversation_message' => 'getBitbagOpenMarketplace_Controller_ConversationMessageService',
  478.             'bitbag_open_marketplace.controller.vendor_image' => 'getBitbagOpenMarketplace_Controller_VendorImageService',
  479.             'bitbag_open_marketplace.controller.vendor_profile_update_image' => 'getBitbagOpenMarketplace_Controller_VendorProfileUpdateImageService',
  480.             'bitbag_open_marketplace.factory.conversation_message' => 'getBitbagOpenMarketplace_Factory_ConversationMessageService',
  481.             'bitbag_open_marketplace.factory.vendor_image' => 'getBitbagOpenMarketplace_Factory_VendorImageService',
  482.             'bitbag_open_marketplace.factory.vendor_profile_update_image' => 'getBitbagOpenMarketplace_Factory_VendorProfileUpdateImageService',
  483.             'bitbag_open_marketplace.repository.conversation_message' => 'getBitbagOpenMarketplace_Repository_ConversationMessageService',
  484.             'bitbag_open_marketplace.repository.vendor_image' => 'getBitbagOpenMarketplace_Repository_VendorImageService',
  485.             'bitbag_open_marketplace.repository.vendor_profile_update_image' => 'getBitbagOpenMarketplace_Repository_VendorProfileUpdateImageService',
  486.             'bitbag_sylius_cms_plugin.controller.action.admin.import_data' => 'getBitbagSyliusCmsPlugin_Controller_Action_Admin_ImportDataService',
  487.             'bitbag_sylius_cms_plugin.controller.action.admin.product_search' => 'getBitbagSyliusCmsPlugin_Controller_Action_Admin_ProductSearchService',
  488.             'bitbag_sylius_cms_plugin.controller.action.admin.taxon_search' => 'getBitbagSyliusCmsPlugin_Controller_Action_Admin_TaxonSearchService',
  489.             'bitbag_sylius_cms_plugin.controller.action.admin.upload_editor_image' => 'getBitbagSyliusCmsPlugin_Controller_Action_Admin_UploadEditorImageService',
  490.             'bitbag_sylius_cms_plugin.controller.block' => 'getBitbagSyliusCmsPlugin_Controller_BlockService',
  491.             'bitbag_sylius_cms_plugin.controller.block_translation' => 'getBitbagSyliusCmsPlugin_Controller_BlockTranslationService',
  492.             'bitbag_sylius_cms_plugin.controller.frequently_asked_question' => 'getBitbagSyliusCmsPlugin_Controller_FrequentlyAskedQuestionService',
  493.             'bitbag_sylius_cms_plugin.controller.frequently_asked_question_translation' => 'getBitbagSyliusCmsPlugin_Controller_FrequentlyAskedQuestionTranslationService',
  494.             'bitbag_sylius_cms_plugin.controller.helper.form_errors_flash' => 'getBitbagSyliusCmsPlugin_Controller_Helper_FormErrorsFlashService',
  495.             'bitbag_sylius_cms_plugin.controller.media' => 'getBitbagSyliusCmsPlugin_Controller_MediaService',
  496.             'bitbag_sylius_cms_plugin.controller.media.overriden' => 'getBitbagSyliusCmsPlugin_Controller_Media_OverridenService',
  497.             'bitbag_sylius_cms_plugin.controller.media_translation' => 'getBitbagSyliusCmsPlugin_Controller_MediaTranslationService',
  498.             'bitbag_sylius_cms_plugin.controller.page' => 'getBitbagSyliusCmsPlugin_Controller_PageService',
  499.             'bitbag_sylius_cms_plugin.controller.page.overriden' => 'getBitbagSyliusCmsPlugin_Controller_Page_OverridenService',
  500.             'bitbag_sylius_cms_plugin.controller.page_slug' => 'getBitbagSyliusCmsPlugin_Controller_PageSlugService',
  501.             'bitbag_sylius_cms_plugin.controller.page_translation' => 'getBitbagSyliusCmsPlugin_Controller_PageTranslationService',
  502.             'bitbag_sylius_cms_plugin.controller.section' => 'getBitbagSyliusCmsPlugin_Controller_SectionService',
  503.             'bitbag_sylius_cms_plugin.controller.section_translation' => 'getBitbagSyliusCmsPlugin_Controller_SectionTranslationService',
  504.             'bitbag_sylius_cms_plugin.factory.block' => 'getBitbagSyliusCmsPlugin_Factory_BlockService',
  505.             'bitbag_sylius_cms_plugin.factory.block_translation' => 'getBitbagSyliusCmsPlugin_Factory_BlockTranslationService',
  506.             'bitbag_sylius_cms_plugin.factory.frequently_asked_question' => 'getBitbagSyliusCmsPlugin_Factory_FrequentlyAskedQuestionService',
  507.             'bitbag_sylius_cms_plugin.factory.frequently_asked_question_translation' => 'getBitbagSyliusCmsPlugin_Factory_FrequentlyAskedQuestionTranslationService',
  508.             'bitbag_sylius_cms_plugin.factory.media' => 'getBitbagSyliusCmsPlugin_Factory_MediaService',
  509.             'bitbag_sylius_cms_plugin.factory.media_translation' => 'getBitbagSyliusCmsPlugin_Factory_MediaTranslationService',
  510.             'bitbag_sylius_cms_plugin.factory.page' => 'getBitbagSyliusCmsPlugin_Factory_PageService',
  511.             'bitbag_sylius_cms_plugin.factory.page_translation' => 'getBitbagSyliusCmsPlugin_Factory_PageTranslationService',
  512.             'bitbag_sylius_cms_plugin.factory.section' => 'getBitbagSyliusCmsPlugin_Factory_SectionService',
  513.             'bitbag_sylius_cms_plugin.factory.section_translation' => 'getBitbagSyliusCmsPlugin_Factory_SectionTranslationService',
  514.             'bitbag_sylius_cms_plugin.repository.block_translation' => 'getBitbagSyliusCmsPlugin_Repository_BlockTranslationService',
  515.             'bitbag_sylius_cms_plugin.repository.frequently_asked_question' => 'getBitbagSyliusCmsPlugin_Repository_FrequentlyAskedQuestionService',
  516.             'bitbag_sylius_cms_plugin.repository.frequently_asked_question_translation' => 'getBitbagSyliusCmsPlugin_Repository_FrequentlyAskedQuestionTranslationService',
  517.             'bitbag_sylius_cms_plugin.repository.media_translation' => 'getBitbagSyliusCmsPlugin_Repository_MediaTranslationService',
  518.             'bitbag_sylius_cms_plugin.repository.page_translation' => 'getBitbagSyliusCmsPlugin_Repository_PageTranslationService',
  519.             'bitbag_sylius_cms_plugin.repository.section' => 'getBitbagSyliusCmsPlugin_Repository_SectionService',
  520.             'bitbag_sylius_cms_plugin.repository.section_translation' => 'getBitbagSyliusCmsPlugin_Repository_SectionTranslationService',
  521.             'bitbag_sylius_cms_plugin.resolver.page_resource' => 'getBitbagSyliusCmsPlugin_Resolver_PageResourceService',
  522.             'bitbag_sylius_wishlist_plugin.context.wishlist' => 'getBitbagSyliusWishlistPlugin_Context_WishlistService',
  523.             'bitbag_sylius_wishlist_plugin.controller.action.add_product_to_selected_wishlist' => 'getBitbagSyliusWishlistPlugin_Controller_Action_AddProductToSelectedWishlistService',
  524.             'bitbag_sylius_wishlist_plugin.controller.action.add_product_to_wishlist' => 'getBitbagSyliusWishlistPlugin_Controller_Action_AddProductToWishlistService',
  525.             'bitbag_sylius_wishlist_plugin.controller.action.add_product_variant_to_wishlist' => 'getBitbagSyliusWishlistPlugin_Controller_Action_AddProductVariantToWishlistService',
  526.             'bitbag_sylius_wishlist_plugin.controller.action.add_products_to_wishlist' => 'getBitbagSyliusWishlistPlugin_Controller_Action_AddProductsToWishlistService',
  527.             'bitbag_sylius_wishlist_plugin.controller.action.add_selected_products_to_cart' => 'getBitbagSyliusWishlistPlugin_Controller_Action_AddSelectedProductsToCartService',
  528.             'bitbag_sylius_wishlist_plugin.controller.action.add_wishlists_to_user' => 'getBitbagSyliusWishlistPlugin_Controller_Action_AddWishlistsToUserService',
  529.             'bitbag_sylius_wishlist_plugin.controller.action.api_platform.remove_product_from_wishlist_action' => 'getBitbagSyliusWishlistPlugin_Controller_Action_ApiPlatform_RemoveProductFromWishlistActionService',
  530.             'bitbag_sylius_wishlist_plugin.controller.action.api_platform.remove_product_variant_from_wishlist_action' => 'getBitbagSyliusWishlistPlugin_Controller_Action_ApiPlatform_RemoveProductVariantFromWishlistActionService',
  531.             'bitbag_sylius_wishlist_plugin.controller.action.api_platform.remove_wishlist_action' => 'getBitbagSyliusWishlistPlugin_Controller_Action_ApiPlatform_RemoveWishlistActionService',
  532.             'bitbag_sylius_wishlist_plugin.controller.action.clean_wishlist' => 'getBitbagSyliusWishlistPlugin_Controller_Action_CleanWishlistService',
  533.             'bitbag_sylius_wishlist_plugin.controller.action.copy_selected_products_to_other_wishlist' => 'getBitbagSyliusWishlistPlugin_Controller_Action_CopySelectedProductsToOtherWishlistService',
  534.             'bitbag_sylius_wishlist_plugin.controller.action.create_new_wishlist' => 'getBitbagSyliusWishlistPlugin_Controller_Action_CreateNewWishlistService',
  535.             'bitbag_sylius_wishlist_plugin.controller.action.export_selected_products_to_csv' => 'getBitbagSyliusWishlistPlugin_Controller_Action_ExportSelectedProductsToCsvService',
  536.             'bitbag_sylius_wishlist_plugin.controller.action.export_wishlist_to_pdf_action' => 'getBitbagSyliusWishlistPlugin_Controller_Action_ExportWishlistToPdfActionService',
  537.             'bitbag_sylius_wishlist_plugin.controller.action.import_from_csv' => 'getBitbagSyliusWishlistPlugin_Controller_Action_ImportFromCsvService',
  538.             'bitbag_sylius_wishlist_plugin.controller.action.list_wishlist_products' => 'getBitbagSyliusWishlistPlugin_Controller_Action_ListWishlistProductsService',
  539.             'bitbag_sylius_wishlist_plugin.controller.action.list_wishlists' => 'getBitbagSyliusWishlistPlugin_Controller_Action_ListWishlistsService',
  540.             'bitbag_sylius_wishlist_plugin.controller.action.remove_product_from_wishlist' => 'getBitbagSyliusWishlistPlugin_Controller_Action_RemoveProductFromWishlistService',
  541.             'bitbag_sylius_wishlist_plugin.controller.action.remove_product_variant_from_wishlist' => 'getBitbagSyliusWishlistPlugin_Controller_Action_RemoveProductVariantFromWishlistService',
  542.             'bitbag_sylius_wishlist_plugin.controller.action.remove_selected_products_from_wishlist' => 'getBitbagSyliusWishlistPlugin_Controller_Action_RemoveSelectedProductsFromWishlistService',
  543.             'bitbag_sylius_wishlist_plugin.controller.action.render_header_template' => 'getBitbagSyliusWishlistPlugin_Controller_Action_RenderHeaderTemplateService',
  544.             'bitbag_sylius_wishlist_plugin.controller.action.show_chosen_wishlist' => 'getBitbagSyliusWishlistPlugin_Controller_Action_ShowChosenWishlistService',
  545.             'bitbag_sylius_wishlist_plugin.controller.action.update_wishlist_name_action' => 'getBitbagSyliusWishlistPlugin_Controller_Action_UpdateWishlistNameActionService',
  546.             'bitbag_sylius_wishlist_plugin.controller.wishlist' => 'getBitbagSyliusWishlistPlugin_Controller_WishlistService',
  547.             'bitbag_sylius_wishlist_plugin.controller.wishlist_product' => 'getBitbagSyliusWishlistPlugin_Controller_WishlistProductService',
  548.             'bitbag_sylius_wishlist_plugin.factory.wishlist_product' => 'getBitbagSyliusWishlistPlugin_Factory_WishlistProductService',
  549.             'bitbag_sylius_wishlist_plugin.repository.wishlist_product' => 'getBitbagSyliusWishlistPlugin_Repository_WishlistProductService',
  550.             'cache.app_clearer' => 'getCache_AppClearerService',
  551.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  552.             'cache.system_clearer' => 'getCache_SystemClearerService',
  553.             'cache_warmer' => 'getCacheWarmerService',
  554.             'console.command.public_alias.Sylius\\Bundle\\FixturesBundle\\Command\\FixturesListCommand' => 'getFixturesListCommandService',
  555.             'console.command.public_alias.Sylius\\Bundle\\FixturesBundle\\Command\\FixturesLoadCommand' => 'getFixturesLoadCommandService',
  556.             'console.command.public_alias.Sylius\\Bundle\\ThemeBundle\\Command\\AssetsInstallCommand' => 'getAssetsInstallCommandService',
  557.             'console.command.public_alias.Sylius\\Bundle\\ThemeBundle\\Command\\ListCommand' => 'getListCommandService',
  558.             'console.command.public_alias.bitbag_sylius_cms_plugin.command.import_from_csv' => 'getConsole_Command_PublicAlias_BitbagSyliusCmsPlugin_Command_ImportFromCsvService',
  559.             'console.command_loader' => 'getConsole_CommandLoaderService',
  560.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  561.             'error_controller' => 'getErrorControllerService',
  562.             'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  563.             'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
  564.             'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  565.             'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
  566.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  567.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  568.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  569.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  570.             'hateoas.configuration.metadata_driver' => 'getHateoas_Configuration_MetadataDriverService',
  571.             'hateoas.configuration.provider' => 'getHateoas_Configuration_ProviderService',
  572.             'hateoas.event_listener.json' => 'getHateoas_EventListener_JsonService',
  573.             'hateoas.event_listener.xml' => 'getHateoas_EventListener_XmlService',
  574.             'jms_serializer' => 'getJmsSerializerService',
  575.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  576.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  577.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  578.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  579.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  580.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  581.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  582.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  583.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  584.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  585.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  586.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  587.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  588.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  589.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  590.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  591.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  592.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  593.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  594.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  595.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  596.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  597.             'odiseo_blog.controller.article' => 'getOdiseoBlog_Controller_ArticleService',
  598.             'odiseo_blog.controller.article_category' => 'getOdiseoBlog_Controller_ArticleCategoryService',
  599.             'odiseo_blog.controller.article_category_translation' => 'getOdiseoBlog_Controller_ArticleCategoryTranslationService',
  600.             'odiseo_blog.controller.article_comment' => 'getOdiseoBlog_Controller_ArticleCommentService',
  601.             'odiseo_blog.controller.article_image' => 'getOdiseoBlog_Controller_ArticleImageService',
  602.             'odiseo_blog.controller.article_translation' => 'getOdiseoBlog_Controller_ArticleTranslationService',
  603.             'odiseo_blog.factory.article' => 'getOdiseoBlog_Factory_ArticleService',
  604.             'odiseo_blog.factory.article_category' => 'getOdiseoBlog_Factory_ArticleCategoryService',
  605.             'odiseo_blog.factory.article_category_translation' => 'getOdiseoBlog_Factory_ArticleCategoryTranslationService',
  606.             'odiseo_blog.factory.article_image' => 'getOdiseoBlog_Factory_ArticleImageService',
  607.             'odiseo_blog.factory.article_translation' => 'getOdiseoBlog_Factory_ArticleTranslationService',
  608.             'odiseo_blog.repository.article' => 'getOdiseoBlog_Repository_ArticleService',
  609.             'odiseo_blog.repository.article_category' => 'getOdiseoBlog_Repository_ArticleCategoryService',
  610.             'odiseo_blog.repository.article_category_translation' => 'getOdiseoBlog_Repository_ArticleCategoryTranslationService',
  611.             'odiseo_blog.repository.article_comment' => 'getOdiseoBlog_Repository_ArticleCommentService',
  612.             'odiseo_blog.repository.article_image' => 'getOdiseoBlog_Repository_ArticleImageService',
  613.             'odiseo_blog.repository.article_translation' => 'getOdiseoBlog_Repository_ArticleTranslationService',
  614.             'open_marketplace.controller.action.admin.product_listing.accept_action' => 'getOpenMarketplace_Controller_Action_Admin_ProductListing_AcceptActionService',
  615.             'open_marketplace.controller.action.admin.product_listing.reject_action' => 'getOpenMarketplace_Controller_Action_Admin_ProductListing_RejectActionService',
  616.             'open_marketplace.controller.action.admin.product_listing.show_action' => 'getOpenMarketplace_Controller_Action_Admin_ProductListing_ShowActionService',
  617.             'open_marketplace.controller.action.conversation.create_new_conversation_action' => 'getOpenMarketplace_Controller_Action_Conversation_CreateNewConversationActionService',
  618.             'open_marketplace.controller.action.conversation.send_archive_request_action' => 'getOpenMarketplace_Controller_Action_Conversation_SendArchiveRequestActionService',
  619.             'open_marketplace.controller.action.conversation_message.add_message_action' => 'getOpenMarketplace_Controller_Action_ConversationMessage_AddMessageActionService',
  620.             'open_marketplace.controller.action.vendor.product_listing.accept_action' => 'getOpenMarketplace_Controller_Action_Vendor_ProductListing_AcceptActionService',
  621.             'open_marketplace.controller.action.vendor.product_listing.create_product_action' => 'getOpenMarketplace_Controller_Action_Vendor_ProductListing_CreateProductActionService',
  622.             'open_marketplace.controller.action.vendor.product_listing.edit_product_action' => 'getOpenMarketplace_Controller_Action_Vendor_ProductListing_EditProductActionService',
  623.             'open_marketplace.controller.action.vendor.product_listing.send_for_verification' => 'getOpenMarketplace_Controller_Action_Vendor_ProductListing_SendForVerificationService',
  624.             'open_marketplace.controller.action.vendor.resend_order_confirmation_email_action' => 'getOpenMarketplace_Controller_Action_Vendor_ResendOrderConfirmationEmailActionService',
  625.             'open_marketplace.controller.admin.article.create_action' => 'getOpenMarketplace_Controller_Admin_Article_CreateActionService',
  626.             'open_marketplace.controller.bikers.no_connected_controller' => 'getOpenMarketplace_Controller_Bikers_NoConnectedControllerService',
  627.             'open_marketplace.controller.boxtal_controller' => 'getOpenMarketplace_Controller_BoxtalControllerService',
  628.             'open_marketplace.controller.checkout_controller' => 'getOpenMarketplace_Controller_CheckoutControllerService',
  629.             'open_marketplace.controller.confirm_profile_update_action' => 'getOpenMarketplace_Controller_ConfirmProfileUpdateActionService',
  630.             'open_marketplace.controller.conversation' => 'getOpenMarketplace_Controller_ConversationService',
  631.             'open_marketplace.controller.conversation.conversation_controller' => 'getOpenMarketplace_Controller_Conversation_ConversationControllerService',
  632.             'open_marketplace.controller.conversation_category' => 'getOpenMarketplace_Controller_ConversationCategoryService',
  633.             'open_marketplace.controller.draftAttributes' => 'getOpenMarketplace_Controller_DraftAttributesService',
  634.             'open_marketplace.controller.draft_attribute' => 'getOpenMarketplace_Controller_DraftAttributeService',
  635.             'open_marketplace.controller.draft_attribute_translation' => 'getOpenMarketplace_Controller_DraftAttributeTranslationService',
  636.             'open_marketplace.controller.draft_attribute_value' => 'getOpenMarketplace_Controller_DraftAttributeValueService',
  637.             'open_marketplace.controller.enable_product_listing_action' => 'getOpenMarketplace_Controller_EnableProductListingActionService',
  638.             'open_marketplace.controller.extras.redirect_inscription_controller' => 'getOpenMarketplace_Controller_Extras_RedirectInscriptionControllerService',
  639.             'open_marketplace.controller.mango_pay_controller' => 'getOpenMarketplace_Controller_MangoPayControllerService',
  640.             'open_marketplace.controller.order.order_controller' => 'getOpenMarketplace_Controller_Order_OrderControllerService',
  641.             'open_marketplace.controller.product_draft' => 'getOpenMarketplace_Controller_ProductDraftService',
  642.             'open_marketplace.controller.product_draft_image' => 'getOpenMarketplace_Controller_ProductDraftImageService',
  643.             'open_marketplace.controller.product_draft_taxons' => 'getOpenMarketplace_Controller_ProductDraftTaxonsService',
  644.             'open_marketplace.controller.product_listing' => 'getOpenMarketplace_Controller_ProductListingService',
  645.             'open_marketplace.controller.product_listing.remove_action' => 'getOpenMarketplace_Controller_ProductListing_RemoveActionService',
  646.             'open_marketplace.controller.product_listing.restore_action' => 'getOpenMarketplace_Controller_ProductListing_RestoreActionService',
  647.             'open_marketplace.controller.product_listing_price' => 'getOpenMarketplace_Controller_ProductListingPriceService',
  648.             'open_marketplace.controller.product_translation' => 'getOpenMarketplace_Controller_ProductTranslationService',
  649.             'open_marketplace.controller.product_value_sc' => 'getOpenMarketplace_Controller_ProductValueScService',
  650.             'open_marketplace.controller.show_vendor_page_action' => 'getOpenMarketplace_Controller_ShowVendorPageActionService',
  651.             'open_marketplace.controller.vendor' => 'getOpenMarketplace_Controller_VendorService',
  652.             'open_marketplace.controller.vendor_address' => 'getOpenMarketplace_Controller_VendorAddressService',
  653.             'open_marketplace.controller.vendor_address_update' => 'getOpenMarketplace_Controller_VendorAddressUpdateService',
  654.             'open_marketplace.controller.vendor_controller' => 'getOpenMarketplace_Controller_VendorControllerService',
  655.             'open_marketplace.controller.vendor_profile_update' => 'getOpenMarketplace_Controller_VendorProfileUpdateService',
  656.             'open_marketplace.controller.vendor_shipping_method' => 'getOpenMarketplace_Controller_VendorShippingMethodService',
  657.             'open_marketplace.factory.conversation' => 'getOpenMarketplace_Factory_ConversationService',
  658.             'open_marketplace.factory.conversation_category' => 'getOpenMarketplace_Factory_ConversationCategoryService',
  659.             'open_marketplace.factory.draft_attribute' => 'getOpenMarketplace_Factory_DraftAttributeService',
  660.             'open_marketplace.factory.draft_attribute_translation' => 'getOpenMarketplace_Factory_DraftAttributeTranslationService',
  661.             'open_marketplace.factory.draft_attribute_value' => 'getOpenMarketplace_Factory_DraftAttributeValueService',
  662.             'open_marketplace.factory.product_draft' => 'getOpenMarketplace_Factory_ProductDraftService',
  663.             'open_marketplace.factory.product_draft_taxons' => 'getOpenMarketplace_Factory_ProductDraftTaxonsService',
  664.             'open_marketplace.factory.product_listing' => 'getOpenMarketplace_Factory_ProductListingService',
  665.             'open_marketplace.factory.product_listing_price' => 'getOpenMarketplace_Factory_ProductListingPriceService',
  666.             'open_marketplace.factory.product_taxon' => 'getOpenMarketplace_Factory_ProductTaxonService',
  667.             'open_marketplace.factory.product_translation' => 'getOpenMarketplace_Factory_ProductTranslationService',
  668.             'open_marketplace.factory.product_value_sc' => 'getOpenMarketplace_Factory_ProductValueScService',
  669.             'open_marketplace.factory.vendor' => 'getOpenMarketplace_Factory_VendorService',
  670.             'open_marketplace.factory.vendor_address' => 'getOpenMarketplace_Factory_VendorAddressService',
  671.             'open_marketplace.factory.vendor_address_update' => 'getOpenMarketplace_Factory_VendorAddressUpdateService',
  672.             'open_marketplace.factory.vendor_profile_update' => 'getOpenMarketplace_Factory_VendorProfileUpdateService',
  673.             'open_marketplace.fixture.attribute' => 'getOpenMarketplace_Fixture_AttributeService',
  674.             'open_marketplace.fixture.conversation' => 'getOpenMarketplace_Fixture_ConversationService',
  675.             'open_marketplace.fixture.conversation_category' => 'getOpenMarketplace_Fixture_ConversationCategoryService',
  676.             'open_marketplace.fixture.example_factory.attribute' => 'getOpenMarketplace_Fixture_ExampleFactory_AttributeService',
  677.             'open_marketplace.fixture.example_factory.conversation' => 'getOpenMarketplace_Fixture_ExampleFactory_ConversationService',
  678.             'open_marketplace.fixture.example_factory.order' => 'getOpenMarketplace_Fixture_ExampleFactory_OrderService',
  679.             'open_marketplace.fixture.example_factory.product_listing' => 'getOpenMarketplace_Fixture_ExampleFactory_ProductListingService',
  680.             'open_marketplace.fixture.example_factory.vendor' => 'getOpenMarketplace_Fixture_ExampleFactory_VendorService',
  681.             'open_marketplace.fixture.order' => 'getOpenMarketplace_Fixture_OrderService',
  682.             'open_marketplace.fixture.product_listing' => 'getOpenMarketplace_Fixture_ProductListingService',
  683.             'open_marketplace.fixture.vendor' => 'getOpenMarketplace_Fixture_VendorService',
  684.             'open_marketplace.repository.article_location_repository' => 'getOpenMarketplace_Repository_ArticleLocationRepositoryService',
  685.             'open_marketplace.repository.conversation' => 'getOpenMarketplace_Repository_ConversationService',
  686.             'open_marketplace.repository.conversation_category' => 'getOpenMarketplace_Repository_ConversationCategoryService',
  687.             'open_marketplace.repository.draft_attribute' => 'getOpenMarketplace_Repository_DraftAttributeService',
  688.             'open_marketplace.repository.draft_attribute_translation' => 'getOpenMarketplace_Repository_DraftAttributeTranslationService',
  689.             'open_marketplace.repository.draft_attribute_value' => 'getOpenMarketplace_Repository_DraftAttributeValueService',
  690.             'open_marketplace.repository.product_draft_image' => 'getOpenMarketplace_Repository_ProductDraftImageService',
  691.             'open_marketplace.repository.product_draft_taxons' => 'getOpenMarketplace_Repository_ProductDraftTaxonsService',
  692.             'open_marketplace.repository.product_listing' => 'getOpenMarketplace_Repository_ProductListingService',
  693.             'open_marketplace.repository.product_listing_price' => 'getOpenMarketplace_Repository_ProductListingPriceService',
  694.             'open_marketplace.repository.product_taxon' => 'getOpenMarketplace_Repository_ProductTaxonService',
  695.             'open_marketplace.repository.product_value_sc' => 'getOpenMarketplace_Repository_ProductValueScService',
  696.             'open_marketplace.repository.vendor' => 'getOpenMarketplace_Repository_VendorService',
  697.             'open_marketplace.repository.vendor_address' => 'getOpenMarketplace_Repository_VendorAddressService',
  698.             'open_marketplace.repository.vendor_address_update' => 'getOpenMarketplace_Repository_VendorAddressUpdateService',
  699.             'open_marketplace.repository.vendor_profile_update' => 'getOpenMarketplace_Repository_VendorProfileUpdateService',
  700.             'open_marketplace.repository.vendor_repository' => 'getOpenMarketplace_Repository_VendorRepositoryService',
  701.             'open_marketplace.repository.vendor_shipping_method' => 'getOpenMarketplace_Repository_VendorShippingMethodService',
  702.             'open_marketplace.state_machine.product_draft' => 'getOpenMarketplace_StateMachine_ProductDraftService',
  703.             'open_marketplace.updater.vendor_profile_updater' => 'getOpenMarketplace_Updater_VendorProfileUpdaterService',
  704.             'payum' => 'getPayumService',
  705.             'payum.action.get_http_request' => 'getPayum_Action_GetHttpRequestService',
  706.             'payum.action.obtain_credit_card_builder' => 'getPayum_Action_ObtainCreditCardBuilderService',
  707.             'payum.converter.reply_to_http_response' => 'getPayum_Converter_ReplyToHttpResponseService',
  708.             'payum.dynamic_gateways.config_storage' => 'getPayum_DynamicGateways_ConfigStorageService',
  709.             'payum.dynamic_registry' => 'getPayum_DynamicRegistryService',
  710.             'payum.extension.log_executed_actions' => 'getPayum_Extension_LogExecutedActionsService',
  711.             'payum.extension.logger' => 'getPayum_Extension_LoggerService',
  712.             'payum.extension.storage.bitbag_openmarketplace_entity_order' => 'getPayum_Extension_Storage_BitbagOpenmarketplaceEntityOrderService',
  713.             'payum.extension.storage.sylius_component_core_model_payment' => 'getPayum_Extension_Storage_SyliusComponentCoreModelPaymentService',
  714.             'payum.form.extension.gateway_factories_choice' => 'getPayum_Form_Extension_GatewayFactoriesChoiceService',
  715.             'payum.form.type.credit_card' => 'getPayum_Form_Type_CreditCardService',
  716.             'payum.form.type.credit_card_expiration_date' => 'getPayum_Form_Type_CreditCardExpirationDateService',
  717.             'payum.form.type.gateway_config' => 'getPayum_Form_Type_GatewayConfigService',
  718.             'payum.form.type.gateway_factories_choice' => 'getPayum_Form_Type_GatewayFactoriesChoiceService',
  719.             'payum.listener.reply_to_http_response' => 'getPayum_Listener_ReplyToHttpResponseService',
  720.             'payum.security.token_storage' => 'getPayum_Security_TokenStorageService',
  721.             'payum.static_registry' => 'getPayum_StaticRegistryService',
  722.             'payum.storage.bitbag_openmarketplace_entity_order' => 'getPayum_Storage_BitbagOpenmarketplaceEntityOrderService',
  723.             'payum.storage.sylius_bundle_payumbundle_model_gatewayconfig' => 'getPayum_Storage_SyliusBundlePayumbundleModelGatewayconfigService',
  724.             'payum.storage.sylius_bundle_payumbundle_model_paymentsecuritytoken' => 'getPayum_Storage_SyliusBundlePayumbundleModelPaymentsecuritytokenService',
  725.             'payum.storage.sylius_component_core_model_payment' => 'getPayum_Storage_SyliusComponentCoreModelPaymentService',
  726.             'routing.loader' => 'getRouting_LoaderService',
  727.             'security.authentication_manager' => 'getSecurity_AuthenticationManagerService',
  728.             'services_resetter' => 'getServicesResetterService',
  729.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  730.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  731.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  732.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  733.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  734.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  735.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  736.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  737.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  738.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  739.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  740.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  741.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  742.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  743.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  744.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  745.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  746.             'sylius.active_promotions_provider' => 'getSylius_ActivePromotionsProviderService',
  747.             'sylius.address_comparator' => 'getSylius_AddressComparatorService',
  748.             'sylius.admin.menu_builder.customer.show' => 'getSylius_Admin_MenuBuilder_Customer_ShowService',
  749.             'sylius.admin.menu_builder.main' => 'getSylius_Admin_MenuBuilder_MainService',
  750.             'sylius.admin.menu_builder.order.show' => 'getSylius_Admin_MenuBuilder_Order_ShowService',
  751.             'sylius.admin.menu_builder.product.update' => 'getSylius_Admin_MenuBuilder_Product_UpdateService',
  752.             'sylius.admin.menu_builder.product_form' => 'getSylius_Admin_MenuBuilder_ProductFormService',
  753.             'sylius.admin.menu_builder.product_variant_form' => 'getSylius_Admin_MenuBuilder_ProductVariantFormService',
  754.             'sylius.admin.menu_builder.promotion.update' => 'getSylius_Admin_MenuBuilder_Promotion_UpdateService',
  755.             'sylius.admin_user.pin_generator.password_reset' => 'getSylius_AdminUser_PinGenerator_PasswordResetService',
  756.             'sylius.admin_user.token_generator.email_verification' => 'getSylius_AdminUser_TokenGenerator_EmailVerificationService',
  757.             'sylius.admin_user.token_generator.password_reset' => 'getSylius_AdminUser_TokenGenerator_PasswordResetService',
  758.             'sylius.api.archived_shipping_methods_filter' => 'getSylius_Api_ArchivedShippingMethodsFilterService',
  759.             'sylius.api.product_association_type_filter' => 'getSylius_Api_ProductAssociationTypeFilterService',
  760.             'sylius.api.product_name_filter' => 'getSylius_Api_ProductNameFilterService',
  761.             'sylius.api.product_order_filter' => 'getSylius_Api_ProductOrderFilterService',
  762.             'sylius.api.product_price_filter' => 'getSylius_Api_ProductPriceFilterService',
  763.             'sylius.api.product_review_date_filter' => 'getSylius_Api_ProductReviewDateFilterService',
  764.             'sylius.api.product_review_product_filter' => 'getSylius_Api_ProductReviewProductFilterService',
  765.             'sylius.api.product_taxon_code_filter' => 'getSylius_Api_ProductTaxonCodeFilterService',
  766.             'sylius.api.product_variant_product_filter' => 'getSylius_Api_ProductVariantProductFilterService',
  767.             'sylius.api.search_payment_filter' => 'getSylius_Api_SearchPaymentFilterService',
  768.             'sylius.api.search_shipment_filter' => 'getSylius_Api_SearchShipmentFilterService',
  769.             'sylius.api.shipping_method_order_filter' => 'getSylius_Api_ShippingMethodOrderFilterService',
  770.             'sylius.attribute_type.checkbox' => 'getSylius_AttributeType_CheckboxService',
  771.             'sylius.attribute_type.date' => 'getSylius_AttributeType_DateService',
  772.             'sylius.attribute_type.datetime' => 'getSylius_AttributeType_DatetimeService',
  773.             'sylius.attribute_type.integer' => 'getSylius_AttributeType_IntegerService',
  774.             'sylius.attribute_type.percent' => 'getSylius_AttributeType_PercentService',
  775.             'sylius.attribute_type.select' => 'getSylius_AttributeType_SelectService',
  776.             'sylius.attribute_type.select.value.translations' => 'getSylius_AttributeType_Select_Value_TranslationsService',
  777.             'sylius.attribute_type.text' => 'getSylius_AttributeType_TextService',
  778.             'sylius.attribute_type.textarea' => 'getSylius_AttributeType_TextareaService',
  779.             'sylius.available_product_option_values_resolver' => 'getSylius_AvailableProductOptionValuesResolverService',
  780.             'sylius.average_rating_calculator' => 'getSylius_AverageRatingCalculatorService',
  781.             'sylius.calendar' => 'getSylius_CalendarService',
  782.             'sylius.catalog_promotion.criteria.date_range' => 'getSylius_CatalogPromotion_Criteria_DateRangeService',
  783.             'sylius.catalog_promotion.criteria.enabled' => 'getSylius_CatalogPromotion_Criteria_EnabledService',
  784.             'sylius.checker.product_variants_parity' => 'getSylius_Checker_ProductVariantsParityService',
  785.             'sylius.commands_provider.database_setup' => 'getSylius_CommandsProvider_DatabaseSetupService',
  786.             'sylius.console.command.resource_debug' => 'getSylius_Console_Command_ResourceDebugService',
  787.             'sylius.controller.address' => 'getSylius_Controller_AddressService',
  788.             'sylius.controller.address_log_entry' => 'getSylius_Controller_AddressLogEntryService',
  789.             'sylius.controller.adjustment' => 'getSylius_Controller_AdjustmentService',
  790.             'sylius.controller.admin.dashboard' => 'getSylius_Controller_Admin_DashboardService',
  791.             'sylius.controller.admin.dashboard.statistics' => 'getSylius_Controller_Admin_Dashboard_StatisticsService',
  792.             'sylius.controller.admin.notification' => 'getSylius_Controller_Admin_NotificationService',
  793.             'sylius.controller.admin_user' => 'getSylius_Controller_AdminUserService',
  794.             'sylius.controller.avatar_image' => 'getSylius_Controller_AvatarImageService',
  795.             'sylius.controller.catalog_promotion' => 'getSylius_Controller_CatalogPromotionService',
  796.             'sylius.controller.catalog_promotion_action' => 'getSylius_Controller_CatalogPromotionActionService',
  797.             'sylius.controller.catalog_promotion_scope' => 'getSylius_Controller_CatalogPromotionScopeService',
  798.             'sylius.controller.catalog_promotion_translation' => 'getSylius_Controller_CatalogPromotionTranslationService',
  799.             'sylius.controller.channel' => 'getSylius_Controller_ChannelService',
  800.             'sylius.controller.channel_pricing' => 'getSylius_Controller_ChannelPricingService',
  801.             'sylius.controller.country' => 'getSylius_Controller_CountryService',
  802.             'sylius.controller.currency' => 'getSylius_Controller_CurrencyService',
  803.             'sylius.controller.customer' => 'getSylius_Controller_CustomerService',
  804.             'sylius.controller.customer_group' => 'getSylius_Controller_CustomerGroupService',
  805.             'sylius.controller.customer_statistics' => 'getSylius_Controller_CustomerStatisticsService',
  806.             'sylius.controller.exchange_rate' => 'getSylius_Controller_ExchangeRateService',
  807.             'sylius.controller.gateway_config' => 'getSylius_Controller_GatewayConfigService',
  808.             'sylius.controller.impersonate_user' => 'getSylius_Controller_ImpersonateUserService',
  809.             'sylius.controller.inventory_unit' => 'getSylius_Controller_InventoryUnitService',
  810.             'sylius.controller.locale' => 'getSylius_Controller_LocaleService',
  811.             'sylius.controller.oauth_user' => 'getSylius_Controller_OauthUserService',
  812.             'sylius.controller.order' => 'getSylius_Controller_OrderService',
  813.             'sylius.controller.order_item' => 'getSylius_Controller_OrderItemService',
  814.             'sylius.controller.order_item_unit' => 'getSylius_Controller_OrderItemUnitService',
  815.             'sylius.controller.payment' => 'getSylius_Controller_PaymentService',
  816.             'sylius.controller.payment_method' => 'getSylius_Controller_PaymentMethodService',
  817.             'sylius.controller.payment_method_translation' => 'getSylius_Controller_PaymentMethodTranslationService',
  818.             'sylius.controller.payment_security_token' => 'getSylius_Controller_PaymentSecurityTokenService',
  819.             'sylius.controller.payum' => 'getSylius_Controller_PayumService',
  820.             'sylius.controller.product' => 'getSylius_Controller_ProductService',
  821.             'sylius.controller.product.latest' => 'getSylius_Controller_Product_LatestService',
  822.             'sylius.controller.product_association' => 'getSylius_Controller_ProductAssociationService',
  823.             'sylius.controller.product_association_type' => 'getSylius_Controller_ProductAssociationTypeService',
  824.             'sylius.controller.product_association_type_translation' => 'getSylius_Controller_ProductAssociationTypeTranslationService',
  825.             'sylius.controller.product_attribute' => 'getSylius_Controller_ProductAttributeService',
  826.             'sylius.controller.product_attribute_translation' => 'getSylius_Controller_ProductAttributeTranslationService',
  827.             'sylius.controller.product_attribute_value' => 'getSylius_Controller_ProductAttributeValueService',
  828.             'sylius.controller.product_image' => 'getSylius_Controller_ProductImageService',
  829.             'sylius.controller.product_option' => 'getSylius_Controller_ProductOptionService',
  830.             'sylius.controller.product_option_translation' => 'getSylius_Controller_ProductOptionTranslationService',
  831.             'sylius.controller.product_option_value' => 'getSylius_Controller_ProductOptionValueService',
  832.             'sylius.controller.product_option_value_translation' => 'getSylius_Controller_ProductOptionValueTranslationService',
  833.             'sylius.controller.product_review' => 'getSylius_Controller_ProductReviewService',
  834.             'sylius.controller.product_slug' => 'getSylius_Controller_ProductSlugService',
  835.             'sylius.controller.product_taxon' => 'getSylius_Controller_ProductTaxonService',
  836.             'sylius.controller.product_translation' => 'getSylius_Controller_ProductTranslationService',
  837.             'sylius.controller.product_variant' => 'getSylius_Controller_ProductVariantService',
  838.             'sylius.controller.product_variant_translation' => 'getSylius_Controller_ProductVariantTranslationService',
  839.             'sylius.controller.promotion' => 'getSylius_Controller_PromotionService',
  840.             'sylius.controller.promotion_action' => 'getSylius_Controller_PromotionActionService',
  841.             'sylius.controller.promotion_coupon' => 'getSylius_Controller_PromotionCouponService',
  842.             'sylius.controller.promotion_rule' => 'getSylius_Controller_PromotionRuleService',
  843.             'sylius.controller.province' => 'getSylius_Controller_ProvinceService',
  844.             'sylius.controller.security' => 'getSylius_Controller_SecurityService',
  845.             'sylius.controller.shipment' => 'getSylius_Controller_ShipmentService',
  846.             'sylius.controller.shipment_unit' => 'getSylius_Controller_ShipmentUnitService',
  847.             'sylius.controller.shipping_category' => 'getSylius_Controller_ShippingCategoryService',
  848.             'sylius.controller.shipping_method' => 'getSylius_Controller_ShippingMethodService',
  849.             'sylius.controller.shipping_method_rule' => 'getSylius_Controller_ShippingMethodRuleService',
  850.             'sylius.controller.shipping_method_translation' => 'getSylius_Controller_ShippingMethodTranslationService',
  851.             'sylius.controller.shop.contact' => 'getSylius_Controller_Shop_ContactService',
  852.             'sylius.controller.shop.currency_switch' => 'getSylius_Controller_Shop_CurrencySwitchService',
  853.             'sylius.controller.shop.faq' => 'getSylius_Controller_Shop_FaqService',
  854.             'sylius.controller.shop.homepage' => 'getSylius_Controller_Shop_HomepageService',
  855.             'sylius.controller.shop.legal' => 'getSylius_Controller_Shop_LegalService',
  856.             'sylius.controller.shop.locale_switch' => 'getSylius_Controller_Shop_LocaleSwitchService',
  857.             'sylius.controller.shop.security_widget' => 'getSylius_Controller_Shop_SecurityWidgetService',
  858.             'sylius.controller.shop.service' => 'getSylius_Controller_Shop_ServiceService',
  859.             'sylius.controller.shop.whoarewe' => 'getSylius_Controller_Shop_WhoareweService',
  860.             'sylius.controller.shop_billing_data' => 'getSylius_Controller_ShopBillingDataService',
  861.             'sylius.controller.shop_user' => 'getSylius_Controller_ShopUserService',
  862.             'sylius.controller.tax_category' => 'getSylius_Controller_TaxCategoryService',
  863.             'sylius.controller.tax_rate' => 'getSylius_Controller_TaxRateService',
  864.             'sylius.controller.taxon' => 'getSylius_Controller_TaxonService',
  865.             'sylius.controller.taxon.index.action' => 'getSylius_Controller_Taxon_Index_ActionService',
  866.             'sylius.controller.taxon_image' => 'getSylius_Controller_TaxonImageService',
  867.             'sylius.controller.taxon_slug' => 'getSylius_Controller_TaxonSlugService',
  868.             'sylius.controller.taxon_translation' => 'getSylius_Controller_TaxonTranslationService',
  869.             'sylius.controller.user_security' => 'getSylius_Controller_UserSecurityService',
  870.             'sylius.controller.zone' => 'getSylius_Controller_ZoneService',
  871.             'sylius.controller.zone_member' => 'getSylius_Controller_ZoneMemberService',
  872.             'sylius.converter.country_name' => 'getSylius_Converter_CountryNameService',
  873.             'sylius.currency_name_converter' => 'getSylius_CurrencyNameConverterService',
  874.             'sylius.customer_ip_assigner' => 'getSylius_CustomerIpAssignerService',
  875.             'sylius.customer_order_addresses_saver' => 'getSylius_CustomerOrderAddressesSaverService',
  876.             'sylius.customer_statistics_provider' => 'getSylius_CustomerStatisticsProviderService',
  877.             'sylius.customer_unique_address_adder' => 'getSylius_CustomerUniqueAddressAdderService',
  878.             'sylius.dashboard.statistics_provider' => 'getSylius_Dashboard_StatisticsProviderService',
  879.             'sylius.doctrine.orm.event_subscriber.load_metadata.attribute' => 'getSylius_Doctrine_Orm_EventSubscriber_LoadMetadata_AttributeService',
  880.             'sylius.doctrine.orm.event_subscriber.load_metadata.review' => 'getSylius_Doctrine_Orm_EventSubscriber_LoadMetadata_ReviewService',
  881.             'sylius.email_manager.contact' => 'getSylius_EmailManager_ContactService',
  882.             'sylius.email_manager.order' => 'getSylius_EmailManager_OrderService',
  883.             'sylius.email_manager.shipment' => 'getSylius_EmailManager_ShipmentService',
  884.             'sylius.email_provider' => 'getSylius_EmailProviderService',
  885.             'sylius.email_renderer.adapter.default' => 'getSylius_EmailRenderer_Adapter_DefaultService',
  886.             'sylius.email_renderer.adapter.twig' => 'getSylius_EmailRenderer_Adapter_TwigService',
  887.             'sylius.email_sender' => 'getSylius_EmailSenderService',
  888.             'sylius.email_sender.adapter.default' => 'getSylius_EmailSender_Adapter_DefaultService',
  889.             'sylius.email_sender.adapter.swiftmailer' => 'getSylius_EmailSender_Adapter_SwiftmailerService',
  890.             'sylius.event_subscriber.orm_mapped_super_class' => 'getSylius_EventSubscriber_OrmMappedSuperClassService',
  891.             'sylius.event_subscriber.orm_repository_class' => 'getSylius_EventSubscriber_OrmRepositoryClassService',
  892.             'sylius.event_subscriber.resource_delete' => 'getSylius_EventSubscriber_ResourceDeleteService',
  893.             'sylius.expired_carts_remover' => 'getSylius_ExpiredCartsRemoverService',
  894.             'sylius.factory.add_to_cart_command' => 'getSylius_Factory_AddToCartCommandService',
  895.             'sylius.factory.address' => 'getSylius_Factory_AddressService',
  896.             'sylius.factory.address_log_entry' => 'getSylius_Factory_AddressLogEntryService',
  897.             'sylius.factory.admin_user' => 'getSylius_Factory_AdminUserService',
  898.             'sylius.factory.avatar_image' => 'getSylius_Factory_AvatarImageService',
  899.             'sylius.factory.cart_item' => 'getSylius_Factory_CartItemService',
  900.             'sylius.factory.catalog_promotion' => 'getSylius_Factory_CatalogPromotionService',
  901.             'sylius.factory.catalog_promotion_action' => 'getSylius_Factory_CatalogPromotionActionService',
  902.             'sylius.factory.catalog_promotion_scope' => 'getSylius_Factory_CatalogPromotionScopeService',
  903.             'sylius.factory.catalog_promotion_translation' => 'getSylius_Factory_CatalogPromotionTranslationService',
  904.             'sylius.factory.channel_pricing' => 'getSylius_Factory_ChannelPricingService',
  905.             'sylius.factory.country' => 'getSylius_Factory_CountryService',
  906.             'sylius.factory.currency' => 'getSylius_Factory_CurrencyService',
  907.             'sylius.factory.customer' => 'getSylius_Factory_CustomerService',
  908.             'sylius.factory.customer_after_checkout' => 'getSylius_Factory_CustomerAfterCheckoutService',
  909.             'sylius.factory.customer_group' => 'getSylius_Factory_CustomerGroupService',
  910.             'sylius.factory.email' => 'getSylius_Factory_EmailService',
  911.             'sylius.factory.exchange_rate' => 'getSylius_Factory_ExchangeRateService',
  912.             'sylius.factory.gateway_config' => 'getSylius_Factory_GatewayConfigService',
  913.             'sylius.factory.inventory_unit' => 'getSylius_Factory_InventoryUnitService',
  914.             'sylius.factory.locale' => 'getSylius_Factory_LocaleService',
  915.             'sylius.factory.oauth_user' => 'getSylius_Factory_OauthUserService',
  916.             'sylius.factory.order_item_unit' => 'getSylius_Factory_OrderItemUnitService',
  917.             'sylius.factory.order_sequence' => 'getSylius_Factory_OrderSequenceService',
  918.             'sylius.factory.payment_method_translation' => 'getSylius_Factory_PaymentMethodTranslationService',
  919.             'sylius.factory.payment_security_token' => 'getSylius_Factory_PaymentSecurityTokenService',
  920.             'sylius.factory.payum_get_status_action' => 'getSylius_Factory_PayumGetStatusActionService',
  921.             'sylius.factory.payum_resolve_next_route' => 'getSylius_Factory_PayumResolveNextRouteService',
  922.             'sylius.factory.product_association' => 'getSylius_Factory_ProductAssociationService',
  923.             'sylius.factory.product_association_type' => 'getSylius_Factory_ProductAssociationTypeService',
  924.             'sylius.factory.product_association_type_translation' => 'getSylius_Factory_ProductAssociationTypeTranslationService',
  925.             'sylius.factory.product_attribute' => 'getSylius_Factory_ProductAttributeService',
  926.             'sylius.factory.product_attribute_translation' => 'getSylius_Factory_ProductAttributeTranslationService',
  927.             'sylius.factory.product_attribute_value' => 'getSylius_Factory_ProductAttributeValueService',
  928.             'sylius.factory.product_image' => 'getSylius_Factory_ProductImageService',
  929.             'sylius.factory.product_option' => 'getSylius_Factory_ProductOptionService',
  930.             'sylius.factory.product_option_translation' => 'getSylius_Factory_ProductOptionTranslationService',
  931.             'sylius.factory.product_option_value' => 'getSylius_Factory_ProductOptionValueService',
  932.             'sylius.factory.product_option_value_translation' => 'getSylius_Factory_ProductOptionValueTranslationService',
  933.             'sylius.factory.product_review' => 'getSylius_Factory_ProductReviewService',
  934.             'sylius.factory.product_reviewer' => 'getSylius_Factory_ProductReviewerService',
  935.             'sylius.factory.product_taxon' => 'getSylius_Factory_ProductTaxonService',
  936.             'sylius.factory.product_translation' => 'getSylius_Factory_ProductTranslationService',
  937.             'sylius.factory.product_variant_translation' => 'getSylius_Factory_ProductVariantTranslationService',
  938.             'sylius.factory.promotion' => 'getSylius_Factory_PromotionService',
  939.             'sylius.factory.province' => 'getSylius_Factory_ProvinceService',
  940.             'sylius.factory.shipment' => 'getSylius_Factory_ShipmentService',
  941.             'sylius.factory.shipment_unit' => 'getSylius_Factory_ShipmentUnitService',
  942.             'sylius.factory.shipping_category' => 'getSylius_Factory_ShippingCategoryService',
  943.             'sylius.factory.shipping_method' => 'getSylius_Factory_ShippingMethodService',
  944.             'sylius.factory.shipping_method_rule' => 'getSylius_Factory_ShippingMethodRuleService',
  945.             'sylius.factory.shipping_method_translation' => 'getSylius_Factory_ShippingMethodTranslationService',
  946.             'sylius.factory.shop_billing_data' => 'getSylius_Factory_ShopBillingDataService',
  947.             'sylius.factory.shop_user' => 'getSylius_Factory_ShopUserService',
  948.             'sylius.factory.tax_category' => 'getSylius_Factory_TaxCategoryService',
  949.             'sylius.factory.tax_rate' => 'getSylius_Factory_TaxRateService',
  950.             'sylius.factory.taxon_image' => 'getSylius_Factory_TaxonImageService',
  951.             'sylius.factory.taxon_translation' => 'getSylius_Factory_TaxonTranslationService',
  952.             'sylius.factory.zone_member' => 'getSylius_Factory_ZoneMemberService',
  953.             'sylius.fixture.address' => 'getSylius_Fixture_AddressService',
  954.             'sylius.fixture.admin_user' => 'getSylius_Fixture_AdminUserService',
  955.             'sylius.fixture.book_product' => 'getSylius_Fixture_BookProductService',
  956.             'sylius.fixture.channel' => 'getSylius_Fixture_ChannelService',
  957.             'sylius.fixture.currency' => 'getSylius_Fixture_CurrencyService',
  958.             'sylius.fixture.customer_group' => 'getSylius_Fixture_CustomerGroupService',
  959.             'sylius.fixture.example_factory.address' => 'getSylius_Fixture_ExampleFactory_AddressService',
  960.             'sylius.fixture.example_factory.admin_user' => 'getSylius_Fixture_ExampleFactory_AdminUserService',
  961.             'sylius.fixture.example_factory.channel' => 'getSylius_Fixture_ExampleFactory_ChannelService',
  962.             'sylius.fixture.example_factory.customer_group' => 'getSylius_Fixture_ExampleFactory_CustomerGroupService',
  963.             'sylius.fixture.example_factory.order' => 'getSylius_Fixture_ExampleFactory_OrderService',
  964.             'sylius.fixture.example_factory.payment_method' => 'getSylius_Fixture_ExampleFactory_PaymentMethodService',
  965.             'sylius.fixture.example_factory.product' => 'getSylius_Fixture_ExampleFactory_ProductService',
  966.             'sylius.fixture.example_factory.product_association' => 'getSylius_Fixture_ExampleFactory_ProductAssociationService',
  967.             'sylius.fixture.example_factory.product_association_type' => 'getSylius_Fixture_ExampleFactory_ProductAssociationTypeService',
  968.             'sylius.fixture.example_factory.product_attribute' => 'getSylius_Fixture_ExampleFactory_ProductAttributeService',
  969.             'sylius.fixture.example_factory.product_option' => 'getSylius_Fixture_ExampleFactory_ProductOptionService',
  970.             'sylius.fixture.example_factory.product_review' => 'getSylius_Fixture_ExampleFactory_ProductReviewService',
  971.             'sylius.fixture.example_factory.promotion' => 'getSylius_Fixture_ExampleFactory_PromotionService',
  972.             'sylius.fixture.example_factory.promotion_action' => 'getSylius_Fixture_ExampleFactory_PromotionActionService',
  973.             'sylius.fixture.example_factory.promotion_rule' => 'getSylius_Fixture_ExampleFactory_PromotionRuleService',
  974.             'sylius.fixture.example_factory.shipping_category' => 'getSylius_Fixture_ExampleFactory_ShippingCategoryService',
  975.             'sylius.fixture.example_factory.shipping_method' => 'getSylius_Fixture_ExampleFactory_ShippingMethodService',
  976.             'sylius.fixture.example_factory.shop_user' => 'getSylius_Fixture_ExampleFactory_ShopUserService',
  977.             'sylius.fixture.example_factory.tax_category' => 'getSylius_Fixture_ExampleFactory_TaxCategoryService',
  978.             'sylius.fixture.example_factory.tax_rate' => 'getSylius_Fixture_ExampleFactory_TaxRateService',
  979.             'sylius.fixture.example_factory.taxon' => 'getSylius_Fixture_ExampleFactory_TaxonService',
  980.             'sylius.fixture.geographical' => 'getSylius_Fixture_GeographicalService',
  981.             'sylius.fixture.locale' => 'getSylius_Fixture_LocaleService',
  982.             'sylius.fixture.mug_product' => 'getSylius_Fixture_MugProductService',
  983.             'sylius.fixture.order' => 'getSylius_Fixture_OrderService',
  984.             'sylius.fixture.payment_method' => 'getSylius_Fixture_PaymentMethodService',
  985.             'sylius.fixture.product' => 'getSylius_Fixture_ProductService',
  986.             'sylius.fixture.product_association' => 'getSylius_Fixture_ProductAssociationService',
  987.             'sylius.fixture.product_association_type' => 'getSylius_Fixture_ProductAssociationTypeService',
  988.             'sylius.fixture.product_attribute' => 'getSylius_Fixture_ProductAttributeService',
  989.             'sylius.fixture.product_option' => 'getSylius_Fixture_ProductOptionService',
  990.             'sylius.fixture.product_review' => 'getSylius_Fixture_ProductReviewService',
  991.             'sylius.fixture.promotion' => 'getSylius_Fixture_PromotionService',
  992.             'sylius.fixture.shipping_category' => 'getSylius_Fixture_ShippingCategoryService',
  993.             'sylius.fixture.shipping_method' => 'getSylius_Fixture_ShippingMethodService',
  994.             'sylius.fixture.shop_user' => 'getSylius_Fixture_ShopUserService',
  995.             'sylius.fixture.similar_product_association' => 'getSylius_Fixture_SimilarProductAssociationService',
  996.             'sylius.fixture.sticker_product' => 'getSylius_Fixture_StickerProductService',
  997.             'sylius.fixture.tax_category' => 'getSylius_Fixture_TaxCategoryService',
  998.             'sylius.fixture.tax_rate' => 'getSylius_Fixture_TaxRateService',
  999.             'sylius.fixture.taxon' => 'getSylius_Fixture_TaxonService',
  1000.             'sylius.fixture.tshirt_product' => 'getSylius_Fixture_TshirtProductService',
  1001.             'sylius.form.data_mapper.order_item_quantity' => 'getSylius_Form_DataMapper_OrderItemQuantityService',
  1002.             'sylius.form.event_subscriber.product_variant_generator' => 'getSylius_Form_EventSubscriber_ProductVariantGeneratorService',
  1003.             'sylius.form.extension.type.address' => 'getSylius_Form_Extension_Type_AddressService',
  1004.             'sylius.form.extension.type.cart' => 'getSylius_Form_Extension_Type_CartService',
  1005.             'sylius.form.extension.type.cart_item' => 'getSylius_Form_Extension_Type_CartItemService',
  1006.             'sylius.form.extension.type.channel' => 'getSylius_Form_Extension_Type_ChannelService',
  1007.             'sylius.form.extension.type.collection' => 'getSylius_Form_Extension_Type_CollectionService',
  1008.             'sylius.form.extension.type.country' => 'getSylius_Form_Extension_Type_CountryService',
  1009.             'sylius.form.extension.type.customer' => 'getSylius_Form_Extension_Type_CustomerService',
  1010.             'sylius.form.extension.type.gateway_config.crypted' => 'getSylius_Form_Extension_Type_GatewayConfig_CryptedService',
  1011.             'sylius.form.extension.type.locale' => 'getSylius_Form_Extension_Type_LocaleService',
  1012.             'sylius.form.extension.type.order' => 'getSylius_Form_Extension_Type_OrderService',
  1013.             'sylius.form.extension.type.payment_method' => 'getSylius_Form_Extension_Type_PaymentMethodService',
  1014.             'sylius.form.extension.type.product' => 'getSylius_Form_Extension_Type_ProductService',
  1015.             'sylius.form.extension.type.product_translation' => 'getSylius_Form_Extension_Type_ProductTranslationService',
  1016.             'sylius.form.extension.type.product_variant' => 'getSylius_Form_Extension_Type_ProductVariantService',
  1017.             'sylius.form.extension.type.product_variant_generation' => 'getSylius_Form_Extension_Type_ProductVariantGenerationService',
  1018.             'sylius.form.extension.type.promotion' => 'getSylius_Form_Extension_Type_PromotionService',
  1019.             'sylius.form.extension.type.promotion_coupon' => 'getSylius_Form_Extension_Type_PromotionCouponService',
  1020.             'sylius.form.extension.type.promotion_filter_collection' => 'getSylius_Form_Extension_Type_PromotionFilterCollectionService',
  1021.             'sylius.form.extension.type.shipping_method' => 'getSylius_Form_Extension_Type_ShippingMethodService',
  1022.             'sylius.form.extension.type.tax_rate' => 'getSylius_Form_Extension_Type_TaxRateService',
  1023.             'sylius.form.extension.type.taxon' => 'getSylius_Form_Extension_Type_TaxonService',
  1024.             'sylius.form.type.add_to_cart' => 'getSylius_Form_Type_AddToCartService',
  1025.             'sylius.form.type.address' => 'getSylius_Form_Type_AddressService',
  1026.             'sylius.form.type.address_choice' => 'getSylius_Form_Type_AddressChoiceService',
  1027.             'sylius.form.type.admin_user' => 'getSylius_Form_Type_AdminUserService',
  1028.             'sylius.form.type.attribute_type.select' => 'getSylius_Form_Type_AttributeType_SelectService',
  1029.             'sylius.form.type.attribute_type.select.choices_collection' => 'getSylius_Form_Type_AttributeType_Select_ChoicesCollectionService',
  1030.             'sylius.form.type.attribute_type_choice' => 'getSylius_Form_Type_AttributeTypeChoiceService',
  1031.             'sylius.form.type.autocomplete_product_taxon_choice' => 'getSylius_Form_Type_AutocompleteProductTaxonChoiceService',
  1032.             'sylius.form.type.avatar_image' => 'getSylius_Form_Type_AvatarImageService',
  1033.             'sylius.form.type.cart' => 'getSylius_Form_Type_CartService',
  1034.             'sylius.form.type.cart_item' => 'getSylius_Form_Type_CartItemService',
  1035.             'sylius.form.type.channel' => 'getSylius_Form_Type_ChannelService',
  1036.             'sylius.form.type.channel_based_shipping_calculator.flat_rate' => 'getSylius_Form_Type_ChannelBasedShippingCalculator_FlatRateService',
  1037.             'sylius.form.type.channel_based_shipping_calculator.per_unit_rate' => 'getSylius_Form_Type_ChannelBasedShippingCalculator_PerUnitRateService',
  1038.             'sylius.form.type.channel_choice' => 'getSylius_Form_Type_ChannelChoiceService',
  1039.             'sylius.form.type.channel_pricing' => 'getSylius_Form_Type_ChannelPricingService',
  1040.             'sylius.form.type.channels_collection' => 'getSylius_Form_Type_ChannelsCollectionService',
  1041.             'sylius.form.type.checkout_address' => 'getSylius_Form_Type_CheckoutAddressService',
  1042.             'sylius.form.type.checkout_complete' => 'getSylius_Form_Type_CheckoutCompleteService',
  1043.             'sylius.form.type.checkout_payment' => 'getSylius_Form_Type_CheckoutPaymentService',
  1044.             'sylius.form.type.checkout_select_payment' => 'getSylius_Form_Type_CheckoutSelectPaymentService',
  1045.             'sylius.form.type.checkout_select_shipping' => 'getSylius_Form_Type_CheckoutSelectShippingService',
  1046.             'sylius.form.type.checkout_shipment' => 'getSylius_Form_Type_CheckoutShipmentService',
  1047.             'sylius.form.type.country' => 'getSylius_Form_Type_CountryService',
  1048.             'sylius.form.type.country_choice' => 'getSylius_Form_Type_CountryChoiceService',
  1049.             'sylius.form.type.country_code_choice' => 'getSylius_Form_Type_CountryCodeChoiceService',
  1050.             'sylius.form.type.currency' => 'getSylius_Form_Type_CurrencyService',
  1051.             'sylius.form.type.currency_choice' => 'getSylius_Form_Type_CurrencyChoiceService',
  1052.             'sylius.form.type.customer' => 'getSylius_Form_Type_CustomerService',
  1053.             'sylius.form.type.customer_checkout_guest' => 'getSylius_Form_Type_CustomerCheckoutGuestService',
  1054.             'sylius.form.type.customer_choice' => 'getSylius_Form_Type_CustomerChoiceService',
  1055.             'sylius.form.type.customer_group' => 'getSylius_Form_Type_CustomerGroupService',
  1056.             'sylius.form.type.customer_group_choice' => 'getSylius_Form_Type_CustomerGroupChoiceService',
  1057.             'sylius.form.type.customer_group_code_choice' => 'getSylius_Form_Type_CustomerGroupCodeChoiceService',
  1058.             'sylius.form.type.customer_guest' => 'getSylius_Form_Type_CustomerGuestService',
  1059.             'sylius.form.type.customer_profile' => 'getSylius_Form_Type_CustomerProfileService',
  1060.             'sylius.form.type.customer_registration' => 'getSylius_Form_Type_CustomerRegistrationService',
  1061.             'sylius.form.type.customer_simple_registration' => 'getSylius_Form_Type_CustomerSimpleRegistrationService',
  1062.             'sylius.form.type.data_transformer.product_variants_to_codes' => 'getSylius_Form_Type_DataTransformer_ProductVariantsToCodesService',
  1063.             'sylius.form.type.data_transformer.products_to_codes' => 'getSylius_Form_Type_DataTransformer_ProductsToCodesService',
  1064.             'sylius.form.type.data_transformer.products_to_product_associations' => 'getSylius_Form_Type_DataTransformer_ProductsToProductAssociationsService',
  1065.             'sylius.form.type.data_transformer.taxons_to_codes' => 'getSylius_Form_Type_DataTransformer_TaxonsToCodesService',
  1066.             'sylius.form.type.default' => 'getSylius_Form_Type_DefaultService',
  1067.             'sylius.form.type.exchange_rate' => 'getSylius_Form_Type_ExchangeRateService',
  1068.             'sylius.form.type.for_products_scope' => 'getSylius_Form_Type_ForProductsScopeService',
  1069.             'sylius.form.type.for_taxons_scope' => 'getSylius_Form_Type_ForTaxonsScopeService',
  1070.             'sylius.form.type.for_variants_scope' => 'getSylius_Form_Type_ForVariantsScopeService',
  1071.             'sylius.form.type.gateway_config' => 'getSylius_Form_Type_GatewayConfigService',
  1072.             'sylius.form.type.gateway_configuration.paypal' => 'getSylius_Form_Type_GatewayConfiguration_PaypalService',
  1073.             'sylius.form.type.gateway_configuration.stripe' => 'getSylius_Form_Type_GatewayConfiguration_StripeService',
  1074.             'sylius.form.type.grid_filter.boolean' => 'getSylius_Form_Type_GridFilter_BooleanService',
  1075.             'sylius.form.type.grid_filter.date' => 'getSylius_Form_Type_GridFilter_DateService',
  1076.             'sylius.form.type.grid_filter.entity' => 'getSylius_Form_Type_GridFilter_EntityService',
  1077.             'sylius.form.type.grid_filter.exists' => 'getSylius_Form_Type_GridFilter_ExistsService',
  1078.             'sylius.form.type.grid_filter.money' => 'getSylius_Form_Type_GridFilter_MoneyService',
  1079.             'sylius.form.type.grid_filter.select' => 'getSylius_Form_Type_GridFilter_SelectService',
  1080.             'sylius.form.type.grid_filter.string' => 'getSylius_Form_Type_GridFilter_StringService',
  1081.             'sylius.form.type.locale' => 'getSylius_Form_Type_LocaleService',
  1082.             'sylius.form.type.locale_choice' => 'getSylius_Form_Type_LocaleChoiceService',
  1083.             'sylius.form.type.money' => 'getSylius_Form_Type_MoneyService',
  1084.             'sylius.form.type.order' => 'getSylius_Form_Type_OrderService',
  1085.             'sylius.form.type.order_item' => 'getSylius_Form_Type_OrderItemService',
  1086.             'sylius.form.type.payment' => 'getSylius_Form_Type_PaymentService',
  1087.             'sylius.form.type.payment_gateway_choice' => 'getSylius_Form_Type_PaymentGatewayChoiceService',
  1088.             'sylius.form.type.payment_method' => 'getSylius_Form_Type_PaymentMethodService',
  1089.             'sylius.form.type.payment_method_choice' => 'getSylius_Form_Type_PaymentMethodChoiceService',
  1090.             'sylius.form.type.payment_method_translation' => 'getSylius_Form_Type_PaymentMethodTranslationService',
  1091.             'sylius.form.type.product' => 'getSylius_Form_Type_ProductService',
  1092.             'sylius.form.type.product_association' => 'getSylius_Form_Type_ProductAssociationService',
  1093.             'sylius.form.type.product_association_type' => 'getSylius_Form_Type_ProductAssociationTypeService',
  1094.             'sylius.form.type.product_association_type_choice' => 'getSylius_Form_Type_ProductAssociationTypeChoiceService',
  1095.             'sylius.form.type.product_association_type_translation' => 'getSylius_Form_Type_ProductAssociationTypeTranslationService',
  1096.             'sylius.form.type.product_attribute' => 'getSylius_Form_Type_ProductAttributeService',
  1097.             'sylius.form.type.product_attribute_choice' => 'getSylius_Form_Type_ProductAttributeChoiceService',
  1098.             'sylius.form.type.product_attribute_translation' => 'getSylius_Form_Type_ProductAttributeTranslationService',
  1099.             'sylius.form.type.product_attribute_value' => 'getSylius_Form_Type_ProductAttributeValueService',
  1100.             'sylius.form.type.product_choice' => 'getSylius_Form_Type_ProductChoiceService',
  1101.             'sylius.form.type.product_code_choice' => 'getSylius_Form_Type_ProductCodeChoiceService',
  1102.             'sylius.form.type.product_generate_variants' => 'getSylius_Form_Type_ProductGenerateVariantsService',
  1103.             'sylius.form.type.product_image' => 'getSylius_Form_Type_ProductImageService',
  1104.             'sylius.form.type.product_option' => 'getSylius_Form_Type_ProductOptionService',
  1105.             'sylius.form.type.product_option_choice' => 'getSylius_Form_Type_ProductOptionChoiceService',
  1106.             'sylius.form.type.product_option_translation' => 'getSylius_Form_Type_ProductOptionTranslationService',
  1107.             'sylius.form.type.product_option_value' => 'getSylius_Form_Type_ProductOptionValueService',
  1108.             'sylius.form.type.product_option_value_choice' => 'getSylius_Form_Type_ProductOptionValueChoiceService',
  1109.             'sylius.form.type.product_option_value_translation' => 'getSylius_Form_Type_ProductOptionValueTranslationService',
  1110.             'sylius.form.type.product_review' => 'getSylius_Form_Type_ProductReviewService',
  1111.             'sylius.form.type.product_translation' => 'getSylius_Form_Type_ProductTranslationService',
  1112.             'sylius.form.type.product_variant' => 'getSylius_Form_Type_ProductVariantService',
  1113.             'sylius.form.type.product_variant_generation' => 'getSylius_Form_Type_ProductVariantGenerationService',
  1114.             'sylius.form.type.product_variant_translation' => 'getSylius_Form_Type_ProductVariantTranslationService',
  1115.             'sylius.form.type.promotion' => 'getSylius_Form_Type_PromotionService',
  1116.             'sylius.form.type.promotion_action' => 'getSylius_Form_Type_PromotionActionService',
  1117.             'sylius.form.type.promotion_action.collection' => 'getSylius_Form_Type_PromotionAction_CollectionService',
  1118.             'sylius.form.type.promotion_action.filter.product' => 'getSylius_Form_Type_PromotionAction_Filter_ProductService',
  1119.             'sylius.form.type.promotion_action.filter.taxon' => 'getSylius_Form_Type_PromotionAction_Filter_TaxonService',
  1120.             'sylius.form.type.promotion_action_choice' => 'getSylius_Form_Type_PromotionActionChoiceService',
  1121.             'sylius.form.type.promotion_coupon' => 'getSylius_Form_Type_PromotionCouponService',
  1122.             'sylius.form.type.promotion_coupon_generator_instruction' => 'getSylius_Form_Type_PromotionCouponGeneratorInstructionService',
  1123.             'sylius.form.type.promotion_coupon_to_code' => 'getSylius_Form_Type_PromotionCouponToCodeService',
  1124.             'sylius.form.type.promotion_rule' => 'getSylius_Form_Type_PromotionRuleService',
  1125.             'sylius.form.type.promotion_rule.collection' => 'getSylius_Form_Type_PromotionRule_CollectionService',
  1126.             'sylius.form.type.promotion_rule.contains_product_configuration' => 'getSylius_Form_Type_PromotionRule_ContainsProductConfigurationService',
  1127.             'sylius.form.type.promotion_rule.customer_group_configuration' => 'getSylius_Form_Type_PromotionRule_CustomerGroupConfigurationService',
  1128.             'sylius.form.type.promotion_rule.has_taxon_configuration' => 'getSylius_Form_Type_PromotionRule_HasTaxonConfigurationService',
  1129.             'sylius.form.type.promotion_rule.total_of_items_from_taxon_configuration' => 'getSylius_Form_Type_PromotionRule_TotalOfItemsFromTaxonConfigurationService',
  1130.             'sylius.form.type.promotion_rule_choice' => 'getSylius_Form_Type_PromotionRuleChoiceService',
  1131.             'sylius.form.type.province' => 'getSylius_Form_Type_ProvinceService',
  1132.             'sylius.form.type.province_choice' => 'getSylius_Form_Type_ProvinceChoiceService',
  1133.             'sylius.form.type.province_code_choice' => 'getSylius_Form_Type_ProvinceCodeChoiceService',
  1134.             'sylius.form.type.resource_autocomplete_choice' => 'getSylius_Form_Type_ResourceAutocompleteChoiceService',
  1135.             'sylius.form.type.resource_translations' => 'getSylius_Form_Type_ResourceTranslationsService',
  1136.             'sylius.form.type.security_login' => 'getSylius_Form_Type_SecurityLoginService',
  1137.             'sylius.form.type.shipment' => 'getSylius_Form_Type_ShipmentService',
  1138.             'sylius.form.type.shipment_ship' => 'getSylius_Form_Type_ShipmentShipService',
  1139.             'sylius.form.type.shipping_calculator_choice' => 'getSylius_Form_Type_ShippingCalculatorChoiceService',
  1140.             'sylius.form.type.shipping_category' => 'getSylius_Form_Type_ShippingCategoryService',
  1141.             'sylius.form.type.shipping_category_choice' => 'getSylius_Form_Type_ShippingCategoryChoiceService',
  1142.             'sylius.form.type.shipping_method' => 'getSylius_Form_Type_ShippingMethodService',
  1143.             'sylius.form.type.shipping_method_choice' => 'getSylius_Form_Type_ShippingMethodChoiceService',
  1144.             'sylius.form.type.shipping_method_rule' => 'getSylius_Form_Type_ShippingMethodRuleService',
  1145.             'sylius.form.type.shipping_method_rule.collection' => 'getSylius_Form_Type_ShippingMethodRule_CollectionService',
  1146.             'sylius.form.type.shipping_method_rule_choice' => 'getSylius_Form_Type_ShippingMethodRuleChoiceService',
  1147.             'sylius.form.type.shipping_method_translation' => 'getSylius_Form_Type_ShippingMethodTranslationService',
  1148.             'sylius.form.type.shop_billing_data' => 'getSylius_Form_Type_ShopBillingDataService',
  1149.             'sylius.form.type.shop_user' => 'getSylius_Form_Type_ShopUserService',
  1150.             'sylius.form.type.shop_user_registration' => 'getSylius_Form_Type_ShopUserRegistrationService',
  1151.             'sylius.form.type.sylius_product_associations' => 'getSylius_Form_Type_SyliusProductAssociationsService',
  1152.             'sylius.form.type.tax_calculation_strategy_choice' => 'getSylius_Form_Type_TaxCalculationStrategyChoiceService',
  1153.             'sylius.form.type.tax_calculator_choice' => 'getSylius_Form_Type_TaxCalculatorChoiceService',
  1154.             'sylius.form.type.tax_category' => 'getSylius_Form_Type_TaxCategoryService',
  1155.             'sylius.form.type.tax_category_choice' => 'getSylius_Form_Type_TaxCategoryChoiceService',
  1156.             'sylius.form.type.tax_rate' => 'getSylius_Form_Type_TaxRateService',
  1157.             'sylius.form.type.taxon' => 'getSylius_Form_Type_TaxonService',
  1158.             'sylius.form.type.taxon_image' => 'getSylius_Form_Type_TaxonImageService',
  1159.             'sylius.form.type.taxon_position' => 'getSylius_Form_Type_TaxonPositionService',
  1160.             'sylius.form.type.taxon_translation' => 'getSylius_Form_Type_TaxonTranslationService',
  1161.             'sylius.form.type.user_change_password' => 'getSylius_Form_Type_UserChangePasswordService',
  1162.             'sylius.form.type.user_login' => 'getSylius_Form_Type_UserLoginService',
  1163.             'sylius.form.type.user_request_password_reset' => 'getSylius_Form_Type_UserRequestPasswordResetService',
  1164.             'sylius.form.type.user_reset_password' => 'getSylius_Form_Type_UserResetPasswordService',
  1165.             'sylius.form.type.zone' => 'getSylius_Form_Type_ZoneService',
  1166.             'sylius.form.type.zone_choice' => 'getSylius_Form_Type_ZoneChoiceService',
  1167.             'sylius.form.type.zone_code_choice' => 'getSylius_Form_Type_ZoneCodeChoiceService',
  1168.             'sylius.form.type.zone_member' => 'getSylius_Form_Type_ZoneMemberService',
  1169.             'sylius.form_registry.attribute_type' => 'getSylius_FormRegistry_AttributeTypeService',
  1170.             'sylius.form_registry.payum_gateway_config' => 'getSylius_FormRegistry_PayumGatewayConfigService',
  1171.             'sylius.form_registry.promotion_action' => 'getSylius_FormRegistry_PromotionActionService',
  1172.             'sylius.form_registry.promotion_rule_checker' => 'getSylius_FormRegistry_PromotionRuleCheckerService',
  1173.             'sylius.form_registry.shipping_calculator' => 'getSylius_FormRegistry_ShippingCalculatorService',
  1174.             'sylius.form_registry.shipping_method_rule_checker' => 'getSylius_FormRegistry_ShippingMethodRuleCheckerService',
  1175.             'sylius.generator.product_variant' => 'getSylius_Generator_ProductVariantService',
  1176.             'sylius.generator.slug' => 'getSylius_Generator_SlugService',
  1177.             'sylius.generator.taxon_slug' => 'getSylius_Generator_TaxonSlugService',
  1178.             'sylius.grid.array_grid_provider' => 'getSylius_Grid_ArrayGridProviderService',
  1179.             'sylius.grid.array_to_definition_converter' => 'getSylius_Grid_ArrayToDefinitionConverterService',
  1180.             'sylius.grid.chain_provider' => 'getSylius_Grid_ChainProviderService',
  1181.             'sylius.grid.configuration_extender' => 'getSylius_Grid_ConfigurationExtenderService',
  1182.             'sylius.grid.configuration_removals_handler' => 'getSylius_Grid_ConfigurationRemovalsHandlerService',
  1183.             'sylius.grid.data_provider' => 'getSylius_Grid_DataProviderService',
  1184.             'sylius.grid.data_source_provider' => 'getSylius_Grid_DataSourceProviderService',
  1185.             'sylius.grid.field.validator' => 'getSylius_Grid_Field_ValidatorService',
  1186.             'sylius.grid.filters_applicator' => 'getSylius_Grid_FiltersApplicatorService',
  1187.             'sylius.grid.filters_criteria_resolver' => 'getSylius_Grid_FiltersCriteriaResolverService',
  1188.             'sylius.grid.grid_registry' => 'getSylius_Grid_GridRegistryService',
  1189.             'sylius.grid.resource_view_factory' => 'getSylius_Grid_ResourceViewFactoryService',
  1190.             'sylius.grid.service_grid_provider' => 'getSylius_Grid_ServiceGridProviderService',
  1191.             'sylius.grid.sorter' => 'getSylius_Grid_SorterService',
  1192.             'sylius.grid.sorter.validator' => 'getSylius_Grid_Sorter_ValidatorService',
  1193.             'sylius.grid.view_factory' => 'getSylius_Grid_ViewFactoryService',
  1194.             'sylius.grid_driver.doctrine.dbal' => 'getSylius_GridDriver_Doctrine_DbalService',
  1195.             'sylius.grid_driver.doctrine.orm' => 'getSylius_GridDriver_Doctrine_OrmService',
  1196.             'sylius.grid_filter.boolean' => 'getSylius_GridFilter_BooleanService',
  1197.             'sylius.grid_filter.date' => 'getSylius_GridFilter_DateService',
  1198.             'sylius.grid_filter.entities' => 'getSylius_GridFilter_EntitiesService',
  1199.             'sylius.grid_filter.entity' => 'getSylius_GridFilter_EntityService',
  1200.             'sylius.grid_filter.exists' => 'getSylius_GridFilter_ExistsService',
  1201.             'sylius.grid_filter.money' => 'getSylius_GridFilter_MoneyService',
  1202.             'sylius.grid_filter.select' => 'getSylius_GridFilter_SelectService',
  1203.             'sylius.grid_filter.shop_string' => 'getSylius_GridFilter_ShopStringService',
  1204.             'sylius.grid_filter.string' => 'getSylius_GridFilter_StringService',
  1205.             'sylius.handler.shop_user_logout' => 'getSylius_Handler_ShopUserLogoutService',
  1206.             'sylius.image_uploader' => 'getSylius_ImageUploaderService',
  1207.             'sylius.installer.checker.command_directory' => 'getSylius_Installer_Checker_CommandDirectoryService',
  1208.             'sylius.installer.checker.sylius_requirements' => 'getSylius_Installer_Checker_SyliusRequirementsService',
  1209.             'sylius.integer_distributor' => 'getSylius_IntegerDistributorService',
  1210.             'sylius.invoice_number_generator' => 'getSylius_InvoiceNumberGeneratorService',
  1211.             'sylius.listener.avatar_upload' => 'getSylius_Listener_AvatarUploadService',
  1212.             'sylius.listener.canonicalizer' => 'getSylius_Listener_CanonicalizerService',
  1213.             'sylius.listener.channel' => 'getSylius_Listener_ChannelService',
  1214.             'sylius.listener.customer_default_address' => 'getSylius_Listener_CustomerDefaultAddressService',
  1215.             'sylius.listener.default_username' => 'getSylius_Listener_DefaultUsernameService',
  1216.             'sylius.listener.email_updater' => 'getSylius_Listener_EmailUpdaterService',
  1217.             'sylius.listener.images_remove' => 'getSylius_Listener_ImagesRemoveService',
  1218.             'sylius.listener.images_upload' => 'getSylius_Listener_ImagesUploadService',
  1219.             'sylius.listener.locking' => 'getSylius_Listener_LockingService',
  1220.             'sylius.listener.order_complete' => 'getSylius_Listener_OrderCompleteService',
  1221.             'sylius.listener.order_customer_ip' => 'getSylius_Listener_OrderCustomerIpService',
  1222.             'sylius.listener.order_integrity_checker' => 'getSylius_Listener_OrderIntegrityCheckerService',
  1223.             'sylius.listener.order_recalculation' => 'getSylius_Listener_OrderRecalculationService',
  1224.             'sylius.listener.password_updater' => 'getSylius_Listener_PasswordUpdaterService',
  1225.             'sylius.listener.product_review_change' => 'getSylius_Listener_ProductReviewChangeService',
  1226.             'sylius.listener.review_create' => 'getSylius_Listener_ReviewCreateService',
  1227.             'sylius.listener.select_product_attribute_choice_remove' => 'getSylius_Listener_SelectProductAttributeChoiceRemoveService',
  1228.             'sylius.listener.shipment_ship' => 'getSylius_Listener_ShipmentShipService',
  1229.             'sylius.listener.shop_cart_blamer' => 'getSylius_Listener_ShopCartBlamerService',
  1230.             'sylius.listener.simple_product_locking' => 'getSylius_Listener_SimpleProductLockingService',
  1231.             'sylius.listener.taxon_deletion' => 'getSylius_Listener_TaxonDeletionService',
  1232.             'sylius.listener.user_cart_recalculation' => 'getSylius_Listener_UserCartRecalculationService',
  1233.             'sylius.listener.user_impersonated' => 'getSylius_Listener_UserImpersonatedService',
  1234.             'sylius.listener.user_registration' => 'getSylius_Listener_UserRegistrationService',
  1235.             'sylius.listener.zone_member_integrity' => 'getSylius_Listener_ZoneMemberIntegrityService',
  1236.             'sylius.mailer.default_settings_provider' => 'getSylius_Mailer_DefaultSettingsProviderService',
  1237.             'sylius.mailer.order_email_manager' => 'getSylius_Mailer_OrderEmailManagerService',
  1238.             'sylius.oauth_user.pin_generator.password_reset' => 'getSylius_OauthUser_PinGenerator_PasswordResetService',
  1239.             'sylius.oauth_user.token_generator.email_verification' => 'getSylius_OauthUser_TokenGenerator_EmailVerificationService',
  1240.             'sylius.oauth_user.token_generator.password_reset' => 'getSylius_OauthUser_TokenGenerator_PasswordResetService',
  1241.             'sylius.order_item_names_setter' => 'getSylius_OrderItemNamesSetterService',
  1242.             'sylius.order_item_quantity_modifier.limiting' => 'getSylius_OrderItemQuantityModifier_LimitingService',
  1243.             'sylius.order_locale_assigner' => 'getSylius_OrderLocaleAssignerService',
  1244.             'sylius.order_modifier' => 'getSylius_OrderModifierService',
  1245.             'sylius.order_number_assigner' => 'getSylius_OrderNumberAssignerService',
  1246.             'sylius.order_payment_provider' => 'getSylius_OrderPaymentProviderService',
  1247.             'sylius.order_processing.order_adjustments_clearer' => 'getSylius_OrderProcessing_OrderAdjustmentsClearerService',
  1248.             'sylius.order_processing.order_payment_processor.after_checkout' => 'getSylius_OrderProcessing_OrderPaymentProcessor_AfterCheckoutService',
  1249.             'sylius.order_processing.order_payment_processor.checkout' => 'getSylius_OrderProcessing_OrderPaymentProcessor_CheckoutService',
  1250.             'sylius.order_processing.order_prices_recalculator' => 'getSylius_OrderProcessing_OrderPricesRecalculatorService',
  1251.             'sylius.order_processing.order_processor' => 'getSylius_OrderProcessing_OrderProcessorService',
  1252.             'sylius.order_processing.order_promotion_processor' => 'getSylius_OrderProcessing_OrderPromotionProcessorService',
  1253.             'sylius.order_processing.order_shipment_processor' => 'getSylius_OrderProcessing_OrderShipmentProcessorService',
  1254.             'sylius.order_processing.order_taxes_processor' => 'getSylius_OrderProcessing_OrderTaxesProcessorService',
  1255.             'sylius.order_processing.shipping_charges_processor' => 'getSylius_OrderProcessing_ShippingChargesProcessorService',
  1256.             'sylius.payment_description_provider' => 'getSylius_PaymentDescriptionProviderService',
  1257.             'sylius.payment_method_resolver.default' => 'getSylius_PaymentMethodResolver_DefaultService',
  1258.             'sylius.payum.http_client' => 'getSylius_Payum_HttpClientService',
  1259.             'sylius.payum_action.authorize_payment' => 'getSylius_PayumAction_AuthorizePaymentService',
  1260.             'sylius.payum_action.capture_payment' => 'getSylius_PayumAction_CapturePaymentService',
  1261.             'sylius.payum_action.execute_same_request_with_payment_details' => 'getSylius_PayumAction_ExecuteSameRequestWithPaymentDetailsService',
  1262.             'sylius.payum_action.offline.convert_payment' => 'getSylius_PayumAction_Offline_ConvertPaymentService',
  1263.             'sylius.payum_action.offline.resolve_next_route' => 'getSylius_PayumAction_Offline_ResolveNextRouteService',
  1264.             'sylius.payum_action.offline.status' => 'getSylius_PayumAction_Offline_StatusService',
  1265.             'sylius.payum_action.paypal_express_checkout.convert_payment' => 'getSylius_PayumAction_PaypalExpressCheckout_ConvertPaymentService',
  1266.             'sylius.payum_action.resolve_next_route' => 'getSylius_PayumAction_ResolveNextRouteService',
  1267.             'sylius.payum_extension.update_payment_state' => 'getSylius_PayumExtension_UpdatePaymentStateService',
  1268.             'sylius.product_review.average_rating_updater' => 'getSylius_ProductReview_AverageRatingUpdaterService',
  1269.             'sylius.promotion.units_promotion_adjustments_applicator' => 'getSylius_Promotion_UnitsPromotionAdjustmentsApplicatorService',
  1270.             'sylius.promotion_action.fixed_discount' => 'getSylius_PromotionAction_FixedDiscountService',
  1271.             'sylius.promotion_action.percentage_discount' => 'getSylius_PromotionAction_PercentageDiscountService',
  1272.             'sylius.promotion_action.shipping_percentage_discount' => 'getSylius_PromotionAction_ShippingPercentageDiscountService',
  1273.             'sylius.promotion_action.unit_fixed_discount' => 'getSylius_PromotionAction_UnitFixedDiscountService',
  1274.             'sylius.promotion_action.unit_percentage_discount' => 'getSylius_PromotionAction_UnitPercentageDiscountService',
  1275.             'sylius.promotion_applicator' => 'getSylius_PromotionApplicatorService',
  1276.             'sylius.promotion_coupon_eligibility_checker' => 'getSylius_PromotionCouponEligibilityCheckerService',
  1277.             'sylius.promotion_coupon_generator' => 'getSylius_PromotionCouponGeneratorService',
  1278.             'sylius.promotion_coupon_generator.percentage_policy' => 'getSylius_PromotionCouponGenerator_PercentagePolicyService',
  1279.             'sylius.promotion_eligibility_checker' => 'getSylius_PromotionEligibilityCheckerService',
  1280.             'sylius.promotion_filter.price_range' => 'getSylius_PromotionFilter_PriceRangeService',
  1281.             'sylius.promotion_filter.product' => 'getSylius_PromotionFilter_ProductService',
  1282.             'sylius.promotion_filter.taxon' => 'getSylius_PromotionFilter_TaxonService',
  1283.             'sylius.promotion_processor' => 'getSylius_PromotionProcessorService',
  1284.             'sylius.promotion_rule_checker.cart_quantity' => 'getSylius_PromotionRuleChecker_CartQuantityService',
  1285.             'sylius.promotion_rule_checker.contains_product' => 'getSylius_PromotionRuleChecker_ContainsProductService',
  1286.             'sylius.promotion_rule_checker.has_taxon' => 'getSylius_PromotionRuleChecker_HasTaxonService',
  1287.             'sylius.promotion_rule_checker.item_total' => 'getSylius_PromotionRuleChecker_ItemTotalService',
  1288.             'sylius.promotion_rule_checker.nth_order' => 'getSylius_PromotionRuleChecker_NthOrderService',
  1289.             'sylius.promotion_rule_checker.shipping_country' => 'getSylius_PromotionRuleChecker_ShippingCountryService',
  1290.             'sylius.promotion_rule_checker.total_of_items_from_taxon' => 'getSylius_PromotionRuleChecker_TotalOfItemsFromTaxonService',
  1291.             'sylius.promotion_rule_updater.has_taxon' => 'getSylius_PromotionRuleUpdater_HasTaxonService',
  1292.             'sylius.promotion_rule_updater.total_of_items_from_taxon' => 'getSylius_PromotionRuleUpdater_TotalOfItemsFromTaxonService',
  1293.             'sylius.promotion_usage_modifier' => 'getSylius_PromotionUsageModifierService',
  1294.             'sylius.proportional_integer_distributor' => 'getSylius_ProportionalIntegerDistributorService',
  1295.             'sylius.provider.channel_based_default_zone_provider' => 'getSylius_Provider_ChannelBasedDefaultZoneProviderService',
  1296.             'sylius.random_generator' => 'getSylius_RandomGeneratorService',
  1297.             'sylius.registry.attribute_type' => 'getSylius_Registry_AttributeTypeService',
  1298.             'sylius.registry.grid_driver' => 'getSylius_Registry_GridDriverService',
  1299.             'sylius.registry.grid_filter' => 'getSylius_Registry_GridFilterService',
  1300.             'sylius.registry.tax_calculation_strategy' => 'getSylius_Registry_TaxCalculationStrategyService',
  1301.             'sylius.registry.tax_calculator' => 'getSylius_Registry_TaxCalculatorService',
  1302.             'sylius.registry_promotion_action' => 'getSylius_RegistryPromotionActionService',
  1303.             'sylius.registry_promotion_rule_checker' => 'getSylius_RegistryPromotionRuleCheckerService',
  1304.             'sylius.repository.address' => 'getSylius_Repository_AddressService',
  1305.             'sylius.repository.address_log_entry' => 'getSylius_Repository_AddressLogEntryService',
  1306.             'sylius.repository.adjustment' => 'getSylius_Repository_AdjustmentService',
  1307.             'sylius.repository.admin_user' => 'getSylius_Repository_AdminUserService',
  1308.             'sylius.repository.avatar_image' => 'getSylius_Repository_AvatarImageService',
  1309.             'sylius.repository.catalog_promotion' => 'getSylius_Repository_CatalogPromotionService',
  1310.             'sylius.repository.catalog_promotion_action' => 'getSylius_Repository_CatalogPromotionActionService',
  1311.             'sylius.repository.catalog_promotion_scope' => 'getSylius_Repository_CatalogPromotionScopeService',
  1312.             'sylius.repository.catalog_promotion_translation' => 'getSylius_Repository_CatalogPromotionTranslationService',
  1313.             'sylius.repository.channel_pricing' => 'getSylius_Repository_ChannelPricingService',
  1314.             'sylius.repository.country' => 'getSylius_Repository_CountryService',
  1315.             'sylius.repository.currency' => 'getSylius_Repository_CurrencyService',
  1316.             'sylius.repository.customer' => 'getSylius_Repository_CustomerService',
  1317.             'sylius.repository.customer_group' => 'getSylius_Repository_CustomerGroupService',
  1318.             'sylius.repository.gateway_config' => 'getSylius_Repository_GatewayConfigService',
  1319.             'sylius.repository.inventory_unit' => 'getSylius_Repository_InventoryUnitService',
  1320.             'sylius.repository.oauth_user' => 'getSylius_Repository_OauthUserService',
  1321.             'sylius.repository.order_item' => 'getSylius_Repository_OrderItemService',
  1322.             'sylius.repository.order_item_unit' => 'getSylius_Repository_OrderItemUnitService',
  1323.             'sylius.repository.order_sequence' => 'getSylius_Repository_OrderSequenceService',
  1324.             'sylius.repository.payment' => 'getSylius_Repository_PaymentService',
  1325.             'sylius.repository.payment_method_translation' => 'getSylius_Repository_PaymentMethodTranslationService',
  1326.             'sylius.repository.payment_security_token' => 'getSylius_Repository_PaymentSecurityTokenService',
  1327.             'sylius.repository.product' => 'getSylius_Repository_ProductService',
  1328.             'sylius.repository.product_association' => 'getSylius_Repository_ProductAssociationService',
  1329.             'sylius.repository.product_association_type' => 'getSylius_Repository_ProductAssociationTypeService',
  1330.             'sylius.repository.product_association_type_translation' => 'getSylius_Repository_ProductAssociationTypeTranslationService',
  1331.             'sylius.repository.product_attribute' => 'getSylius_Repository_ProductAttributeService',
  1332.             'sylius.repository.product_attribute_translation' => 'getSylius_Repository_ProductAttributeTranslationService',
  1333.             'sylius.repository.product_attribute_value' => 'getSylius_Repository_ProductAttributeValueService',
  1334.             'sylius.repository.product_image' => 'getSylius_Repository_ProductImageService',
  1335.             'sylius.repository.product_option' => 'getSylius_Repository_ProductOptionService',
  1336.             'sylius.repository.product_option_translation' => 'getSylius_Repository_ProductOptionTranslationService',
  1337.             'sylius.repository.product_option_value' => 'getSylius_Repository_ProductOptionValueService',
  1338.             'sylius.repository.product_option_value_translation' => 'getSylius_Repository_ProductOptionValueTranslationService',
  1339.             'sylius.repository.product_review' => 'getSylius_Repository_ProductReviewService',
  1340.             'sylius.repository.product_reviewer' => 'getSylius_Repository_ProductReviewerService',
  1341.             'sylius.repository.product_taxon' => 'getSylius_Repository_ProductTaxonService',
  1342.             'sylius.repository.product_translation' => 'getSylius_Repository_ProductTranslationService',
  1343.             'sylius.repository.product_variant' => 'getSylius_Repository_ProductVariantService',
  1344.             'sylius.repository.product_variant_translation' => 'getSylius_Repository_ProductVariantTranslationService',
  1345.             'sylius.repository.promotion' => 'getSylius_Repository_PromotionService',
  1346.             'sylius.repository.promotion_action' => 'getSylius_Repository_PromotionActionService',
  1347.             'sylius.repository.promotion_coupon' => 'getSylius_Repository_PromotionCouponService',
  1348.             'sylius.repository.promotion_rule' => 'getSylius_Repository_PromotionRuleService',
  1349.             'sylius.repository.promotion_subject' => 'getSylius_Repository_PromotionSubjectService',
  1350.             'sylius.repository.shipment_unit' => 'getSylius_Repository_ShipmentUnitService',
  1351.             'sylius.repository.shipping_category' => 'getSylius_Repository_ShippingCategoryService',
  1352.             'sylius.repository.shipping_method_rule' => 'getSylius_Repository_ShippingMethodRuleService',
  1353.             'sylius.repository.shipping_method_translation' => 'getSylius_Repository_ShippingMethodTranslationService',
  1354.             'sylius.repository.shop_billing_data' => 'getSylius_Repository_ShopBillingDataService',
  1355.             'sylius.repository.shop_user' => 'getSylius_Repository_ShopUserService',
  1356.             'sylius.repository.tax_category' => 'getSylius_Repository_TaxCategoryService',
  1357.             'sylius.repository.tax_rate' => 'getSylius_Repository_TaxRateService',
  1358.             'sylius.repository.taxon' => 'getSylius_Repository_TaxonService',
  1359.             'sylius.repository.taxon_image' => 'getSylius_Repository_TaxonImageService',
  1360.             'sylius.repository.taxon_translation' => 'getSylius_Repository_TaxonTranslationService',
  1361.             'sylius.repository.zone_member' => 'getSylius_Repository_ZoneMemberService',
  1362.             'sylius.requirements' => 'getSylius_RequirementsService',
  1363.             'sylius.resource_controller.resources_resolver.grid_aware' => 'getSylius_ResourceController_ResourcesResolver_GridAwareService',
  1364.             'sylius.reviewer_reviews_remover' => 'getSylius_ReviewerReviewsRemoverService',
  1365.             'sylius.security.password_encoder' => 'getSylius_Security_PasswordEncoderService',
  1366.             'sylius.security.password_updater' => 'getSylius_Security_PasswordUpdaterService',
  1367.             'sylius.security.user_login' => 'getSylius_Security_UserLoginService',
  1368.             'sylius.sequential_order_number_generator' => 'getSylius_SequentialOrderNumberGeneratorService',
  1369.             'sylius.setup.channel' => 'getSylius_Setup_ChannelService',
  1370.             'sylius.setup.currency' => 'getSylius_Setup_CurrencyService',
  1371.             'sylius.setup.locale' => 'getSylius_Setup_LocaleService',
  1372.             'sylius.shipping_calculator' => 'getSylius_ShippingCalculatorService',
  1373.             'sylius.shipping_date_assigner' => 'getSylius_ShippingDateAssignerService',
  1374.             'sylius.shipping_eligibility_checker' => 'getSylius_ShippingEligibilityCheckerService',
  1375.             'sylius.shipping_method_resolver.default' => 'getSylius_ShippingMethodResolver_DefaultService',
  1376.             'sylius.shop.menu_builder.account' => 'getSylius_Shop_MenuBuilder_AccountService',
  1377.             'sylius.shop_user.pin_generator.password_reset' => 'getSylius_ShopUser_PinGenerator_PasswordResetService',
  1378.             'sylius.shop_user.token_generator.email_verification' => 'getSylius_ShopUser_TokenGenerator_EmailVerificationService',
  1379.             'sylius.shop_user.token_generator.password_reset' => 'getSylius_ShopUser_TokenGenerator_PasswordResetService',
  1380.             'sylius.state_resolver.order' => 'getSylius_StateResolver_OrderService',
  1381.             'sylius.state_resolver.order_checkout' => 'getSylius_StateResolver_OrderCheckoutService',
  1382.             'sylius.state_resolver.order_payment' => 'getSylius_StateResolver_OrderPaymentService',
  1383.             'sylius.state_resolver.order_shipping' => 'getSylius_StateResolver_OrderShippingService',
  1384.             'sylius.tax_calculator' => 'getSylius_TaxCalculatorService',
  1385.             'sylius.tax_calculator.default' => 'getSylius_TaxCalculator_DefaultService',
  1386.             'sylius.tax_rate_resolver' => 'getSylius_TaxRateResolverService',
  1387.             'sylius.taxation.order_item_units_based_strategy' => 'getSylius_Taxation_OrderItemUnitsBasedStrategyService',
  1388.             'sylius.taxation.order_item_units_taxes_applicator' => 'getSylius_Taxation_OrderItemUnitsTaxesApplicatorService',
  1389.             'sylius.taxation.order_items_based_strategy' => 'getSylius_Taxation_OrderItemsBasedStrategyService',
  1390.             'sylius.taxation.order_items_taxes_applicator' => 'getSylius_Taxation_OrderItemsTaxesApplicatorService',
  1391.             'sylius.taxation.order_shipment_taxes_applicator' => 'getSylius_Taxation_OrderShipmentTaxesApplicatorService',
  1392.             'sylius.taxation_address_resolver' => 'getSylius_TaxationAddressResolverService',
  1393.             'sylius.translatable_entity_locale_assigner' => 'getSylius_TranslatableEntityLocaleAssignerService',
  1394.             'sylius.translation.translatable_listener.doctrine.orm' => 'getSylius_Translation_TranslatableListener_Doctrine_OrmService',
  1395.             'sylius.translation_locale_provider.admin' => 'getSylius_TranslationLocaleProvider_AdminService',
  1396.             'sylius.translation_locale_provider.immutable' => 'getSylius_TranslationLocaleProvider_ImmutableService',
  1397.             'sylius.unique_id_based_order_token_assigner' => 'getSylius_UniqueIdBasedOrderTokenAssignerService',
  1398.             'sylius.unpaid_orders_state_updater' => 'getSylius_UnpaidOrdersStateUpdaterService',
  1399.             'sylius.validator.cart_item_availability' => 'getSylius_Validator_CartItemAvailabilityService',
  1400.             'sylius.validator.channel_default_locale_enabled' => 'getSylius_Validator_ChannelDefaultLocaleEnabledService',
  1401.             'sylius.validator.date_range' => 'getSylius_Validator_DateRangeService',
  1402.             'sylius.validator.different_source_target_currency' => 'getSylius_Validator_DifferentSourceTargetCurrencyService',
  1403.             'sylius.validator.has_all_prices_defined' => 'getSylius_Validator_HasAllPricesDefinedService',
  1404.             'sylius.validator.has_all_variant_prices_defined' => 'getSylius_Validator_HasAllVariantPricesDefinedService',
  1405.             'sylius.validator.has_enabled_entity' => 'getSylius_Validator_HasEnabledEntityService',
  1406.             'sylius.validator.in_stock' => 'getSylius_Validator_InStockService',
  1407.             'sylius.validator.locales_aware_valid_attribute_value' => 'getSylius_Validator_LocalesAwareValidAttributeValueService',
  1408.             'sylius.validator.payment_method_integrity' => 'getSylius_Validator_PaymentMethodIntegrityService',
  1409.             'sylius.validator.product_code_uniqueness' => 'getSylius_Validator_ProductCodeUniquenessService',
  1410.             'sylius.validator.product_integrity' => 'getSylius_Validator_ProductIntegrityService',
  1411.             'sylius.validator.product_variant_combination' => 'getSylius_Validator_ProductVariantCombinationService',
  1412.             'sylius.validator.promotion_coupon_generation_amount' => 'getSylius_Validator_PromotionCouponGenerationAmountService',
  1413.             'sylius.validator.promotion_subject_coupon' => 'getSylius_Validator_PromotionSubjectCouponService',
  1414.             'sylius.validator.shipping_method_integrity' => 'getSylius_Validator_ShippingMethodIntegrityService',
  1415.             'sylius.validator.unique.registered_user' => 'getSylius_Validator_Unique_RegisteredUserService',
  1416.             'sylius.validator.unique_currency_pair' => 'getSylius_Validator_UniqueCurrencyPairService',
  1417.             'sylius.validator.unique_reviewer_email' => 'getSylius_Validator_UniqueReviewerEmailService',
  1418.             'sylius.validator.valid_attribute_value' => 'getSylius_Validator_ValidAttributeValueService',
  1419.             'sylius.validator.valid_province_address' => 'getSylius_Validator_ValidProvinceAddressService',
  1420.             'sylius.validator.valid_select_attribute' => 'getSylius_Validator_ValidSelectAttributeService',
  1421.             'sylius.validator.valid_text_attribute' => 'getSylius_Validator_ValidTextAttributeService',
  1422.             'sylius.validator.zone_cannot_contain_itself' => 'getSylius_Validator_ZoneCannotContainItselfService',
  1423.             'sylius_fixtures.fixture_loader' => 'getSyliusFixtures_FixtureLoaderService',
  1424.             'sylius_fixtures.fixture_registry' => 'getSyliusFixtures_FixtureRegistryService',
  1425.             'sylius_fixtures.listener.suite_loader_listener' => 'getSyliusFixtures_Listener_SuiteLoaderListenerService',
  1426.             'sylius_fixtures.logger' => 'getSyliusFixtures_LoggerService',
  1427.             'sylius_fixtures.logger.formatter.console' => 'getSyliusFixtures_Logger_Formatter_ConsoleService',
  1428.             'sylius_fixtures.logger.handler.console' => 'getSyliusFixtures_Logger_Handler_ConsoleService',
  1429.             'sylius_fixtures.suite_loader' => 'getSyliusFixtures_SuiteLoaderService',
  1430.             'sylius_fixtures.suite_registry' => 'getSyliusFixtures_SuiteRegistryService',
  1431.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  1432.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  1433.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  1434.         ];
  1435.         $this->aliases = [
  1436.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  1437.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  1438.             'Payum\\Core\\Payum' => 'payum',
  1439.             'Sylius\\Bundle\\AdminBundle\\EmailManager\\ShipmentEmailManagerInterface' => 'sylius.email_manager.shipment',
  1440.             'Sylius\\Bundle\\CoreBundle\\Assigner\\IpAssignerInterface' => 'sylius.customer_ip_assigner',
  1441.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Validator\\CatalogPromotionAction\\FixedDiscountActionValidator' => 'Sylius\\Bundle\\ApiBundle\\Validator\\CatalogPromotion\\FixedDiscountActionValidator',
  1442.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Validator\\CatalogPromotionScope\\ForProductsScopeValidator' => 'Sylius\\Bundle\\ApiBundle\\Validator\\CatalogPromotion\\ForProductsScopeValidator',
  1443.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Validator\\CatalogPromotionScope\\ForTaxonsScopeValidator' => 'Sylius\\Bundle\\ApiBundle\\Validator\\CatalogPromotion\\ForTaxonsScopeValidator',
  1444.             'Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Validator\\CatalogPromotionScope\\ForVariantsScopeValidator' => 'Sylius\\Bundle\\ApiBundle\\Validator\\CatalogPromotion\\ForVariantsScopeValidator',
  1445.             'Sylius\\Bundle\\CoreBundle\\Installer\\Provider\\DatabaseSetupCommandsProviderInterface' => 'sylius.commands_provider.database_setup',
  1446.             'Sylius\\Bundle\\CoreBundle\\Installer\\Setup\\ChannelSetupInterface' => 'sylius.setup.channel',
  1447.             'Sylius\\Bundle\\CoreBundle\\Installer\\Setup\\CurrencySetupInterface' => 'sylius.setup.currency',
  1448.             'Sylius\\Bundle\\CoreBundle\\Installer\\Setup\\LocaleSetupInterface' => 'sylius.setup.locale',
  1449.             'Sylius\\Bundle\\CoreBundle\\Remover\\ReviewerReviewsRemoverInterface' => 'sylius.reviewer_reviews_remover',
  1450.             'Sylius\\Bundle\\CoreBundle\\SectionResolver\\SectionProviderInterface' => 'sylius.section_resolver.uri_based_section_resolver',
  1451.             'Sylius\\Bundle\\FixturesBundle\\Fixture\\FixtureRegistryInterface' => 'sylius_fixtures.fixture_registry',
  1452.             'Sylius\\Bundle\\FixturesBundle\\Loader\\FixtureLoaderInterface' => 'sylius_fixtures.fixture_loader',
  1453.             'Sylius\\Bundle\\FixturesBundle\\Loader\\SuiteLoaderInterface' => 'sylius_fixtures.suite_loader',
  1454.             'Sylius\\Bundle\\FixturesBundle\\Suite\\SuiteRegistryInterface' => 'sylius_fixtures.suite_registry',
  1455.             'Sylius\\Bundle\\GridBundle\\Registry\\GridRegistryInterface' => 'sylius.grid.grid_registry',
  1456.             'Sylius\\Bundle\\MoneyBundle\\Formatter\\MoneyFormatterInterface' => 'sylius.money_formatter',
  1457.             'Sylius\\Bundle\\OrderBundle\\NumberAssigner\\OrderNumberAssignerInterface' => 'sylius.order_number_assigner',
  1458.             'Sylius\\Bundle\\PayumBundle\\Factory\\GetStatusFactoryInterface' => 'sylius.factory.payum_get_status_action',
  1459.             'Sylius\\Bundle\\PayumBundle\\Factory\\ResolveNextRouteFactoryInterface' => 'sylius.factory.payum_resolve_next_route',
  1460.             'Sylius\\Bundle\\PayumBundle\\Provider\\PaymentDescriptionProviderInterface' => 'sylius.payment_description_provider',
  1461.             'Sylius\\Bundle\\ResourceBundle\\Command\\DebugResourceCommand' => 'sylius.console.command.resource_debug',
  1462.             'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourcesResolverInterface' => 'sylius.resource_controller.resources_resolver.grid_aware',
  1463.             'Sylius\\Bundle\\ResourceBundle\\EventListener\\ORMMappedSuperClassSubscriber' => 'sylius.event_subscriber.orm_mapped_super_class',
  1464.             'Sylius\\Bundle\\ResourceBundle\\EventListener\\ORMRepositoryClassSubscriber' => 'sylius.event_subscriber.orm_repository_class',
  1465.             'Sylius\\Bundle\\ResourceBundle\\EventListener\\ORMTranslatableListener' => 'sylius.translation.translatable_listener.doctrine.orm',
  1466.             'Sylius\\Bundle\\ResourceBundle\\Form\\Extension\\CollectionTypeExtension' => 'sylius.form.extension.type.collection',
  1467.             'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType' => 'sylius.form.type.default',
  1468.             'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\ResourceAutocompleteChoiceType' => 'sylius.form.type.resource_autocomplete_choice',
  1469.             'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\ResourceTranslationsType' => 'sylius.form.type.resource_translations',
  1470.             'Sylius\\Bundle\\ResourceBundle\\Grid\\Renderer\\TwigBulkActionGridRenderer' => 'sylius.custom_bulk_action_grid_renderer.twig',
  1471.             'Sylius\\Bundle\\ResourceBundle\\Grid\\Renderer\\TwigGridRenderer' => 'sylius.custom_grid_renderer.twig',
  1472.             'Sylius\\Bundle\\ResourceBundle\\Grid\\View\\ResourceGridViewFactoryInterface' => 'sylius.grid.resource_view_factory',
  1473.             'Sylius\\Bundle\\ResourceBundle\\Storage\\CookieStorage' => 'sylius.storage.cookie',
  1474.             'Sylius\\Bundle\\ResourceBundle\\Storage\\SessionStorage' => 'sylius.storage.session',
  1475.             'Sylius\\Bundle\\ShopBundle\\Calculator\\OrderItemsSubtotalCalculatorInterface' => 'sylius.calculator.order_items_subtotal',
  1476.             'Sylius\\Bundle\\ShopBundle\\EmailManager\\ContactEmailManagerInterface' => 'sylius.email_manager.contact',
  1477.             'Sylius\\Bundle\\ShopBundle\\EmailManager\\OrderEmailManagerInterface' => 'sylius.email_manager.order',
  1478.             'Sylius\\Bundle\\ShopBundle\\EventListener\\OrderIntegrityCheckerInterface' => 'sylius.listener.order_integrity_checker',
  1479.             'Sylius\\Bundle\\UserBundle\\Security\\UserLoginInterface' => 'sylius.security.user_login',
  1480.             'Sylius\\Bundle\\UserBundle\\Security\\UserPasswordEncoderInterface' => 'sylius.security.password_encoder',
  1481.             'Sylius\\Component\\Addressing\\Comparator\\AddressComparatorInterface' => 'sylius.address_comparator',
  1482.             'Sylius\\Component\\Addressing\\Converter\\CountryNameConverterInterface' => 'sylius.converter.country_name',
  1483.             'Sylius\\Component\\Addressing\\Matcher\\ZoneMatcherInterface' => 'sylius.zone_matcher',
  1484.             'Sylius\\Component\\Addressing\\Provider\\ProvinceNamingProviderInterface' => 'sylius.province_naming_provider',
  1485.             'Sylius\\Component\\Core\\Calculator\\ProductVariantPriceCalculatorInterface' => 'sylius.calculator.product_variant_price',
  1486.             'Sylius\\Component\\Core\\Checker\\OrderPaymentMethodSelectionRequirementCheckerInterface' => 'sylius.checker.order_payment_method_selection_requirement',
  1487.             'Sylius\\Component\\Core\\Checker\\OrderShippingMethodSelectionRequirementCheckerInterface' => 'sylius.checker.order_shipping_method_selection_requirement',
  1488.             'Sylius\\Component\\Core\\Context\\ShopperContextInterface' => 'sylius.context.shopper',
  1489.             'Sylius\\Component\\Core\\Currency\\CurrencyStorageInterface' => 'sylius.storage.currency',
  1490.             'Sylius\\Component\\Core\\Customer\\CustomerAddressAdderInterface' => 'sylius.customer_unique_address_adder',
  1491.             'Sylius\\Component\\Core\\Customer\\OrderAddressesSaverInterface' => 'sylius.customer_order_addresses_saver',
  1492.             'Sylius\\Component\\Core\\Customer\\Statistics\\CustomerStatisticsProviderInterface' => 'sylius.customer_statistics_provider',
  1493.             'Sylius\\Component\\Core\\Dashboard\\DashboardStatisticsProviderInterface' => 'sylius.dashboard.statistics_provider',
  1494.             'Sylius\\Component\\Core\\Distributor\\IntegerDistributorInterface' => 'sylius.integer_distributor',
  1495.             'Sylius\\Component\\Core\\Distributor\\ProportionalIntegerDistributorInterface' => 'sylius.proportional_integer_distributor',
  1496.             'Sylius\\Component\\Core\\Factory\\CustomerAfterCheckoutFactoryInterface' => 'sylius.factory.customer_after_checkout',
  1497.             'Sylius\\Component\\Core\\Locale\\LocaleStorageInterface' => 'sylius.storage.locale',
  1498.             'Sylius\\Component\\Core\\Order\\OrderItemNamesSetterInterface' => 'sylius.order_item_names_setter',
  1499.             'Sylius\\Component\\Core\\Payment\\InvoiceNumberGeneratorInterface' => 'sylius.invoice_number_generator',
  1500.             'Sylius\\Component\\Core\\Payment\\Provider\\OrderPaymentProviderInterface' => 'sylius.order_payment_provider',
  1501.             'Sylius\\Component\\Core\\Promotion\\Applicator\\UnitsPromotionAdjustmentsApplicatorInterface' => 'sylius.promotion.units_promotion_adjustments_applicator',
  1502.             'Sylius\\Component\\Core\\Promotion\\Modifier\\OrderPromotionsUsageModifierInterface' => 'sylius.promotion_usage_modifier',
  1503.             'Sylius\\Component\\Core\\Provider\\ProductVariantsPricesProviderInterface' => 'sylius.provider.product_variants_prices',
  1504.             'Sylius\\Component\\Core\\Storage\\CartStorageInterface' => 'sylius.storage.cart_session',
  1505.             'Sylius\\Component\\Core\\TokenAssigner\\OrderTokenAssignerInterface' => 'sylius.unique_id_based_order_token_assigner',
  1506.             'Sylius\\Component\\Core\\Updater\\UnpaidOrdersStateUpdaterInterface' => 'sylius.unpaid_orders_state_updater',
  1507.             'Sylius\\Component\\Core\\Uploader\\ImageUploaderInterface' => 'sylius.image_uploader',
  1508.             'Sylius\\Component\\Currency\\Converter\\CurrencyConverterInterface' => 'sylius.currency_converter',
  1509.             'Sylius\\Component\\Currency\\Converter\\CurrencyNameConverterInterface' => 'sylius.currency_name_converter',
  1510.             'Sylius\\Component\\Customer\\Context\\CustomerContextInterface' => 'sylius.context.customer',
  1511.             'Sylius\\Component\\Grid\\Configuration\\GridConfigurationExtenderInterface' => 'sylius.grid.configuration_extender',
  1512.             'Sylius\\Component\\Grid\\Configuration\\GridConfigurationRemovalsHandlerInterface' => 'sylius.grid.configuration_removals_handler',
  1513.             'Sylius\\Component\\Locale\\Converter\\LocaleConverterInterface' => 'sylius.locale_converter',
  1514.             'Sylius\\Component\\Locale\\Provider\\LocaleProviderInterface' => 'sylius.locale_provider.channel_based',
  1515.             'Sylius\\Component\\Mailer\\Factory\\EmailFactoryInterface' => 'sylius.factory.email',
  1516.             'Sylius\\Component\\Mailer\\Provider\\DefaultSettingsProviderInterface' => 'sylius.mailer.default_settings_provider',
  1517.             'Sylius\\Component\\Mailer\\Provider\\EmailProviderInterface' => 'sylius.email_provider',
  1518.             'Sylius\\Component\\Mailer\\Sender\\SenderInterface' => 'sylius.email_sender',
  1519.             'Sylius\\Component\\Order\\Aggregator\\AdjustmentsAggregatorInterface' => 'sylius.adjustments_aggregator',
  1520.             'Sylius\\Component\\Order\\Modifier\\OrderItemQuantityModifierInterface' => 'sylius.order_item_quantity_modifier.limiting',
  1521.             'Sylius\\Component\\Order\\Modifier\\OrderModifierInterface' => 'sylius.order_modifier',
  1522.             'Sylius\\Component\\Order\\Remover\\ExpiredCartsRemoverInterface' => 'sylius.expired_carts_remover',
  1523.             'Sylius\\Component\\Payment\\Resolver\\DefaultPaymentMethodResolverInterface' => 'sylius.payment_method_resolver.default',
  1524.             'Sylius\\Component\\Payment\\Resolver\\PaymentMethodsResolverInterface' => 'sylius.payment_methods_resolver',
  1525.             'Sylius\\Component\\Product\\Checker\\ProductVariantsParityCheckerInterface' => 'sylius.checker.product_variants_parity',
  1526.             'Sylius\\Component\\Product\\Generator\\ProductVariantGeneratorInterface' => 'sylius.generator.product_variant',
  1527.             'Sylius\\Component\\Product\\Generator\\SlugGeneratorInterface' => 'sylius.generator.slug',
  1528.             'Sylius\\Component\\Product\\Resolver\\AvailableProductOptionValuesResolverInterface' => 'sylius.available_product_option_values_resolver',
  1529.             'Sylius\\Component\\Promotion\\Action\\PromotionApplicatorInterface' => 'sylius.promotion_applicator',
  1530.             'Sylius\\Component\\Promotion\\Generator\\PromotionCouponGeneratorInterface' => 'sylius.promotion_coupon_generator',
  1531.             'Sylius\\Component\\Promotion\\Processor\\PromotionProcessorInterface' => 'sylius.promotion_processor',
  1532.             'Sylius\\Component\\Promotion\\Provider\\ActivePromotionsProvider' => 'sylius.active_promotions_provider',
  1533.             'Sylius\\Component\\Resource\\Generator\\RandomnessGeneratorInterface' => 'sylius.random_generator',
  1534.             'Sylius\\Component\\Resource\\Translation\\Provider\\ImmutableTranslationLocaleProvider' => 'sylius.translation_locale_provider.immutable',
  1535.             'Sylius\\Component\\Resource\\Translation\\TranslatableEntityLocaleAssignerInterface' => 'sylius.translatable_entity_locale_assigner',
  1536.             'Sylius\\Component\\Shipping\\Calculator\\DelegatingCalculatorInterface' => 'sylius.shipping_calculator',
  1537.             'Sylius\\Component\\Shipping\\Checker\\Eligibility\\ShippingMethodEligibilityCheckerInterface' => 'sylius.shipping_method_eligibility_checker',
  1538.             'Sylius\\Component\\Shipping\\Checker\\ShippingMethodEligibilityCheckerInterface' => 'sylius.shipping_method_eligibility_checker',
  1539.             'Sylius\\Component\\Shipping\\Resolver\\DefaultShippingMethodResolverInterface' => 'sylius.shipping_method_resolver.default',
  1540.             'Sylius\\Component\\Shipping\\Resolver\\ShippingMethodsResolverInterface' => 'sylius.shipping_methods_resolver',
  1541.             'Sylius\\Component\\Taxation\\Calculator\\CalculatorInterface' => 'sylius.tax_calculator',
  1542.             'Sylius\\Component\\Taxation\\Resolver\\TaxRateResolverInterface' => 'sylius.tax_rate_resolver',
  1543.             'Sylius\\Component\\Taxonomy\\Generator\\TaxonSlugGeneratorInterface' => 'sylius.generator.taxon_slug',
  1544.             'Sylius\\Component\\User\\Canonicalizer\\CanonicalizerInterface' => 'sylius.canonicalizer',
  1545.             'Sylius\\Component\\User\\Security\\PasswordUpdaterInterface' => 'sylius.security.password_updater',
  1546.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  1547.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  1548.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  1549.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  1550.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  1551.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  1552.             'api_platform.action.post_item' => 'api_platform.action.placeholder',
  1553.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  1554.             'bitbag.manager.shipping_export' => 'doctrine.orm.default_entity_manager',
  1555.             'bitbag.manager.shipping_gateway' => 'doctrine.orm.default_entity_manager',
  1556.             'bitbag_open_marketplace.manager.conversation_message' => 'doctrine.orm.default_entity_manager',
  1557.             'bitbag_open_marketplace.manager.vendor_image' => 'doctrine.orm.default_entity_manager',
  1558.             'bitbag_open_marketplace.manager.vendor_profile_update_image' => 'doctrine.orm.default_entity_manager',
  1559.             'bitbag_sylius_cms_plugin.manager.block' => 'doctrine.orm.default_entity_manager',
  1560.             'bitbag_sylius_cms_plugin.manager.block_translation' => 'doctrine.orm.default_entity_manager',
  1561.             'bitbag_sylius_cms_plugin.manager.frequently_asked_question' => 'doctrine.orm.default_entity_manager',
  1562.             'bitbag_sylius_cms_plugin.manager.frequently_asked_question_translation' => 'doctrine.orm.default_entity_manager',
  1563.             'bitbag_sylius_cms_plugin.manager.media' => 'doctrine.orm.default_entity_manager',
  1564.             'bitbag_sylius_cms_plugin.manager.media_translation' => 'doctrine.orm.default_entity_manager',
  1565.             'bitbag_sylius_cms_plugin.manager.page' => 'doctrine.orm.default_entity_manager',
  1566.             'bitbag_sylius_cms_plugin.manager.page_translation' => 'doctrine.orm.default_entity_manager',
  1567.             'bitbag_sylius_cms_plugin.manager.section' => 'doctrine.orm.default_entity_manager',
  1568.             'bitbag_sylius_cms_plugin.manager.section_translation' => 'doctrine.orm.default_entity_manager',
  1569.             'bitbag_sylius_wishlist_plugin.manager.wishlist' => 'doctrine.orm.default_entity_manager',
  1570.             'bitbag_sylius_wishlist_plugin.manager.wishlist_product' => 'doctrine.orm.default_entity_manager',
  1571.             'database_connection' => 'doctrine.dbal.default_connection',
  1572.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  1573.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  1574.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  1575.             'mailer' => 'swiftmailer.mailer.default',
  1576.             'odiseo_blog.manager.article' => 'doctrine.orm.default_entity_manager',
  1577.             'odiseo_blog.manager.article_category' => 'doctrine.orm.default_entity_manager',
  1578.             'odiseo_blog.manager.article_category_translation' => 'doctrine.orm.default_entity_manager',
  1579.             'odiseo_blog.manager.article_comment' => 'doctrine.orm.default_entity_manager',
  1580.             'odiseo_blog.manager.article_image' => 'doctrine.orm.default_entity_manager',
  1581.             'odiseo_blog.manager.article_translation' => 'doctrine.orm.default_entity_manager',
  1582.             'open_marketplace.manager.conversation' => 'doctrine.orm.default_entity_manager',
  1583.             'open_marketplace.manager.conversation_category' => 'doctrine.orm.default_entity_manager',
  1584.             'open_marketplace.manager.draft_attribute' => 'doctrine.orm.default_entity_manager',
  1585.             'open_marketplace.manager.draft_attribute_translation' => 'doctrine.orm.default_entity_manager',
  1586.             'open_marketplace.manager.draft_attribute_value' => 'doctrine.orm.default_entity_manager',
  1587.             'open_marketplace.manager.product_draft' => 'doctrine.orm.default_entity_manager',
  1588.             'open_marketplace.manager.product_draft_image' => 'doctrine.orm.default_entity_manager',
  1589.             'open_marketplace.manager.product_draft_taxons' => 'doctrine.orm.default_entity_manager',
  1590.             'open_marketplace.manager.product_listing' => 'doctrine.orm.default_entity_manager',
  1591.             'open_marketplace.manager.product_listing_price' => 'doctrine.orm.default_entity_manager',
  1592.             'open_marketplace.manager.product_translation' => 'doctrine.orm.default_entity_manager',
  1593.             'open_marketplace.manager.product_value_sc' => 'doctrine.orm.default_entity_manager',
  1594.             'open_marketplace.manager.vendor' => 'doctrine.orm.default_entity_manager',
  1595.             'open_marketplace.manager.vendor_address' => 'doctrine.orm.default_entity_manager',
  1596.             'open_marketplace.manager.vendor_address_update' => 'doctrine.orm.default_entity_manager',
  1597.             'open_marketplace.manager.vendor_profile_update' => 'doctrine.orm.default_entity_manager',
  1598.             'open_marketplace.manager.vendor_shipping_method' => 'doctrine.orm.default_entity_manager',
  1599.             'router' => 'sylius.shop.locale_stripping_router',
  1600.             'sm.callback.cascade_transition' => 'SM\\Callback\\CascadeTransitionCallback',
  1601.             'sm.callback_factory' => 'SM\\Callback\\CallbackFactoryInterface',
  1602.             'sm.factory' => 'SM\\Factory\\FactoryInterface',
  1603.             'sylius.context.channel' => 'Sylius\\Component\\Channel\\Context\\ChannelContextInterface',
  1604.             'sylius.context.channel.request_based.resolver' => 'Sylius\\Component\\Channel\\Context\\RequestBased\\RequestResolverInterface',
  1605.             'sylius.context.currency' => 'sylius.context.currency.channel_aware',
  1606.             'sylius.context.locale' => 'Sylius\\Component\\Locale\\Context\\LocaleContextInterface',
  1607.             'sylius.factory.adjustment' => 'Sylius\\Component\\Order\\Factory\\AdjustmentFactoryInterface',
  1608.             'sylius.factory.channel' => 'Sylius\\Component\\Channel\\Factory\\ChannelFactoryInterface',
  1609.             'sylius.factory.order_item' => 'sylius.factory.cart_item',
  1610.             'sylius.factory.payment' => 'Sylius\\Component\\Payment\\Factory\\PaymentFactoryInterface',
  1611.             'sylius.factory.payment_method' => 'Sylius\\Component\\Core\\Factory\\PaymentMethodFactoryInterface',
  1612.             'sylius.factory.product' => 'Sylius\\Component\\Product\\Factory\\ProductFactoryInterface',
  1613.             'sylius.factory.product_variant' => 'Sylius\\Component\\Product\\Factory\\ProductVariantFactoryInterface',
  1614.             'sylius.factory.promotion_action' => 'Sylius\\Component\\Core\\Factory\\PromotionActionFactoryInterface',
  1615.             'sylius.factory.promotion_coupon' => 'Sylius\\Component\\Promotion\\Factory\\PromotionCouponFactoryInterface',
  1616.             'sylius.factory.promotion_rule' => 'Sylius\\Component\\Core\\Factory\\PromotionRuleFactoryInterface',
  1617.             'sylius.factory.taxon' => 'Sylius\\Component\\Taxonomy\\Factory\\TaxonFactoryInterface',
  1618.             'sylius.factory.zone' => 'Sylius\\Component\\Addressing\\Factory\\ZoneFactoryInterface',
  1619.             'sylius.grid.bulk_action_renderer.twig' => 'sylius.custom_bulk_action_grid_renderer.twig',
  1620.             'sylius.grid.provider' => 'sylius.grid.chain_provider',
  1621.             'sylius.grid.renderer.twig' => 'sylius.custom_grid_renderer.twig',
  1622.             'sylius.inventory.order_inventory_operator' => 'Sylius\\Component\\Core\\Inventory\\Operator\\OrderInventoryOperatorInterface',
  1623.             'sylius.locale_provider' => 'sylius.locale_provider.channel_based',
  1624.             'sylius.manager.address' => 'doctrine.orm.default_entity_manager',
  1625.             'sylius.manager.address_log_entry' => 'doctrine.orm.default_entity_manager',
  1626.             'sylius.manager.adjustment' => 'doctrine.orm.default_entity_manager',
  1627.             'sylius.manager.admin_user' => 'doctrine.orm.default_entity_manager',
  1628.             'sylius.manager.avatar_image' => 'doctrine.orm.default_entity_manager',
  1629.             'sylius.manager.catalog_promotion' => 'doctrine.orm.default_entity_manager',
  1630.             'sylius.manager.catalog_promotion_action' => 'doctrine.orm.default_entity_manager',
  1631.             'sylius.manager.catalog_promotion_scope' => 'doctrine.orm.default_entity_manager',
  1632.             'sylius.manager.catalog_promotion_translation' => 'doctrine.orm.default_entity_manager',
  1633.             'sylius.manager.channel' => 'doctrine.orm.default_entity_manager',
  1634.             'sylius.manager.channel_pricing' => 'doctrine.orm.default_entity_manager',
  1635.             'sylius.manager.country' => 'doctrine.orm.default_entity_manager',
  1636.             'sylius.manager.currency' => 'doctrine.orm.default_entity_manager',
  1637.             'sylius.manager.customer' => 'doctrine.orm.default_entity_manager',
  1638.             'sylius.manager.customer_group' => 'doctrine.orm.default_entity_manager',
  1639.             'sylius.manager.exchange_rate' => 'doctrine.orm.default_entity_manager',
  1640.             'sylius.manager.gateway_config' => 'doctrine.orm.default_entity_manager',
  1641.             'sylius.manager.inventory_unit' => 'doctrine.orm.default_entity_manager',
  1642.             'sylius.manager.locale' => 'doctrine.orm.default_entity_manager',
  1643.             'sylius.manager.oauth_user' => 'doctrine.orm.default_entity_manager',
  1644.             'sylius.manager.order' => 'doctrine.orm.default_entity_manager',
  1645.             'sylius.manager.order_item' => 'doctrine.orm.default_entity_manager',
  1646.             'sylius.manager.order_item_unit' => 'doctrine.orm.default_entity_manager',
  1647.             'sylius.manager.order_sequence' => 'doctrine.orm.default_entity_manager',
  1648.             'sylius.manager.payment' => 'doctrine.orm.default_entity_manager',
  1649.             'sylius.manager.payment_method' => 'doctrine.orm.default_entity_manager',
  1650.             'sylius.manager.payment_method_translation' => 'doctrine.orm.default_entity_manager',
  1651.             'sylius.manager.payment_security_token' => 'doctrine.orm.default_entity_manager',
  1652.             'sylius.manager.product' => 'doctrine.orm.default_entity_manager',
  1653.             'sylius.manager.product_association' => 'doctrine.orm.default_entity_manager',
  1654.             'sylius.manager.product_association_type' => 'doctrine.orm.default_entity_manager',
  1655.             'sylius.manager.product_association_type_translation' => 'doctrine.orm.default_entity_manager',
  1656.             'sylius.manager.product_attribute' => 'doctrine.orm.default_entity_manager',
  1657.             'sylius.manager.product_attribute_translation' => 'doctrine.orm.default_entity_manager',
  1658.             'sylius.manager.product_attribute_value' => 'doctrine.orm.default_entity_manager',
  1659.             'sylius.manager.product_image' => 'doctrine.orm.default_entity_manager',
  1660.             'sylius.manager.product_option' => 'doctrine.orm.default_entity_manager',
  1661.             'sylius.manager.product_option_translation' => 'doctrine.orm.default_entity_manager',
  1662.             'sylius.manager.product_option_value' => 'doctrine.orm.default_entity_manager',
  1663.             'sylius.manager.product_option_value_translation' => 'doctrine.orm.default_entity_manager',
  1664.             'sylius.manager.product_review' => 'doctrine.orm.default_entity_manager',
  1665.             'sylius.manager.product_reviewer' => 'doctrine.orm.default_entity_manager',
  1666.             'sylius.manager.product_taxon' => 'doctrine.orm.default_entity_manager',
  1667.             'sylius.manager.product_translation' => 'doctrine.orm.default_entity_manager',
  1668.             'sylius.manager.product_variant' => 'doctrine.orm.default_entity_manager',
  1669.             'sylius.manager.product_variant_translation' => 'doctrine.orm.default_entity_manager',
  1670.             'sylius.manager.promotion' => 'doctrine.orm.default_entity_manager',
  1671.             'sylius.manager.promotion_action' => 'doctrine.orm.default_entity_manager',
  1672.             'sylius.manager.promotion_coupon' => 'doctrine.orm.default_entity_manager',
  1673.             'sylius.manager.promotion_rule' => 'doctrine.orm.default_entity_manager',
  1674.             'sylius.manager.promotion_subject' => 'doctrine.orm.default_entity_manager',
  1675.             'sylius.manager.province' => 'doctrine.orm.default_entity_manager',
  1676.             'sylius.manager.shipment' => 'doctrine.orm.default_entity_manager',
  1677.             'sylius.manager.shipment_unit' => 'doctrine.orm.default_entity_manager',
  1678.             'sylius.manager.shipping_category' => 'doctrine.orm.default_entity_manager',
  1679.             'sylius.manager.shipping_method' => 'doctrine.orm.default_entity_manager',
  1680.             'sylius.manager.shipping_method_rule' => 'doctrine.orm.default_entity_manager',
  1681.             'sylius.manager.shipping_method_translation' => 'doctrine.orm.default_entity_manager',
  1682.             'sylius.manager.shop_billing_data' => 'doctrine.orm.default_entity_manager',
  1683.             'sylius.manager.shop_user' => 'doctrine.orm.default_entity_manager',
  1684.             'sylius.manager.tax_category' => 'doctrine.orm.default_entity_manager',
  1685.             'sylius.manager.tax_rate' => 'doctrine.orm.default_entity_manager',
  1686.             'sylius.manager.taxon' => 'doctrine.orm.default_entity_manager',
  1687.             'sylius.manager.taxon_image' => 'doctrine.orm.default_entity_manager',
  1688.             'sylius.manager.taxon_translation' => 'doctrine.orm.default_entity_manager',
  1689.             'sylius.manager.zone' => 'doctrine.orm.default_entity_manager',
  1690.             'sylius.manager.zone_member' => 'doctrine.orm.default_entity_manager',
  1691.             'sylius.order_item_quantity_modifier' => 'sylius.order_item_quantity_modifier.limiting',
  1692.             'sylius.translation_locale_provider' => 'sylius.translation_locale_provider.admin',
  1693.             'sylius_resource.doctrine.mapping_driver_chain' => 'Sylius\\Bundle\\ResourceBundle\\Doctrine\\ResourceMappingDriverChain',
  1694.         ];
  1695.         $this->privates['service_container'] = function () {
  1696.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  1697.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  1698.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  1699.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  1700.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  1701.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  1702.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  1703.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  1704.             include_once \dirname(__DIR__4).'/src/EventListener/VendorDemandListener.php';
  1705.             include_once \dirname(__DIR__4).'/src/Provider/VendorProviderInterface.php';
  1706.             include_once \dirname(__DIR__4).'/src/Provider/VendorProvider.php';
  1707.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  1708.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Twig/Runtime/RenderBlockRuntimeInterface.php';
  1709.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Twig/Runtime/RenderBlockRuntime.php';
  1710.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Twig/Runtime/RenderMediaRuntimeInterface.php';
  1711.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Twig/Runtime/RenderMediaRuntime.php';
  1712.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Twig/Runtime/RenderProductPagesRuntimeInterface.php';
  1713.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Twig/Runtime/RenderProductPagesRuntime.php';
  1714.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Sorter/SectionsSorterInterface.php';
  1715.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Sorter/SectionsSorter.php';
  1716.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resolver/BlockResourceResolverInterface.php';
  1717.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resolver/BlockResourceResolver.php';
  1718.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resolver/MediaResourceResolverInterface.php';
  1719.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resolver/MediaResourceResolver.php';
  1720.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resolver/MediaProviderResolverInterface.php';
  1721.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resolver/MediaProviderResolver.php';
  1722.             include_once \dirname(__DIR__4).'/vendor/sylius/registry/src/ServiceRegistryInterface.php';
  1723.             include_once \dirname(__DIR__4).'/vendor/sylius/registry/src/ServiceRegistry.php';
  1724.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/MediaProvider/ProviderInterface.php';
  1725.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/MediaProvider/GenericProvider.php';
  1726.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Uploader/MediaUploaderInterface.php';
  1727.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Uploader/MediaUploader.php';
  1728.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/FilesystemInterface.php';
  1729.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Filesystem.php';
  1730.             include_once \dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Resolver/WishlistsResolverInterface.php';
  1731.             include_once \dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Resolver/WishlistsResolver.php';
  1732.             include_once \dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Resolver/WishlistCookieTokenResolverInterface.php';
  1733.             include_once \dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Resolver/WishlistCookieTokenResolver.php';
  1734.             include_once \dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/EventSubscriber/CreateNewWishlistSubscriber.php';
  1735.             include_once \dirname(__DIR__4).'/src/EventListener/RegisterUserEnileadsListener.php';
  1736.             include_once \dirname(__DIR__4).'/src/EventListener/UserUpdateListener.php';
  1737.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  1738.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  1739.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  1740.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  1741.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  1742.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  1743.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  1744.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  1745.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  1746.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  1747.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  1748.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  1749.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  1750.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  1751.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  1752.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  1753.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  1754.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  1755.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  1756.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  1757.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  1758.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  1759.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  1760.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  1761.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  1762.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  1763.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  1764.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  1765.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  1766.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  1767.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  1768.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  1769.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  1770.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  1771.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  1772.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  1773.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  1774.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  1775.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  1776.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Asset/Package/PathPackage.php';
  1777.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  1778.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  1779.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  1780.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  1781.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  1782.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  1783.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  1784.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  1785.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  1786.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  1787.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  1788.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  1789.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
  1790.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  1791.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1792.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1793.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1794.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  1795.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1796.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1797.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  1798.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  1799.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1800.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  1801.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  1802.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  1803.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  1804.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  1805.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  1806.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  1807.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  1808.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  1809.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  1810.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  1811.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  1812.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  1813.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  1814.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  1815.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  1816.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  1817.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  1818.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  1819.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  1820.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  1821.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  1822.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  1823.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1824.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1825.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1826.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1827.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1828.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1829.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1830.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1831.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1832.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1833.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1834.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1835.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1836.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1837.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  1838.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  1839.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  1840.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  1841.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  1842.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  1843.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  1844.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  1845.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  1846.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  1847.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  1848.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  1849.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  1850.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  1851.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  1852.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  1853.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  1854.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  1855.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  1856.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  1857.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  1858.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  1859.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  1860.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  1861.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  1862.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  1863.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  1864.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  1865.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  1866.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  1867.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  1868.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  1869.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  1870.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  1871.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  1872.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  1873.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  1874.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  1875.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  1876.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  1877.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  1878.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  1879.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  1880.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  1881.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  1882.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  1883.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  1884.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  1885.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  1886.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  1887.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1888.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1889.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1890.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  1891.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1892.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  1893.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  1894.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  1895.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  1896.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1897.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1898.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php';
  1899.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php';
  1900.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/FirePHPHandler.php';
  1901.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  1902.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  1903.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  1904.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  1905.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  1906.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  1907.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  1908.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  1909.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  1910.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  1911.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  1912.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  1913.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  1914.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  1915.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  1916.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  1917.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  1918.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  1919.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  1920.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  1921.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  1922.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  1923.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  1924.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  1925.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  1926.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  1927.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  1928.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  1929.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  1930.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  1931.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  1932.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  1933.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  1934.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  1935.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  1936.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  1937.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  1938.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  1939.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  1940.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1941.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1942.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1943.             include_once \dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Component/Repository/RepositoryInterface.php';
  1944.             include_once \dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Doctrine/ORM/ResourceRepositoryTrait.php';
  1945.             include_once \dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Doctrine/ORM/EntityRepository.php';
  1946.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Order/Repository/OrderRepositoryInterface.php';
  1947.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Doctrine/ORM/OrderRepository.php';
  1948.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Repository/OrderRepositoryInterface.php';
  1949.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Doctrine/ORM/OrderRepository.php';
  1950.             include_once \dirname(__DIR__4).'/src/Repository/OrderRepository.php';
  1951.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  1952.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  1953.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  1954.             include_once \dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Component/Factory/FactoryInterface.php';
  1955.             include_once \dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Component/Factory/Factory.php';
  1956.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  1957.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  1958.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Templating/Helper/AdjustmentsHelper.php';
  1959.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Order/Aggregator/AdjustmentsAggregatorInterface.php';
  1960.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Order/Aggregator/AdjustmentsByLabelAggregator.php';
  1961.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/MoneyBundle/Formatter/MoneyFormatterInterface.php';
  1962.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/MoneyBundle/Formatter/MoneyFormatter.php';
  1963.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Currency/Repository/ExchangeRateRepositoryInterface.php';
  1964.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Doctrine/ORM/ExchangeRateRepository.php';
  1965.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Currency/Converter/CurrencyConverterInterface.php';
  1966.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Currency/Converter/CurrencyConverter.php';
  1967.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Locale/Context/LocaleContextInterface.php';
  1968.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Context/RequestHeaderBasedLocaleContext.php';
  1969.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Locale/Converter/LocaleConverterInterface.php';
  1970.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Locale/Converter/LocaleConverter.php';
  1971.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Listener/RequestLocaleSetter.php';
  1972.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Templating/Helper/LocaleHelperInterface.php';
  1973.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Templating/Helper/LocaleHelper.php';
  1974.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Product/Resolver/ProductVariantResolverInterface.php';
  1975.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Product/Resolver/DefaultProductVariantResolver.php';
  1976.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/ChannelContextInterface.php';
  1977.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/CompositeChannelContext.php';
  1978.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/RequestBased/ChannelContext.php';
  1979.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/SingleChannelContext.php';
  1980.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Context/FakeChannel/FakeChannelContext.php';
  1981.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Context/FakeChannel/FakeChannelPersister.php';
  1982.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Repository/ShipmentRepositoryInterface.php';
  1983.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Doctrine/ORM/ShipmentRepository.php';
  1984.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Shipping/Repository/ShippingMethodRepositoryInterface.php';
  1985.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Doctrine/ORM/ShippingMethodRepository.php';
  1986.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Repository/ShippingMethodRepositoryInterface.php';
  1987.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Doctrine/ORM/ShippingMethodRepository.php';
  1988.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Shipping/Checker/Eligibility/ShippingMethodEligibilityCheckerInterface.php';
  1989.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Shipping/Checker/Eligibility/CategoryRequirementEligibilityChecker.php';
  1990.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Shipping/Checker/Eligibility/ShippingMethodRulesEligibilityChecker.php';
  1991.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Shipping/Checker/Eligibility/CompositeShippingMethodEligibilityChecker.php';
  1992.             include_once \dirname(__DIR__4).'/vendor/sylius/registry/src/PrioritizedServiceRegistryInterface.php';
  1993.             include_once \dirname(__DIR__4).'/vendor/sylius/registry/src/PrioritizedServiceRegistry.php';
  1994.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Shipping/Resolver/ShippingMethodsResolverInterface.php';
  1995.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Shipping/Resolver/CompositeMethodsResolver.php';
  1996.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Shipping/Resolver/ShippingMethodsResolver.php';
  1997.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Shipping/Calculator/CalculatorInterface.php';
  1998.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Shipping/Calculator/FlatRateCalculator.php';
  1999.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Shipping/Calculator/PerUnitRateCalculator.php';
  2000.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Shipping/Checker/Rule/RuleCheckerInterface.php';
  2001.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Shipping/Checker/Rule/TotalWeightGreaterThanOrEqualRuleChecker.php';
  2002.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Shipping/Checker/Rule/TotalWeightLessThanOrEqualRuleChecker.php';
  2003.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Payment/Repository/PaymentMethodRepositoryInterface.php';
  2004.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Doctrine/ORM/PaymentMethodRepository.php';
  2005.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Repository/PaymentMethodRepositoryInterface.php';
  2006.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Doctrine/ORM/PaymentMethodRepository.php';
  2007.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Payment/Resolver/PaymentMethodsResolverInterface.php';
  2008.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Payment/Resolver/PaymentMethodsResolver.php';
  2009.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Payment/Resolver/CompositeMethodsResolver.php';
  2010.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Addressing/Matcher/ZoneMatcherInterface.php';
  2011.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Addressing/Matcher/ZoneMatcher.php';
  2012.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  2013.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  2014.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Twig/CountryNameExtension.php';
  2015.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Twig/ProvinceNamingExtension.php';
  2016.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Inventory/Checker/AvailabilityCheckerInterface.php';
  2017.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Inventory/Checker/AvailabilityChecker.php';
  2018.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/InventoryBundle/Templating/Helper/InventoryHelper.php';
  2019.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/User/Canonicalizer/CanonicalizerInterface.php';
  2020.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/User/Canonicalizer/Canonicalizer.php';
  2021.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Registry/TemplateBlockRegistryInterface.php';
  2022.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Registry/TemplateBlockRegistry.php';
  2023.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Registry/TemplateBlock.php';
  2024.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TestFormAttributeExtension.php';
  2025.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TestHtmlAttributeExtension.php';
  2026.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/MergeRecursiveExtension.php';
  2027.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/LegacySonataBlockExtension.php';
  2028.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TemplateBlockRenderingHistory.php';
  2029.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Checker/OrderShippingMethodSelectionRequirementCheckerInterface.php';
  2030.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Checker/OrderShippingMethodSelectionRequirementChecker.php';
  2031.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Checker/OrderPaymentMethodSelectionRequirementCheckerInterface.php';
  2032.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Checker/OrderPaymentMethodSelectionRequirementChecker.php';
  2033.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Context/ThemeContextInterface.php';
  2034.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Theme/ChannelBasedThemeContext.php';
  2035.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Order/Context/CartContextInterface.php';
  2036.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Context/CustomerAndChannelBasedCartContext.php';
  2037.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Currency/CurrencyStorageInterface.php';
  2038.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Currency/CurrencyStorage.php';
  2039.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Currency/Context/CurrencyContextInterface.php';
  2040.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Currency/Context/StorageBasedCurrencyContext.php';
  2041.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Currency/Context/ChannelAwareCurrencyContext.php';
  2042.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Currency/Context/CompositeCurrencyContext.php';
  2043.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Locale/Provider/LocaleProviderInterface.php';
  2044.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ChannelBasedLocaleProvider.php';
  2045.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Context/RequestBasedLocaleContext.php';
  2046.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Locale/Context/ProviderBasedLocaleContext.php';
  2047.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/LocaleAwareListener.php';
  2048.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  2049.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/XFrameOptionsSubscriber.php';
  2050.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Shipping/Checker/Rule/OrderTotalRuleChecker.php';
  2051.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Shipping/Checker/Rule/OrderTotalGreaterThanOrEqualRuleChecker.php';
  2052.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Shipping/Checker/Rule/OrderTotalLessThanOrEqualRuleChecker.php';
  2053.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Twig/BundleLoadedCheckerExtension.php';
  2054.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Templating/Helper/ProductVariantsPricesHelper.php';
  2055.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Templating/Helper/VariantResolverHelper.php';
  2056.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Validator/Initializer/CustomerInitializer.php';
  2057.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Resolver/ZoneAndChannelBasedShippingMethodsResolver.php';
  2058.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Resolver/ChannelBasedPaymentMethodsResolver.php';
  2059.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Customer/Context/CustomerContextInterface.php';
  2060.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Context/CustomerContext.php';
  2061.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ProductVariantsPricesProviderInterface.php';
  2062.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ProductVariantsPricesProvider.php';
  2063.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Calculator/ProductVariantPriceCalculatorInterface.php';
  2064.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Calculator/ProductVariantPricesCalculatorInterface.php';
  2065.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Calculator/ProductVariantPriceCalculator.php';
  2066.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SectionResolver/SectionProviderInterface.php';
  2067.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SectionResolver/UriBasedSectionProvider.php';
  2068.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SectionResolver/UriBasedSectionResolverInterface.php';
  2069.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/SectionResolver/ShopApiUriBasedSectionResolver.php';
  2070.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/SectionResolver/AdminApiUriBasedSectionResolver.php';
  2071.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Cart/Resolver/CreatedByGuestFlagResolverInterface.php';
  2072.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Cart/Resolver/CreatedByGuestFlagResolver.php';
  2073.             include_once \dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Component/Storage/StorageInterface.php';
  2074.             include_once \dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Storage/SessionStorage.php';
  2075.             include_once \dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Storage/CookieStorage.php';
  2076.             include_once \dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Component/Metadata/RegistryInterface.php';
  2077.             include_once \dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Component/Metadata/Registry.php';
  2078.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ExpressionLanguage.php';
  2079.             include_once \dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/ExpressionLanguage/ExpressionLanguage.php';
  2080.             include_once \dirname(__DIR__4).'/vendor/sylius/grid-bundle/src/Component/Renderer/GridRendererInterface.php';
  2081.             include_once \dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Grid/Renderer/TwigGridRenderer.php';
  2082.             include_once \dirname(__DIR__4).'/vendor/sylius/grid-bundle/src/Bundle/Renderer/TwigGridRenderer.php';
  2083.             include_once \dirname(__DIR__4).'/vendor/sylius/grid-bundle/src/Bundle/Form/Registry/FormTypeRegistryInterface.php';
  2084.             include_once \dirname(__DIR__4).'/vendor/sylius/grid-bundle/src/Bundle/Form/Registry/FormTypeRegistry.php';
  2085.             include_once \dirname(__DIR__4).'/vendor/sylius/grid-bundle/src/Component/Renderer/BulkActionGridRendererInterface.php';
  2086.             include_once \dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Grid/Renderer/TwigBulkActionGridRenderer.php';
  2087.             include_once \dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Grid/Parser/OptionsParserInterface.php';
  2088.             include_once \dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Grid/Parser/OptionsParser.php';
  2089.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  2090.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  2091.             include_once \dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Doctrine/ResourceMappingDriverChain.php';
  2092.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  2093.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  2094.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  2095.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/YamlDriver.php';
  2096.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedYamlDriver.php';
  2097.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  2098.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  2099.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Repository/BlockRepositoryInterface.php';
  2100.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Repository/BlockRepository.php';
  2101.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Repository/PageRepositoryInterface.php';
  2102.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Repository/PageRepository.php';
  2103.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Repository/MediaRepositoryInterface.php';
  2104.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Repository/MediaRepository.php';
  2105.             include_once \dirname(__DIR__4).'/vendor/sylius/grid-bundle/src/Component/FieldTypes/FieldTypeInterface.php';
  2106.             include_once \dirname(__DIR__4).'/vendor/sylius/grid-bundle/src/Component/FieldTypes/DatetimeFieldType.php';
  2107.             include_once \dirname(__DIR__4).'/vendor/sylius/grid-bundle/src/Component/FieldTypes/StringFieldType.php';
  2108.             include_once \dirname(__DIR__4).'/vendor/sylius/grid-bundle/src/Bundle/FieldTypes/TwigFieldType.php';
  2109.             include_once \dirname(__DIR__4).'/vendor/sylius/grid-bundle/src/Component/DataExtractor/DataExtractorInterface.php';
  2110.             include_once \dirname(__DIR__4).'/vendor/sylius/grid-bundle/src/Component/DataExtractor/PropertyAccessDataExtractor.php';
  2111.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  2112.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  2113.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  2114.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  2115.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  2116.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  2117.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  2118.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  2119.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  2120.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  2121.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  2122.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  2123.             include_once \dirname(__DIR__4).'/vendor/willdurand/hateoas/src/Factory/LinkFactory.php';
  2124.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  2125.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  2126.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  2127.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  2128.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  2129.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  2130.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  2131.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  2132.             include_once \dirname(__DIR__4).'/vendor/willdurand/hateoas/src/UrlGenerator/UrlGeneratorRegistry.php';
  2133.             include_once \dirname(__DIR__4).'/vendor/willdurand/hateoas/src/UrlGenerator/UrlGeneratorInterface.php';
  2134.             include_once \dirname(__DIR__4).'/vendor/willdurand/hateoas/src/UrlGenerator/SymfonyUrlGenerator.php';
  2135.             include_once \dirname(__DIR__4).'/vendor/willdurand/hateoas/src/Helper/LinkHelper.php';
  2136.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  2137.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  2138.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  2139.             include_once \dirname(__DIR__4).'/vendor/willdurand/hateoas-bundle/Expression/LinkExpressionFunction.php';
  2140.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  2141.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  2142.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  2143.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  2144.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  2145.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  2146.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  2147.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  2148.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  2149.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  2150.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  2151.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  2152.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  2153.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  2154.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  2155.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  2156.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  2157.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  2158.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  2159.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  2160.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  2161.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  2162.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  2163.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  2164.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  2165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  2166.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/FilesystemMapInterface.php';
  2167.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-gaufrette-bundle/FilesystemMap.php';
  2168.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter.php';
  2169.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/StreamFactory.php';
  2170.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/ChecksumCalculator.php';
  2171.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/SizeCalculator.php';
  2172.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/MimeTypeProvider.php';
  2173.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/Local.php';
  2174.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  2175.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  2176.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  2177.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  2178.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  2179.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  2180.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  2181.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  2182.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  2183.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  2184.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  2185.             include_once \dirname(__DIR__4).'/vendor/payum/payum/src/Payum/Core/Extension/ExtensionInterface.php';
  2186.             include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Profiler/PayumCollector.php';
  2187.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2188.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  2189.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  2190.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  2191.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Repository/ThemeRepositoryInterface.php';
  2192.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Repository/InMemoryThemeRepository.php';
  2193.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Loader/ThemeLoaderInterface.php';
  2194.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Loader/ThemeLoader.php';
  2195.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Configuration/ConfigurationProviderInterface.php';
  2196.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Configuration/CompositeConfigurationProvider.php';
  2197.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Factory/ThemeFactoryInterface.php';
  2198.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Factory/ThemeFactory.php';
  2199.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Factory/ThemeAuthorFactoryInterface.php';
  2200.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Factory/ThemeAuthorFactory.php';
  2201.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Factory/ThemeScreenshotFactoryInterface.php';
  2202.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Factory/ThemeScreenshotFactory.php';
  2203.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Loader/CircularDependencyCheckerInterface.php';
  2204.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Loader/CircularDependencyChecker.php';
  2205.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/HierarchyProvider/ThemeHierarchyProviderInterface.php';
  2206.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/HierarchyProvider/ThemeHierarchyProvider.php';
  2207.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Asset/PathResolverInterface.php';
  2208.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Asset/PathResolver.php';
  2209.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Filesystem/FilesystemInterface.php';
  2210.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Filesystem/Filesystem.php';
  2211.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Asset/Installer/AssetsProviderInterface.php';
  2212.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Asset/Installer/AssetsProvider.php';
  2213.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  2214.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  2215.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  2216.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Translation/ThemeAwareTranslator.php';
  2217.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  2218.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Translation/Translator.php';
  2219.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Translation/Provider/Loader/TranslatorLoaderProviderInterface.php';
  2220.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Translation/Provider/Loader/TranslatorLoaderProvider.php';
  2221.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Translation/Provider/Resource/TranslatorResourceProviderInterface.php';
  2222.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Translation/Provider/Resource/CompositeTranslatorResourceProvider.php';
  2223.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Translation/Provider/Resource/SymfonyTranslatorResourceProvider.php';
  2224.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Translation/Provider/Resource/ThemeTranslatorResourceProvider.php';
  2225.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Translation/Finder/TranslationFilesFinderInterface.php';
  2226.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Translation/Finder/OrderingTranslationFilesFinder.php';
  2227.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Translation/Finder/TranslationFilesFinder.php';
  2228.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Factory/FinderFactoryInterface.php';
  2229.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Factory/FinderFactory.php';
  2230.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  2231.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  2232.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  2233.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  2234.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  2235.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/EventListener/AdminSectionCacheControlSubscriber.php';
  2236.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Context/AdminBasedLocaleContext.php';
  2237.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/SectionResolver/AdminUriBasedSectionResolver.php';
  2238.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Twig/NotificationWidgetExtension.php';
  2239.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Twig/ShopExtension.php';
  2240.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Twig/ChannelsCurrenciesExtension.php';
  2241.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Twig/OrderUnitTaxesExtension.php';
  2242.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Twig/ChannelNameExtension.php';
  2243.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/EventListener/ShopCustomerAccountSubSectionCacheControlSubscriber.php';
  2244.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/EventListener/SessionCartSubscriber.php';
  2245.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/SectionResolver/ShopUriBasedSectionResolver.php';
  2246.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Context/SessionAndChannelBasedCartContext.php';
  2247.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Storage/CartStorageInterface.php';
  2248.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Storage/CartSessionStorage.php';
  2249.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Calculator/OrderItemsSubtotalCalculatorInterface.php';
  2250.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Calculator/OrderItemsSubtotalCalculator.php';
  2251.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Locale/LocaleStorageInterface.php';
  2252.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Locale/LocaleStorage.php';
  2253.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Locale/Context/StorageBasedLocaleContext.php';
  2254.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Router/LocaleStrippingRouter.php';
  2255.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Checkout/CheckoutResolver.php';
  2256.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Checkout/CheckoutStateUrlGeneratorInterface.php';
  2257.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Checkout/CheckoutStateUrlGenerator.php';
  2258.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  2259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  2260.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  2261.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  2262.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  2263.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  2264.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  2265.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  2266.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  2267.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  2268.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  2269.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  2270.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  2271.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  2272.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  2273.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  2274.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  2275.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  2276.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  2277.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/SerializerContextBuilder/HttpRequestMethodTypeContextBuilder.php';
  2278.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/SerializerContextBuilder/LocaleContextBuilder.php';
  2279.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/SerializerContextBuilder/ChannelContextBuilder.php';
  2280.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  2281.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  2282.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  2283.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  2284.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  2285.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  2286.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  2287.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  2288.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  2289.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  2290.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  2291.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  2292.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  2293.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  2294.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/FileLoader.php';
  2295.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/XmlFileLoader.php';
  2296.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  2297.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  2298.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  2299.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  2300.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/DashPathSegmentNameGenerator.php';
  2301.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  2302.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  2303.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  2304.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  2305.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  2306.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  2307.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  2308.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  2309.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  2310.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  2311.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  2312.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  2313.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  2314.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  2315.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  2316.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  2317.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  2318.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  2319.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  2320.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  2321.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  2322.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  2323.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  2324.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  2325.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  2326.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/ApiPlatform/Factory/MergingExtractorResourceMetadataFactory.php';
  2327.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  2328.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  2329.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/ApiPlatform/ResourceMetadataPropertyValueResolverInteface.php';
  2330.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/ApiPlatform/ResourceMetadataPropertyValueResolver.php';
  2331.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/ApiPlatform/ApiResourceConfigurationMergerInterface.php';
  2332.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/ApiPlatform/ApiResourceConfigurationMerger.php';
  2333.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  2334.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  2335.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  2336.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  2337.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  2338.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  2339.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  2340.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  2341.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  2342.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  2343.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  2344.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  2345.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  2346.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  2347.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  2348.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  2349.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  2350.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  2351.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  2352.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  2353.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  2354.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  2355.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  2356.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  2357.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  2358.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  2359.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  2360.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  2361.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  2362.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  2363.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  2364.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  2365.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  2366.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  2367.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  2368.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  2369.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  2370.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  2371.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  2372.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  2373.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  2374.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  2375.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  2376.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  2377.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  2378.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  2379.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  2380.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  2381.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  2382.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  2383.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  2384.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  2385.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  2386.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  2387.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  2388.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  2389.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  2390.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  2391.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  2392.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  2393.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  2394.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  2395.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  2396.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  2397.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Context/UserContextInterface.php';
  2398.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Context/TokenBasedUserContext.php';
  2399.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/EventSubscriber/KernelRequestEventSubscriber.php';
  2400.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Provider/ProductImageFilterProviderInterface.php';
  2401.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Provider/LiipProductImageFilterProvider.php';
  2402.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Serializer/AddressDenormalizer.php';
  2403.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Serializer/CommandArgumentsDenormalizer.php';
  2404.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Converter/IriToIdentifierConverterInterface.php';
  2405.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Converter/IriToIdentifierConverter.php';
  2406.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Serializer/HydraErrorNormalizer.php';
  2407.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  2408.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  2409.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  2410.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  2411.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Serializer/ProductNormalizer.php';
  2412.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Serializer/ProductImageNormalizer.php';
  2413.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Serializer/CommandNormalizer.php';
  2414.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Serializer/CommandDenormalizer.php';
  2415.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Serializer/ProductVariantNormalizer.php';
  2416.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Serializer/FlattenExceptionNormalizer.php';
  2417.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FlattenExceptionNormalizer.php';
  2418.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Serializer/ShippingMethodNormalizer.php';
  2419.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  2420.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  2421.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Serializer/ZoneDenormalizer.php';
  2422.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  2423.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  2424.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataProvider/ChannelAwareItemDataProvider.php';
  2425.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  2426.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  2427.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Swagger/AdminAuthenticationTokenDocumentationNormalizer.php';
  2428.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  2429.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  2430.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  2431.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  2432.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Swagger/ShopAuthenticationTokenDocumentationNormalizer.php';
  2433.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Swagger/ProductDocumentationNormalizer.php';
  2434.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Swagger/ProductImageDocumentationNormalizer.php';
  2435.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Swagger/ProductSlugDocumentationNormalizer.php';
  2436.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Swagger/ProductVariantDocumentationNormalizer.php';
  2437.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Swagger/ShippingMethodDocumentationNormalizer.php';
  2438.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Swagger/PathHiderDocumentationNormalizer.php';
  2439.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Swagger/AcceptLanguageHeaderDocumentationNormalizer.php';
  2440.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  2441.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  2442.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  2443.             include_once \dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Repository/WishlistRepositoryInterface.php';
  2444.             include_once \dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Repository/WishlistRepository.php';
  2445.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  2446.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  2447.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  2448.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  2449.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingErrorListener.php';
  2450.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
  2451.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/CommandAwareInputDataTransformer.php';
  2452.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/CommandDataTransformerInterface.php';
  2453.             include_once \dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/DataTransformer/Wishlist/WishlistTokenValueAwareInputCommandDataTransformer.php';
  2454.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/OrderTokenValueAwareInputCommandDataTransformer.php';
  2455.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/ShipmentIdAwareInputCommandDataTransformer.php';
  2456.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/LoggedInShopUserIdAwareCommandDataTransformer.php';
  2457.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/ChannelCodeAwareInputCommandDataTransformer.php';
  2458.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/LoggedInCustomerEmailAwareCommandDataTransformer.php';
  2459.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/LocaleCodeAwareInputCommandDataTransformer.php';
  2460.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/SubresourceIdAwareCommandDataTransformer.php';
  2461.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Order/Context/CartContext.php';
  2462.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  2463.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Locale/Context/CompositeLocaleContext.php';
  2464.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/CachedPerRequestChannelContext.php';
  2465.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/RequestBased/RequestResolverInterface.php';
  2466.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/RequestBased/CompositeRequestResolver.php';
  2467.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/RequestBased/HostnameBasedRequestResolver.php';
  2468.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Context/FakeChannel/FakeChannelCodeProviderInterface.php';
  2469.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Context/FakeChannel/FakeChannelCodeProvider.php';
  2470.             include_once \dirname(__DIR__4).'/vendor/winzou/state-machine/src/SM/Factory/FactoryInterface.php';
  2471.             include_once \dirname(__DIR__4).'/vendor/winzou/state-machine/src/SM/Factory/ClearableFactoryInterface.php';
  2472.             include_once \dirname(__DIR__4).'/vendor/winzou/state-machine/src/SM/Factory/AbstractFactory.php';
  2473.             include_once \dirname(__DIR__4).'/vendor/winzou/state-machine/src/SM/Factory/Factory.php';
  2474.             include_once \dirname(__DIR__4).'/vendor/winzou/state-machine/src/SM/Callback/CallbackFactoryInterface.php';
  2475.             include_once \dirname(__DIR__4).'/vendor/winzou/state-machine/src/SM/Callback/CallbackFactory.php';
  2476.             include_once \dirname(__DIR__4).'/vendor/winzou/state-machine-bundle/Callback/ContainerAwareCallbackFactory.php';
  2477.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Order/Context/CompositeCartContext.php';
  2478.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Context/TokenValueBasedCartContext.php';
  2479.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Cart/Context/ShopBasedCartContext.php';
  2480.             include_once \dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Factory/WishlistFactoryInterface.php';
  2481.             include_once \dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Factory/WishlistFactory.php';
  2482.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  2483.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  2484.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  2485.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  2486.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  2487.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  2488.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2489.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  2490.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/RamseyUuid/Serializer/UuidDenormalizer.php';
  2491.             include_once \dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/src/Serializer/Normalizer/PagerfantaNormalizer.php';
  2492.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  2493.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  2494.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  2495.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  2496.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  2497.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  2498.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  2499.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  2500.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  2501.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  2502.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  2503.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  2504.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  2505.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  2506.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  2507.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  2508.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  2509.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  2510.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  2511.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  2512.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  2513.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  2514.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  2515.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  2516.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  2517.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  2518.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  2519.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  2520.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  2521.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  2522.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  2523.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  2524.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  2525.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  2526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  2527.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  2528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  2529.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  2530.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  2531.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  2532.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  2533.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  2534.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  2535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  2536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  2537.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  2538.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  2539.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  2540.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  2541.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  2542.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  2543.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  2544.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  2545.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Collector/ChannelCollector.php';
  2546.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TemplateBlockDataCollector.php';
  2547.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  2548.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  2549.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Collector/ThemeCollector.php';
  2550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  2551.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Collector/SyliusCollector.php';
  2552.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Collector/CartCollector.php';
  2553.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  2554.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  2555.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  2556.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  2557.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  2558.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  2559.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  2560.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  2561.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  2562.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  2563.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  2564.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  2565.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  2566.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Twig/Loader/LoaderInterface.php';
  2567.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Twig/Loader/ThemedTemplateLoader.php';
  2568.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  2569.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  2570.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  2571.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Twig/Locator/TemplateLocatorInterface.php';
  2572.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Twig/Locator/HierarchicalTemplateLocator.php';
  2573.             include_once \dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Twig/Locator/CompositeTemplateLocator.php';
  2574.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  2575.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  2576.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  2577.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  2578.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  2579.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  2580.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  2581.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  2582.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  2583.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  2584.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  2585.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  2586.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  2587.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  2588.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  2589.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  2590.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  2591.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  2592.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  2593.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  2594.             include_once \dirname(__DIR__4).'/src/Twig/VendorExtension.php';
  2595.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Twig/Extension/RenderBlockExtension.php';
  2596.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Twig/Extension/RenderMediaExtension.php';
  2597.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Twig/Extension/RenderProductPagesExtension.php';
  2598.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Twig/Extension/RenderContentExtension.php';
  2599.             include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Twig/Extension/RenderLinkExtension.php';
  2600.             include_once \dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Twig/WishlistExtension.php';
  2601.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  2602.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/MoneyBundle/Twig/ConvertMoneyExtension.php';
  2603.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  2604.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Twig/AggregateAdjustmentsExtension.php';
  2605.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/MoneyBundle/Twig/FormatMoneyExtension.php';
  2606.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Twig/CurrencyExtension.php';
  2607.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Twig/LocaleExtension.php';
  2608.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/InventoryBundle/Twig/InventoryExtension.php';
  2609.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/PercentageExtension.php';
  2610.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/SortByExtension.php';
  2611.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TemplateEventExtension.php';
  2612.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TemplateEventRendererInterface.php';
  2613.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateEventRenderer.php';
  2614.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateEventRenderer.php';
  2615.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/DelegatingTemplateEventRenderer.php';
  2616.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TemplateBlockRendererInterface.php';
  2617.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateBlockRenderer.php';
  2618.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateBlockRenderer.php';
  2619.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TwigTemplateBlockRenderer.php';
  2620.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Twig/PriceExtension.php';
  2621.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Twig/VariantResolverExtension.php';
  2622.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Twig/ProductVariantsPricesExtension.php';
  2623.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Twig/CheckoutStepsExtension.php';
  2624.             include_once \dirname(__DIR__4).'/vendor/sylius/grid-bundle/src/Bundle/Twig/GridExtension.php';
  2625.             include_once \dirname(__DIR__4).'/vendor/sylius/grid-bundle/src/Bundle/Twig/BulkActionGridExtension.php';
  2626.             include_once \dirname(__DIR__4).'/vendor/winzou/state-machine/src/SM/Extension/Twig/SMExtension.php';
  2627.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  2628.             include_once \dirname(__DIR__4).'/vendor/willdurand/hateoas/src/Twig/Extension/LinkExtension.php';
  2629.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  2630.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  2631.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  2632.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  2633.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  2634.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  2635.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  2636.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  2637.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  2638.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Twig/FilterExtension.php';
  2639.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderTaxesTotalExtension.php';
  2640.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderItemsSubtotalExtension.php';
  2641.             include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderItemOriginalPriceToDisplayExtension.php';
  2642.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  2643.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  2644.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  2645.             include_once \dirname(__DIR__4).'/vendor/pagerfanta/pagerfanta/lib/Twig/Extension/PagerfantaExtension.php';
  2646.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  2647.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  2648.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  2649.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  2650.             include_once \dirname(__DIR__4).'/vendor/odiseoteam/sylius-blog-plugin/src/Twig/BlogExtension.php';
  2651.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  2652.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  2653.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  2654.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  2655.             include_once \dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/src/Twig/UndefinedCallableHandler.php';
  2656.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  2657.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2658.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  2659.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  2660.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  2661.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  2662.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  2663.         };
  2664.     }
  2665.     public function compile(): void
  2666.     {
  2667.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  2668.     }
  2669.     public function isCompiled(): bool
  2670.     {
  2671.         return true;
  2672.     }
  2673.     public function getRemovedIds(): array
  2674.     {
  2675.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  2676.     }
  2677.     protected function load($file$lazyLoad true)
  2678.     {
  2679.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  2680.             return $class::do($this$lazyLoad);
  2681.         }
  2682.         if ('.' === $file[-4]) {
  2683.             $class substr($class0, -4);
  2684.         } else {
  2685.             $file .= '.php';
  2686.         }
  2687.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  2688.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  2689.     }
  2690.     protected function createProxy($class\Closure $factory)
  2691.     {
  2692.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  2693.         return $factory();
  2694.     }
  2695.     /**
  2696.      * Gets the public '.container.private.filesystem' shared service.
  2697.      *
  2698.      * @return \Symfony\Component\Filesystem\Filesystem
  2699.      */
  2700.     protected function get_Container_Private_FilesystemService()
  2701.     {
  2702.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  2703.     }
  2704.     /**
  2705.      * Gets the public '.container.private.form.factory' shared service.
  2706.      *
  2707.      * @return \Symfony\Component\Form\FormFactory
  2708.      */
  2709.     protected function get_Container_Private_Form_FactoryService()
  2710.     {
  2711.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  2712.     }
  2713.     /**
  2714.      * Gets the public '.container.private.profiler' shared service.
  2715.      *
  2716.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2717.      */
  2718.     protected function get_Container_Private_ProfilerService()
  2719.     {
  2720.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  2721.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2722.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2723.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2724.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2725.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  2726.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  2727.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2728.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  2729.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2730.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  2731.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  2732.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  2733.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2734.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  2735.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  2736.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  2737.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2738.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2739.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2740.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  2741.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  2742.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  2743.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  2744.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  2745.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  2746.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  2747.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  2748.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  2749.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  2750.         $f->registerBus('sylius.command_bus', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  2751.         $f->registerBus('sylius.event_bus', ($this->privates['debug.traced.sylius.event_bus'] ?? $this->getDebug_Traced_Sylius_EventBusService()));
  2752.         $f->registerBus('sylius_default.bus', ($this->privates['debug.traced.sylius_default.bus'] ?? $this->getDebug_Traced_SyliusDefault_BusService()));
  2753.         $f->registerBus('sylius_event.bus', ($this->privates['debug.traced.sylius_event.bus'] ?? $this->getDebug_Traced_SyliusEvent_BusService()));
  2754.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  2755.         if ($this->has('kernel')) {
  2756.             $g->setKernel($b);
  2757.         }
  2758.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  2759.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['Sylius\\Bundle\\ApiBundle\\DataProvider\\ChannelAwareItemDataProvider'] ?? $this->getChannelAwareItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  2760.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2761.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  2762.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  2763.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  2764.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  2765.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  2766.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  2767.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  2768.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2769.         $instance->add($d);
  2770.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  2771.         $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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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()), false));
  2772.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  2773.         $instance->add($e);
  2774.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  2775.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2776.         $instance->add($f);
  2777.         $instance->add(new \Sylius\Bundle\ChannelBundle\Collector\ChannelCollector(($this->services['sylius.repository.channel'] ?? $this->getSylius_Repository_ChannelService()), ($this->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $this->getChannelContextInterfaceService()), true));
  2778.         $instance->add(new \Sylius\Bundle\UiBundle\DataCollector\TemplateBlockDataCollector(($this->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TemplateBlockRenderingHistory'] ?? ($this->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TemplateBlockRenderingHistory'] = new \Sylius\Bundle\UiBundle\DataCollector\TemplateBlockRenderingHistory()))));
  2779.         $instance->add(new \Sonata\BlockBundle\Profiler\DataCollector\BlockDataCollector(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService()), $this->parameters['sonata.block.container.types']));
  2780.         $instance->add(new \JMS\SerializerBundle\Debug\DataCollector(['Sylius\\Bundle\\OrderBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/config/serializer'), 'Sylius\\Bundle\\CurrencyBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/config/serializer'), 'Sylius\\Bundle\\LocaleBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/config/serializer'), 'Sylius\\Bundle\\ProductBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/config/serializer'), 'Sylius\\Bundle\\ChannelBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/config/serializer'), 'Sylius\\Bundle\\AttributeBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/config/serializer'), 'Sylius\\Bundle\\TaxationBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/config/serializer'), 'Sylius\\Bundle\\ShippingBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/config/serializer'), 'Sylius\\Bundle\\PaymentBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/config/serializer'), 'Sylius\\Bundle\\PromotionBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/config/serializer'), 'Sylius\\Bundle\\AddressingBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/config/serializer'), 'Sylius\\Bundle\\InventoryBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/InventoryBundle/Resources/config/serializer'), 'Sylius\\Bundle\\TaxonomyBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/config/serializer'), 'Sylius\\Bundle\\UserBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/config/serializer'), 'Sylius\\Bundle\\CustomerBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/config/serializer'), 'Sylius\\Bundle\\CoreBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/serializer'), 'Sonata\\BlockBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/config/serializer'), 'BitBag\\SyliusCmsPlugin' => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/serializer'), 'Sylius\\Component\\Core' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/serializer'), 'Sylius\\Component\\Addressing' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/config/serializer'), 'Sylius\\Component\\Attribute' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/config/serializer'), 'Sylius\\Component\\Channel' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/config/serializer'), 'Sylius\\Component\\Currency' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/config/serializer'), 'Sylius\\Component\\Customer' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/config/serializer'), 'Sylius\\Component\\Inventory' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/InventoryBundle/Resources/config/serializer'), 'Sylius\\Component\\Locale' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/config/serializer'), 'Sylius\\Component\\Order' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/config/serializer'), 'Sylius\\Component\\Payment' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/config/serializer'), 'Sylius\\Component\\Product' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/config/serializer'), 'Sylius\\Component\\Promotion' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/config/serializer'), 'Sylius\\Component\\Shipping' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/config/serializer'), 'Sylius\\Component\\Taxation' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/config/serializer'), 'Sylius\\Component\\Taxonomy' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/config/serializer'), 'Sylius\\Component\\User' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/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()))));
  2781.         $instance->add(($this->services['payum.profiler.payum_collector'] ?? ($this->services['payum.profiler.payum_collector'] = new \Payum\Bundle\PayumBundle\Profiler\PayumCollector())));
  2782.         $instance->add(new \Sylius\Bundle\ThemeBundle\Collector\ThemeCollector(($this->privates['Sylius\\Bundle\\ThemeBundle\\Repository\\ThemeRepositoryInterface'] ?? $this->getThemeRepositoryInterfaceService()), ($this->privates['sylius.theme.context.channel_based'] ?? $this->getSylius_Theme_Context_ChannelBasedService()), ($this->privates['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] ?? ($this->privates['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] = new \Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProvider()))));
  2783.         $instance->add($g);
  2784.         $instance->add(new \Sylius\Bundle\CoreBundle\Collector\SyliusCollector(($this->services['sylius.context.shopper'] ?? $this->getSylius_Context_ShopperService()), $this->parameters['kernel.bundles'], 'fr_FR'));
  2785.         $instance->add(new \Sylius\Bundle\CoreBundle\Collector\CartCollector(($this->services['sylius.context.cart'] ?? $this->getSylius_Context_CartService())));
  2786.         return $instance;
  2787.     }
  2788.     /**
  2789.      * Gets the public '.container.private.security.authorization_checker' shared service.
  2790.      *
  2791.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2792.      */
  2793.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  2794.     {
  2795.         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()), ($this->services['security.authentication_manager'] ?? $this->load('getSecurity_AuthenticationManagerService')), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), true);
  2796.     }
  2797.     /**
  2798.      * Gets the public '.container.private.security.token_storage' shared service.
  2799.      *
  2800.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2801.      */
  2802.     protected function get_Container_Private_Security_TokenStorageService()
  2803.     {
  2804.         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, [
  2805.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2806.         ], [
  2807.             'request_stack' => '?',
  2808.         ]));
  2809.     }
  2810.     /**
  2811.      * Gets the public '.container.private.serializer' shared service.
  2812.      *
  2813.      * @return \Symfony\Component\Serializer\Serializer
  2814.      */
  2815.     protected function get_Container_Private_SerializerService()
  2816.     {
  2817.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2818.         $b = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(($this->privates['.1_Serializer~ES55i2K'] ?? $this->get_1SerializerES55i2KService())));
  2819.         $c = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(($this->services['Sylius\\Bundle\\ApiBundle\\Swagger\\ShopAuthenticationTokenDocumentationNormalizer'] ?? $this->getShopAuthenticationTokenDocumentationNormalizerService()));
  2820.         $d = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2821.         $e = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  2822.         $f = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2823.         $g = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2824.         $h = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  2825.         $i = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2826.         $j = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
  2827.         $k = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  2828.         $l = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  2829.         $m = ($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService());
  2830.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => ($this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\AddressDenormalizer'] ?? $this->getAddressDenormalizerService()), => ($this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductNormalizer'] ?? $this->getProductNormalizerService()), => ($this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductImageNormalizer'] ?? $this->getProductImageNormalizerService()), => ($this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandNormalizer'] ?? $this->getCommandNormalizerService()), => ($this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantNormalizer'] ?? $this->getProductVariantNormalizerService()), => ($this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ShippingMethodNormalizer'] ?? $this->getShippingMethodNormalizerService()), => ($this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ZoneDenormalizer'] ?? $this->getZoneDenormalizerService()), => new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), => ($this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? $this->getCommandArgumentsDenormalizerService()), 10 => ($this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? $this->getCommandDenormalizerService()), 11 => ($this->services['date_time_normalizer'] ?? ($this->services['date_time_normalizer'] = new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_format' => 'Y-m-d H:i:s']))), 12 => new \BabDev\PagerfantaBundle\Serializer\Normalizer\PagerfantaNormalizer(), 13 => new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), 14 => ($this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\FlattenExceptionNormalizer'] ?? $this->getFlattenExceptionNormalizerService()), 15 => $b16 => $c17 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($d, [], $e), 18 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $e), 19 => $c20 => $b21 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($f$g$h$iNULL$dNULL$e), 22 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($f$j$d), 23 => ($this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\HydraErrorNormalizer'] ?? $this->getHydraErrorNormalizerService()), 24 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 25 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 26 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 27 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 28 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($f$g$h$j$i$k$a$e$l, [], new RewindableGenerator(function () {
  2831.             yield => ($this->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $this->getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService());
  2832.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  2833.         }, 2), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService())), 29 => ($this->privates['api_platform.serializer.normalizer.item'] ?? $this->getApiPlatform_Serializer_Normalizer_ItemService()), 30 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 31 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 32 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $e), 33 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($l$e, ($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['serializer.mapping.class_discriminator_resolver'] ?? $this->getSerializer_Mapping_ClassDiscriminatorResolverService()), NULL, [])), 34 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 35 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 36 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 37 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 38 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 39 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($k$i$jNULL), 'page''pagination'$f$a), $f$i, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), 40 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 41 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($m$j$k), 42 => $m], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => ($this->privates['serializer.encoder.json'] ?? ($this->privates['serializer.encoder.json'] = new \Symfony\Component\Serializer\Encoder\JsonEncoder())), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  2834.     }
  2835.     /**
  2836.      * Gets the public '.container.private.session' shared service.
  2837.      *
  2838.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2839.      */
  2840.     protected function get_Container_Private_SessionService()
  2841.     {
  2842.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  2843.     }
  2844.     /**
  2845.      * Gets the public '.container.private.twig' shared service.
  2846.      *
  2847.      * @return \Twig\Environment
  2848.      */
  2849.     protected function get_Container_Private_TwigService()
  2850.     {
  2851.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  2852.         $a->addPath((\dirname(__DIR__4).'/vendor/pagerfanta/pagerfanta/lib/Twig/templates/'), 'Pagerfanta');
  2853.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  2854.         $a->addPath((\dirname(__DIR__4).'/templates'));
  2855.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  2856.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  2857.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  2858.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  2859.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2860.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2861.         $a->addPath((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/views'), 'SyliusChannel');
  2862.         $a->addPath((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/views'), '!SyliusChannel');
  2863.         $a->addPath((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/views'), 'SyliusAttribute');
  2864.         $a->addPath((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/views'), '!SyliusAttribute');
  2865.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/SyliusUiBundle'), 'SyliusUi');
  2866.         $a->addPath((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/views'), 'SyliusUi');
  2867.         $a->addPath((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/views'), '!SyliusUi');
  2868.         $a->addPath((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/views'), 'SyliusCore');
  2869.         $a->addPath((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/views'), '!SyliusCore');
  2870.         $a->addPath((\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/views'), 'SyliusResource');
  2871.         $a->addPath((\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/views'), '!SyliusResource');
  2872.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  2873.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  2874.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  2875.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  2876.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  2877.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  2878.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  2879.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  2880.         $a->addPath((\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/views'), 'Payum');
  2881.         $a->addPath((\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/views'), '!Payum');
  2882.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  2883.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  2884.         $a->addPath((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/views'), 'SyliusPayum');
  2885.         $a->addPath((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/views'), '!SyliusPayum');
  2886.         $a->addPath((\dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Resources/views'), 'SyliusTheme');
  2887.         $a->addPath((\dirname(__DIR__4).'/vendor/sylius/theme-bundle/src/Resources/views'), '!SyliusTheme');
  2888.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/SyliusAdminBundle'), 'SyliusAdmin');
  2889.         $a->addPath((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/views'), 'SyliusAdmin');
  2890.         $a->addPath((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/views'), '!SyliusAdmin');
  2891.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/SyliusShopBundle'), 'SyliusShop');
  2892.         $a->addPath((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/views'), 'SyliusShop');
  2893.         $a->addPath((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/views'), '!SyliusShop');
  2894.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  2895.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  2896.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  2897.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  2898.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  2899.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  2900.         $a->addPath((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/views'), 'SyliusApi');
  2901.         $a->addPath((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/views'), '!SyliusApi');
  2902.         $a->addPath((\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/templates'), 'BabDevPagerfanta');
  2903.         $a->addPath((\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/templates'), '!BabDevPagerfanta');
  2904.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  2905.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  2906.         $a->addPath((\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/views'), 'BitBagSyliusCmsPlugin');
  2907.         $a->addPath((\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/views'), '!BitBagSyliusCmsPlugin');
  2908.         $a->addPath((\dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Resources/views'), 'BitBagSyliusWishlistPlugin');
  2909.         $a->addPath((\dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Resources/views'), '!BitBagSyliusWishlistPlugin');
  2910.         $a->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  2911.         $a->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  2912.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/OdiseoSyliusBlogPlugin'), 'OdiseoSyliusBlogPlugin');
  2913.         $a->addPath((\dirname(__DIR__4).'/vendor/odiseoteam/sylius-blog-plugin/src/Resources/views'), 'OdiseoSyliusBlogPlugin');
  2914.         $a->addPath((\dirname(__DIR__4).'/vendor/odiseoteam/sylius-blog-plugin/src/Resources/views'), '!OdiseoSyliusBlogPlugin');
  2915.         $a->addPath((\dirname(__DIR__4).'/vendor/bitbag/shipping-export-plugin/src/Resources/views'), 'BitBagSyliusShippingExportPlugin');
  2916.         $a->addPath((\dirname(__DIR__4).'/vendor/bitbag/shipping-export-plugin/src/Resources/views'), '!BitBagSyliusShippingExportPlugin');
  2917.         $a->addPath((\dirname(__DIR__4).'/templates'));
  2918.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  2919.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  2920.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  2921.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment(new \Sylius\Bundle\ThemeBundle\Twig\Loader\ThemedTemplateLoader($a, new \Sylius\Bundle\ThemeBundle\Twig\Locator\HierarchicalTemplateLocator(new \Sylius\Bundle\ThemeBundle\Twig\Locator\CompositeTemplateLocator(new RewindableGenerator(function () {
  2922.             yield => ($this->privates['Sylius\\Bundle\\ThemeBundle\\Twig\\Locator\\ApplicationTemplateLocator'] ?? $this->load('getApplicationTemplateLocatorService'));
  2923.             yield => ($this->privates['Sylius\\Bundle\\ThemeBundle\\Twig\\Locator\\NamespacedTemplateLocator'] ?? $this->load('getNamespacedTemplateLocatorService'));
  2924.         }, 2)), ($this->privates['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] ?? ($this->privates['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] = new \Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProvider()))), ($this->privates['sylius.theme.context.channel_based'] ?? $this->getSylius_Theme_Context_ChannelBasedService())), ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  2925.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2926.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  2927.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2928.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  2929.         $f = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  2930.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2931.         $h = ($this->services['sylius.shop.locale_stripping_router'] ?? $this->getSylius_Shop_LocaleStrippingRouterService());
  2932.         $i = ($this->privates['Sylius\\Bundle\\UiBundle\\Registry\\TemplateBlockRegistryInterface'] ?? $this->getTemplateBlockRegistryInterfaceService());
  2933.         $j = ($this->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TemplateBlockRenderingHistory'] ?? ($this->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TemplateBlockRenderingHistory'] = new \Sylius\Bundle\UiBundle\DataCollector\TemplateBlockRenderingHistory()));
  2934.         $k = new \Knp\Menu\Util\MenuManipulator();
  2935.         $l = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  2936.         $m = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2937.         $m->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  2938.         $n = new \Symfony\Bridge\Twig\AppVariable();
  2939.         $n->setEnvironment('dev');
  2940.         $n->setDebug(true);
  2941.         if ($this->has('.container.private.security.token_storage')) {
  2942.             $n->setTokenStorage($c);
  2943.         }
  2944.         if ($this->has('request_stack')) {
  2945.             $n->setRequestStack($b);
  2946.         }
  2947.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2948.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  2949.         $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)));
  2950.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  2951.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  2952.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
  2953.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  2954.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  2955.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2956.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  2957.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  2958.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2959.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2960.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  2961.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  2962.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  2963.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  2964.         $instance->addExtension(new \BitBag\OpenMarketplace\Twig\VendorExtension(($this->services['open_marketplace.provider.vendor'] ?? $this->getOpenMarketplace_Provider_VendorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['sylius.repository.channel'] ?? $this->getSylius_Repository_ChannelService())));
  2965.         $instance->addExtension(new \BitBag\SyliusCmsPlugin\Twig\Extension\RenderBlockExtension(($this->privates['bitbag_sylius_cms_plugin.twig.runtime.block'] ?? $this->getBitbagSyliusCmsPlugin_Twig_Runtime_BlockService())));
  2966.         $instance->addExtension(new \BitBag\SyliusCmsPlugin\Twig\Extension\RenderMediaExtension(($this->privates['bitbag_sylius_cms_plugin.twig.runtime.media'] ?? $this->getBitbagSyliusCmsPlugin_Twig_Runtime_MediaService())));
  2967.         $instance->addExtension(new \BitBag\SyliusCmsPlugin\Twig\Extension\RenderProductPagesExtension(($this->privates['bitbag_sylius_cms_plugin.twig.runtime.product_pages'] ?? $this->getBitbagSyliusCmsPlugin_Twig_Runtime_ProductPagesService())));
  2968.         $instance->addExtension(new \BitBag\SyliusCmsPlugin\Twig\Extension\RenderContentExtension());
  2969.         $instance->addExtension(new \BitBag\SyliusCmsPlugin\Twig\Extension\RenderLinkExtension());
  2970.         $instance->addExtension(new \BitBag\SyliusWishlistPlugin\Twig\WishlistExtension(($this->services['bitbag_sylius_wishlist_plugin.repository.wishlist'] ?? $this->getBitbagSyliusWishlistPlugin_Repository_WishlistService()), ($this->privates['bitbag_sylius_wishlist_plugin.resolver.wishlist_cookie_token_resolver'] ?? $this->getBitbagSyliusWishlistPlugin_Resolver_WishlistCookieTokenResolverService())));
  2971.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  2972.         $instance->addExtension(new \Sylius\Bundle\MoneyBundle\Twig\ConvertMoneyExtension(($this->services['sylius.templating.helper.convert_money'] ?? $this->getSylius_Templating_Helper_ConvertMoneyService())));
  2973.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2974.         $instance->addExtension(new \Sylius\Bundle\OrderBundle\Twig\AggregateAdjustmentsExtension(($this->services['sylius.templating.helper.adjustment'] ?? $this->getSylius_Templating_Helper_AdjustmentService())));
  2975.         $instance->addExtension(new \Sylius\Bundle\MoneyBundle\Twig\FormatMoneyExtension(($this->services['sylius.templating.helper.format_money'] ?? $this->getSylius_Templating_Helper_FormatMoneyService())));
  2976.         $instance->addExtension(new \Sylius\Bundle\CurrencyBundle\Twig\CurrencyExtension(($this->services['sylius.templating.helper.currency'] ?? $this->getSylius_Templating_Helper_CurrencyService())));
  2977.         $instance->addExtension(new \Sylius\Bundle\LocaleBundle\Twig\LocaleExtension(($this->services['sylius.templating.helper.locale'] ?? $this->getSylius_Templating_Helper_LocaleService())));
  2978.         $instance->addExtension(($this->services['sylius.twig.extension.country_name'] ?? ($this->services['sylius.twig.extension.country_name'] = new \Sylius\Bundle\AddressingBundle\Twig\CountryNameExtension(''))));
  2979.         $instance->addExtension(($this->services['sylius.twig.extension.province_naming'] ?? $this->getSylius_Twig_Extension_ProvinceNamingService()));
  2980.         $instance->addExtension(new \Sylius\Bundle\InventoryBundle\Twig\InventoryExtension(($this->services['sylius.templating.helper.inventory'] ?? $this->getSylius_Templating_Helper_InventoryService())));
  2981.         $instance->addExtension(new \Sylius\Bundle\UiBundle\Twig\PercentageExtension());
  2982.         $instance->addExtension(($this->services['sylius.twig.extension.form_test_attribute_array'] ?? ($this->services['sylius.twig.extension.form_test_attribute_array'] = new \Sylius\Bundle\UiBundle\Twig\TestFormAttributeExtension('dev'))));
  2983.         $instance->addExtension(($this->services['sylius.twig.extension.form_test_attribute_name'] ?? ($this->services['sylius.twig.extension.form_test_attribute_name'] = new \Sylius\Bundle\UiBundle\Twig\TestHtmlAttributeExtension('dev'))));
  2984.         $instance->addExtension(new \Sylius\Bundle\UiBundle\Twig\SortByExtension());
  2985.         $instance->addExtension(new \Sylius\Bundle\UiBundle\Twig\TemplateEventExtension(new \Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer(new \Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer(new \Sylius\Bundle\UiBundle\Renderer\DelegatingTemplateEventRenderer($i, new \Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer(new \Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer(new \Sylius\Bundle\UiBundle\Renderer\TwigTemplateBlockRenderer($instance), $j))), $j), $i)));
  2986.         $instance->addExtension(($this->services['sylius.twig.extension.merge_recursive'] ?? ($this->services['sylius.twig.extension.merge_recursive'] = new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension())));
  2987.         $instance->addExtension(($this->services['Sylius\\Bundle\\UiBundle\\Twig\\LegacySonataBlockExtension'] ?? $this->getLegacySonataBlockExtensionService()));
  2988.         $instance->addExtension(($this->services['sylius.twig.extension.sylius_bundle_loaded_checker'] ?? $this->getSylius_Twig_Extension_SyliusBundleLoadedCheckerService()));
  2989.         $instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\PriceExtension(($this->services['sylius.templating.helper.price'] ?? $this->getSylius_Templating_Helper_PriceService())));
  2990.         $instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\VariantResolverExtension(($this->services['sylius.templating.helper.variant_resolver'] ?? $this->getSylius_Templating_Helper_VariantResolverService())));
  2991.         $instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\ProductVariantsPricesExtension(($this->services['sylius.templating.helper.product_variants_prices'] ?? $this->getSylius_Templating_Helper_ProductVariantsPricesService())));
  2992.         $instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\CheckoutStepsExtension(($this->services['sylius.templating.helper.checkout_steps'] ?? $this->getSylius_Templating_Helper_CheckoutStepsService())));
  2993.         $instance->addExtension(new \Sylius\Bundle\GridBundle\Twig\GridExtension(($this->services['sylius.templating.helper.grid'] ?? $this->getSylius_Templating_Helper_GridService())));
  2994.         $instance->addExtension(new \Sylius\Bundle\GridBundle\Twig\BulkActionGridExtension(($this->services['sylius.templating.helper.bulk_action_grid'] ?? $this->getSylius_Templating_Helper_BulkActionGridService())));
  2995.         $instance->addExtension(new \SM\Extension\Twig\SMExtension(($this->services['SM\\Factory\\FactoryInterface'] ?? $this->getFactoryInterfaceService())));
  2996.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  2997.         $instance->addExtension(new \Hateoas\Twig\Extension\LinkExtension(($this->services['hateoas.helper.link'] ?? $this->getHateoas_Helper_LinkService())));
  2998.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  2999.         $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, [
  3000.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  3001.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  3002.         ], [
  3003.             'list' => '?',
  3004.             'twig' => '?',
  3005.         ]), 'twig', [], false), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $k$l), $l$k));
  3006.         $instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\FilterExtension('/media/image/', ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  3007.         $instance->addExtension(($this->services['sylius.twig.extension.widget.admin_notification'] ?? ($this->services['sylius.twig.extension.widget.admin_notification'] = new \Sylius\Bundle\AdminBundle\Twig\NotificationWidgetExtension(true60))));
  3008.         $instance->addExtension(($this->services['sylius.twig.extension.shop'] ?? ($this->services['sylius.twig.extension.shop'] = new \Sylius\Bundle\AdminBundle\Twig\ShopExtension(true))));
  3009.         $instance->addExtension(($this->services['sylius.twig.extension.channels_currencies'] ?? $this->getSylius_Twig_Extension_ChannelsCurrenciesService()));
  3010.         $instance->addExtension(($this->services['Sylius\\Bundle\\AdminBundle\\Twig\\OrderUnitTaxesExtension'] ?? ($this->services['Sylius\\Bundle\\AdminBundle\\Twig\\OrderUnitTaxesExtension'] = new \Sylius\Bundle\AdminBundle\Twig\OrderUnitTaxesExtension())));
  3011.         $instance->addExtension(($this->services['Sylius\\Bundle\\AdminBundle\\Twig\\ChannelNameExtension'] ?? $this->getChannelNameExtensionService()));
  3012.         $instance->addExtension(new \Sylius\Bundle\ShopBundle\Twig\OrderTaxesTotalExtension());
  3013.         $instance->addExtension(new \Sylius\Bundle\ShopBundle\Twig\OrderItemsSubtotalExtension(($this->services['sylius.calculator.order_items_subtotal'] ?? ($this->services['sylius.calculator.order_items_subtotal'] = new \Sylius\Bundle\ShopBundle\Calculator\OrderItemsSubtotalCalculator()))));
  3014.         $instance->addExtension(new \Sylius\Bundle\ShopBundle\Twig\OrderItemOriginalPriceToDisplayExtension());
  3015.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($m));
  3016.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3017.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  3018.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  3019.         ], [
  3020.             'webpack_encore.entrypoint_lookup_collection' => '?',
  3021.             'webpack_encore.tag_renderer' => '?',
  3022.         ])));
  3023.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  3024.         $instance->addExtension(new \Pagerfanta\Twig\Extension\PagerfantaExtension());
  3025.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $h$f$b$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  3026.         $instance->addExtension(new \Odiseo\SyliusBlogPlugin\Twig\BlogExtension(NULL));
  3027.         $instance->addGlobal('app'$n);
  3028.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3029.             'BitBag\\SyliusCmsPlugin\\Twig\\Runtime\\RenderBlockRuntime' => ['privates''bitbag_sylius_cms_plugin.twig.runtime.block''getBitbagSyliusCmsPlugin_Twig_Runtime_BlockService'false],
  3030.             'BitBag\\SyliusCmsPlugin\\Twig\\Runtime\\RenderMediaRuntime' => ['privates''bitbag_sylius_cms_plugin.twig.runtime.media''getBitbagSyliusCmsPlugin_Twig_Runtime_MediaService'false],
  3031.             'BitBag\\SyliusCmsPlugin\\Twig\\Runtime\\RenderProductPagesRuntime' => ['privates''bitbag_sylius_cms_plugin.twig.runtime.product_pages''getBitbagSyliusCmsPlugin_Twig_Runtime_ProductPagesService'false],
  3032.             'BitBag\\SyliusCmsPlugin\\Twig\\Runtime\\RenderContentRuntime' => ['privates''bitbag_sylius_cms_plugin.twig.runtime.render_content''getBitbagSyliusCmsPlugin_Twig_Runtime_RenderContentService'true],
  3033.             'BitBag\\SyliusCmsPlugin\\Twig\\Runtime\\RenderLinkRuntime' => ['privates''bitbag_sylius_cms_plugin.twig.runtime.render_link''getBitbagSyliusCmsPlugin_Twig_Runtime_RenderLinkService'true],
  3034.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  3035.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  3036.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  3037.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  3038.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  3039.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  3040.             'Pagerfanta\\Twig\\Extension\\PagerfantaRuntime' => ['privates''pagerfanta.twig_runtime''getPagerfanta_TwigRuntimeService'true],
  3041.         ], [
  3042.             'BitBag\\SyliusCmsPlugin\\Twig\\Runtime\\RenderBlockRuntime' => '?',
  3043.             'BitBag\\SyliusCmsPlugin\\Twig\\Runtime\\RenderMediaRuntime' => '?',
  3044.             'BitBag\\SyliusCmsPlugin\\Twig\\Runtime\\RenderProductPagesRuntime' => '?',
  3045.             'BitBag\\SyliusCmsPlugin\\Twig\\Runtime\\RenderContentRuntime' => '?',
  3046.             'BitBag\\SyliusCmsPlugin\\Twig\\Runtime\\RenderLinkRuntime' => '?',
  3047.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  3048.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  3049.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  3050.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  3051.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  3052.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  3053.             'Pagerfanta\\Twig\\Extension\\PagerfantaRuntime' => '?',
  3054.         ])));
  3055.         $instance->addGlobal('sylius', ($this->services['sylius.context.shopper'] ?? $this->getSylius_Context_ShopperService()));
  3056.         $instance->addGlobal('sylius_base_locale''fr_FR');
  3057.         $instance->addGlobal('sylius_meta', ['version' => '1.11.15']);
  3058.         $instance->addGlobal('token_mapbox'$this->getEnv('MAPBOX_TOKEN'));
  3059.         $instance->addGlobal('base_vendor_logo_path'$this->getEnv('LOGO_DIRECTORY'));
  3060.         $instance->addGlobal('vendor_products_limits'$this->getEnv('VENDOR_PRODUCTS_LIMITS'));
  3061.         $instance->addGlobal('default_vendor_products_limit'$this->getEnv('DEFAULT_VENDOR_PRODUCTS_LIMIT'));
  3062.         $instance->addGlobal('sonata_block', new \Sonata\BlockBundle\Twig\GlobalVariables(['block_base' => '@SonataBlock/Block/block_base.html.twig''block_container' => '@SonataBlock/Block/block_container.html.twig']));
  3063.         $instance->registerUndefinedFunctionCallback([=> new \BabDev\PagerfantaBundle\Twig\UndefinedCallableHandler(), => 'onUndefinedFunction']);
  3064.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  3065.         return $instance;
  3066.     }
  3067.     /**
  3068.      * Gets the public '.container.private.validator' shared service.
  3069.      *
  3070.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  3071.      */
  3072.     protected function get_Container_Private_ValidatorService()
  3073.     {
  3074.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  3075.     }
  3076.     /**
  3077.      * Gets the public 'SM\Callback\CallbackFactoryInterface' shared autowired service.
  3078.      *
  3079.      * @return \winzou\Bundle\StateMachineBundle\Callback\ContainerAwareCallbackFactory
  3080.      */
  3081.     protected function getCallbackFactoryInterfaceService()
  3082.     {
  3083.         return $this->services['SM\\Callback\\CallbackFactoryInterface'] = new \winzou\Bundle\StateMachineBundle\Callback\ContainerAwareCallbackFactory('winzou\\Bundle\\StateMachineBundle\\Callback\\ContainerAwareCallback'$this);
  3084.     }
  3085.     /**
  3086.      * Gets the public 'SM\Factory\FactoryInterface' shared autowired service.
  3087.      *
  3088.      * @return \SM\Factory\Factory
  3089.      */
  3090.     protected function getFactoryInterfaceService()
  3091.     {
  3092.         return $this->services['SM\\Factory\\FactoryInterface'] = new \SM\Factory\Factory($this->parameters['sm.configs'], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['SM\\Callback\\CallbackFactoryInterface'] ?? ($this->services['SM\\Callback\\CallbackFactoryInterface'] = new \winzou\Bundle\StateMachineBundle\Callback\ContainerAwareCallbackFactory('winzou\\Bundle\\StateMachineBundle\\Callback\\ContainerAwareCallback'$this))));
  3093.     }
  3094.     /**
  3095.      * Gets the public 'Sylius\Bundle\AdminBundle\Twig\ChannelNameExtension' shared service.
  3096.      *
  3097.      * @return \Sylius\Bundle\AdminBundle\Twig\ChannelNameExtension
  3098.      */
  3099.     protected function getChannelNameExtensionService()
  3100.     {
  3101.         return $this->services['Sylius\\Bundle\\AdminBundle\\Twig\\ChannelNameExtension'] = new \Sylius\Bundle\AdminBundle\Twig\ChannelNameExtension(($this->services['sylius.repository.channel'] ?? $this->getSylius_Repository_ChannelService()));
  3102.     }
  3103.     /**
  3104.      * Gets the public 'Sylius\Bundle\AdminBundle\Twig\OrderUnitTaxesExtension' shared service.
  3105.      *
  3106.      * @return \Sylius\Bundle\AdminBundle\Twig\OrderUnitTaxesExtension
  3107.      */
  3108.     protected function getOrderUnitTaxesExtensionService()
  3109.     {
  3110.         return $this->services['Sylius\\Bundle\\AdminBundle\\Twig\\OrderUnitTaxesExtension'] = new \Sylius\Bundle\AdminBundle\Twig\OrderUnitTaxesExtension();
  3111.     }
  3112.     /**
  3113.      * Gets the public 'Sylius\Bundle\ApiBundle\Context\UserContextInterface' shared service.
  3114.      *
  3115.      * @return \Sylius\Bundle\ApiBundle\Context\TokenBasedUserContext
  3116.      */
  3117.     protected function getUserContextInterfaceService()
  3118.     {
  3119.         return $this->services['Sylius\\Bundle\\ApiBundle\\Context\\UserContextInterface'] = new \Sylius\Bundle\ApiBundle\Context\TokenBasedUserContext(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3120.     }
  3121.     /**
  3122.      * Gets the public 'Sylius\Bundle\ApiBundle\EventSubscriber\KernelRequestEventSubscriber' shared service.
  3123.      *
  3124.      * @return \Sylius\Bundle\ApiBundle\EventSubscriber\KernelRequestEventSubscriber
  3125.      */
  3126.     protected function getKernelRequestEventSubscriberService()
  3127.     {
  3128.         return $this->services['Sylius\\Bundle\\ApiBundle\\EventSubscriber\\KernelRequestEventSubscriber'] = new \Sylius\Bundle\ApiBundle\EventSubscriber\KernelRequestEventSubscriber(true'/api/v2');
  3129.     }
  3130.     /**
  3131.      * Gets the public 'Sylius\Bundle\ApiBundle\Provider\ProductImageFilterProviderInterface' shared service.
  3132.      *
  3133.      * @return \Sylius\Bundle\ApiBundle\Provider\LiipProductImageFilterProvider
  3134.      */
  3135.     protected function getProductImageFilterProviderInterfaceService()
  3136.     {
  3137.         return $this->services['Sylius\\Bundle\\ApiBundle\\Provider\\ProductImageFilterProviderInterface'] = new \Sylius\Bundle\ApiBundle\Provider\LiipProductImageFilterProvider($this->parameters['liip_imagine.filter_sets']);
  3138.     }
  3139.     /**
  3140.      * Gets the public 'Sylius\Bundle\ApiBundle\Serializer\AddressDenormalizer' shared service.
  3141.      *
  3142.      * @return \Sylius\Bundle\ApiBundle\Serializer\AddressDenormalizer
  3143.      */
  3144.     protected function getAddressDenormalizerService()
  3145.     {
  3146.         return $this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\AddressDenormalizer'] = new \Sylius\Bundle\ApiBundle\Serializer\AddressDenormalizer(($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService()), 'Sylius\\Component\\Core\\Model\\Address''Sylius\\Component\\Addressing\\Model\\AddressInterface');
  3147.     }
  3148.     /**
  3149.      * Gets the public 'Sylius\Bundle\ApiBundle\Serializer\CommandArgumentsDenormalizer' shared service.
  3150.      *
  3151.      * @return \Sylius\Bundle\ApiBundle\Serializer\CommandArgumentsDenormalizer
  3152.      */
  3153.     protected function getCommandArgumentsDenormalizerService()
  3154.     {
  3155.         return $this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] = new \Sylius\Bundle\ApiBundle\Serializer\CommandArgumentsDenormalizer(($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService()), new \Sylius\Bundle\ApiBundle\Converter\IriToIdentifierConverter(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService())), ($this->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $this->getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService()));
  3156.     }
  3157.     /**
  3158.      * Gets the public 'Sylius\Bundle\ApiBundle\Serializer\CommandDenormalizer' shared service.
  3159.      *
  3160.      * @return \Sylius\Bundle\ApiBundle\Serializer\CommandDenormalizer
  3161.      */
  3162.     protected function getCommandDenormalizerService()
  3163.     {
  3164.         return $this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] = new \Sylius\Bundle\ApiBundle\Serializer\CommandDenormalizer(($this->privates['api_platform.serializer.normalizer.item'] ?? $this->getApiPlatform_Serializer_Normalizer_ItemService()));
  3165.     }
  3166.     /**
  3167.      * Gets the public 'Sylius\Bundle\ApiBundle\Serializer\CommandNormalizer' shared service.
  3168.      *
  3169.      * @return \Sylius\Bundle\ApiBundle\Serializer\CommandNormalizer
  3170.      */
  3171.     protected function getCommandNormalizerService()
  3172.     {
  3173.         return $this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandNormalizer'] = new \Sylius\Bundle\ApiBundle\Serializer\CommandNormalizer(($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService()));
  3174.     }
  3175.     /**
  3176.      * Gets the public 'Sylius\Bundle\ApiBundle\Serializer\FlattenExceptionNormalizer' shared service.
  3177.      *
  3178.      * @return \Sylius\Bundle\ApiBundle\Serializer\FlattenExceptionNormalizer
  3179.      */
  3180.     protected function getFlattenExceptionNormalizerService()
  3181.     {
  3182.         return $this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\FlattenExceptionNormalizer'] = new \Sylius\Bundle\ApiBundle\Serializer\FlattenExceptionNormalizer(new \FOS\RestBundle\Serializer\Normalizer\FlattenExceptionNormalizer(($this->privates['fos_rest.exception.codes_map'] ?? ($this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap([]))), ($this->privates['fos_rest.exception.messages_map'] ?? ($this->privates['fos_rest.exception.messages_map'] = new \FOS\RestBundle\Util\ExceptionValueMap([]))), truefalse), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), '/api/v2');
  3183.     }
  3184.     /**
  3185.      * Gets the public 'Sylius\Bundle\ApiBundle\Serializer\HydraErrorNormalizer' shared service.
  3186.      *
  3187.      * @return \Sylius\Bundle\ApiBundle\Serializer\HydraErrorNormalizer
  3188.      */
  3189.     protected function getHydraErrorNormalizerService()
  3190.     {
  3191.         return $this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\HydraErrorNormalizer'] = new \Sylius\Bundle\ApiBundle\Serializer\HydraErrorNormalizer(new \ApiPlatform\Hydra\Serializer\ErrorNormalizer(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), true), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), '/api/v2');
  3192.     }
  3193.     /**
  3194.      * Gets the public 'Sylius\Bundle\ApiBundle\Serializer\ProductImageNormalizer' shared service.
  3195.      *
  3196.      * @return \Sylius\Bundle\ApiBundle\Serializer\ProductImageNormalizer
  3197.      */
  3198.     protected function getProductImageNormalizerService()
  3199.     {
  3200.         return $this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductImageNormalizer'] = new \Sylius\Bundle\ApiBundle\Serializer\ProductImageNormalizer(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'media/image');
  3201.     }
  3202.     /**
  3203.      * Gets the public 'Sylius\Bundle\ApiBundle\Serializer\ProductNormalizer' shared service.
  3204.      *
  3205.      * @return \Sylius\Bundle\ApiBundle\Serializer\ProductNormalizer
  3206.      */
  3207.     protected function getProductNormalizerService()
  3208.     {
  3209.         return $this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductNormalizer'] = new \Sylius\Bundle\ApiBundle\Serializer\ProductNormalizer(($this->services['sylius.product_variant_resolver.default'] ?? ($this->services['sylius.product_variant_resolver.default'] = new \Sylius\Component\Product\Resolver\DefaultProductVariantResolver())), ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService')));
  3210.     }
  3211.     /**
  3212.      * Gets the public 'Sylius\Bundle\ApiBundle\Serializer\ProductVariantNormalizer' shared service.
  3213.      *
  3214.      * @return \Sylius\Bundle\ApiBundle\Serializer\ProductVariantNormalizer
  3215.      */
  3216.     protected function getProductVariantNormalizerService()
  3217.     {
  3218.         return $this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantNormalizer'] = new \Sylius\Bundle\ApiBundle\Serializer\ProductVariantNormalizer(($this->services['sylius.calculator.product_variant_price'] ?? ($this->services['sylius.calculator.product_variant_price'] = new \Sylius\Component\Core\Calculator\ProductVariantPriceCalculator())), ($this->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $this->getChannelContextInterfaceService()), ($this->services['sylius.availability_checker.default'] ?? ($this->services['sylius.availability_checker.default'] = new \Sylius\Component\Inventory\Checker\AvailabilityChecker())), ($this->services['sylius.section_resolver.uri_based_section_resolver'] ?? $this->getSylius_SectionResolver_UriBasedSectionResolverService()), ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService')));
  3219.     }
  3220.     /**
  3221.      * Gets the public 'Sylius\Bundle\ApiBundle\Serializer\ShippingMethodNormalizer' shared service.
  3222.      *
  3223.      * @return \Sylius\Bundle\ApiBundle\Serializer\ShippingMethodNormalizer
  3224.      */
  3225.     protected function getShippingMethodNormalizerService()
  3226.     {
  3227.         return $this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ShippingMethodNormalizer'] = new \Sylius\Bundle\ApiBundle\Serializer\ShippingMethodNormalizer(($this->services['sylius.repository.order'] ?? $this->getSylius_Repository_OrderService()), ($this->services['sylius.repository.shipment'] ?? $this->getSylius_Repository_ShipmentService()), ($this->services['sylius.registry.shipping_calculator'] ?? $this->getSylius_Registry_ShippingCalculatorService()));
  3228.     }
  3229.     /**
  3230.      * Gets the public 'Sylius\Bundle\ApiBundle\Serializer\ZoneDenormalizer' shared service.
  3231.      *
  3232.      * @return \Sylius\Bundle\ApiBundle\Serializer\ZoneDenormalizer
  3233.      */
  3234.     protected function getZoneDenormalizerService()
  3235.     {
  3236.         return $this->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ZoneDenormalizer'] = new \Sylius\Bundle\ApiBundle\Serializer\ZoneDenormalizer(($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService')));
  3237.     }
  3238.     /**
  3239.      * Gets the public 'Sylius\Bundle\ApiBundle\Swagger\AcceptLanguageHeaderDocumentationNormalizer' shared service.
  3240.      *
  3241.      * @return \Sylius\Bundle\ApiBundle\Swagger\AcceptLanguageHeaderDocumentationNormalizer
  3242.      */
  3243.     protected function getAcceptLanguageHeaderDocumentationNormalizerService()
  3244.     {
  3245.         return $this->services['Sylius\\Bundle\\ApiBundle\\Swagger\\AcceptLanguageHeaderDocumentationNormalizer'] = new \Sylius\Bundle\ApiBundle\Swagger\AcceptLanguageHeaderDocumentationNormalizer(($this->services['Sylius\\Bundle\\ApiBundle\\Swagger\\PathHiderDocumentationNormalizer'] ?? $this->getPathHiderDocumentationNormalizerService()), ($this->services['sylius.repository.locale'] ?? $this->getSylius_Repository_LocaleService()));
  3246.     }
  3247.     /**
  3248.      * Gets the public 'Sylius\Bundle\ApiBundle\Swagger\AdminAuthenticationTokenDocumentationNormalizer' shared service.
  3249.      *
  3250.      * @return \Sylius\Bundle\ApiBundle\Swagger\AdminAuthenticationTokenDocumentationNormalizer
  3251.      */
  3252.     protected function getAdminAuthenticationTokenDocumentationNormalizerService()
  3253.     {
  3254.         return $this->services['Sylius\\Bundle\\ApiBundle\\Swagger\\AdminAuthenticationTokenDocumentationNormalizer'] = new \Sylius\Bundle\ApiBundle\Swagger\AdminAuthenticationTokenDocumentationNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), NULLfalse'oauth2''application''''', [], $this->getParameter('api_platform.swagger.api_keys'), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), true'page'true'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLtrue, new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(($this->privates['.1_Serializer~ES55i2K'] ?? $this->get_1SerializerES55i2KService()))), '/api/v2');
  3255.     }
  3256.     /**
  3257.      * Gets the public 'Sylius\Bundle\ApiBundle\Swagger\PathHiderDocumentationNormalizer' shared service.
  3258.      *
  3259.      * @return \Sylius\Bundle\ApiBundle\Swagger\PathHiderDocumentationNormalizer
  3260.      */
  3261.     protected function getPathHiderDocumentationNormalizerService()
  3262.     {
  3263.         return $this->services['Sylius\\Bundle\\ApiBundle\\Swagger\\PathHiderDocumentationNormalizer'] = new \Sylius\Bundle\ApiBundle\Swagger\PathHiderDocumentationNormalizer(($this->services['Sylius\\Bundle\\ApiBundle\\Swagger\\ShippingMethodDocumentationNormalizer'] ?? $this->getShippingMethodDocumentationNormalizerService()), $this->parameters['sylius.api.paths_to_hide']);
  3264.     }
  3265.     /**
  3266.      * Gets the public 'Sylius\Bundle\ApiBundle\Swagger\ProductDocumentationNormalizer' shared service.
  3267.      *
  3268.      * @return \Sylius\Bundle\ApiBundle\Swagger\ProductDocumentationNormalizer
  3269.      */
  3270.     protected function getProductDocumentationNormalizerService()
  3271.     {
  3272.         return $this->services['Sylius\\Bundle\\ApiBundle\\Swagger\\ProductDocumentationNormalizer'] = new \Sylius\Bundle\ApiBundle\Swagger\ProductDocumentationNormalizer(($this->services['Sylius\\Bundle\\ApiBundle\\Swagger\\AdminAuthenticationTokenDocumentationNormalizer'] ?? $this->getAdminAuthenticationTokenDocumentationNormalizerService()));
  3273.     }
  3274.     /**
  3275.      * Gets the public 'Sylius\Bundle\ApiBundle\Swagger\ProductImageDocumentationNormalizer' shared service.
  3276.      *
  3277.      * @return \Sylius\Bundle\ApiBundle\Swagger\ProductImageDocumentationNormalizer
  3278.      */
  3279.     protected function getProductImageDocumentationNormalizerService()
  3280.     {
  3281.         return $this->services['Sylius\\Bundle\\ApiBundle\\Swagger\\ProductImageDocumentationNormalizer'] = new \Sylius\Bundle\ApiBundle\Swagger\ProductImageDocumentationNormalizer(($this->services['Sylius\\Bundle\\ApiBundle\\Swagger\\ProductDocumentationNormalizer'] ?? $this->getProductDocumentationNormalizerService()), ($this->services['Sylius\\Bundle\\ApiBundle\\Provider\\ProductImageFilterProviderInterface'] ?? $this->getProductImageFilterProviderInterfaceService()));
  3282.     }
  3283.     /**
  3284.      * Gets the public 'Sylius\Bundle\ApiBundle\Swagger\ProductSlugDocumentationNormalizer' shared service.
  3285.      *
  3286.      * @return \Sylius\Bundle\ApiBundle\Swagger\ProductSlugDocumentationNormalizer
  3287.      */
  3288.     protected function getProductSlugDocumentationNormalizerService()
  3289.     {
  3290.         return $this->services['Sylius\\Bundle\\ApiBundle\\Swagger\\ProductSlugDocumentationNormalizer'] = new \Sylius\Bundle\ApiBundle\Swagger\ProductSlugDocumentationNormalizer(($this->services['Sylius\\Bundle\\ApiBundle\\Swagger\\ProductImageDocumentationNormalizer'] ?? $this->getProductImageDocumentationNormalizerService()));
  3291.     }
  3292.     /**
  3293.      * Gets the public 'Sylius\Bundle\ApiBundle\Swagger\ProductVariantDocumentationNormalizer' shared service.
  3294.      *
  3295.      * @return \Sylius\Bundle\ApiBundle\Swagger\ProductVariantDocumentationNormalizer
  3296.      */
  3297.     protected function getProductVariantDocumentationNormalizerService()
  3298.     {
  3299.         return $this->services['Sylius\\Bundle\\ApiBundle\\Swagger\\ProductVariantDocumentationNormalizer'] = new \Sylius\Bundle\ApiBundle\Swagger\ProductVariantDocumentationNormalizer(($this->services['Sylius\\Bundle\\ApiBundle\\Swagger\\ProductSlugDocumentationNormalizer'] ?? $this->getProductSlugDocumentationNormalizerService()));
  3300.     }
  3301.     /**
  3302.      * Gets the public 'Sylius\Bundle\ApiBundle\Swagger\ShippingMethodDocumentationNormalizer' shared service.
  3303.      *
  3304.      * @return \Sylius\Bundle\ApiBundle\Swagger\ShippingMethodDocumentationNormalizer
  3305.      */
  3306.     protected function getShippingMethodDocumentationNormalizerService()
  3307.     {
  3308.         return $this->services['Sylius\\Bundle\\ApiBundle\\Swagger\\ShippingMethodDocumentationNormalizer'] = new \Sylius\Bundle\ApiBundle\Swagger\ShippingMethodDocumentationNormalizer(($this->services['Sylius\\Bundle\\ApiBundle\\Swagger\\ProductVariantDocumentationNormalizer'] ?? $this->getProductVariantDocumentationNormalizerService()));
  3309.     }
  3310.     /**
  3311.      * Gets the public 'Sylius\Bundle\ApiBundle\Swagger\ShopAuthenticationTokenDocumentationNormalizer' shared service.
  3312.      *
  3313.      * @return \Sylius\Bundle\ApiBundle\Swagger\ShopAuthenticationTokenDocumentationNormalizer
  3314.      */
  3315.     protected function getShopAuthenticationTokenDocumentationNormalizerService()
  3316.     {
  3317.         return $this->services['Sylius\\Bundle\\ApiBundle\\Swagger\\ShopAuthenticationTokenDocumentationNormalizer'] = new \Sylius\Bundle\ApiBundle\Swagger\ShopAuthenticationTokenDocumentationNormalizer(($this->services['Sylius\\Bundle\\ApiBundle\\Swagger\\AcceptLanguageHeaderDocumentationNormalizer'] ?? $this->getAcceptLanguageHeaderDocumentationNormalizerService()), '/api/v2');
  3318.     }
  3319.     /**
  3320.      * Gets the public 'Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelCodeProviderInterface' shared service.
  3321.      *
  3322.      * @return \Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelCodeProvider
  3323.      */
  3324.     protected function getFakeChannelCodeProviderInterfaceService()
  3325.     {
  3326.         return $this->services['Sylius\\Bundle\\ChannelBundle\\Context\\FakeChannel\\FakeChannelCodeProviderInterface'] = new \Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelCodeProvider();
  3327.     }
  3328.     /**
  3329.      * Gets the public 'Sylius\Bundle\CoreBundle\EventListener\LocaleAwareListener' shared service.
  3330.      *
  3331.      * @return \Sylius\Bundle\CoreBundle\EventListener\LocaleAwareListener
  3332.      */
  3333.     protected function getLocaleAwareListenerService()
  3334.     {
  3335.         return $this->services['Sylius\\Bundle\\CoreBundle\\EventListener\\LocaleAwareListener'] = new \Sylius\Bundle\CoreBundle\EventListener\LocaleAwareListener(new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3336.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr_FR')));
  3337.             yield => ($this->privates['Sylius\\Bundle\\ThemeBundle\\Translation\\ThemeAwareTranslator'] ?? $this->getThemeAwareTranslatorService());
  3338.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
  3339.     }
  3340.     /**
  3341.      * Gets the public 'Sylius\Bundle\CoreBundle\EventListener\XFrameOptionsSubscriber' shared service.
  3342.      *
  3343.      * @return \Sylius\Bundle\CoreBundle\EventListener\XFrameOptionsSubscriber
  3344.      */
  3345.     protected function getXFrameOptionsSubscriberService()
  3346.     {
  3347.         return $this->services['Sylius\\Bundle\\CoreBundle\\EventListener\\XFrameOptionsSubscriber'] = new \Sylius\Bundle\CoreBundle\EventListener\XFrameOptionsSubscriber();
  3348.     }
  3349.     /**
  3350.      * Gets the public 'Sylius\Bundle\LocaleBundle\Context\RequestHeaderBasedLocaleContext' shared service.
  3351.      *
  3352.      * @return \Sylius\Bundle\LocaleBundle\Context\RequestHeaderBasedLocaleContext
  3353.      */
  3354.     protected function getRequestHeaderBasedLocaleContextService()
  3355.     {
  3356.         return $this->services['Sylius\\Bundle\\LocaleBundle\\Context\\RequestHeaderBasedLocaleContext'] = new \Sylius\Bundle\LocaleBundle\Context\RequestHeaderBasedLocaleContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['sylius.locale_provider.channel_based'] ?? $this->getSylius_LocaleProvider_ChannelBasedService()));
  3357.     }
  3358.     /**
  3359.      * Gets the public 'Sylius\Bundle\ResourceBundle\Doctrine\ResourceMappingDriverChain' shared service.
  3360.      *
  3361.      * @return \Sylius\Bundle\ResourceBundle\Doctrine\ResourceMappingDriverChain
  3362.      */
  3363.     protected function getResourceMappingDriverChainService()
  3364.     {
  3365.         $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  3366.         $b = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/payum/payum/src/Payum/Core/Bridge/Doctrine/Resources/mapping') => 'Payum\\Core\\Model', (\dirname(__DIR__4).'/src/Resources/config/doctrine') => 'BitBag\\OpenMarketplace\\Entity', (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/doctrine') => 'BitBag\\SyliusCmsPlugin\\Entity', (\dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Resources/config/doctrine') => 'BitBag\\SyliusWishlistPlugin\\Entity', (\dirname(__DIR__4).'/vendor/odiseoteam/sylius-blog-plugin/src/Resources/config/doctrine') => 'Odiseo\\SyliusBlogPlugin\\Entity']);
  3367.         $b->setGlobalBasename('mapping');
  3368.         $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/vendor/bitbag/shipping-export-plugin/src/Resources/config/doctrine') => 'BitBag\\SyliusShippingExportPlugin\\Entity']);
  3369.         $c->setGlobalBasename('mapping');
  3370.         $a->addDriver($b'Payum\\Core\\Model');
  3371.         $a->addDriver($b'BitBag\\OpenMarketplace\\Entity');
  3372.         $a->addDriver($b'BitBag\\SyliusCmsPlugin\\Entity');
  3373.         $a->addDriver($b'BitBag\\SyliusWishlistPlugin\\Entity');
  3374.         $a->addDriver($b'Odiseo\\SyliusBlogPlugin\\Entity');
  3375.         $a->addDriver($c'BitBag\\SyliusShippingExportPlugin\\Entity');
  3376.         $a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/config/doctrine/model') => 'Sylius\\Component\\Order\\Model'], '.orm.xml')), 'Sylius\\Component\\Order\\Model');
  3377.         $a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/config/doctrine/model') => 'Sylius\\Component\\Currency\\Model'], '.orm.xml')), 'Sylius\\Component\\Currency\\Model');
  3378.         $a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/config/doctrine/model') => 'Sylius\\Component\\Locale\\Model'], '.orm.xml')), 'Sylius\\Component\\Locale\\Model');
  3379.         $a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/config/doctrine/model') => 'Sylius\\Component\\Product\\Model'], '.orm.xml')), 'Sylius\\Component\\Product\\Model');
  3380.         $a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/config/doctrine/model') => 'Sylius\\Component\\Channel\\Model'], '.orm.xml')), 'Sylius\\Component\\Channel\\Model');
  3381.         $a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/config/doctrine/model') => 'Sylius\\Component\\Attribute\\Model'], '.orm.xml')), 'Sylius\\Component\\Attribute\\Model');
  3382.         $a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/config/doctrine/model') => 'Sylius\\Component\\Taxation\\Model'], '.orm.xml')), 'Sylius\\Component\\Taxation\\Model');
  3383.         $a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/config/doctrine/model') => 'Sylius\\Component\\Shipping\\Model'], '.orm.xml')), 'Sylius\\Component\\Shipping\\Model');
  3384.         $a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/config/doctrine/model') => 'Sylius\\Component\\Payment\\Model'], '.orm.xml')), 'Sylius\\Component\\Payment\\Model');
  3385.         $a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/config/doctrine/model') => 'Sylius\\Component\\Promotion\\Model'], '.orm.xml')), 'Sylius\\Component\\Promotion\\Model');
  3386.         $a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/config/doctrine/model') => 'Sylius\\Component\\Addressing\\Model'], '.orm.xml')), 'Sylius\\Component\\Addressing\\Model');
  3387.         $a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/InventoryBundle/Resources/config/doctrine/model') => 'Sylius\\Component\\Inventory\\Model'], '.orm.xml')), 'Sylius\\Component\\Inventory\\Model');
  3388.         $a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/config/doctrine/model') => 'Sylius\\Component\\Taxonomy\\Model'], '.orm.xml')), 'Sylius\\Component\\Taxonomy\\Model');
  3389.         $a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/config/doctrine/model') => 'Sylius\\Component\\User\\Model'], '.orm.xml')), 'Sylius\\Component\\User\\Model');
  3390.         $a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/config/doctrine/model') => 'Sylius\\Component\\Customer\\Model'], '.orm.xml')), 'Sylius\\Component\\Customer\\Model');
  3391.         $a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/config/doctrine/model') => 'Sylius\\Component\\Review\\Model'], '.orm.xml')), 'Sylius\\Component\\Review\\Model');
  3392.         $a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model') => 'Sylius\\Component\\Core\\Model'], '.orm.xml')), 'Sylius\\Component\\Core\\Model');
  3393.         $a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/config/doctrine/model') => 'Sylius\\Bundle\\PayumBundle\\Model'], '.orm.xml')), 'Sylius\\Bundle\\PayumBundle\\Model');
  3394.         $a->addDriver(new \Doctrine\ORM\Mapping\Driver\YamlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/odiseoteam/blog-bundle/src/Resources/config/doctrine/model') => 'Odiseo\\BlogBundle\\Model'], '.orm.yml')), 'Odiseo\\BlogBundle\\Model');
  3395.         return $this->services['Sylius\\Bundle\\ResourceBundle\\Doctrine\\ResourceMappingDriverChain'] = new \Sylius\Bundle\ResourceBundle\Doctrine\ResourceMappingDriverChain($a, ($this->privates['sylius.resource_registry'] ?? $this->getSylius_ResourceRegistryService()));
  3396.     }
  3397.     /**
  3398.      * Gets the public 'Sylius\Bundle\UiBundle\Twig\LegacySonataBlockExtension' shared service.
  3399.      *
  3400.      * @return \Sylius\Bundle\UiBundle\Twig\LegacySonataBlockExtension
  3401.      */
  3402.     protected function getLegacySonataBlockExtensionService()
  3403.     {
  3404.         return $this->services['Sylius\\Bundle\\UiBundle\\Twig\\LegacySonataBlockExtension'] = new \Sylius\Bundle\UiBundle\Twig\LegacySonataBlockExtension($this->parameters['sylius_ui.sonata_block.whitelisted_variables']);
  3405.     }
  3406.     /**
  3407.      * Gets the public 'Sylius\Component\Channel\Context\ChannelContextInterface' shared service.
  3408.      *
  3409.      * @return \Sylius\Component\Channel\Context\CachedPerRequestChannelContext
  3410.      */
  3411.     protected function getChannelContextInterfaceService()
  3412.     {
  3413.         return $this->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] = new \Sylius\Component\Channel\Context\CachedPerRequestChannelContext(($this->privates['sylius.context.channel.composite'] ?? $this->getSylius_Context_Channel_CompositeService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3414.     }
  3415.     /**
  3416.      * Gets the public 'Sylius\Component\Channel\Context\RequestBased\RequestResolverInterface' shared service.
  3417.      *
  3418.      * @return \Sylius\Component\Channel\Context\RequestBased\CompositeRequestResolver
  3419.      */
  3420.     protected function getRequestResolverInterfaceService()
  3421.     {
  3422.         $this->services['Sylius\\Component\\Channel\\Context\\RequestBased\\RequestResolverInterface'] = $instance = new \Sylius\Component\Channel\Context\RequestBased\CompositeRequestResolver();
  3423.         $instance->addResolver(new \Sylius\Component\Channel\Context\RequestBased\HostnameBasedRequestResolver(($this->services['sylius.repository.channel'] ?? $this->getSylius_Repository_ChannelService())), 0);
  3424.         return $instance;
  3425.     }
  3426.     /**
  3427.      * Gets the public 'Sylius\Component\Core\Cart\Resolver\CreatedByGuestFlagResolverInterface' shared service.
  3428.      *
  3429.      * @return \Sylius\Component\Core\Cart\Resolver\CreatedByGuestFlagResolver
  3430.      */
  3431.     protected function getCreatedByGuestFlagResolverInterfaceService()
  3432.     {
  3433.         return $this->services['Sylius\\Component\\Core\\Cart\\Resolver\\CreatedByGuestFlagResolverInterface'] = new \Sylius\Component\Core\Cart\Resolver\CreatedByGuestFlagResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3434.     }
  3435.     /**
  3436.      * Gets the public 'Sylius\Component\Locale\Context\LocaleContextInterface' shared service.
  3437.      *
  3438.      * @return \Sylius\Component\Locale\Context\CompositeLocaleContext
  3439.      */
  3440.     protected function getLocaleContextInterfaceService()
  3441.     {
  3442.         $this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] = $instance = new \Sylius\Component\Locale\Context\CompositeLocaleContext();
  3443.         $instance->addContext(($this->services['Sylius\\Bundle\\LocaleBundle\\Context\\RequestHeaderBasedLocaleContext'] ?? $this->getRequestHeaderBasedLocaleContextService()), 256);
  3444.         $instance->addContext(($this->services['sylius.context.locale.request_based'] ?? $this->getSylius_Context_Locale_RequestBasedService()), 64);
  3445.         $instance->addContext(($this->services['sylius.context.locale.provider_based'] ?? $this->getSylius_Context_Locale_ProviderBasedService()), -128);
  3446.         $instance->addContext(($this->services['sylius.context.locale.admin_based'] ?? $this->getSylius_Context_Locale_AdminBasedService()), 128);
  3447.         $instance->addContext(($this->services['sylius.context.locale.storage_based'] ?? $this->getSylius_Context_Locale_StorageBasedService()), -64);
  3448.         return $instance;
  3449.     }
  3450.     /**
  3451.      * Gets the public 'bitbag_sylius_cms_plugin.repository.block' shared service.
  3452.      *
  3453.      * @return \BitBag\SyliusCmsPlugin\Repository\BlockRepository
  3454.      */
  3455.     protected function getBitbagSyliusCmsPlugin_Repository_BlockService()
  3456.     {
  3457.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3458.         return $this->services['bitbag_sylius_cms_plugin.repository.block'] = new \BitBag\SyliusCmsPlugin\Repository\BlockRepository($a$a->getClassMetadata('BitBag\\SyliusCmsPlugin\\Entity\\Block'));
  3459.     }
  3460.     /**
  3461.      * Gets the public 'bitbag_sylius_cms_plugin.repository.media' shared service.
  3462.      *
  3463.      * @return \BitBag\SyliusCmsPlugin\Repository\MediaRepository
  3464.      */
  3465.     protected function getBitbagSyliusCmsPlugin_Repository_MediaService()
  3466.     {
  3467.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3468.         return $this->services['bitbag_sylius_cms_plugin.repository.media'] = new \BitBag\SyliusCmsPlugin\Repository\MediaRepository($a$a->getClassMetadata('BitBag\\SyliusCmsPlugin\\Entity\\Media'));
  3469.     }
  3470.     /**
  3471.      * Gets the public 'bitbag_sylius_cms_plugin.repository.page' shared service.
  3472.      *
  3473.      * @return \BitBag\SyliusCmsPlugin\Repository\PageRepository
  3474.      */
  3475.     protected function getBitbagSyliusCmsPlugin_Repository_PageService()
  3476.     {
  3477.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3478.         return $this->services['bitbag_sylius_cms_plugin.repository.page'] = new \BitBag\SyliusCmsPlugin\Repository\PageRepository($a$a->getClassMetadata('BitBag\\SyliusCmsPlugin\\Entity\\Page'));
  3479.     }
  3480.     /**
  3481.      * Gets the public 'bitbag_sylius_cms_plugin.resolver.block_resource' shared service.
  3482.      *
  3483.      * @return \BitBag\SyliusCmsPlugin\Resolver\BlockResourceResolver
  3484.      */
  3485.     protected function getBitbagSyliusCmsPlugin_Resolver_BlockResourceService()
  3486.     {
  3487.         return $this->services['bitbag_sylius_cms_plugin.resolver.block_resource'] = new \BitBag\SyliusCmsPlugin\Resolver\BlockResourceResolver(($this->services['bitbag_sylius_cms_plugin.repository.block'] ?? $this->getBitbagSyliusCmsPlugin_Repository_BlockService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $this->getChannelContextInterfaceService()));
  3488.     }
  3489.     /**
  3490.      * Gets the public 'bitbag_sylius_cms_plugin.resolver.media_provider' shared service.
  3491.      *
  3492.      * @return \BitBag\SyliusCmsPlugin\Resolver\MediaProviderResolver
  3493.      */
  3494.     protected function getBitbagSyliusCmsPlugin_Resolver_MediaProviderService()
  3495.     {
  3496.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3497.         if (isset($this->services['bitbag_sylius_cms_plugin.resolver.media_provider'])) {
  3498.             return $this->services['bitbag_sylius_cms_plugin.resolver.media_provider'];
  3499.         }
  3500.         $b = new \Sylius\Component\Registry\ServiceRegistry('BitBag\\SyliusCmsPlugin\\MediaProvider\\ProviderInterface''Media provider');
  3501.         $c = new \BitBag\SyliusCmsPlugin\Uploader\MediaUploader(($this->services['knp_gaufrette.filesystem_map'] ?? $this->getKnpGaufrette_FilesystemMapService())->get('bitbag_sylius_cms_plugin_media'));
  3502.         $b->register('image', new \BitBag\SyliusCmsPlugin\MediaProvider\GenericProvider($c$a'@BitBagSyliusCmsPlugin/Shop/Media/Show/image.html.twig''media/image'));
  3503.         $b->register('video', new \BitBag\SyliusCmsPlugin\MediaProvider\GenericProvider($c$a'@BitBagSyliusCmsPlugin/Shop/Media/Show/video.html.twig''media/video'));
  3504.         $b->register('file', new \BitBag\SyliusCmsPlugin\MediaProvider\GenericProvider($c$a'@BitBagSyliusCmsPlugin/Shop/Media/Show/file.html.twig''media/file'));
  3505.         return $this->services['bitbag_sylius_cms_plugin.resolver.media_provider'] = new \BitBag\SyliusCmsPlugin\Resolver\MediaProviderResolver($b);
  3506.     }
  3507.     /**
  3508.      * Gets the public 'bitbag_sylius_cms_plugin.resolver.media_resource' shared service.
  3509.      *
  3510.      * @return \BitBag\SyliusCmsPlugin\Resolver\MediaResourceResolver
  3511.      */
  3512.     protected function getBitbagSyliusCmsPlugin_Resolver_MediaResourceService()
  3513.     {
  3514.         return $this->services['bitbag_sylius_cms_plugin.resolver.media_resource'] = new \BitBag\SyliusCmsPlugin\Resolver\MediaResourceResolver(($this->services['bitbag_sylius_cms_plugin.repository.media'] ?? $this->getBitbagSyliusCmsPlugin_Repository_MediaService()), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $this->getChannelContextInterfaceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3515.     }
  3516.     /**
  3517.      * Gets the public 'bitbag_sylius_wishlist_plugin.factory.wishlist' shared service.
  3518.      *
  3519.      * @return \BitBag\SyliusWishlistPlugin\Factory\WishlistFactory
  3520.      */
  3521.     protected function getBitbagSyliusWishlistPlugin_Factory_WishlistService()
  3522.     {
  3523.         return $this->services['bitbag_sylius_wishlist_plugin.factory.wishlist'] = new \BitBag\SyliusWishlistPlugin\Factory\WishlistFactory(new \Sylius\Component\Resource\Factory\Factory('BitBag\\SyliusWishlistPlugin\\Entity\\Wishlist'));
  3524.     }
  3525.     /**
  3526.      * Gets the public 'bitbag_sylius_wishlist_plugin.repository.wishlist' shared service.
  3527.      *
  3528.      * @return \BitBag\SyliusWishlistPlugin\Repository\WishlistRepository
  3529.      */
  3530.     protected function getBitbagSyliusWishlistPlugin_Repository_WishlistService()
  3531.     {
  3532.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3533.         return $this->services['bitbag_sylius_wishlist_plugin.repository.wishlist'] = new \BitBag\SyliusWishlistPlugin\Repository\WishlistRepository($a$a->getClassMetadata('BitBag\\SyliusWishlistPlugin\\Entity\\Wishlist'));
  3534.     }
  3535.     /**
  3536.      * Gets the public 'cache.app' shared service.
  3537.      *
  3538.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3539.      */
  3540.     protected function getCache_AppService()
  3541.     {
  3542.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('IXC0AFxIIF'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3543.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3544.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3545.     }
  3546.     /**
  3547.      * Gets the public 'cache.system' shared service.
  3548.      *
  3549.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3550.      */
  3551.     protected function getCache_SystemService()
  3552.     {
  3553.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('st4voqYrK0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3554.     }
  3555.     /**
  3556.      * Gets the public 'cache.validator_expression_language' shared service.
  3557.      *
  3558.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3559.      */
  3560.     protected function getCache_ValidatorExpressionLanguageService()
  3561.     {
  3562.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TwEc-dWhLi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3563.     }
  3564.     /**
  3565.      * Gets the public 'data_collector.dump' shared service.
  3566.      *
  3567.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  3568.      */
  3569.     protected function getDataCollector_DumpService()
  3570.     {
  3571.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
  3572.     }
  3573.     /**
  3574.      * Gets the public 'date_time_normalizer' shared service.
  3575.      *
  3576.      * @return \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer
  3577.      */
  3578.     protected function getDateTimeNormalizerService()
  3579.     {
  3580.         return $this->services['date_time_normalizer'] = new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_format' => 'Y-m-d H:i:s']);
  3581.     }
  3582.     /**
  3583.      * Gets the public 'doctrine' shared service.
  3584.      *
  3585.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  3586.      */
  3587.     protected function getDoctrineService()
  3588.     {
  3589.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  3590.     }
  3591.     /**
  3592.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  3593.      *
  3594.      * @return \Doctrine\DBAL\Connection
  3595.      */
  3596.     protected function getDoctrine_Dbal_DefaultConnectionService()
  3597.     {
  3598.         $a = new \Doctrine\DBAL\Configuration();
  3599.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  3600.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3601.         $b->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  3602.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3603.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3604.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  3605.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''charset' => 'UTF8''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3606.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  3607.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3608.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3609.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  3610.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'true],
  3611.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  3612.             'odiseo_sylius_blog_plugin.event_listener.set_article_author' => ['privates''odiseo_sylius_blog_plugin.event_listener.set_article_author''getOdiseoSyliusBlogPlugin_EventListener_SetArticleAuthorService'true],
  3613.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  3614.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'true],
  3615.             'stof_doctrine_extensions.listener.sortable' => ['privates''stof_doctrine_extensions.listener.sortable''getStofDoctrineExtensions_Listener_SortableService'true],
  3616.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  3617.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  3618.             'sylius.doctrine.orm.event_subscriber.load_metadata.attribute' => ['services''sylius.doctrine.orm.event_subscriber.load_metadata.attribute''getSylius_Doctrine_Orm_EventSubscriber_LoadMetadata_AttributeService'true],
  3619.             'sylius.doctrine.orm.event_subscriber.load_metadata.review' => ['services''sylius.doctrine.orm.event_subscriber.load_metadata.review''getSylius_Doctrine_Orm_EventSubscriber_LoadMetadata_ReviewService'true],
  3620.             'sylius.event_subscriber.orm_mapped_super_class' => ['services''sylius.event_subscriber.orm_mapped_super_class''getSylius_EventSubscriber_OrmMappedSuperClassService'true],
  3621.             'sylius.event_subscriber.orm_repository_class' => ['services''sylius.event_subscriber.orm_repository_class''getSylius_EventSubscriber_OrmRepositoryClassService'true],
  3622.             'sylius.listener.canonicalizer' => ['services''sylius.listener.canonicalizer''getSylius_Listener_CanonicalizerService'true],
  3623.             'sylius.listener.default_username' => ['services''sylius.listener.default_username''getSylius_Listener_DefaultUsernameService'true],
  3624.             'sylius.listener.images_remove' => ['services''sylius.listener.images_remove''getSylius_Listener_ImagesRemoveService'true],
  3625.             'sylius.listener.password_updater' => ['services''sylius.listener.password_updater''getSylius_Listener_PasswordUpdaterService'true],
  3626.             'sylius.listener.product_review_change' => ['services''sylius.listener.product_review_change''getSylius_Listener_ProductReviewChangeService'true],
  3627.             'sylius.listener.select_product_attribute_choice_remove' => ['services''sylius.listener.select_product_attribute_choice_remove''getSylius_Listener_SelectProductAttributeChoiceRemoveService'true],
  3628.             'sylius.translation.translatable_listener.doctrine.orm' => ['services''sylius.translation.translatable_listener.doctrine.orm''getSylius_Translation_TranslatableListener_Doctrine_OrmService'true],
  3629.         ], [
  3630.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3631.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3632.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3633.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3634.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  3635.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  3636.             'odiseo_sylius_blog_plugin.event_listener.set_article_author' => '?',
  3637.             'stof_doctrine_extensions.listener.loggable' => '?',
  3638.             'stof_doctrine_extensions.listener.sluggable' => '?',
  3639.             'stof_doctrine_extensions.listener.sortable' => '?',
  3640.             'stof_doctrine_extensions.listener.timestampable' => '?',
  3641.             'stof_doctrine_extensions.listener.tree' => '?',
  3642.             'sylius.doctrine.orm.event_subscriber.load_metadata.attribute' => '?',
  3643.             'sylius.doctrine.orm.event_subscriber.load_metadata.review' => '?',
  3644.             'sylius.event_subscriber.orm_mapped_super_class' => '?',
  3645.             'sylius.event_subscriber.orm_repository_class' => '?',
  3646.             'sylius.listener.canonicalizer' => '?',
  3647.             'sylius.listener.default_username' => '?',
  3648.             'sylius.listener.images_remove' => '?',
  3649.             'sylius.listener.password_updater' => '?',
  3650.             'sylius.listener.product_review_change' => '?',
  3651.             'sylius.listener.select_product_attribute_choice_remove' => '?',
  3652.             'sylius.translation.translatable_listener.doctrine.orm' => '?',
  3653.         ]), [=> 'sylius.event_subscriber.orm_mapped_super_class'=> 'sylius.event_subscriber.orm_repository_class'=> 'sylius.translation.translatable_listener.doctrine.orm'=> [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.loggable'], => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.loggable'], => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.loggable'], => 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.resolve_target_entity'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'10 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'11 => 'sylius.doctrine.orm.event_subscriber.load_metadata.attribute'12 => 'sylius.doctrine.orm.event_subscriber.load_metadata.review'13 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 14 => [=> [=> 'postUpdate'], => 'sylius.listener.select_product_attribute_choice_remove'], 15 => [=> [=> 'prePersist'], => 'sylius.listener.password_updater'], 16 => [=> [=> 'preUpdate'], => 'sylius.listener.password_updater'], 17 => [=> [=> 'postPersist'], => 'sylius.listener.product_review_change'], 18 => [=> [=> 'postUpdate'], => 'sylius.listener.product_review_change'], 19 => [=> [=> 'postRemove'], => 'sylius.listener.product_review_change'], 20 => [=> [=> 'onFlush'], => 'sylius.listener.images_remove'], 21 => [=> [=> 'postFlush'], => 'sylius.listener.images_remove'], 22 => [=> [=> 'onFlush'], => 'sylius.listener.default_username'], 23 => [=> [=> 'prePersist'], => 'sylius.listener.canonicalizer'], 24 => [=> [=> 'preUpdate'], => 'sylius.listener.canonicalizer'], 25 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.tree'], 26 => [=> [=> 'preRemove'], => 'stof_doctrine_extensions.listener.tree'], 27 => [=> [=> 'preUpdate'], => 'stof_doctrine_extensions.listener.tree'], 28 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.tree'], 29 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.tree'], 30 => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.tree'], 31 => [=> [=> 'postUpdate'], => 'stof_doctrine_extensions.listener.tree'], 32 => [=> [=> 'postRemove'], => 'stof_doctrine_extensions.listener.tree'], 33 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.sluggable'], 34 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.sluggable'], 35 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.sluggable'], 36 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.timestampable'], 37 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.timestampable'], 38 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.timestampable'], 39 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.sortable'], 40 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.sortable'], 41 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.sortable'], 42 => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.sortable'], 43 => [=> [=> 'preUpdate'], => 'stof_doctrine_extensions.listener.sortable'], 44 => [=> [=> 'postRemove'], => 'stof_doctrine_extensions.listener.sortable'], 45 => [=> [=> 'postFlush'], => 'stof_doctrine_extensions.listener.sortable'], 46 => [=> [=> 'prePersist'], => 'odiseo_sylius_blog_plugin.event_listener.set_article_author']]), []);
  3654.     }
  3655.     /**
  3656.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  3657.      *
  3658.      * @return \Doctrine\ORM\EntityManager
  3659.      */
  3660.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  3661.     {
  3662.         if ($lazyLoad) {
  3663.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  3664.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3665.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  3666.                     $proxy->setProxyInitializer(null);
  3667.                     return true;
  3668.                 });
  3669.             });
  3670.         }
  3671.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  3672.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  3673.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  3674.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  3675.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  3676.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  3677.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  3678.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  3679.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  3680.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  3681.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  3682.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  3683.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  3684.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  3685.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  3686.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  3687.         include_once \dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Doctrine/ORM/ContainerRepositoryFactory.php';
  3688.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  3689.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  3690.         $a = new \Doctrine\ORM\Configuration();
  3691.         $a->setEntityNamespaces(['payum' => 'Payum\\Core\\Model''Overridden' => 'BitBag\\OpenMarketplace\\Entity''BitBagSyliusCmsPlugin' => 'BitBag\\SyliusCmsPlugin\\Entity''BitBagSyliusWishlistPlugin' => 'BitBag\\SyliusWishlistPlugin\\Entity''OdiseoSyliusBlogPlugin' => 'Odiseo\\SyliusBlogPlugin\\Entity''BitBagSyliusShippingExportPlugin' => 'BitBag\\SyliusShippingExportPlugin\\Entity']);
  3692.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3693.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  3694.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  3695.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver(($this->services['Sylius\\Bundle\\ResourceBundle\\Doctrine\\ResourceMappingDriverChain'] ?? $this->getResourceMappingDriverChainService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3696.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  3697.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  3698.         ], [
  3699.             'doctrine.ulid_generator' => '?',
  3700.             'doctrine.uuid_generator' => '?',
  3701.         ])));
  3702.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  3703.         $a->setProxyNamespace('Proxies');
  3704.         $a->setAutoGenerateProxyClasses(true);
  3705.         $a->setSchemaIgnoreClasses([]);
  3706.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  3707.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  3708.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  3709.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  3710.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  3711.         $a->setRepositoryFactory(new \Sylius\Bundle\ResourceBundle\Doctrine\ORM\ContainerRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3712.             'BitBag\\OpenMarketplace\\Repository\\ArticleExtensionRepository' => ['privates''BitBag\\OpenMarketplace\\Repository\\ArticleExtensionRepository''getArticleExtensionRepositoryService'true],
  3713.             'BitBag\\OpenMarketplace\\Repository\\Conversation\\CategoryRepository' => ['privates''BitBag\\OpenMarketplace\\Repository\\Conversation\\CategoryRepository''getCategoryRepositoryService'true],
  3714.             'BitBag\\OpenMarketplace\\Repository\\Conversation\\ConversationRepository' => ['privates''BitBag\\OpenMarketplace\\Repository\\Conversation\\ConversationRepository''getConversationRepositoryService'true],
  3715.             'BitBag\\OpenMarketplace\\Repository\\Conversation\\MessageRepository' => ['privates''BitBag\\OpenMarketplace\\Repository\\Conversation\\MessageRepository''getMessageRepositoryService'true],
  3716.             'BitBag\\OpenMarketplace\\Repository\\CustomerRepository' => ['privates''BitBag\\OpenMarketplace\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  3717.             'BitBag\\OpenMarketplace\\Repository\\DraftAttributeRepository' => ['privates''BitBag\\OpenMarketplace\\Repository\\DraftAttributeRepository''getDraftAttributeRepositoryService'true],
  3718.             'BitBag\\OpenMarketplace\\Repository\\OrderRepository' => ['privates''BitBag\\OpenMarketplace\\Repository\\OrderRepository''getOrderRepositoryService'true],
  3719.             'BitBag\\OpenMarketplace\\Repository\\ProductListing\\ProductDraftTaxonRepository' => ['privates''BitBag\\OpenMarketplace\\Repository\\ProductListing\\ProductDraftTaxonRepository''getProductDraftTaxonRepositoryService'true],
  3720.             'BitBag\\OpenMarketplace\\Repository\\ProductListing\\ProductListingRepository' => ['privates''BitBag\\OpenMarketplace\\Repository\\ProductListing\\ProductListingRepository''getProductListingRepositoryService'true],
  3721.             'BitBag\\OpenMarketplace\\Repository\\ProductVariantRepository' => ['privates''BitBag\\OpenMarketplace\\Repository\\ProductVariantRepository''getProductVariantRepositoryService'true],
  3722.             'BitBag\\OpenMarketplace\\Repository\\VendorProfileUpdateRepository' => ['privates''BitBag\\OpenMarketplace\\Repository\\VendorProfileUpdateRepository''getVendorProfileUpdateRepositoryService'true],
  3723.             'BitBag\\OpenMarketplace\\Repository\\VendorRepository' => ['privates''BitBag\\OpenMarketplace\\Repository\\VendorRepository''getVendorRepositoryService'true],
  3724.             'BitBag\\OpenMarketplace\\Repository\\VendorShippingMethodRepository' => ['privates''BitBag\\OpenMarketplace\\Repository\\VendorShippingMethodRepository''getVendorShippingMethodRepositoryService'true],
  3725.             'BitBag\\SyliusCmsPlugin\\Repository\\BlockRepository' => ['privates''BitBag\\SyliusCmsPlugin\\Repository\\BlockRepository''getBlockRepositoryService'true],
  3726.             'BitBag\\SyliusCmsPlugin\\Repository\\FrequentlyAskedQuestionRepository' => ['privates''BitBag\\SyliusCmsPlugin\\Repository\\FrequentlyAskedQuestionRepository''getFrequentlyAskedQuestionRepositoryService'true],
  3727.             'BitBag\\SyliusCmsPlugin\\Repository\\MediaRepository' => ['privates''BitBag\\SyliusCmsPlugin\\Repository\\MediaRepository''getMediaRepositoryService'true],
  3728.             'BitBag\\SyliusCmsPlugin\\Repository\\PageRepository' => ['privates''BitBag\\SyliusCmsPlugin\\Repository\\PageRepository''getPageRepositoryService'true],
  3729.             'BitBag\\SyliusCmsPlugin\\Repository\\SectionRepository' => ['privates''BitBag\\SyliusCmsPlugin\\Repository\\SectionRepository''getSectionRepositoryService'true],
  3730.             'BitBag\\SyliusShippingExportPlugin\\Repository\\ShippingExportRepository' => ['privates''BitBag\\SyliusShippingExportPlugin\\Repository\\ShippingExportRepository''getShippingExportRepositoryService'true],
  3731.             'BitBag\\SyliusShippingExportPlugin\\Repository\\ShippingGatewayRepository' => ['privates''BitBag\\SyliusShippingExportPlugin\\Repository\\ShippingGatewayRepository''getShippingGatewayRepositoryService'true],
  3732.             'BitBag\\SyliusWishlistPlugin\\Repository\\WishlistRepository' => ['privates''BitBag\\SyliusWishlistPlugin\\Repository\\WishlistRepository''getWishlistRepositoryService'true],
  3733.             'Odiseo\\BlogBundle\\Doctrine\\ORM\\ArticleCategoryRepository' => ['privates''Odiseo\\BlogBundle\\Doctrine\\ORM\\ArticleCategoryRepository''getArticleCategoryRepositoryService'true],
  3734.             'Sylius\\Bundle\\ChannelBundle\\Doctrine\\ORM\\ChannelRepository' => ['privates''Sylius\\Bundle\\ChannelBundle\\Doctrine\\ORM\\ChannelRepository''getChannelRepositoryService'true],
  3735.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\AddressRepository' => ['privates''Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\AddressRepository''getAddressRepositoryService'true],
  3736.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\AvatarImageRepository' => ['privates''Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\AvatarImageRepository''getAvatarImageRepositoryService'true],
  3737.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\OrderItemRepository' => ['privates''Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\OrderItemRepository''getOrderItemRepositoryService'true],
  3738.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\OrderItemUnitRepository' => ['privates''Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\OrderItemUnitRepository''getOrderItemUnitRepositoryService'true],
  3739.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\PaymentMethodRepository' => ['privates''Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\PaymentMethodRepository''getPaymentMethodRepositoryService'true],
  3740.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\PaymentRepository' => ['privates''Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\PaymentRepository''getPaymentRepositoryService'true],
  3741.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductAssociationRepository' => ['privates''Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductAssociationRepository''getProductAssociationRepositoryService'true],
  3742.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductOptionRepository' => ['privates''Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductOptionRepository''getProductOptionRepositoryService'true],
  3743.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductRepository' => ['privates''Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductRepository''getProductRepositoryService'true],
  3744.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductReviewRepository' => ['privates''Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductReviewRepository''getProductReviewRepositoryService'true],
  3745.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductTaxonRepository' => ['privates''Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductTaxonRepository''getProductTaxonRepositoryService'true],
  3746.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\PromotionRepository' => ['privates''Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\PromotionRepository''getPromotionRepositoryService'true],
  3747.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShipmentRepository' => ['privates''Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShipmentRepository''getShipmentRepositoryService'true],
  3748.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShippingCategoryRepository' => ['privates''Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShippingCategoryRepository''getShippingCategoryRepositoryService'true],
  3749.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShippingMethodRepository' => ['privates''Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShippingMethodRepository''getShippingMethodRepositoryService'true],
  3750.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\UserRepository' => ['privates''Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\UserRepository''getUserRepositoryService'true],
  3751.             'Sylius\\Bundle\\CurrencyBundle\\Doctrine\\ORM\\ExchangeRateRepository' => ['privates''Sylius\\Bundle\\CurrencyBundle\\Doctrine\\ORM\\ExchangeRateRepository''getExchangeRateRepositoryService'true],
  3752.             'Sylius\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductAssociationTypeRepository' => ['privates''Sylius\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductAssociationTypeRepository''getProductAssociationTypeRepositoryService'true],
  3753.             'Sylius\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductAttributeValueRepository' => ['privates''Sylius\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductAttributeValueRepository''getProductAttributeValueRepositoryService'true],
  3754.             'Sylius\\Bundle\\PromotionBundle\\Doctrine\\ORM\\CatalogPromotionRepository' => ['privates''Sylius\\Bundle\\PromotionBundle\\Doctrine\\ORM\\CatalogPromotionRepository''getCatalogPromotionRepositoryService'true],
  3755.             'Sylius\\Bundle\\PromotionBundle\\Doctrine\\ORM\\PromotionCouponRepository' => ['privates''Sylius\\Bundle\\PromotionBundle\\Doctrine\\ORM\\PromotionCouponRepository''getPromotionCouponRepositoryService'true],
  3756.             'Sylius\\Bundle\\ResourceBundle\\Doctrine\\ORM\\ResourceLogEntryRepository' => ['privates''Sylius\\Bundle\\ResourceBundle\\Doctrine\\ORM\\ResourceLogEntryRepository''getResourceLogEntryRepositoryService'true],
  3757.             'Sylius\\Bundle\\TaxationBundle\\Doctrine\\ORM\\TaxCategoryRepository' => ['privates''Sylius\\Bundle\\TaxationBundle\\Doctrine\\ORM\\TaxCategoryRepository''getTaxCategoryRepositoryService'true],
  3758.             'Sylius\\Bundle\\TaxonomyBundle\\Doctrine\\ORM\\TaxonRepository' => ['privates''Sylius\\Bundle\\TaxonomyBundle\\Doctrine\\ORM\\TaxonRepository''getTaxonRepositoryService'true],
  3759.             'Sylius\\Bundle\\UserBundle\\Doctrine\\ORM\\UserRepository' => ['privates''Sylius\\Bundle\\UserBundle\\Doctrine\\ORM\\UserRepository''getUserRepository2Service'true],
  3760.         ], [
  3761.             'BitBag\\OpenMarketplace\\Repository\\ArticleExtensionRepository' => '?',
  3762.             'BitBag\\OpenMarketplace\\Repository\\Conversation\\CategoryRepository' => '?',
  3763.             'BitBag\\OpenMarketplace\\Repository\\Conversation\\ConversationRepository' => '?',
  3764.             'BitBag\\OpenMarketplace\\Repository\\Conversation\\MessageRepository' => '?',
  3765.             'BitBag\\OpenMarketplace\\Repository\\CustomerRepository' => '?',
  3766.             'BitBag\\OpenMarketplace\\Repository\\DraftAttributeRepository' => '?',
  3767.             'BitBag\\OpenMarketplace\\Repository\\OrderRepository' => '?',
  3768.             'BitBag\\OpenMarketplace\\Repository\\ProductListing\\ProductDraftTaxonRepository' => '?',
  3769.             'BitBag\\OpenMarketplace\\Repository\\ProductListing\\ProductListingRepository' => '?',
  3770.             'BitBag\\OpenMarketplace\\Repository\\ProductVariantRepository' => '?',
  3771.             'BitBag\\OpenMarketplace\\Repository\\VendorProfileUpdateRepository' => '?',
  3772.             'BitBag\\OpenMarketplace\\Repository\\VendorRepository' => '?',
  3773.             'BitBag\\OpenMarketplace\\Repository\\VendorShippingMethodRepository' => '?',
  3774.             'BitBag\\SyliusCmsPlugin\\Repository\\BlockRepository' => '?',
  3775.             'BitBag\\SyliusCmsPlugin\\Repository\\FrequentlyAskedQuestionRepository' => '?',
  3776.             'BitBag\\SyliusCmsPlugin\\Repository\\MediaRepository' => '?',
  3777.             'BitBag\\SyliusCmsPlugin\\Repository\\PageRepository' => '?',
  3778.             'BitBag\\SyliusCmsPlugin\\Repository\\SectionRepository' => '?',
  3779.             'BitBag\\SyliusShippingExportPlugin\\Repository\\ShippingExportRepository' => '?',
  3780.             'BitBag\\SyliusShippingExportPlugin\\Repository\\ShippingGatewayRepository' => '?',
  3781.             'BitBag\\SyliusWishlistPlugin\\Repository\\WishlistRepository' => '?',
  3782.             'Odiseo\\BlogBundle\\Doctrine\\ORM\\ArticleCategoryRepository' => '?',
  3783.             'Sylius\\Bundle\\ChannelBundle\\Doctrine\\ORM\\ChannelRepository' => '?',
  3784.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\AddressRepository' => '?',
  3785.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\AvatarImageRepository' => '?',
  3786.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\OrderItemRepository' => '?',
  3787.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\OrderItemUnitRepository' => '?',
  3788.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\PaymentMethodRepository' => '?',
  3789.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\PaymentRepository' => '?',
  3790.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductAssociationRepository' => '?',
  3791.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductOptionRepository' => '?',
  3792.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductRepository' => '?',
  3793.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductReviewRepository' => '?',
  3794.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductTaxonRepository' => '?',
  3795.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\PromotionRepository' => '?',
  3796.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShipmentRepository' => '?',
  3797.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShippingCategoryRepository' => '?',
  3798.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShippingMethodRepository' => '?',
  3799.             'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\UserRepository' => '?',
  3800.             'Sylius\\Bundle\\CurrencyBundle\\Doctrine\\ORM\\ExchangeRateRepository' => '?',
  3801.             'Sylius\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductAssociationTypeRepository' => '?',
  3802.             'Sylius\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductAttributeValueRepository' => '?',
  3803.             'Sylius\\Bundle\\PromotionBundle\\Doctrine\\ORM\\CatalogPromotionRepository' => '?',
  3804.             'Sylius\\Bundle\\PromotionBundle\\Doctrine\\ORM\\PromotionCouponRepository' => '?',
  3805.             'Sylius\\Bundle\\ResourceBundle\\Doctrine\\ORM\\ResourceLogEntryRepository' => '?',
  3806.             'Sylius\\Bundle\\TaxationBundle\\Doctrine\\ORM\\TaxCategoryRepository' => '?',
  3807.             'Sylius\\Bundle\\TaxonomyBundle\\Doctrine\\ORM\\TaxonRepository' => '?',
  3808.             'Sylius\\Bundle\\UserBundle\\Doctrine\\ORM\\UserRepository' => '?',
  3809.         ])), $this->parameters['sylius.doctrine.orm.container_repository_factory.entities']));
  3810.         $a->addCustomStringFunction('DATE_FORMAT''Sylius\\Bundle\\CoreBundle\\Doctrine\\DQL\\DateFormat');
  3811.         $a->addCustomStringFunction('DAY''Sylius\\Bundle\\CoreBundle\\Doctrine\\DQL\\Day');
  3812.         $a->addCustomStringFunction('HOUR''Sylius\\Bundle\\CoreBundle\\Doctrine\\DQL\\Hour');
  3813.         $a->addCustomStringFunction('MONTH''Sylius\\Bundle\\CoreBundle\\Doctrine\\DQL\\Month');
  3814.         $a->addCustomStringFunction('WEEK''Sylius\\Bundle\\CoreBundle\\Doctrine\\DQL\\Week');
  3815.         $a->addCustomStringFunction('YEAR''Sylius\\Bundle\\CoreBundle\\Doctrine\\DQL\\Year');
  3816.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  3817.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  3818.         return $instance;
  3819.     }
  3820.     /**
  3821.      * Gets the public 'event_dispatcher' shared service.
  3822.      *
  3823.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  3824.      */
  3825.     protected function getEventDispatcherService()
  3826.     {
  3827.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  3828.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3829.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  3830.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3831.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3832.         $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))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3833.         $instance->addListener('open_marketplace.vendor.pre_create', [=> function () {
  3834.             return ($this->privates['open_marketplace.event_listener.vendor_register_listener'] ?? $this->load('getOpenMarketplace_EventListener_VendorRegisterListenerService'));
  3835.         }, => 'generateSlug'], 0);
  3836.         $instance->addListener('kernel.exception', [=> function () {
  3837.             return ($this->privates['open_marketplace.event_listener.access_denied_listener'] ?? $this->load('getOpenMarketplace_EventListener_AccessDeniedListenerService'));
  3838.         }, => 'onKernelException'], 0);
  3839.         $instance->addListener('sylius.menu.admin.main', [=> function () {
  3840.             return ($this->privates['open_marketplace.menu.open_marketplace_menu_listener'] ?? ($this->privates['open_marketplace.menu.open_marketplace_menu_listener'] = new \BitBag\OpenMarketplace\Menu\MultiVendorMarketplaceMenuListener()));
  3841.         }, => 'buildMenu'], 0);
  3842.         $instance->addListener('sylius.menu.admin.main', [=> function () {
  3843.             return ($this->privates['bitbag_sylius_cms_plugin.menu.content_management'] ?? ($this->privates['bitbag_sylius_cms_plugin.menu.content_management'] = new \BitBag\SyliusCmsPlugin\Menu\ContentManagementMenuBuilder()));
  3844.         }, => 'buildMenu'], 0);
  3845.         $instance->addListener('bitbag_sylius_cms_plugin.media.pre_create', [=> function () {
  3846.             return ($this->privates['bitbag_sylius_cms_plugin.event_listener.media_upload'] ?? $this->load('getBitbagSyliusCmsPlugin_EventListener_MediaUploadService'));
  3847.         }, => 'uploadMedia'], 0);
  3848.         $instance->addListener('bitbag_sylius_cms_plugin.media.pre_update', [=> function () {
  3849.             return ($this->privates['bitbag_sylius_cms_plugin.event_listener.media_upload'] ?? $this->load('getBitbagSyliusCmsPlugin_EventListener_MediaUploadService'));
  3850.         }, => 'uploadMedia'], 0);
  3851.         $instance->addListener('sylius.menu.admin.main', [=> function () {
  3852.             return ($this->privates['bitbag.shipping_export_plugin.menu.shipping_gateway'] ?? ($this->privates['bitbag.shipping_export_plugin.menu.shipping_gateway'] = new \BitBag\SyliusShippingExportPlugin\Menu\ShippingGatewayMenuBuilder()));
  3853.         }, => 'buildMenu'], 0);
  3854.         $instance->addListener('sylius.menu.admin.main', [=> function () {
  3855.             return ($this->privates['bitbag.shipping_export_plugin.menu.shipping_export'] ?? ($this->privates['bitbag.shipping_export_plugin.menu.shipping_export'] = new \BitBag\SyliusShippingExportPlugin\Menu\ShippingExportMenuBuilder()));
  3856.         }, => 'buildMenu'], 0);
  3857.         $instance->addListener('sylius.order.post_complete', [=> function () {
  3858.             return ($this->privates['bitbag.shipping_export_plugin.event_listener.placing_shipment_for_gateway'] ?? $this->load('getBitbag_ShippingExportPlugin_EventListener_PlacingShipmentForGatewayService'));
  3859.         }, => 'prepareShippingExport'], 0);
  3860.         $instance->addListener('sylius.grid.bitbag_admin_shipping_gateway', [=> function () {
  3861.             return ($this->privates['bitbag.shipping_export_plugin.event_listener.grid.admin_shipping_gateway_grid_event_listener'] ?? $this->load('getBitbag_ShippingExportPlugin_EventListener_Grid_AdminShippingGatewayGridEventListenerService'));
  3862.         }, => 'editActionLinks'], 0);
  3863.         $instance->addListener('kernel.request', [=> function () {
  3864.             return ($this->privates['app.event_listener.regiser_user_enileads_listener'] ?? $this->getApp_EventListener_RegiserUserEnileadsListenerService());
  3865.         }, => 'onKernelRequest'], 0);
  3866.         $instance->addListener('kernel.request', [=> function () {
  3867.             return ($this->privates['my_update_user_account'] ?? $this->getMyUpdateUserAccountService());
  3868.         }, => 'onKernelRequest'], 0);
  3869.         $instance->addListener('bitbag.export_shipment', [=> function () {
  3870.             return ($this->privates['app.event_listener.frank_martin_shipping_export'] ?? $this->load('getApp_EventListener_FrankMartinShippingExportService'));
  3871.         }, => 'exportShipment'], 0);
  3872.         $instance->addListener('kernel.controller', [=> function () {
  3873.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  3874.         }, => 'onKernelController'], 0);
  3875.         $instance->addListener('kernel.response', [=> function () {
  3876.             return ($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService());
  3877.         }, => 'onKernelResponse'], 0);
  3878.         $instance->addListener('kernel.request', [=> function () {
  3879.             return ($this->services['sylius.listener.request_locale_setter'] ?? $this->getSylius_Listener_RequestLocaleSetterService());
  3880.         }, => 'onKernelRequest'], 4);
  3881.         $instance->addListener('kernel.response', [=> function () {
  3882.             return ($this->services['sylius.context.channel.fake_channel.persister'] ?? $this->getSylius_Context_Channel_FakeChannel_PersisterService());
  3883.         }, => 'onKernelResponse'], -8192);
  3884.         $instance->addListener('sylius.zone.pre_delete', [=> function () {
  3885.             return ($this->services['sylius.listener.zone_member_integrity'] ?? $this->load('getSylius_Listener_ZoneMemberIntegrityService'));
  3886.         }, => 'protectFromRemovingZone'], 0);
  3887.         $instance->addListener('sylius.country.pre_update', [=> function () {
  3888.             return ($this->services['sylius.listener.zone_member_integrity'] ?? $this->load('getSylius_Listener_ZoneMemberIntegrityService'));
  3889.         }, => 'protectFromRemovingProvinceWithinCountry'], 0);
  3890.         $instance->addListener('sylius.user.pre_password_reset', [=> function () {
  3891.             return ($this->services['sylius.listener.password_updater'] ?? $this->load('getSylius_Listener_PasswordUpdaterService'));
  3892.         }, => 'genericEventUpdater'], 0);
  3893.         $instance->addListener('sylius.user.pre_password_change', [=> function () {
  3894.             return ($this->services['sylius.listener.password_updater'] ?? $this->load('getSylius_Listener_PasswordUpdaterService'));
  3895.         }, => 'genericEventUpdater'], 0);
  3896.         $instance->addListener('sylius.admin_user.pre_update', [=> function () {
  3897.             return ($this->services['sylius.listener.password_updater'] ?? $this->load('getSylius_Listener_PasswordUpdaterService'));
  3898.         }, => 'genericEventUpdater'], 0);
  3899.         $instance->addListener('sylius.customer.pre_update', [=> function () {
  3900.             return ($this->services['sylius.listener.password_updater'] ?? $this->load('getSylius_Listener_PasswordUpdaterService'));
  3901.         }, => 'customerUpdateEvent'], 0);
  3902.         $instance->addListener('sylius.user.password_reset.request.pin', [=> function () {
  3903.             return ($this->privates['sylius.listener.user_mailer_listener'] ?? $this->load('getSylius_Listener_UserMailerListenerService'));
  3904.         }, => 'sendResetPasswordPinEmail'], 0);
  3905.         $instance->addListener('sylius.user.password_reset.request.token', [=> function () {
  3906.             return ($this->privates['sylius.listener.user_mailer_listener'] ?? $this->load('getSylius_Listener_UserMailerListenerService'));
  3907.         }, => 'sendResetPasswordTokenEmail'], 0);
  3908.         $instance->addListener('sylius.user.email_verification.token', [=> function () {
  3909.             return ($this->privates['sylius.listener.user_mailer_listener'] ?? $this->load('getSylius_Listener_UserMailerListenerService'));
  3910.         }, => 'sendVerificationTokenEmail'], 0);
  3911.         $instance->addListener('sylius.customer.post_register', [=> function () {
  3912.             return ($this->privates['sylius.listener.user_mailer_listener'] ?? $this->load('getSylius_Listener_UserMailerListenerService'));
  3913.         }, => 'sendUserRegistrationEmail'], 0);
  3914.         $instance->addListener('sylius.admin_user.post_create', [=> function () {
  3915.             return ($this->privates['sylius.listener.admin_user.reloader'] ?? $this->load('getSylius_Listener_AdminUser_ReloaderService'));
  3916.         }, => 'reloadUser'], 0);
  3917.         $instance->addListener('sylius.admin_user.post_update', [=> function () {
  3918.             return ($this->privates['sylius.listener.admin_user.reloader'] ?? $this->load('getSylius_Listener_AdminUser_ReloaderService'));
  3919.         }, => 'reloadUser'], 0);
  3920.         $instance->addListener('sylius.admin_user.pre_delete', [=> function () {
  3921.             return ($this->privates['sylius.listener.admin_user_delete'] ?? $this->load('getSylius_Listener_AdminUserDeleteService'));
  3922.         }, => 'deleteUser'], 0);
  3923.         $instance->addListener('sylius.shop_user.post_create', [=> function () {
  3924.             return ($this->privates['sylius.listener.shop_user.reloader'] ?? $this->load('getSylius_Listener_ShopUser_ReloaderService'));
  3925.         }, => 'reloadUser'], 0);
  3926.         $instance->addListener('sylius.shop_user.post_update', [=> function () {
  3927.             return ($this->privates['sylius.listener.shop_user.reloader'] ?? $this->load('getSylius_Listener_ShopUser_ReloaderService'));
  3928.         }, => 'reloadUser'], 0);
  3929.         $instance->addListener('sylius.shop_user.pre_delete', [=> function () {
  3930.             return ($this->privates['sylius.listener.shop_user_delete'] ?? $this->load('getSylius_Listener_ShopUserDeleteService'));
  3931.         }, => 'deleteUser'], 0);
  3932.         $instance->addListener('sylius.oauth_user.post_create', [=> function () {
  3933.             return ($this->privates['sylius.listener.oauth_user.reloader'] ?? $this->load('getSylius_Listener_OauthUser_ReloaderService'));
  3934.         }, => 'reloadUser'], 0);
  3935.         $instance->addListener('sylius.oauth_user.post_update', [=> function () {
  3936.             return ($this->privates['sylius.listener.oauth_user.reloader'] ?? $this->load('getSylius_Listener_OauthUser_ReloaderService'));
  3937.         }, => 'reloadUser'], 0);
  3938.         $instance->addListener('sylius.oauth_user.pre_delete', [=> function () {
  3939.             return ($this->privates['sylius.listener.oauth_user_delete'] ?? $this->load('getSylius_Listener_OauthUserDeleteService'));
  3940.         }, => 'deleteUser'], 0);
  3941.         $instance->addListener('security.interactive_login', [=> function () {
  3942.             return ($this->privates['sylius.admin_user.listener.update_user_encoder'] ?? $this->load('getSylius_AdminUser_Listener_UpdateUserEncoderService'));
  3943.         }, => 'onSecurityInteractiveLogin'], 0);
  3944.         $instance->addListener('security.interactive_login', [=> function () {
  3945.             return ($this->privates['sylius.shop_user.listener.update_user_encoder'] ?? $this->load('getSylius_ShopUser_Listener_UpdateUserEncoderService'));
  3946.         }, => 'onSecurityInteractiveLogin'], 0);
  3947.         $instance->addListener('sylius.catalog_promotion.post_create', [=> function () {
  3948.             return ($this->services['Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\EventListener\\CatalogPromotionEventListener'] ?? $this->load('getCatalogPromotionEventListenerService'));
  3949.         }, => 'handleCatalogPromotionCreatedEvent'], 0);
  3950.         $instance->addListener('sylius.catalog_promotion.post_update', [=> function () {
  3951.             return ($this->services['Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\EventListener\\CatalogPromotionEventListener'] ?? $this->load('getCatalogPromotionEventListenerService'));
  3952.         }, => 'handleCatalogPromotionUpdatedEvent'], 0);
  3953.         $instance->addListener('sylius.product.post_create', [=> function () {
  3954.             return ($this->services['Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\EventListener\\ProductEventListener'] ?? $this->load('getProductEventListenerService'));
  3955.         }, => 'dispatchProductCreatedEvent'], 0);
  3956.         $instance->addListener('sylius.product.post_update', [=> function () {
  3957.             return ($this->services['Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\EventListener\\ProductEventListener'] ?? $this->load('getProductEventListenerService'));
  3958.         }, => 'dispatchProductUpdatedEvent'], 0);
  3959.         $instance->addListener('sylius.product_variant.post_create', [=> function () {
  3960.             return ($this->services['Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\EventListener\\ProductVariantEventListener'] ?? $this->load('getProductVariantEventListenerService'));
  3961.         }, => 'dispatchProductVariantCreatedEvent'], 0);
  3962.         $instance->addListener('sylius.product_variant.post_update', [=> function () {
  3963.             return ($this->services['Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\EventListener\\ProductVariantEventListener'] ?? $this->load('getProductVariantEventListenerService'));
  3964.         }, => 'dispatchProductVariantUpdatedEvent'], 0);
  3965.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3966.             return ($this->services['Sylius\\Bundle\\CoreBundle\\CatalogPromotion\\Listener\\CatalogPromotionUpdateFailedMessageListener'] ?? $this->load('getCatalogPromotionUpdateFailedMessageListenerService'));
  3967.         }, => 'onMessageFailed'], 0);
  3968.         $instance->addListener('sylius.channel.pre_delete', [=> function () {
  3969.             return ($this->services['sylius.listener.channel'] ?? $this->load('getSylius_Listener_ChannelService'));
  3970.         }, => 'onChannelPreDelete'], 0);
  3971.         $instance->addListener('sylius.product.pre_create', [=> function () {
  3972.             return ($this->services['sylius.listener.images_upload'] ?? $this->load('getSylius_Listener_ImagesUploadService'));
  3973.         }, => 'uploadImages'], 0);
  3974.         $instance->addListener('sylius.product.pre_update', [=> function () {
  3975.             return ($this->services['sylius.listener.images_upload'] ?? $this->load('getSylius_Listener_ImagesUploadService'));
  3976.         }, => 'uploadImages'], 0);
  3977.         $instance->addListener('sylius.taxon.pre_create', [=> function () {
  3978.             return ($this->services['sylius.listener.images_upload'] ?? $this->load('getSylius_Listener_ImagesUploadService'));
  3979.         }, => 'uploadImages'], 0);
  3980.         $instance->addListener('sylius.taxon.pre_update', [=> function () {
  3981.             return ($this->services['sylius.listener.images_upload'] ?? $this->load('getSylius_Listener_ImagesUploadService'));
  3982.         }, => 'uploadImages'], 0);
  3983.         $instance->addListener('sylius.admin_user.pre_create', [=> function () {
  3984.             return ($this->services['sylius.listener.avatar_upload'] ?? $this->load('getSylius_Listener_AvatarUploadService'));
  3985.         }, => 'uploadImage'], 0);
  3986.         $instance->addListener('sylius.admin_user.pre_update', [=> function () {
  3987.             return ($this->services['sylius.listener.avatar_upload'] ?? $this->load('getSylius_Listener_AvatarUploadService'));
  3988.         }, => 'uploadImage'], 0);
  3989.         $instance->addListener('sylius.cart_change', [=> function () {
  3990.             return ($this->services['sylius.listener.order_recalculation'] ?? $this->load('getSylius_Listener_OrderRecalculationService'));
  3991.         }, => 'recalculateOrder'], 0);
  3992.         $instance->addListener('sylius.product_review.pre_create', [=> function () {
  3993.             return ($this->services['sylius.listener.review_create'] ?? $this->load('getSylius_Listener_ReviewCreateService'));
  3994.         }, => 'ensureReviewHasAuthor'], 0);
  3995.         $instance->addListener('sylius.product_variant.initialize_update', [=> function () {
  3996.             return ($this->services['sylius.listener.locking'] ?? $this->load('getSylius_Listener_LockingService'));
  3997.         }, => 'lock'], 0);
  3998.         $instance->addListener('sylius.product.initialize_update', [=> function () {
  3999.             return ($this->services['sylius.listener.simple_product_locking'] ?? $this->load('getSylius_Listener_SimpleProductLockingService'));
  4000.         }, => 'lock'], 0);
  4001.         $instance->addListener('sylius.address.pre_create', [=> function () {
  4002.             return ($this->services['sylius.listener.customer_default_address'] ?? ($this->services['sylius.listener.customer_default_address'] = new \Sylius\Bundle\CoreBundle\EventListener\CustomerDefaultAddressListener()));
  4003.         }, => 'preCreate'], 0);
  4004.         $instance->addListener('sylius.taxon.pre_delete', [=> function () {
  4005.             return ($this->services['sylius.listener.taxon_deletion'] ?? $this->load('getSylius_Listener_TaxonDeletionService'));
  4006.         }, => 'protectFromRemovingMenuTaxon'], 0);
  4007.         $instance->addListener('sylius.taxon.post_delete', [=> function () {
  4008.             return ($this->services['sylius.listener.taxon_deletion'] ?? $this->load('getSylius_Listener_TaxonDeletionService'));
  4009.         }, => 'removeTaxonFromPromotionRules'], 0);
  4010.         $instance->addListener('sylius.taxon.pre_delete', [=> function () {
  4011.             return ($this->services['sylius.listener.taxon_deletion'] ?? $this->load('getSylius_Listener_TaxonDeletionService'));
  4012.         }, => 'handleRemovingRootTaxonAtPositionZero'], 0);
  4013.         $instance->addListener('kernel.response', [=> function () {
  4014.             return ($this->privates['sonata.block.cache.handler.default'] ?? $this->load('getSonata_Block_Cache_Handler_DefaultService'));
  4015.         }, => 'onKernelResponse'], 0);
  4016.         $instance->addListener('kernel.request', [=> function () {
  4017.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  4018.         }, => 'onKernelRequest'], 10);
  4019.         $instance->addListener('kernel.request', [=> function () {
  4020.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  4021.         }, => 'onKernelRequest'], 34);
  4022.         $instance->addListener('kernel.exception', [=> function () {
  4023.             return ($this->services['payum.listener.reply_to_http_response'] ?? $this->load('getPayum_Listener_ReplyToHttpResponseService'));
  4024.         }, => 'onKernelException'], 128);
  4025.         $instance->addListener('sylius.shipment.post_ship', [=> function () {
  4026.             return ($this->services['sylius.listener.shipment_ship'] ?? $this->load('getSylius_Listener_ShipmentShipService'));
  4027.         }, => 'sendConfirmationEmail'], 0);
  4028.         $instance->addListener('sylius.user.security.implicit_login', [=> function () {
  4029.             return ($this->services['sylius.listener.shop_cart_blamer'] ?? $this->load('getSylius_Listener_ShopCartBlamerService'));
  4030.         }, => 'onImplicitLogin'], 0);
  4031.         $instance->addListener('security.interactive_login', [=> function () {
  4032.             return ($this->services['sylius.listener.shop_cart_blamer'] ?? $this->load('getSylius_Listener_ShopCartBlamerService'));
  4033.         }, => 'onInteractiveLogin'], 0);
  4034.         $instance->addListener('sylius.customer.pre_update', [=> function () {
  4035.             return ($this->services['sylius.listener.email_updater'] ?? $this->load('getSylius_Listener_EmailUpdaterService'));
  4036.         }, => 'eraseVerification'], 0);
  4037.         $instance->addListener('sylius.customer.post_update', [=> function () {
  4038.             return ($this->services['sylius.listener.email_updater'] ?? $this->load('getSylius_Listener_EmailUpdaterService'));
  4039.         }, => 'sendVerificationEmail'], 0);
  4040.         $instance->addListener('sylius.order.pre_complete', [=> function () {
  4041.             return ($this->services['sylius.listener.order_customer_ip'] ?? $this->load('getSylius_Listener_OrderCustomerIpService'));
  4042.         }, => 'assignCustomerIpToOrder'], 0);
  4043.         $instance->addListener('sylius.order.post_complete', [=> function () {
  4044.             return ($this->services['sylius.listener.order_complete'] ?? $this->load('getSylius_Listener_OrderCompleteService'));
  4045.         }, => 'sendConfirmationEmail'], 0);
  4046.         $instance->addListener('sylius.customer.post_register', [=> function () {
  4047.             return ($this->services['sylius.listener.user_registration'] ?? $this->load('getSylius_Listener_UserRegistrationService'));
  4048.         }, => 'handleUserVerification'], 0);
  4049.         $instance->addListener('sylius.order.pre_complete', [=> function () {
  4050.             return ($this->services['sylius.listener.order_integrity_checker'] ?? $this->load('getSylius_Listener_OrderIntegrityCheckerService'));
  4051.         }, => 'check'], 0);
  4052.         $instance->addListener('sylius.order.pre_complete', [=> function () {
  4053.             return ($this->services['sylius.order_locale_assigner'] ?? $this->load('getSylius_OrderLocaleAssignerService'));
  4054.         }, => 'assignLocale'], 0);
  4055.         $instance->addListener('sylius.user.security.implicit_login', [=> function () {
  4056.             return ($this->services['sylius.listener.user_cart_recalculation'] ?? $this->load('getSylius_Listener_UserCartRecalculationService'));
  4057.         }, => 'recalculateCartWhileLogin'], 0);
  4058.         $instance->addListener('security.interactive_login', [=> function () {
  4059.             return ($this->services['sylius.listener.user_cart_recalculation'] ?? $this->load('getSylius_Listener_UserCartRecalculationService'));
  4060.         }, => 'recalculateCartWhileLogin'], 0);
  4061.         $instance->addListener('sylius.user.security.impersonate', [=> function () {
  4062.             return ($this->services['sylius.listener.user_impersonated'] ?? $this->load('getSylius_Listener_UserImpersonatedService'));
  4063.         }, => 'onUserImpersonated'], 0);
  4064.         $instance->addListener('sylius.order.post_address', [=> function () {
  4065.             return ($this->privates['sylius.listener.checkout_redirect'] ?? $this->load('getSylius_Listener_CheckoutRedirectService'));
  4066.         }, => 'handleCheckoutRedirect'], 0);
  4067.         $instance->addListener('sylius.order.post_select_shipping', [=> function () {
  4068.             return ($this->privates['sylius.listener.checkout_redirect'] ?? $this->load('getSylius_Listener_CheckoutRedirectService'));
  4069.         }, => 'handleCheckoutRedirect'], 0);
  4070.         $instance->addListener('sylius.order.post_payment', [=> function () {
  4071.             return ($this->privates['sylius.listener.checkout_redirect'] ?? $this->load('getSylius_Listener_CheckoutRedirectService'));
  4072.         }, => 'handleCheckoutRedirect'], 0);
  4073.         $instance->addListener('kernel.request', [=> function () {
  4074.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  4075.         }, => 'onKernelRequest'], 28);
  4076.         $instance->addListener('kernel.request', [=> function () {
  4077.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  4078.         }, => 'onKernelRequest'], 2);
  4079.         $instance->addListener('kernel.view', [=> function () {
  4080.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  4081.         }, => 'onKernelView'], 16);
  4082.         $instance->addListener('kernel.view', [=> function () {
  4083.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  4084.         }, => 'onKernelView'], 8);
  4085.         $instance->addListener('kernel.exception', [=> function () {
  4086.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  4087.         }, => 'onKernelException'], 0);
  4088.         $instance->addListener('kernel.exception', [=> function () {
  4089.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  4090.         }, => 'onKernelException'], -96);
  4091.         $instance->addListener('kernel.view', [=> function () {
  4092.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  4093.         }, => 'onKernelView'], 32);
  4094.         $instance->addListener('kernel.request', [=> function () {
  4095.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  4096.         }, => 'onKernelRequest'], 4);
  4097.         $instance->addListener('kernel.request', [=> function () {
  4098.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  4099.         }, => 'onKernelRequest'], 0);
  4100.         $instance->addListener('kernel.response', [=> function () {
  4101.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  4102.         }, => 'onKernelResponse'], 0);
  4103.         $instance->addListener('kernel.response', [=> function () {
  4104.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  4105.         }, => 'onKernelResponse'], -1);
  4106.         $instance->addListener('kernel.view', [=> function () {
  4107.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  4108.         }, => 'onKernelView'], 64);
  4109.         $instance->addListener('kernel.request', [=> function () {
  4110.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  4111.         }, => 'onKernelRequest'], 16);
  4112.         $instance->addListener('kernel.request', [=> function () {
  4113.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  4114.         }, => 'onSecurity'], 3);
  4115.         $instance->addListener('kernel.request', [=> function () {
  4116.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  4117.         }, => 'onSecurityPostDenormalize'], 1);
  4118.         $instance->addListener('kernel.view', [=> function () {
  4119.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  4120.         }, => 'onSecurityPostValidation'], 63);
  4121.         $instance->addListener('security.interactive_login', [=> function () {
  4122.             return ($this->privates['Sylius\\Bundle\\ApiBundle\\EventListener\\ApiCartBlamerListener'] ?? $this->load('getApiCartBlamerListenerService'));
  4123.         }, => 'onInteractiveLogin'], 0);
  4124.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  4125.             return ($this->privates['sylius.listener.api_authentication_success_listener'] ?? $this->load('getSylius_Listener_ApiAuthenticationSuccessListenerService'));
  4126.         }, => 'onAuthenticationSuccessResponse'], 0);
  4127.         $instance->addListener('kernel.exception', [=> function () {
  4128.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  4129.         }, => 'onKernelException'], 0);
  4130.         $instance->addListener('kernel.exception', [=> function () {
  4131.             return ($this->privates['pagerfanta.event_listener.convert_not_valid_max_per_page_to_not_found'] ?? ($this->privates['pagerfanta.event_listener.convert_not_valid_max_per_page_to_not_found'] = new \BabDev\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener()));
  4132.         }, => 'onKernelException'], 512);
  4133.         $instance->addListener('kernel.exception', [=> function () {
  4134.             return ($this->privates['pagerfanta.event_listener.convert_not_valid_current_page_to_not_found'] ?? ($this->privates['pagerfanta.event_listener.convert_not_valid_current_page_to_not_found'] = new \BabDev\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener()));
  4135.         }, => 'onKernelException'], 512);
  4136.         $instance->addListener('odiseo_blog.article.pre_create', [=> function () {
  4137.             return ($this->privates['odiseo_blog.listener.article_image_upload'] ?? $this->load('getOdiseoBlog_Listener_ArticleImageUploadService'));
  4138.         }, => 'uploadImages'], 0);
  4139.         $instance->addListener('odiseo_blog.article.pre_update', [=> function () {
  4140.             return ($this->privates['odiseo_blog.listener.article_image_upload'] ?? $this->load('getOdiseoBlog_Listener_ArticleImageUploadService'));
  4141.         }, => 'uploadImages'], 0);
  4142.         $instance->addListener('sylius.menu.admin.main', [=> function () {
  4143.             return ($this->privates['odiseo_sylius_blog_plugin.event_listener.admin.menu_builder'] ?? ($this->privates['odiseo_sylius_blog_plugin.event_listener.admin.menu_builder'] = new \Odiseo\SyliusBlogPlugin\Menu\AdminMenuListener()));
  4144.         }, => 'addAdminMenuItems'], 0);
  4145.         $instance->addListener('sonata.block.event.sylius.admin.layout.javascripts', [=> function () {
  4146.             return ($this->privates['odiseo_sylius_blog_plugin.block_event_listener.layout.blog.javascripts'] ?? ($this->privates['odiseo_sylius_blog_plugin.block_event_listener.layout.blog.javascripts'] = new \Odiseo\SyliusBlogPlugin\Block\BlogJsBlockListener()));
  4147.         }, => 'onBlockEvent'], 0);
  4148.         $instance->addListener('kernel.controller', [=> function () {
  4149.             return ($this->privates['vendor_demand'] ?? $this->getVendorDemandService());
  4150.         }, => 'onKernelController'], 0);
  4151.         $instance->addListener('kernel.exception', [=> function () {
  4152.             return ($this->privates['bitbag_sylius.event_subscriber.resource_delete'] ?? $this->load('getBitbagSylius_EventSubscriber_ResourceDeleteService'));
  4153.         }, => 'onResourceDelete'], 0);
  4154.         $instance->addListener('kernel.request', [=> function () {
  4155.             return ($this->privates['bitbag_sylius_wishlist_plugin.event_listener.create_new_wishlist'] ?? $this->getBitbagSyliusWishlistPlugin_EventListener_CreateNewWishlistService());
  4156.         }, => 'onKernelRequest'], 1);
  4157.         $instance->addListener('kernel.response', [=> function () {
  4158.             return ($this->privates['bitbag_sylius_wishlist_plugin.event_listener.create_new_wishlist'] ?? $this->getBitbagSyliusWishlistPlugin_EventListener_CreateNewWishlistService());
  4159.         }, => 'onKernelResponse'], 0);
  4160.         $instance->addListener('update', [=> function () {
  4161.             return ($this->privates['my_post_email_verification_subscriber'] ?? $this->load('getMyPostEmailVerificationSubscriberService'));
  4162.         }, => 'preEmailVerification'], 0);
  4163.         $instance->addListener('sylius.user.post_email_verification', [=> function () {
  4164.             return ($this->privates['my_post_email_verification_subscriber'] ?? $this->load('getMyPostEmailVerificationSubscriberService'));
  4165.         }, => 'postEmailVerification'], 0);
  4166.         $instance->addListener('kernel.response', [=> function () {
  4167.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  4168.         }, => 'onKernelResponse'], 0);
  4169.         $instance->addListener('kernel.response', [=> function () {
  4170.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  4171.         }, => 'onKernelResponse'], -1024);
  4172.         $instance->addListener('kernel.request', [=> function () {
  4173.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4174.         }, => 'setDefaultLocale'], 100);
  4175.         $instance->addListener('kernel.request', [=> function () {
  4176.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4177.         }, => 'onKernelRequest'], 16);
  4178.         $instance->addListener('kernel.finish_request', [=> function () {
  4179.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4180.         }, => 'onKernelFinishRequest'], 0);
  4181.         $instance->addListener('kernel.request', [=> function () {
  4182.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  4183.         }, => 'onKernelRequest'], 256);
  4184.         $instance->addListener('kernel.response', [=> function () {
  4185.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  4186.         }, => 'onResponse'], -255);
  4187.         $instance->addListener('console.error', [=> function () {
  4188.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  4189.         }, => 'onConsoleError'], -128);
  4190.         $instance->addListener('console.terminate', [=> function () {
  4191.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  4192.         }, => 'onConsoleTerminate'], -128);
  4193.         $instance->addListener('console.error', [=> function () {
  4194.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  4195.         }, => 'onConsoleError'], 0);
  4196.         $instance->addListener('kernel.request', [=> function () {
  4197.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  4198.         }, => 'configure'], 2048);
  4199.         $instance->addListener('console.command', [=> function () {
  4200.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  4201.         }, => 'configure'], 2048);
  4202.         $instance->addListener('kernel.request', [=> function () {
  4203.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  4204.         }, => 'onKernelRequest'], 32);
  4205.         $instance->addListener('kernel.finish_request', [=> function () {
  4206.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  4207.         }, => 'onKernelFinishRequest'], 0);
  4208.         $instance->addListener('kernel.exception', [=> function () {
  4209.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  4210.         }, => 'onKernelException'], -64);
  4211.         $instance->addListener('kernel.response', [=> function () {
  4212.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  4213.         }, => 'onKernelResponse'], 0);
  4214.         $instance->addListener('kernel.request', [=> function () {
  4215.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4216.         }, => 'onKernelRequest'], 128);
  4217.         $instance->addListener('kernel.response', [=> function () {
  4218.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4219.         }, => 'onKernelResponse'], -1000);
  4220.         $instance->addListener('kernel.finish_request', [=> function () {
  4221.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4222.         }, => 'onFinishRequest'], 0);
  4223.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  4224.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  4225.         }, => 'onMessageFailed'], 100);
  4226.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  4227.             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()));
  4228.         }, => 'onMessageFailed'], 200);
  4229.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  4230.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  4231.         }, => 'onWorkerStarted'], 0);
  4232.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  4233.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  4234.         }, => 'onWorkerRunning'], 0);
  4235.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  4236.             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()));
  4237.         }, => 'onMessageFailed'], 0);
  4238.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  4239.             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()));
  4240.         }, => 'onWorkerRunning'], 0);
  4241.         $instance->addListener('kernel.response', [=> function () {
  4242.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  4243.         }, => 'onKernelResponse'], -100);
  4244.         $instance->addListener('kernel.exception', [=> function () {
  4245.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  4246.         }, => 'onKernelException'], 0);
  4247.         $instance->addListener('kernel.terminate', [=> function () {
  4248.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  4249.         }, => 'onKernelTerminate'], -1024);
  4250.         $instance->addListener('kernel.controller', [=> function () {
  4251.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  4252.         }, => 'onKernelController'], 0);
  4253.         $instance->addListener('kernel.response', [=> function () {
  4254.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  4255.         }, => 'onKernelResponse'], 0);
  4256.         $instance->addListener('kernel.response', [=> function () {
  4257.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  4258.         }, => 'onKernelResponse'], 0);
  4259.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  4260.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  4261.         }, => 'onVoterVote'], 0);
  4262.         $instance->addListener('kernel.request', [=> function () {
  4263.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  4264.         }, => 'configureLogoutUrlGenerator'], 8);
  4265.         $instance->addListener('kernel.request', [=> function () {
  4266.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  4267.         }, => 'onKernelRequest'], 8);
  4268.         $instance->addListener('kernel.finish_request', [=> function () {
  4269.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  4270.         }, => 'onKernelFinishRequest'], 0);
  4271.         $instance->addListener('kernel.exception', [=> function () {
  4272.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  4273.         }, => 'onException'], 0);
  4274.         $instance->addListener('kernel.terminate', [=> function () {
  4275.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  4276.         }, => 'onTerminate'], 0);
  4277.         $instance->addListener('console.error', [=> function () {
  4278.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  4279.         }, => 'onException'], 0);
  4280.         $instance->addListener('console.terminate', [=> function () {
  4281.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  4282.         }, => 'onTerminate'], 0);
  4283.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  4284.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  4285.         }, => 'onWorkerMessageHandled'], 0);
  4286.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  4287.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  4288.         }, => 'onWorkerMessageFailed'], 0);
  4289.         $instance->addListener('security.interactive_login', [=> function () {
  4290.             return ($this->privates['sylius.listener.admin_user_last_login'] ?? $this->load('getSylius_Listener_AdminUserLastLoginService'));
  4291.         }, => 'onSecurityInteractiveLogin'], 0);
  4292.         $instance->addListener('sylius.user.security.implicit_login', [=> function () {
  4293.             return ($this->privates['sylius.listener.admin_user_last_login'] ?? $this->load('getSylius_Listener_AdminUserLastLoginService'));
  4294.         }, => 'onImplicitLogin'], 0);
  4295.         $instance->addListener('security.interactive_login', [=> function () {
  4296.             return ($this->privates['sylius.listener.shop_user_last_login'] ?? $this->load('getSylius_Listener_ShopUserLastLoginService'));
  4297.         }, => 'onSecurityInteractiveLogin'], 0);
  4298.         $instance->addListener('sylius.user.security.implicit_login', [=> function () {
  4299.             return ($this->privates['sylius.listener.shop_user_last_login'] ?? $this->load('getSylius_Listener_ShopUserLastLoginService'));
  4300.         }, => 'onImplicitLogin'], 0);
  4301.         $instance->addListener('security.interactive_login', [=> function () {
  4302.             return ($this->privates['sylius.listener.oauth_user_last_login'] ?? $this->load('getSylius_Listener_OauthUserLastLoginService'));
  4303.         }, => 'onSecurityInteractiveLogin'], 0);
  4304.         $instance->addListener('sylius.user.security.implicit_login', [=> function () {
  4305.             return ($this->privates['sylius.listener.oauth_user_last_login'] ?? $this->load('getSylius_Listener_OauthUserLastLoginService'));
  4306.         }, => 'onImplicitLogin'], 0);
  4307.         $instance->addListener('kernel.request', [=> function () {
  4308.             return ($this->services['Sylius\\Bundle\\CoreBundle\\EventListener\\LocaleAwareListener'] ?? $this->getLocaleAwareListenerService());
  4309.         }, => 'onKernelRequest'], 4);
  4310.         $instance->addListener('kernel.finish_request', [=> function () {
  4311.             return ($this->services['Sylius\\Bundle\\CoreBundle\\EventListener\\LocaleAwareListener'] ?? $this->getLocaleAwareListenerService());
  4312.         }, => 'onKernelFinishRequest'], -15);
  4313.         $instance->addListener('kernel.response', [=> function () {
  4314.             return ($this->services['Sylius\\Bundle\\CoreBundle\\EventListener\\XFrameOptionsSubscriber'] ?? ($this->services['Sylius\\Bundle\\CoreBundle\\EventListener\\XFrameOptionsSubscriber'] = new \Sylius\Bundle\CoreBundle\EventListener\XFrameOptionsSubscriber()));
  4315.         }, => 'onKernelResponse'], 0);
  4316.         $instance->addListener('kernel.request', [=> function () {
  4317.             return ($this->services['sylius.storage.cookie'] ?? ($this->services['sylius.storage.cookie'] = new \Sylius\Bundle\ResourceBundle\Storage\CookieStorage()));
  4318.         }, => 'onKernelRequest'], 1024);
  4319.         $instance->addListener('kernel.response', [=> function () {
  4320.             return ($this->services['sylius.storage.cookie'] ?? ($this->services['sylius.storage.cookie'] = new \Sylius\Bundle\ResourceBundle\Storage\CookieStorage()));
  4321.         }, => 'onKernelResponse'], -1024);
  4322.         $instance->addListener('kernel.request', [=> function () {
  4323.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  4324.         }, => 'onKernelRequest'], 0);
  4325.         $instance->addListener('console.command', [=> function () {
  4326.             return ($this->services['sylius_fixtures.logger.handler.console'] ?? $this->load('getSyliusFixtures_Logger_Handler_ConsoleService'));
  4327.         }, => 'onCommand'], 255);
  4328.         $instance->addListener('console.terminate', [=> function () {
  4329.             return ($this->services['sylius_fixtures.logger.handler.console'] ?? $this->load('getSyliusFixtures_Logger_Handler_ConsoleService'));
  4330.         }, => 'onTerminate'], -255);
  4331.         $instance->addListener('kernel.exception', [=> function () {
  4332.             return ($this->services['sylius.event_subscriber.resource_delete'] ?? $this->load('getSylius_EventSubscriber_ResourceDeleteService'));
  4333.         }, => 'onResourceDelete'], 0);
  4334.         $instance->addListener('kernel.response', [=> function () {
  4335.             return ($this->services['sylius.event_subscriber.admin_cache_control_subscriber'] ?? $this->getSylius_EventSubscriber_AdminCacheControlSubscriberService());
  4336.         }, => 'setCacheControlDirectives'], 0);
  4337.         $instance->addListener('kernel.response', [=> function () {
  4338.             return ($this->services['sylius.listener.shop_customer_account_sub_section_cache_control_subscriber'] ?? $this->getSylius_Listener_ShopCustomerAccountSubSectionCacheControlSubscriberService());
  4339.         }, => 'setCacheControlDirectives'], 0);
  4340.         $instance->addListener('kernel.response', [=> function () {
  4341.             return ($this->services['sylius.listener.session_cart'] ?? $this->getSylius_Listener_SessionCartService());
  4342.         }, => 'onKernelResponse'], 0);
  4343.         $instance->addListener('kernel.request', [=> function () {
  4344.             return ($this->privates['sylius.resolver.checkout'] ?? $this->getSylius_Resolver_CheckoutService());
  4345.         }, => 'onKernelRequest'], 0);
  4346.         $instance->addListener('console.command', [=> function () {
  4347.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  4348.         }, => 'configure'], 1024);
  4349.         $instance->addListener('kernel.response', [=> function () {
  4350.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  4351.         }, => 'onKernelResponse'], -128);
  4352.         $instance->addListener('kernel.view', [=> function () {
  4353.             return ($this->services['Sylius\\Bundle\\ApiBundle\\EventSubscriber\\ProductVariantEventSubscriber'] ?? $this->load('getProductVariantEventSubscriberService'));
  4354.         }, => 'postWrite'], 31);
  4355.         $instance->addListener('kernel.view', [=> function () {
  4356.             return ($this->services['Sylius\\Bundle\\ApiBundle\\EventSubscriber\\CatalogPromotionEventSubscriber'] ?? $this->load('getCatalogPromotionEventSubscriberService'));
  4357.         }, => 'postWrite'], 31);
  4358.         $instance->addListener('kernel.request', [=> function () {
  4359.             return ($this->services['Sylius\\Bundle\\ApiBundle\\EventSubscriber\\KernelRequestEventSubscriber'] ?? ($this->services['Sylius\\Bundle\\ApiBundle\\EventSubscriber\\KernelRequestEventSubscriber'] = new \Sylius\Bundle\ApiBundle\EventSubscriber\KernelRequestEventSubscriber(true'/api/v2')));
  4360.         }, => 'validateApi'], 65);
  4361.         $instance->addListener('kernel.view', [=> function () {
  4362.             return ($this->services['Sylius\\Bundle\\ApiBundle\\EventSubscriber\\ProductSlugEventSubscriber'] ?? $this->load('getProductSlugEventSubscriberService'));
  4363.         }, => 'generateSlug'], 65);
  4364.         $instance->addListener('kernel.finish_request', [=> function () {
  4365.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  4366.         }, => 'resetAssets'], 0);
  4367.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4368.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  4369.         }, => 'onLogout'], 0);
  4370.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4371.             return ($this->privates['Sylius\\Bundle\\CoreBundle\\EventListener\\CircularDependencyBreakingErrorListener'] ?? $this->getCircularDependencyBreakingErrorListenerService());
  4372.         }, => 'onControllerArguments'], 0);
  4373.         $instance->addListener('kernel.exception', [=> function () {
  4374.             return ($this->privates['Sylius\\Bundle\\CoreBundle\\EventListener\\CircularDependencyBreakingErrorListener'] ?? $this->getCircularDependencyBreakingErrorListenerService());
  4375.         }, => 'logKernelException'], 0);
  4376.         $instance->addListener('kernel.exception', [=> function () {
  4377.             return ($this->privates['Sylius\\Bundle\\CoreBundle\\EventListener\\CircularDependencyBreakingErrorListener'] ?? $this->getCircularDependencyBreakingErrorListenerService());
  4378.         }, => 'onKernelException'], -128);
  4379.         $instance->addListener('kernel.response', [=> function () {
  4380.             return ($this->privates['Sylius\\Bundle\\CoreBundle\\EventListener\\CircularDependencyBreakingErrorListener'] ?? $this->getCircularDependencyBreakingErrorListenerService());
  4381.         }, => 'removeCspHeader'], -128);
  4382.         return $instance;
  4383.     }
  4384.     /**
  4385.      * Gets the public 'gaufrette.bitbag_sylius_cms_plugin_media_filesystem' shared service.
  4386.      *
  4387.      * @return \Gaufrette\Filesystem
  4388.      */
  4389.     protected function getGaufrette_BitbagSyliusCmsPluginMediaFilesystemService()
  4390.     {
  4391.         return $this->services['gaufrette.bitbag_sylius_cms_plugin_media_filesystem'] = new \Gaufrette\Filesystem(new \Gaufrette\Adapter\Local((\dirname(__DIR__4).'/public'), true));
  4392.     }
  4393.     /**
  4394.      * Gets the public 'gaufrette.odiseo_blog_image_filesystem' shared service.
  4395.      *
  4396.      * @return \Gaufrette\Filesystem
  4397.      */
  4398.     protected function getGaufrette_OdiseoBlogImageFilesystemService()
  4399.     {
  4400.         return $this->services['gaufrette.odiseo_blog_image_filesystem'] = new \Gaufrette\Filesystem(new \Gaufrette\Adapter\Local((\dirname(__DIR__4).'/public/media/image'), true));
  4401.     }
  4402.     /**
  4403.      * Gets the public 'gaufrette.sylius_image_filesystem' shared service.
  4404.      *
  4405.      * @return \Gaufrette\Filesystem
  4406.      */
  4407.     protected function getGaufrette_SyliusImageFilesystemService()
  4408.     {
  4409.         return $this->services['gaufrette.sylius_image_filesystem'] = new \Gaufrette\Filesystem(new \Gaufrette\Adapter\Local((\dirname(__DIR__4).'/public/media/image'), true));
  4410.     }
  4411.     /**
  4412.      * Gets the public 'hateoas.generator.registry' shared service.
  4413.      *
  4414.      * @return \Hateoas\UrlGenerator\UrlGeneratorRegistry
  4415.      */
  4416.     protected function getHateoas_Generator_RegistryService()
  4417.     {
  4418.         return $this->services['hateoas.generator.registry'] = new \Hateoas\UrlGenerator\UrlGeneratorRegistry(new \Hateoas\UrlGenerator\SymfonyUrlGenerator(($this->services['sylius.shop.locale_stripping_router'] ?? $this->getSylius_Shop_LocaleStrippingRouterService())));
  4419.     }
  4420.     /**
  4421.      * Gets the public 'hateoas.helper.link' shared service.
  4422.      *
  4423.      * @return \Hateoas\Helper\LinkHelper
  4424.      */
  4425.     protected function getHateoas_Helper_LinkService()
  4426.     {
  4427.         return $this->services['hateoas.helper.link'] = new \Hateoas\Helper\LinkHelper(($this->privates['hateoas.link_factory'] ?? $this->getHateoas_LinkFactoryService()), ($this->privates['hateoas.configuration.metadata_factory'] ?? $this->getHateoas_Configuration_MetadataFactoryService()));
  4428.     }
  4429.     /**
  4430.      * Gets the public 'http_kernel' shared service.
  4431.      *
  4432.      * @return \Symfony\Component\HttpKernel\HttpKernel
  4433.      */
  4434.     protected function getHttpKernelService()
  4435.     {
  4436.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  4437.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  4438.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  4439.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  4440.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  4441.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  4442.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  4443.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  4444.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  4445.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  4446.         }, 8)), $a));
  4447.     }
  4448.     /**
  4449.      * Gets the public 'knp_gaufrette.filesystem_map' shared service.
  4450.      *
  4451.      * @return \Knp\Bundle\GaufretteBundle\FilesystemMap
  4452.      */
  4453.     protected function getKnpGaufrette_FilesystemMapService()
  4454.     {
  4455.         return $this->services['knp_gaufrette.filesystem_map'] = new \Knp\Bundle\GaufretteBundle\FilesystemMap(['bitbag_sylius_cms_plugin_media' => ($this->services['gaufrette.bitbag_sylius_cms_plugin_media_filesystem'] ?? $this->getGaufrette_BitbagSyliusCmsPluginMediaFilesystemService()), 'sylius_image' => ($this->services['gaufrette.sylius_image_filesystem'] ?? $this->getGaufrette_SyliusImageFilesystemService()), 'odiseo_blog_image' => ($this->services['gaufrette.odiseo_blog_image_filesystem'] ?? $this->getGaufrette_OdiseoBlogImageFilesystemService())]);
  4456.     }
  4457.     /**
  4458.      * Gets the public 'knp_menu.matcher' shared service.
  4459.      *
  4460.      * @return \Knp\Menu\Matcher\Matcher
  4461.      */
  4462.     protected function getKnpMenu_MatcherService()
  4463.     {
  4464.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  4465.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  4466.         }, 1));
  4467.     }
  4468.     /**
  4469.      * Gets the public 'liip_imagine.cache.manager' shared service.
  4470.      *
  4471.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  4472.      */
  4473.     protected function getLiipImagine_Cache_ManagerService()
  4474.     {
  4475.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['sylius.shop.locale_stripping_router'] ?? $this->getSylius_Shop_LocaleStrippingRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'default'false);
  4476.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  4477.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  4478.         return $instance;
  4479.     }
  4480.     /**
  4481.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  4482.      *
  4483.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  4484.      */
  4485.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  4486.     {
  4487.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  4488.     }
  4489.     /**
  4490.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  4491.      *
  4492.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  4493.      */
  4494.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  4495.     {
  4496.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  4497.     }
  4498.     /**
  4499.      * Gets the public 'liip_imagine.cache.signer' shared service.
  4500.      *
  4501.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  4502.      */
  4503.     protected function getLiipImagine_Cache_SignerService()
  4504.     {
  4505.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  4506.     }
  4507.     /**
  4508.      * Gets the public 'messenger.default_bus' shared service.
  4509.      *
  4510.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  4511.      */
  4512.     protected function getMessenger_DefaultBusService()
  4513.     {
  4514.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  4515.             yield => ($this->privates['sylius.command_bus.middleware.traceable'] ?? $this->load('getSylius_CommandBus_Middleware_TraceableService'));
  4516.             yield => ($this->privates['sylius.command_bus.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['sylius.command_bus.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('sylius.command_bus')));
  4517.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  4518.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  4519.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  4520.             yield => ($this->privates['messenger.middleware.validation'] ?? $this->load('getMessenger_Middleware_ValidationService'));
  4521.             yield => ($this->privates['sylius.command_bus.middleware.doctrine_transaction'] ?? $this->load('getSylius_CommandBus_Middleware_DoctrineTransactionService'));
  4522.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  4523.             yield => ($this->privates['sylius.command_bus.middleware.handle_message'] ?? $this->load('getSylius_CommandBus_Middleware_HandleMessageService'));
  4524.         }, 9)));
  4525.     }
  4526.     /**
  4527.      * Gets the public 'open_marketplace.provider.vendor' shared service.
  4528.      *
  4529.      * @return \BitBag\OpenMarketplace\Provider\VendorProvider
  4530.      */
  4531.     protected function getOpenMarketplace_Provider_VendorService()
  4532.     {
  4533.         return $this->services['open_marketplace.provider.vendor'] = new \BitBag\OpenMarketplace\Provider\VendorProvider(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  4534.     }
  4535.     /**
  4536.      * Gets the public 'payum.profiler.payum_collector' shared service.
  4537.      *
  4538.      * @return \Payum\Bundle\PayumBundle\Profiler\PayumCollector
  4539.      */
  4540.     protected function getPayum_Profiler_PayumCollectorService()
  4541.     {
  4542.         return $this->services['payum.profiler.payum_collector'] = new \Payum\Bundle\PayumBundle\Profiler\PayumCollector();
  4543.     }
  4544.     /**
  4545.      * Gets the public 'request_stack' shared service.
  4546.      *
  4547.      * @return \Symfony\Component\HttpFoundation\RequestStack
  4548.      */
  4549.     protected function getRequestStackService()
  4550.     {
  4551.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  4552.     }
  4553.     /**
  4554.      * Gets the public 'sonata.block.context_manager.default' shared service.
  4555.      *
  4556.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  4557.      */
  4558.     protected function getSonata_Block_ContextManager_DefaultService()
  4559.     {
  4560.         $this->services['sonata.block.context_manager.default'] = $instance = new \Sonata\BlockBundle\Block\BlockContextManager(new \Sonata\BlockBundle\Block\BlockLoaderChain([=> new \Sonata\BlockBundle\Block\Loader\ServiceLoader($this->parameters['sonata_blocks.block_types'])]), ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4561.         $instance->addSettingsByType('sonata.block.service.template', ['address' => NULL'addresses' => NULL'cart' => NULL'channel' => NULL'customer' => NULL'form' => NULL'order' => NULL'order_item' => NULL'orders' => NULL'product' => NULL'product_review' => NULL'product_reviews' => NULL'products' => NULL'resource' => NULL'resources' => NULL'statistics' => NULL'taxon' => NULL], true);
  4562.         return $instance;
  4563.     }
  4564.     /**
  4565.      * Gets the public 'sonata.block.manager' shared service.
  4566.      *
  4567.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  4568.      */
  4569.     protected function getSonata_Block_ManagerService()
  4570.     {
  4571.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4572.             'sonata.block.service.container' => ['services''sonata.block.service.container''getSonata_Block_Service_ContainerService'true],
  4573.             'sonata.block.service.empty' => ['services''sonata.block.service.empty''getSonata_Block_Service_EmptyService'true],
  4574.             'sonata.block.service.menu' => ['services''sonata.block.service.menu''getSonata_Block_Service_MenuService'true],
  4575.             'sonata.block.service.rss' => ['services''sonata.block.service.rss''getSonata_Block_Service_RssService'true],
  4576.             'sonata.block.service.template' => ['services''sonata.block.service.template''getSonata_Block_Service_TemplateService'true],
  4577.             'sonata.block.service.text' => ['services''sonata.block.service.text''getSonata_Block_Service_TextService'true],
  4578.         ], [
  4579.             'sonata.block.service.container' => '?',
  4580.             'sonata.block.service.empty' => '?',
  4581.             'sonata.block.service.menu' => '?',
  4582.             'sonata.block.service.rss' => '?',
  4583.             'sonata.block.service.template' => '?',
  4584.             'sonata.block.service.text' => '?',
  4585.         ]), $this->parameters['sonata.block.container.types']);
  4586.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  4587.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  4588.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  4589.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  4590.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  4591.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  4592.         return $instance;
  4593.     }
  4594.     /**
  4595.      * Gets the public 'sonata.block.renderer.default' shared service.
  4596.      *
  4597.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  4598.      */
  4599.     protected function getSonata_Block_Renderer_DefaultService()
  4600.     {
  4601.         $a = new \Sonata\BlockBundle\Exception\Strategy\StrategyManager($this, ['debug_only' => 'sonata.block.exception.filter.debug_only''ignore_block_exception' => 'sonata.block.exception.filter.ignore_block_exception''keep_all' => 'sonata.block.exception.filter.keep_all''keep_none' => 'sonata.block.exception.filter.keep_none'], ['inline' => 'sonata.block.exception.renderer.inline''inline_debug' => 'sonata.block.exception.renderer.inline_debug''throw' => 'sonata.block.exception.renderer.throw'], [], []);
  4602.         $a->setDefaultFilter('debug_only');
  4603.         $a->setDefaultRenderer('throw');
  4604.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4605.     }
  4606.     /**
  4607.      * Gets the public 'sylius.adjustments_aggregator' shared service.
  4608.      *
  4609.      * @return \Sylius\Component\Order\Aggregator\AdjustmentsByLabelAggregator
  4610.      */
  4611.     protected function getSylius_AdjustmentsAggregatorService()
  4612.     {
  4613.         return $this->services['sylius.adjustments_aggregator'] = new \Sylius\Component\Order\Aggregator\AdjustmentsByLabelAggregator();
  4614.     }
  4615.     /**
  4616.      * Gets the public 'sylius.availability_checker.default' shared service.
  4617.      *
  4618.      * @return \Sylius\Component\Inventory\Checker\AvailabilityChecker
  4619.      */
  4620.     protected function getSylius_AvailabilityChecker_DefaultService()
  4621.     {
  4622.         return $this->services['sylius.availability_checker.default'] = new \Sylius\Component\Inventory\Checker\AvailabilityChecker();
  4623.     }
  4624.     /**
  4625.      * Gets the public 'sylius.calculator.order_items_subtotal' shared service.
  4626.      *
  4627.      * @return \Sylius\Bundle\ShopBundle\Calculator\OrderItemsSubtotalCalculator
  4628.      */
  4629.     protected function getSylius_Calculator_OrderItemsSubtotalService()
  4630.     {
  4631.         return $this->services['sylius.calculator.order_items_subtotal'] = new \Sylius\Bundle\ShopBundle\Calculator\OrderItemsSubtotalCalculator();
  4632.     }
  4633.     /**
  4634.      * Gets the public 'sylius.calculator.product_variant_price' shared service.
  4635.      *
  4636.      * @return \Sylius\Component\Core\Calculator\ProductVariantPriceCalculator
  4637.      */
  4638.     protected function getSylius_Calculator_ProductVariantPriceService()
  4639.     {
  4640.         return $this->services['sylius.calculator.product_variant_price'] = new \Sylius\Component\Core\Calculator\ProductVariantPriceCalculator();
  4641.     }
  4642.     /**
  4643.      * Gets the public 'sylius.canonicalizer' shared service.
  4644.      *
  4645.      * @return \Sylius\Component\User\Canonicalizer\Canonicalizer
  4646.      */
  4647.     protected function getSylius_CanonicalizerService()
  4648.     {
  4649.         return $this->services['sylius.canonicalizer'] = new \Sylius\Component\User\Canonicalizer\Canonicalizer();
  4650.     }
  4651.     /**
  4652.      * Gets the public 'sylius.category_requirement_shipping_method_eligibility_checker' shared service.
  4653.      *
  4654.      * @return \Sylius\Component\Shipping\Checker\Eligibility\CategoryRequirementEligibilityChecker
  4655.      */
  4656.     protected function getSylius_CategoryRequirementShippingMethodEligibilityCheckerService()
  4657.     {
  4658.         return $this->services['sylius.category_requirement_shipping_method_eligibility_checker'] = new \Sylius\Component\Shipping\Checker\Eligibility\CategoryRequirementEligibilityChecker();
  4659.     }
  4660.     /**
  4661.      * Gets the public 'sylius.checker.order_payment_method_selection_requirement' shared service.
  4662.      *
  4663.      * @return \Sylius\Component\Core\Checker\OrderPaymentMethodSelectionRequirementChecker
  4664.      */
  4665.     protected function getSylius_Checker_OrderPaymentMethodSelectionRequirementService()
  4666.     {
  4667.         return $this->services['sylius.checker.order_payment_method_selection_requirement'] = new \Sylius\Component\Core\Checker\OrderPaymentMethodSelectionRequirementChecker(($this->services['sylius.payment_methods_resolver'] ?? $this->getSylius_PaymentMethodsResolverService()));
  4668.     }
  4669.     /**
  4670.      * Gets the public 'sylius.checker.order_shipping_method_selection_requirement' shared service.
  4671.      *
  4672.      * @return \Sylius\Component\Core\Checker\OrderShippingMethodSelectionRequirementChecker
  4673.      */
  4674.     protected function getSylius_Checker_OrderShippingMethodSelectionRequirementService()
  4675.     {
  4676.         return $this->services['sylius.checker.order_shipping_method_selection_requirement'] = new \Sylius\Component\Core\Checker\OrderShippingMethodSelectionRequirementChecker(($this->services['sylius.shipping_methods_resolver'] ?? $this->getSylius_ShippingMethodsResolverService()));
  4677.     }
  4678.     /**
  4679.      * Gets the public 'sylius.context.cart' shared service.
  4680.      *
  4681.      * @return \Sylius\Component\Order\Context\CompositeCartContext
  4682.      */
  4683.     protected function getSylius_Context_CartService()
  4684.     {
  4685.         $this->services['sylius.context.cart'] = $instance = new \Sylius\Component\Order\Context\CompositeCartContext();
  4686.         $instance->addContext(($this->services['sylius.context.cart.new'] ?? $this->getSylius_Context_Cart_NewService()), -999);
  4687.         $instance->addContext(($this->services['sylius.context.cart.customer_and_channel_based'] ?? $this->getSylius_Context_Cart_CustomerAndChannelBasedService()), -555);
  4688.         $instance->addContext(($this->services['sylius.context.cart.session_and_channel_based'] ?? $this->getSylius_Context_Cart_SessionAndChannelBasedService()), -777);
  4689.         $instance->addContext(new \Sylius\Bundle\ApiBundle\Context\TokenValueBasedCartContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['sylius.repository.order'] ?? $this->getSylius_Repository_OrderService()), '/api/v2'), -333);
  4690.         return $instance;
  4691.     }
  4692.     /**
  4693.      * Gets the public 'sylius.context.cart.customer_and_channel_based' shared service.
  4694.      *
  4695.      * @return \Sylius\Bundle\CoreBundle\Context\CustomerAndChannelBasedCartContext
  4696.      */
  4697.     protected function getSylius_Context_Cart_CustomerAndChannelBasedService()
  4698.     {
  4699.         return $this->services['sylius.context.cart.customer_and_channel_based'] = new \Sylius\Bundle\CoreBundle\Context\CustomerAndChannelBasedCartContext(($this->services['sylius.context.customer'] ?? $this->getSylius_Context_CustomerService()), ($this->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $this->getChannelContextInterfaceService()), ($this->services['sylius.repository.order'] ?? $this->getSylius_Repository_OrderService()));
  4700.     }
  4701.     /**
  4702.      * Gets the public 'sylius.context.cart.new' shared service.
  4703.      *
  4704.      * @return \Sylius\Component\Core\Cart\Context\ShopBasedCartContext
  4705.      */
  4706.     protected function getSylius_Context_Cart_NewService()
  4707.     {
  4708.         return $this->services['sylius.context.cart.new'] = new \Sylius\Component\Core\Cart\Context\ShopBasedCartContext(($this->privates['sylius.context.cart.new_shop_based.inner'] ?? $this->getSylius_Context_Cart_NewShopBased_InnerService()), ($this->services['sylius.context.shopper'] ?? $this->getSylius_Context_ShopperService()), ($this->services['Sylius\\Component\\Core\\Cart\\Resolver\\CreatedByGuestFlagResolverInterface'] ?? $this->getCreatedByGuestFlagResolverInterfaceService()));
  4709.     }
  4710.     /**
  4711.      * Gets the public 'sylius.context.cart.session_and_channel_based' shared service.
  4712.      *
  4713.      * @return \Sylius\Bundle\CoreBundle\Context\SessionAndChannelBasedCartContext
  4714.      */
  4715.     protected function getSylius_Context_Cart_SessionAndChannelBasedService()
  4716.     {
  4717.         return $this->services['sylius.context.cart.session_and_channel_based'] = new \Sylius\Bundle\CoreBundle\Context\SessionAndChannelBasedCartContext(($this->services['sylius.storage.cart_session'] ?? $this->getSylius_Storage_CartSessionService()), ($this->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $this->getChannelContextInterfaceService()));
  4718.     }
  4719.     /**
  4720.      * Gets the public 'sylius.context.channel.fake_channel.persister' shared service.
  4721.      *
  4722.      * @return \Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelPersister
  4723.      */
  4724.     protected function getSylius_Context_Channel_FakeChannel_PersisterService()
  4725.     {
  4726.         return $this->services['sylius.context.channel.fake_channel.persister'] = new \Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelPersister(($this->services['Sylius\\Bundle\\ChannelBundle\\Context\\FakeChannel\\FakeChannelCodeProviderInterface'] ?? ($this->services['Sylius\\Bundle\\ChannelBundle\\Context\\FakeChannel\\FakeChannelCodeProviderInterface'] = new \Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelCodeProvider())));
  4727.     }
  4728.     /**
  4729.      * Gets the public 'sylius.context.currency.channel_aware' shared service.
  4730.      *
  4731.      * @return \Sylius\Component\Core\Currency\Context\ChannelAwareCurrencyContext
  4732.      */
  4733.     protected function getSylius_Context_Currency_ChannelAwareService()
  4734.     {
  4735.         $a = new \Sylius\Component\Currency\Context\CompositeCurrencyContext();
  4736.         $a->addContext(($this->services['sylius.context.currency.storage_based'] ?? $this->getSylius_Context_Currency_StorageBasedService()), 0);
  4737.         return $this->services['sylius.context.currency.channel_aware'] = new \Sylius\Component\Core\Currency\Context\ChannelAwareCurrencyContext($a, ($this->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $this->getChannelContextInterfaceService()));
  4738.     }
  4739.     /**
  4740.      * Gets the public 'sylius.context.currency.storage_based' shared service.
  4741.      *
  4742.      * @return \Sylius\Component\Core\Currency\Context\StorageBasedCurrencyContext
  4743.      */
  4744.     protected function getSylius_Context_Currency_StorageBasedService()
  4745.     {
  4746.         return $this->services['sylius.context.currency.storage_based'] = new \Sylius\Component\Core\Currency\Context\StorageBasedCurrencyContext(($this->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $this->getChannelContextInterfaceService()), ($this->services['sylius.storage.currency'] ?? $this->getSylius_Storage_CurrencyService()));
  4747.     }
  4748.     /**
  4749.      * Gets the public 'sylius.context.customer' shared service.
  4750.      *
  4751.      * @return \Sylius\Bundle\CoreBundle\Context\CustomerContext
  4752.      */
  4753.     protected function getSylius_Context_CustomerService()
  4754.     {
  4755.         return $this->services['sylius.context.customer'] = new \Sylius\Bundle\CoreBundle\Context\CustomerContext(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  4756.     }
  4757.     /**
  4758.      * Gets the public 'sylius.context.locale.admin_based' shared service.
  4759.      *
  4760.      * @return \Sylius\Bundle\AdminBundle\Context\AdminBasedLocaleContext
  4761.      */
  4762.     protected function getSylius_Context_Locale_AdminBasedService()
  4763.     {
  4764.         return $this->services['sylius.context.locale.admin_based'] = new \Sylius\Bundle\AdminBundle\Context\AdminBasedLocaleContext(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4765.     }
  4766.     /**
  4767.      * Gets the public 'sylius.context.locale.provider_based' shared service.
  4768.      *
  4769.      * @return \Sylius\Component\Locale\Context\ProviderBasedLocaleContext
  4770.      */
  4771.     protected function getSylius_Context_Locale_ProviderBasedService()
  4772.     {
  4773.         return $this->services['sylius.context.locale.provider_based'] = new \Sylius\Component\Locale\Context\ProviderBasedLocaleContext(($this->services['sylius.locale_provider.channel_based'] ?? $this->getSylius_LocaleProvider_ChannelBasedService()));
  4774.     }
  4775.     /**
  4776.      * Gets the public 'sylius.context.locale.request_based' shared service.
  4777.      *
  4778.      * @return \Sylius\Bundle\LocaleBundle\Context\RequestBasedLocaleContext
  4779.      */
  4780.     protected function getSylius_Context_Locale_RequestBasedService()
  4781.     {
  4782.         return $this->services['sylius.context.locale.request_based'] = new \Sylius\Bundle\LocaleBundle\Context\RequestBasedLocaleContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['sylius.locale_provider.channel_based'] ?? $this->getSylius_LocaleProvider_ChannelBasedService()));
  4783.     }
  4784.     /**
  4785.      * Gets the public 'sylius.context.locale.storage_based' shared service.
  4786.      *
  4787.      * @return \Sylius\Component\Core\Locale\Context\StorageBasedLocaleContext
  4788.      */
  4789.     protected function getSylius_Context_Locale_StorageBasedService()
  4790.     {
  4791.         return $this->services['sylius.context.locale.storage_based'] = new \Sylius\Component\Core\Locale\Context\StorageBasedLocaleContext(($this->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $this->getChannelContextInterfaceService()), ($this->services['sylius.storage.locale'] ?? $this->getSylius_Storage_LocaleService()), ($this->services['sylius.locale_provider.channel_based'] ?? $this->getSylius_LocaleProvider_ChannelBasedService()));
  4792.     }
  4793.     /**
  4794.      * Gets the public 'sylius.context.shopper' shared service.
  4795.      *
  4796.      * @return \Sylius\Component\Core\Context\ShopperContext
  4797.      */
  4798.     protected function getSylius_Context_ShopperService($lazyLoad true)
  4799.     {
  4800.         if ($lazyLoad) {
  4801.             return $this->services['sylius.context.shopper'] = $this->createProxy('ShopperContext_d398ef6', function () {
  4802.                 return \ShopperContext_d398ef6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4803.                     $wrappedInstance $this->getSylius_Context_ShopperService(false);
  4804.                     $proxy->setProxyInitializer(null);
  4805.                     return true;
  4806.                 });
  4807.             });
  4808.         }
  4809.         include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Context/ShopperContextInterface.php';
  4810.         include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Context/ShopperContext.php';
  4811.         return new \Sylius\Component\Core\Context\ShopperContext(($this->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $this->getChannelContextInterfaceService()), ($this->services['sylius.context.currency.channel_aware'] ?? $this->getSylius_Context_Currency_ChannelAwareService()), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['sylius.context.customer'] ?? $this->getSylius_Context_CustomerService()));
  4812.     }
  4813.     /**
  4814.      * Gets the public 'sylius.currency_converter' shared service.
  4815.      *
  4816.      * @return \Sylius\Component\Currency\Converter\CurrencyConverter
  4817.      */
  4818.     protected function getSylius_CurrencyConverterService()
  4819.     {
  4820.         return $this->services['sylius.currency_converter'] = new \Sylius\Component\Currency\Converter\CurrencyConverter(($this->services['sylius.repository.exchange_rate'] ?? $this->getSylius_Repository_ExchangeRateService()));
  4821.     }
  4822.     /**
  4823.      * Gets the public 'sylius.custom_bulk_action_grid_renderer.twig' shared service.
  4824.      *
  4825.      * @return \Sylius\Bundle\ResourceBundle\Grid\Renderer\TwigBulkActionGridRenderer
  4826.      */
  4827.     protected function getSylius_CustomBulkActionGridRenderer_TwigService()
  4828.     {
  4829.         return $this->services['sylius.custom_bulk_action_grid_renderer.twig'] = new \Sylius\Bundle\ResourceBundle\Grid\Renderer\TwigBulkActionGridRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['sylius.grid_options_parser'] ?? $this->getSylius_GridOptionsParserService()), $this->parameters['sylius.grid.templates.bulk_action']);
  4830.     }
  4831.     /**
  4832.      * Gets the public 'sylius.custom_grid_renderer.twig' shared service.
  4833.      *
  4834.      * @return \Sylius\Bundle\ResourceBundle\Grid\Renderer\TwigGridRenderer
  4835.      */
  4836.     protected function getSylius_CustomGridRenderer_TwigService()
  4837.     {
  4838.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4839.         $b = new \Sylius\Bundle\GridBundle\Form\Registry\FormTypeRegistry();
  4840.         $b->add('product_listing_status''default''BitBag\\OpenMarketplace\\Form\\Type\\Filter\\ProductListingStatusFilterType');
  4841.         $b->add('entities''default''Sylius\\Bundle\\CoreBundle\\Form\\Type\\Grid\\Filter\\EntitiesFilterType');
  4842.         $b->add('string''default''Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\StringFilterType');
  4843.         $b->add('boolean''default''Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\BooleanFilterType');
  4844.         $b->add('date''default''Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\DateFilterType');
  4845.         $b->add('entity''default''Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\EntityFilterType');
  4846.         $b->add('exists''default''Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\ExistsFilterType');
  4847.         $b->add('select''default''Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\SelectFilterType');
  4848.         $b->add('money''default''Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\MoneyFilterType');
  4849.         $b->add('shop_string''default''Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\StringFilterType');
  4850.         return $this->services['sylius.custom_grid_renderer.twig'] = new \Sylius\Bundle\ResourceBundle\Grid\Renderer\TwigGridRenderer(new \Sylius\Bundle\GridBundle\Renderer\TwigGridRenderer($a, ($this->services['sylius.registry.grid_field'] ?? $this->getSylius_Registry_GridFieldService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), $b'@SyliusGrid/_grid.html.twig'$this->parameters['sylius.grid.templates.action'], $this->parameters['sylius.grid.templates.filter']), $a, ($this->privates['sylius.grid_options_parser'] ?? $this->getSylius_GridOptionsParserService()), $this->parameters['sylius.grid.templates.action']);
  4851.     }
  4852.     /**
  4853.      * Gets the public 'sylius.event_subscriber.admin_cache_control_subscriber' shared service.
  4854.      *
  4855.      * @return \Sylius\Bundle\AdminBundle\EventListener\AdminSectionCacheControlSubscriber
  4856.      */
  4857.     protected function getSylius_EventSubscriber_AdminCacheControlSubscriberService()
  4858.     {
  4859.         return $this->services['sylius.event_subscriber.admin_cache_control_subscriber'] = new \Sylius\Bundle\AdminBundle\EventListener\AdminSectionCacheControlSubscriber(($this->services['sylius.section_resolver.uri_based_section_resolver'] ?? $this->getSylius_SectionResolver_UriBasedSectionResolverService()));
  4860.     }
  4861.     /**
  4862.      * Gets the public 'sylius.factory.order' shared service.
  4863.      *
  4864.      * @return \Sylius\Component\Resource\Factory\Factory
  4865.      */
  4866.     protected function getSylius_Factory_OrderService()
  4867.     {
  4868.         return $this->services['sylius.factory.order'] = new \Sylius\Component\Resource\Factory\Factory('BitBag\\OpenMarketplace\\Entity\\Order');
  4869.     }
  4870.     /**
  4871.      * Gets the public 'sylius.grid.data_extractor.property_access' shared service.
  4872.      *
  4873.      * @return \Sylius\Component\Grid\DataExtractor\PropertyAccessDataExtractor
  4874.      */
  4875.     protected function getSylius_Grid_DataExtractor_PropertyAccessService()
  4876.     {
  4877.         return $this->services['sylius.grid.data_extractor.property_access'] = new \Sylius\Component\Grid\DataExtractor\PropertyAccessDataExtractor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4878.     }
  4879.     /**
  4880.      * Gets the public 'sylius.grid_field.datetime' shared service.
  4881.      *
  4882.      * @return \Sylius\Component\Grid\FieldTypes\DatetimeFieldType
  4883.      */
  4884.     protected function getSylius_GridField_DatetimeService()
  4885.     {
  4886.         return $this->services['sylius.grid_field.datetime'] = new \Sylius\Component\Grid\FieldTypes\DatetimeFieldType(($this->services['sylius.grid.data_extractor.property_access'] ?? $this->getSylius_Grid_DataExtractor_PropertyAccessService()));
  4887.     }
  4888.     /**
  4889.      * Gets the public 'sylius.grid_field.string' shared service.
  4890.      *
  4891.      * @return \Sylius\Component\Grid\FieldTypes\StringFieldType
  4892.      */
  4893.     protected function getSylius_GridField_StringService()
  4894.     {
  4895.         return $this->services['sylius.grid_field.string'] = new \Sylius\Component\Grid\FieldTypes\StringFieldType(($this->services['sylius.grid.data_extractor.property_access'] ?? $this->getSylius_Grid_DataExtractor_PropertyAccessService()));
  4896.     }
  4897.     /**
  4898.      * Gets the public 'sylius.grid_field.twig' shared service.
  4899.      *
  4900.      * @return \Sylius\Bundle\GridBundle\FieldTypes\TwigFieldType
  4901.      */
  4902.     protected function getSylius_GridField_TwigService()
  4903.     {
  4904.         return $this->services['sylius.grid_field.twig'] = new \Sylius\Bundle\GridBundle\FieldTypes\TwigFieldType(($this->services['sylius.grid.data_extractor.property_access'] ?? $this->getSylius_Grid_DataExtractor_PropertyAccessService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4905.     }
  4906.     /**
  4907.      * Gets the public 'sylius.listener.request_locale_setter' shared service.
  4908.      *
  4909.      * @return \Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter
  4910.      */
  4911.     protected function getSylius_Listener_RequestLocaleSetterService()
  4912.     {
  4913.         return $this->services['sylius.listener.request_locale_setter'] = new \Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter(($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['sylius.locale_provider.channel_based'] ?? $this->getSylius_LocaleProvider_ChannelBasedService()));
  4914.     }
  4915.     /**
  4916.      * Gets the public 'sylius.listener.session_cart' shared service.
  4917.      *
  4918.      * @return \Sylius\Bundle\ShopBundle\EventListener\SessionCartSubscriber
  4919.      */
  4920.     protected function getSylius_Listener_SessionCartService()
  4921.     {
  4922.         return $this->services['sylius.listener.session_cart'] = new \Sylius\Bundle\ShopBundle\EventListener\SessionCartSubscriber(($this->services['sylius.context.cart'] ?? $this->getSylius_Context_CartService()), ($this->services['sylius.storage.cart_session'] ?? $this->getSylius_Storage_CartSessionService()));
  4923.     }
  4924.     /**
  4925.      * Gets the public 'sylius.listener.shop_customer_account_sub_section_cache_control_subscriber' shared service.
  4926.      *
  4927.      * @return \Sylius\Bundle\ShopBundle\EventListener\ShopCustomerAccountSubSectionCacheControlSubscriber
  4928.      */
  4929.     protected function getSylius_Listener_ShopCustomerAccountSubSectionCacheControlSubscriberService()
  4930.     {
  4931.         return $this->services['sylius.listener.shop_customer_account_sub_section_cache_control_subscriber'] = new \Sylius\Bundle\ShopBundle\EventListener\ShopCustomerAccountSubSectionCacheControlSubscriber(($this->services['sylius.section_resolver.uri_based_section_resolver'] ?? $this->getSylius_SectionResolver_UriBasedSectionResolverService()));
  4932.     }
  4933.     /**
  4934.      * Gets the public 'sylius.locale_converter' shared service.
  4935.      *
  4936.      * @return \Sylius\Component\Locale\Converter\LocaleConverter
  4937.      */
  4938.     protected function getSylius_LocaleConverterService()
  4939.     {
  4940.         return $this->services['sylius.locale_converter'] = new \Sylius\Component\Locale\Converter\LocaleConverter();
  4941.     }
  4942.     /**
  4943.      * Gets the public 'sylius.locale_provider.channel_based' shared service.
  4944.      *
  4945.      * @return \Sylius\Component\Core\Provider\ChannelBasedLocaleProvider
  4946.      */
  4947.     protected function getSylius_LocaleProvider_ChannelBasedService()
  4948.     {
  4949.         return $this->services['sylius.locale_provider.channel_based'] = new \Sylius\Component\Core\Provider\ChannelBasedLocaleProvider(($this->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $this->getChannelContextInterfaceService()), 'fr_FR');
  4950.     }
  4951.     /**
  4952.      * Gets the public 'sylius.money_formatter' shared service.
  4953.      *
  4954.      * @return \Sylius\Bundle\MoneyBundle\Formatter\MoneyFormatter
  4955.      */
  4956.     protected function getSylius_MoneyFormatterService()
  4957.     {
  4958.         return $this->services['sylius.money_formatter'] = new \Sylius\Bundle\MoneyBundle\Formatter\MoneyFormatter();
  4959.     }
  4960.     /**
  4961.      * Gets the public 'sylius.payment_methods_resolver' shared service.
  4962.      *
  4963.      * @return \Sylius\Component\Payment\Resolver\CompositeMethodsResolver
  4964.      */
  4965.     protected function getSylius_PaymentMethodsResolverService()
  4966.     {
  4967.         return $this->services['sylius.payment_methods_resolver'] = new \Sylius\Component\Payment\Resolver\CompositeMethodsResolver(($this->services['sylius.registry.payment_methods_resolver'] ?? $this->getSylius_Registry_PaymentMethodsResolverService()));
  4968.     }
  4969.     /**
  4970.      * Gets the public 'sylius.payment_methods_resolver.channel_based' shared service.
  4971.      *
  4972.      * @return \Sylius\Component\Core\Resolver\ChannelBasedPaymentMethodsResolver
  4973.      */
  4974.     protected function getSylius_PaymentMethodsResolver_ChannelBasedService()
  4975.     {
  4976.         return $this->services['sylius.payment_methods_resolver.channel_based'] = new \Sylius\Component\Core\Resolver\ChannelBasedPaymentMethodsResolver(($this->services['sylius.repository.payment_method'] ?? $this->getSylius_Repository_PaymentMethodService()));
  4977.     }
  4978.     /**
  4979.      * Gets the public 'sylius.product_variant_resolver.default' shared service.
  4980.      *
  4981.      * @return \Sylius\Component\Product\Resolver\DefaultProductVariantResolver
  4982.      */
  4983.     protected function getSylius_ProductVariantResolver_DefaultService()
  4984.     {
  4985.         return $this->services['sylius.product_variant_resolver.default'] = new \Sylius\Component\Product\Resolver\DefaultProductVariantResolver();
  4986.     }
  4987.     /**
  4988.      * Gets the public 'sylius.provider.product_variants_prices' shared service.
  4989.      *
  4990.      * @return \Sylius\Component\Core\Provider\ProductVariantsPricesProvider
  4991.      */
  4992.     protected function getSylius_Provider_ProductVariantsPricesService()
  4993.     {
  4994.         return $this->services['sylius.provider.product_variants_prices'] = new \Sylius\Component\Core\Provider\ProductVariantsPricesProvider(($this->services['sylius.calculator.product_variant_price'] ?? ($this->services['sylius.calculator.product_variant_price'] = new \Sylius\Component\Core\Calculator\ProductVariantPriceCalculator())));
  4995.     }
  4996.     /**
  4997.      * Gets the public 'sylius.province_naming_provider' shared service.
  4998.      *
  4999.      * @return \Sylius\Component\Addressing\Provider\ProvinceNamingProvider
  5000.      */
  5001.     protected function getSylius_ProvinceNamingProviderService($lazyLoad true)
  5002.     {
  5003.         if ($lazyLoad) {
  5004.             return $this->services['sylius.province_naming_provider'] = $this->createProxy('ProvinceNamingProvider_9f6014a', function () {
  5005.                 return \ProvinceNamingProvider_9f6014a::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5006.                     $wrappedInstance $this->getSylius_ProvinceNamingProviderService(false);
  5007.                     $proxy->setProxyInitializer(null);
  5008.                     return true;
  5009.                 });
  5010.             });
  5011.         }
  5012.         include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Addressing/Provider/ProvinceNamingProviderInterface.php';
  5013.         include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Addressing/Provider/ProvinceNamingProvider.php';
  5014.         return new \Sylius\Component\Addressing\Provider\ProvinceNamingProvider(($this->services['sylius.repository.province'] ?? $this->getSylius_Repository_ProvinceService()));
  5015.     }
  5016.     /**
  5017.      * Gets the public 'sylius.registry.grid_field' shared service.
  5018.      *
  5019.      * @return \Sylius\Component\Registry\ServiceRegistry
  5020.      */
  5021.     protected function getSylius_Registry_GridFieldService()
  5022.     {
  5023.         $this->services['sylius.registry.grid_field'] = $instance = new \Sylius\Component\Registry\ServiceRegistry('Sylius\\Component\\Grid\\FieldTypes\\FieldTypeInterface''grid field');
  5024.         $instance->register('datetime', ($this->services['sylius.grid_field.datetime'] ?? $this->getSylius_GridField_DatetimeService()));
  5025.         $instance->register('string', ($this->services['sylius.grid_field.string'] ?? $this->getSylius_GridField_StringService()));
  5026.         $instance->register('twig', ($this->services['sylius.grid_field.twig'] ?? $this->getSylius_GridField_TwigService()));
  5027.         return $instance;
  5028.     }
  5029.     /**
  5030.      * Gets the public 'sylius.registry.payment_methods_resolver' shared service.
  5031.      *
  5032.      * @return \Sylius\Component\Registry\PrioritizedServiceRegistry
  5033.      */
  5034.     protected function getSylius_Registry_PaymentMethodsResolverService()
  5035.     {
  5036.         $this->services['sylius.registry.payment_methods_resolver'] = $instance = new \Sylius\Component\Registry\PrioritizedServiceRegistry('Sylius\\Component\\Payment\\Resolver\\PaymentMethodsResolverInterface''Payment methods resolver');
  5037.         $instance->register(new \Sylius\Component\Payment\Resolver\PaymentMethodsResolver(($this->services['sylius.repository.payment_method'] ?? $this->getSylius_Repository_PaymentMethodService())), 0);
  5038.         $instance->register(($this->services['sylius.payment_methods_resolver.channel_based'] ?? $this->getSylius_PaymentMethodsResolver_ChannelBasedService()), 1);
  5039.         return $instance;
  5040.     }
  5041.     /**
  5042.      * Gets the public 'sylius.registry.shipping_calculator' shared service.
  5043.      *
  5044.      * @return \Sylius\Component\Registry\ServiceRegistry
  5045.      */
  5046.     protected function getSylius_Registry_ShippingCalculatorService()
  5047.     {
  5048.         $this->services['sylius.registry.shipping_calculator'] = $instance = new \Sylius\Component\Registry\ServiceRegistry('Sylius\\Component\\Shipping\\Calculator\\CalculatorInterface''shipping calculator');
  5049.         $instance->register('flat_rate', ($this->services['sylius.shipping_calculator.flat_rate'] ?? ($this->services['sylius.shipping_calculator.flat_rate'] = new \Sylius\Component\Core\Shipping\Calculator\FlatRateCalculator())));
  5050.         $instance->register('per_unit_rate', ($this->services['sylius.shipping_calculator.per_unit_rate'] ?? ($this->services['sylius.shipping_calculator.per_unit_rate'] = new \Sylius\Component\Core\Shipping\Calculator\PerUnitRateCalculator())));
  5051.         return $instance;
  5052.     }
  5053.     /**
  5054.      * Gets the public 'sylius.registry.shipping_method_rule_checker' shared service.
  5055.      *
  5056.      * @return \Sylius\Component\Registry\ServiceRegistry
  5057.      */
  5058.     protected function getSylius_Registry_ShippingMethodRuleCheckerService()
  5059.     {
  5060.         $this->services['sylius.registry.shipping_method_rule_checker'] = $instance = new \Sylius\Component\Registry\ServiceRegistry('Sylius\\Component\\Shipping\\Checker\\Rule\\RuleCheckerInterface''shipping method rule checker');
  5061.         $instance->register('total_weight_greater_than_or_equal', ($this->services['sylius.shipping_method_rule_checker.total_weight_greater_than_or_equal'] ?? ($this->services['sylius.shipping_method_rule_checker.total_weight_greater_than_or_equal'] = new \Sylius\Component\Shipping\Checker\Rule\TotalWeightGreaterThanOrEqualRuleChecker())));
  5062.         $instance->register('total_weight_less_than_or_equal', ($this->services['sylius.shipping_method_rule_checker.total_weight_less_than_or_equal'] ?? ($this->services['sylius.shipping_method_rule_checker.total_weight_less_than_or_equal'] = new \Sylius\Component\Shipping\Checker\Rule\TotalWeightLessThanOrEqualRuleChecker())));
  5063.         $instance->register('order_total_greater_than_or_equal', ($this->services['sylius.shipping_method_rule_checker.order_total_greater_than_or_equal'] ?? ($this->services['sylius.shipping_method_rule_checker.order_total_greater_than_or_equal'] = new \Sylius\Component\Core\Shipping\Checker\Rule\OrderTotalGreaterThanOrEqualRuleChecker())));
  5064.         $instance->register('order_total_less_than_or_equal', ($this->services['sylius.shipping_method_rule_checker.order_total_less_than_or_equal'] ?? ($this->services['sylius.shipping_method_rule_checker.order_total_less_than_or_equal'] = new \Sylius\Component\Core\Shipping\Checker\Rule\OrderTotalLessThanOrEqualRuleChecker())));
  5065.         return $instance;
  5066.     }
  5067.     /**
  5068.      * Gets the public 'sylius.registry.shipping_methods_resolver' shared service.
  5069.      *
  5070.      * @return \Sylius\Component\Registry\PrioritizedServiceRegistry
  5071.      */
  5072.     protected function getSylius_Registry_ShippingMethodsResolverService()
  5073.     {
  5074.         $this->services['sylius.registry.shipping_methods_resolver'] = $instance = new \Sylius\Component\Registry\PrioritizedServiceRegistry('Sylius\\Component\\Shipping\\Resolver\\ShippingMethodsResolverInterface''Shipping methods resolver');
  5075.         $instance->register(($this->services['sylius.shipping_methods_resolver.default'] ?? $this->getSylius_ShippingMethodsResolver_DefaultService()), 0);
  5076.         $instance->register(($this->services['sylius.shipping_methods_resolver.zones_and_channel_based'] ?? $this->getSylius_ShippingMethodsResolver_ZonesAndChannelBasedService()), 1);
  5077.         return $instance;
  5078.     }
  5079.     /**
  5080.      * Gets the public 'sylius.repository.channel' shared service.
  5081.      *
  5082.      * @return \Sylius\Bundle\ChannelBundle\Doctrine\ORM\ChannelRepository
  5083.      */
  5084.     protected function getSylius_Repository_ChannelService($lazyLoad true)
  5085.     {
  5086.         if ($lazyLoad) {
  5087.             return $this->services['sylius.repository.channel'] = $this->createProxy('ChannelRepository_04960bc', function () {
  5088.                 return \ChannelRepository_04960bc::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5089.                     $wrappedInstance $this->getSylius_Repository_ChannelService(false);
  5090.                     $proxy->setProxyInitializer(null);
  5091.                     return true;
  5092.                 });
  5093.             });
  5094.         }
  5095.         include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Component/Channel/Repository/ChannelRepositoryInterface.php';
  5096.         include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Doctrine/ORM/ChannelRepository.php';
  5097.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5098.         return new \Sylius\Bundle\ChannelBundle\Doctrine\ORM\ChannelRepository($a$a->getClassMetadata('Sylius\\Component\\Core\\Model\\Channel'));
  5099.     }
  5100.     /**
  5101.      * Gets the public 'sylius.repository.exchange_rate' shared service.
  5102.      *
  5103.      * @return \Sylius\Bundle\CurrencyBundle\Doctrine\ORM\ExchangeRateRepository
  5104.      */
  5105.     protected function getSylius_Repository_ExchangeRateService()
  5106.     {
  5107.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5108.         return $this->services['sylius.repository.exchange_rate'] = new \Sylius\Bundle\CurrencyBundle\Doctrine\ORM\ExchangeRateRepository($a$a->getClassMetadata('Sylius\\Component\\Currency\\Model\\ExchangeRate'));
  5109.     }
  5110.     /**
  5111.      * Gets the public 'sylius.repository.locale' shared service.
  5112.      *
  5113.      * @return \Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository
  5114.      */
  5115.     protected function getSylius_Repository_LocaleService($lazyLoad true)
  5116.     {
  5117.         if ($lazyLoad) {
  5118.             return $this->services['sylius.repository.locale'] = $this->createProxy('EntityRepository_afc836c', function () {
  5119.                 return \EntityRepository_afc836c::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5120.                     $wrappedInstance $this->getSylius_Repository_LocaleService(false);
  5121.                     $proxy->setProxyInitializer(null);
  5122.                     return true;
  5123.                 });
  5124.             });
  5125.         }
  5126.         return ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('Sylius\\Component\\Locale\\Model\\Locale');
  5127.     }
  5128.     /**
  5129.      * Gets the public 'sylius.repository.order' shared service.
  5130.      *
  5131.      * @return \BitBag\OpenMarketplace\Repository\OrderRepository
  5132.      */
  5133.     protected function getSylius_Repository_OrderService()
  5134.     {
  5135.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5136.         return $this->services['sylius.repository.order'] = new \BitBag\OpenMarketplace\Repository\OrderRepository($a$a->getClassMetadata('BitBag\\OpenMarketplace\\Entity\\Order'));
  5137.     }
  5138.     /**
  5139.      * Gets the public 'sylius.repository.payment_method' shared service.
  5140.      *
  5141.      * @return \Sylius\Bundle\CoreBundle\Doctrine\ORM\PaymentMethodRepository
  5142.      */
  5143.     protected function getSylius_Repository_PaymentMethodService()
  5144.     {
  5145.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5146.         return $this->services['sylius.repository.payment_method'] = new \Sylius\Bundle\CoreBundle\Doctrine\ORM\PaymentMethodRepository($a$a->getClassMetadata('Sylius\\Component\\Core\\Model\\PaymentMethod'));
  5147.     }
  5148.     /**
  5149.      * Gets the public 'sylius.repository.province' shared service.
  5150.      *
  5151.      * @return \Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository
  5152.      */
  5153.     protected function getSylius_Repository_ProvinceService()
  5154.     {
  5155.         return $this->services['sylius.repository.province'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('Sylius\\Component\\Addressing\\Model\\Province');
  5156.     }
  5157.     /**
  5158.      * Gets the public 'sylius.repository.shipment' shared service.
  5159.      *
  5160.      * @return \Sylius\Bundle\CoreBundle\Doctrine\ORM\ShipmentRepository
  5161.      */
  5162.     protected function getSylius_Repository_ShipmentService()
  5163.     {
  5164.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5165.         return $this->services['sylius.repository.shipment'] = new \Sylius\Bundle\CoreBundle\Doctrine\ORM\ShipmentRepository($a$a->getClassMetadata('BitBag\\OpenMarketplace\\Entity\\Shipment'));
  5166.     }
  5167.     /**
  5168.      * Gets the public 'sylius.repository.shipping_method' shared service.
  5169.      *
  5170.      * @return \Sylius\Bundle\CoreBundle\Doctrine\ORM\ShippingMethodRepository
  5171.      */
  5172.     protected function getSylius_Repository_ShippingMethodService()
  5173.     {
  5174.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5175.         return $this->services['sylius.repository.shipping_method'] = new \Sylius\Bundle\CoreBundle\Doctrine\ORM\ShippingMethodRepository($a$a->getClassMetadata('Sylius\\Component\\Core\\Model\\ShippingMethod'));
  5176.     }
  5177.     /**
  5178.      * Gets the public 'sylius.repository.zone' shared service.
  5179.      *
  5180.      * @return \Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository
  5181.      */
  5182.     protected function getSylius_Repository_ZoneService()
  5183.     {
  5184.         return $this->services['sylius.repository.zone'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('Sylius\\Component\\Addressing\\Model\\Zone');
  5185.     }
  5186.     /**
  5187.      * Gets the public 'sylius.section_resolver.admin_uri_based_section_resolver' shared service.
  5188.      *
  5189.      * @return \Sylius\Bundle\AdminBundle\SectionResolver\AdminUriBasedSectionResolver
  5190.      */
  5191.     protected function getSylius_SectionResolver_AdminUriBasedSectionResolverService()
  5192.     {
  5193.         return $this->services['sylius.section_resolver.admin_uri_based_section_resolver'] = new \Sylius\Bundle\AdminBundle\SectionResolver\AdminUriBasedSectionResolver('/admin');
  5194.     }
  5195.     /**
  5196.      * Gets the public 'sylius.section_resolver.shop_uri_based_section_resolver' shared service.
  5197.      *
  5198.      * @return \Sylius\Bundle\ShopBundle\SectionResolver\ShopUriBasedSectionResolver
  5199.      */
  5200.     protected function getSylius_SectionResolver_ShopUriBasedSectionResolverService()
  5201.     {
  5202.         return $this->services['sylius.section_resolver.shop_uri_based_section_resolver'] = new \Sylius\Bundle\ShopBundle\SectionResolver\ShopUriBasedSectionResolver('account');
  5203.     }
  5204.     /**
  5205.      * Gets the public 'sylius.section_resolver.uri_based_section_resolver' shared service.
  5206.      *
  5207.      * @return \Sylius\Bundle\CoreBundle\SectionResolver\UriBasedSectionProvider
  5208.      */
  5209.     protected function getSylius_SectionResolver_UriBasedSectionResolverService()
  5210.     {
  5211.         return $this->services['sylius.section_resolver.uri_based_section_resolver'] = new \Sylius\Bundle\CoreBundle\SectionResolver\UriBasedSectionProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), [=> new \Sylius\Bundle\ApiBundle\SectionResolver\ShopApiUriBasedSectionResolver('/api/v2/shop''orders'), => new \Sylius\Bundle\ApiBundle\SectionResolver\AdminApiUriBasedSectionResolver('/api/v2/admin'), => ($this->services['sylius.section_resolver.admin_uri_based_section_resolver'] ?? ($this->services['sylius.section_resolver.admin_uri_based_section_resolver'] = new \Sylius\Bundle\AdminBundle\SectionResolver\AdminUriBasedSectionResolver('/admin'))), => ($this->services['sylius.section_resolver.shop_uri_based_section_resolver'] ?? ($this->services['sylius.section_resolver.shop_uri_based_section_resolver'] = new \Sylius\Bundle\ShopBundle\SectionResolver\ShopUriBasedSectionResolver('account')))]);
  5212.     }
  5213.     /**
  5214.      * Gets the public 'sylius.shipping_calculator.flat_rate' shared service.
  5215.      *
  5216.      * @return \Sylius\Component\Core\Shipping\Calculator\FlatRateCalculator
  5217.      */
  5218.     protected function getSylius_ShippingCalculator_FlatRateService()
  5219.     {
  5220.         return $this->services['sylius.shipping_calculator.flat_rate'] = new \Sylius\Component\Core\Shipping\Calculator\FlatRateCalculator();
  5221.     }
  5222.     /**
  5223.      * Gets the public 'sylius.shipping_calculator.per_unit_rate' shared service.
  5224.      *
  5225.      * @return \Sylius\Component\Core\Shipping\Calculator\PerUnitRateCalculator
  5226.      */
  5227.     protected function getSylius_ShippingCalculator_PerUnitRateService()
  5228.     {
  5229.         return $this->services['sylius.shipping_calculator.per_unit_rate'] = new \Sylius\Component\Core\Shipping\Calculator\PerUnitRateCalculator();
  5230.     }
  5231.     /**
  5232.      * Gets the public 'sylius.shipping_method_eligibility_checker' shared service.
  5233.      *
  5234.      * @return \Sylius\Component\Shipping\Checker\Eligibility\CompositeShippingMethodEligibilityChecker
  5235.      */
  5236.     protected function getSylius_ShippingMethodEligibilityCheckerService()
  5237.     {
  5238.         return $this->services['sylius.shipping_method_eligibility_checker'] = new \Sylius\Component\Shipping\Checker\Eligibility\CompositeShippingMethodEligibilityChecker([=> ($this->services['sylius.category_requirement_shipping_method_eligibility_checker'] ?? ($this->services['sylius.category_requirement_shipping_method_eligibility_checker'] = new \Sylius\Component\Shipping\Checker\Eligibility\CategoryRequirementEligibilityChecker())), => ($this->services['sylius.shipping_method_rules_shipping_method_eligibility_checker'] ?? $this->getSylius_ShippingMethodRulesShippingMethodEligibilityCheckerService())]);
  5239.     }
  5240.     /**
  5241.      * Gets the public 'sylius.shipping_method_rule_checker.order_total_greater_than_or_equal' shared service.
  5242.      *
  5243.      * @return \Sylius\Component\Core\Shipping\Checker\Rule\OrderTotalGreaterThanOrEqualRuleChecker
  5244.      */
  5245.     protected function getSylius_ShippingMethodRuleChecker_OrderTotalGreaterThanOrEqualService()
  5246.     {
  5247.         return $this->services['sylius.shipping_method_rule_checker.order_total_greater_than_or_equal'] = new \Sylius\Component\Core\Shipping\Checker\Rule\OrderTotalGreaterThanOrEqualRuleChecker();
  5248.     }
  5249.     /**
  5250.      * Gets the public 'sylius.shipping_method_rule_checker.order_total_less_than_or_equal' shared service.
  5251.      *
  5252.      * @return \Sylius\Component\Core\Shipping\Checker\Rule\OrderTotalLessThanOrEqualRuleChecker
  5253.      */
  5254.     protected function getSylius_ShippingMethodRuleChecker_OrderTotalLessThanOrEqualService()
  5255.     {
  5256.         return $this->services['sylius.shipping_method_rule_checker.order_total_less_than_or_equal'] = new \Sylius\Component\Core\Shipping\Checker\Rule\OrderTotalLessThanOrEqualRuleChecker();
  5257.     }
  5258.     /**
  5259.      * Gets the public 'sylius.shipping_method_rule_checker.total_weight_greater_than_or_equal' shared service.
  5260.      *
  5261.      * @return \Sylius\Component\Shipping\Checker\Rule\TotalWeightGreaterThanOrEqualRuleChecker
  5262.      */
  5263.     protected function getSylius_ShippingMethodRuleChecker_TotalWeightGreaterThanOrEqualService()
  5264.     {
  5265.         return $this->services['sylius.shipping_method_rule_checker.total_weight_greater_than_or_equal'] = new \Sylius\Component\Shipping\Checker\Rule\TotalWeightGreaterThanOrEqualRuleChecker();
  5266.     }
  5267.     /**
  5268.      * Gets the public 'sylius.shipping_method_rule_checker.total_weight_less_than_or_equal' shared service.
  5269.      *
  5270.      * @return \Sylius\Component\Shipping\Checker\Rule\TotalWeightLessThanOrEqualRuleChecker
  5271.      */
  5272.     protected function getSylius_ShippingMethodRuleChecker_TotalWeightLessThanOrEqualService()
  5273.     {
  5274.         return $this->services['sylius.shipping_method_rule_checker.total_weight_less_than_or_equal'] = new \Sylius\Component\Shipping\Checker\Rule\TotalWeightLessThanOrEqualRuleChecker();
  5275.     }
  5276.     /**
  5277.      * Gets the public 'sylius.shipping_method_rules_shipping_method_eligibility_checker' shared service.
  5278.      *
  5279.      * @return \Sylius\Component\Shipping\Checker\Eligibility\ShippingMethodRulesEligibilityChecker
  5280.      */
  5281.     protected function getSylius_ShippingMethodRulesShippingMethodEligibilityCheckerService()
  5282.     {
  5283.         return $this->services['sylius.shipping_method_rules_shipping_method_eligibility_checker'] = new \Sylius\Component\Shipping\Checker\Eligibility\ShippingMethodRulesEligibilityChecker(($this->services['sylius.registry.shipping_method_rule_checker'] ?? $this->getSylius_Registry_ShippingMethodRuleCheckerService()));
  5284.     }
  5285.     /**
  5286.      * Gets the public 'sylius.shipping_methods_resolver' shared service.
  5287.      *
  5288.      * @return \Sylius\Component\Shipping\Resolver\CompositeMethodsResolver
  5289.      */
  5290.     protected function getSylius_ShippingMethodsResolverService()
  5291.     {
  5292.         return $this->services['sylius.shipping_methods_resolver'] = new \Sylius\Component\Shipping\Resolver\CompositeMethodsResolver(($this->services['sylius.registry.shipping_methods_resolver'] ?? $this->getSylius_Registry_ShippingMethodsResolverService()));
  5293.     }
  5294.     /**
  5295.      * Gets the public 'sylius.shipping_methods_resolver.default' shared service.
  5296.      *
  5297.      * @return \Sylius\Component\Shipping\Resolver\ShippingMethodsResolver
  5298.      */
  5299.     protected function getSylius_ShippingMethodsResolver_DefaultService()
  5300.     {
  5301.         return $this->services['sylius.shipping_methods_resolver.default'] = new \Sylius\Component\Shipping\Resolver\ShippingMethodsResolver(($this->services['sylius.repository.shipping_method'] ?? $this->getSylius_Repository_ShippingMethodService()), ($this->services['sylius.shipping_method_eligibility_checker'] ?? $this->getSylius_ShippingMethodEligibilityCheckerService()));
  5302.     }
  5303.     /**
  5304.      * Gets the public 'sylius.shipping_methods_resolver.zones_and_channel_based' shared service.
  5305.      *
  5306.      * @return \Sylius\Component\Core\Resolver\ZoneAndChannelBasedShippingMethodsResolver
  5307.      */
  5308.     protected function getSylius_ShippingMethodsResolver_ZonesAndChannelBasedService()
  5309.     {
  5310.         return $this->services['sylius.shipping_methods_resolver.zones_and_channel_based'] = new \Sylius\Component\Core\Resolver\ZoneAndChannelBasedShippingMethodsResolver(($this->services['sylius.repository.shipping_method'] ?? $this->getSylius_Repository_ShippingMethodService()), ($this->services['sylius.zone_matcher'] ?? $this->getSylius_ZoneMatcherService()), ($this->services['sylius.shipping_method_eligibility_checker'] ?? $this->getSylius_ShippingMethodEligibilityCheckerService()));
  5311.     }
  5312.     /**
  5313.      * Gets the public 'sylius.shop.locale_stripping_router' shared service.
  5314.      *
  5315.      * @return \Sylius\Bundle\ShopBundle\Router\LocaleStrippingRouter
  5316.      */
  5317.     protected function getSylius_Shop_LocaleStrippingRouterService()
  5318.     {
  5319.         return $this->services['sylius.shop.locale_stripping_router'] = new \Sylius\Bundle\ShopBundle\Router\LocaleStrippingRouter(($this->privates['router.default'] ?? $this->getRouter_DefaultService()), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()));
  5320.     }
  5321.     /**
  5322.      * Gets the public 'sylius.storage.cart_session' shared service.
  5323.      *
  5324.      * @return \Sylius\Bundle\CoreBundle\Storage\CartSessionStorage
  5325.      */
  5326.     protected function getSylius_Storage_CartSessionService()
  5327.     {
  5328.         return $this->services['sylius.storage.cart_session'] = new \Sylius\Bundle\CoreBundle\Storage\CartSessionStorage(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), '_sylius.cart', ($this->services['sylius.repository.order'] ?? $this->getSylius_Repository_OrderService()));
  5329.     }
  5330.     /**
  5331.      * Gets the public 'sylius.storage.cookie' shared service.
  5332.      *
  5333.      * @return \Sylius\Bundle\ResourceBundle\Storage\CookieStorage
  5334.      */
  5335.     protected function getSylius_Storage_CookieService()
  5336.     {
  5337.         return $this->services['sylius.storage.cookie'] = new \Sylius\Bundle\ResourceBundle\Storage\CookieStorage();
  5338.     }
  5339.     /**
  5340.      * Gets the public 'sylius.storage.currency' shared service.
  5341.      *
  5342.      * @return \Sylius\Component\Core\Currency\CurrencyStorage
  5343.      */
  5344.     protected function getSylius_Storage_CurrencyService()
  5345.     {
  5346.         return $this->services['sylius.storage.currency'] = new \Sylius\Component\Core\Currency\CurrencyStorage(($this->services['sylius.storage.cookie'] ?? ($this->services['sylius.storage.cookie'] = new \Sylius\Bundle\ResourceBundle\Storage\CookieStorage())));
  5347.     }
  5348.     /**
  5349.      * Gets the public 'sylius.storage.locale' shared service.
  5350.      *
  5351.      * @return \Sylius\Component\Core\Locale\LocaleStorage
  5352.      */
  5353.     protected function getSylius_Storage_LocaleService()
  5354.     {
  5355.         return $this->services['sylius.storage.locale'] = new \Sylius\Component\Core\Locale\LocaleStorage(($this->services['sylius.storage.session'] ?? $this->getSylius_Storage_SessionService()));
  5356.     }
  5357.     /**
  5358.      * Gets the public 'sylius.storage.session' shared service.
  5359.      *
  5360.      * @return \Sylius\Bundle\ResourceBundle\Storage\SessionStorage
  5361.      */
  5362.     protected function getSylius_Storage_SessionService()
  5363.     {
  5364.         return $this->services['sylius.storage.session'] = new \Sylius\Bundle\ResourceBundle\Storage\SessionStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5365.     }
  5366.     /**
  5367.      * Gets the public 'sylius.templating.helper.adjustment' shared service.
  5368.      *
  5369.      * @return \Sylius\Bundle\OrderBundle\Templating\Helper\AdjustmentsHelper
  5370.      */
  5371.     protected function getSylius_Templating_Helper_AdjustmentService()
  5372.     {
  5373.         return $this->services['sylius.templating.helper.adjustment'] = new \Sylius\Bundle\OrderBundle\Templating\Helper\AdjustmentsHelper(($this->services['sylius.adjustments_aggregator'] ?? ($this->services['sylius.adjustments_aggregator'] = new \Sylius\Component\Order\Aggregator\AdjustmentsByLabelAggregator())));
  5374.     }
  5375.     /**
  5376.      * Gets the public 'sylius.templating.helper.bulk_action_grid' shared service.
  5377.      *
  5378.      * @return \Sylius\Bundle\GridBundle\Templating\Helper\BulkActionGridHelper
  5379.      */
  5380.     protected function getSylius_Templating_Helper_BulkActionGridService($lazyLoad true)
  5381.     {
  5382.         if ($lazyLoad) {
  5383.             return $this->services['sylius.templating.helper.bulk_action_grid'] = $this->createProxy('BulkActionGridHelper_d18a6a1', function () {
  5384.                 return \BulkActionGridHelper_d18a6a1::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5385.                     $wrappedInstance $this->getSylius_Templating_Helper_BulkActionGridService(false);
  5386.                     $proxy->setProxyInitializer(null);
  5387.                     return true;
  5388.                 });
  5389.             });
  5390.         }
  5391.         include_once \dirname(__DIR__4).'/vendor/sylius/grid-bundle/src/Bundle/Templating/Helper/BulkActionGridHelper.php';
  5392.         return new \Sylius\Bundle\GridBundle\Templating\Helper\BulkActionGridHelper(($this->services['sylius.custom_bulk_action_grid_renderer.twig'] ?? $this->getSylius_CustomBulkActionGridRenderer_TwigService()));
  5393.     }
  5394.     /**
  5395.      * Gets the public 'sylius.templating.helper.checkout_steps' shared service.
  5396.      *
  5397.      * @return \Sylius\Bundle\CoreBundle\Templating\Helper\CheckoutStepsHelper
  5398.      */
  5399.     protected function getSylius_Templating_Helper_CheckoutStepsService($lazyLoad true)
  5400.     {
  5401.         if ($lazyLoad) {
  5402.             return $this->services['sylius.templating.helper.checkout_steps'] = $this->createProxy('CheckoutStepsHelper_87a88b2', function () {
  5403.                 return \CheckoutStepsHelper_87a88b2::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5404.                     $wrappedInstance $this->getSylius_Templating_Helper_CheckoutStepsService(false);
  5405.                     $proxy->setProxyInitializer(null);
  5406.                     return true;
  5407.                 });
  5408.             });
  5409.         }
  5410.         include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Templating/Helper/CheckoutStepsHelper.php';
  5411.         return new \Sylius\Bundle\CoreBundle\Templating\Helper\CheckoutStepsHelper(($this->services['sylius.checker.order_payment_method_selection_requirement'] ?? $this->getSylius_Checker_OrderPaymentMethodSelectionRequirementService()), ($this->services['sylius.checker.order_shipping_method_selection_requirement'] ?? $this->getSylius_Checker_OrderShippingMethodSelectionRequirementService()));
  5412.     }
  5413.     /**
  5414.      * Gets the public 'sylius.templating.helper.convert_money' shared service.
  5415.      *
  5416.      * @return \Sylius\Bundle\MoneyBundle\Templating\Helper\ConvertMoneyHelper
  5417.      */
  5418.     protected function getSylius_Templating_Helper_ConvertMoneyService($lazyLoad true)
  5419.     {
  5420.         if ($lazyLoad) {
  5421.             return $this->services['sylius.templating.helper.convert_money'] = $this->createProxy('ConvertMoneyHelper_be8e0b7', function () {
  5422.                 return \ConvertMoneyHelper_be8e0b7::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5423.                     $wrappedInstance $this->getSylius_Templating_Helper_ConvertMoneyService(false);
  5424.                     $proxy->setProxyInitializer(null);
  5425.                     return true;
  5426.                 });
  5427.             });
  5428.         }
  5429.         include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/MoneyBundle/Templating/Helper/ConvertMoneyHelperInterface.php';
  5430.         include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/MoneyBundle/Templating/Helper/ConvertMoneyHelper.php';
  5431.         return new \Sylius\Bundle\MoneyBundle\Templating\Helper\ConvertMoneyHelper(($this->services['sylius.currency_converter'] ?? $this->getSylius_CurrencyConverterService()));
  5432.     }
  5433.     /**
  5434.      * Gets the public 'sylius.templating.helper.currency' shared service.
  5435.      *
  5436.      * @return \Sylius\Bundle\CurrencyBundle\Templating\Helper\CurrencyHelper
  5437.      */
  5438.     protected function getSylius_Templating_Helper_CurrencyService($lazyLoad true)
  5439.     {
  5440.         if ($lazyLoad) {
  5441.             return $this->services['sylius.templating.helper.currency'] = $this->createProxy('CurrencyHelper_dd0a15b', function () {
  5442.                 return \CurrencyHelper_dd0a15b::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5443.                     $wrappedInstance $this->getSylius_Templating_Helper_CurrencyService(false);
  5444.                     $proxy->setProxyInitializer(null);
  5445.                     return true;
  5446.                 });
  5447.             });
  5448.         }
  5449.         include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Templating/Helper/CurrencyHelperInterface.php';
  5450.         include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Templating/Helper/CurrencyHelper.php';
  5451.         return new \Sylius\Bundle\CurrencyBundle\Templating\Helper\CurrencyHelper();
  5452.     }
  5453.     /**
  5454.      * Gets the public 'sylius.templating.helper.format_money' shared service.
  5455.      *
  5456.      * @return \Sylius\Bundle\MoneyBundle\Templating\Helper\FormatMoneyHelper
  5457.      */
  5458.     protected function getSylius_Templating_Helper_FormatMoneyService($lazyLoad true)
  5459.     {
  5460.         if ($lazyLoad) {
  5461.             return $this->services['sylius.templating.helper.format_money'] = $this->createProxy('FormatMoneyHelper_87e5733', function () {
  5462.                 return \FormatMoneyHelper_87e5733::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5463.                     $wrappedInstance $this->getSylius_Templating_Helper_FormatMoneyService(false);
  5464.                     $proxy->setProxyInitializer(null);
  5465.                     return true;
  5466.                 });
  5467.             });
  5468.         }
  5469.         include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/MoneyBundle/Templating/Helper/FormatMoneyHelperInterface.php';
  5470.         include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/MoneyBundle/Templating/Helper/FormatMoneyHelper.php';
  5471.         return new \Sylius\Bundle\MoneyBundle\Templating\Helper\FormatMoneyHelper(($this->services['sylius.money_formatter'] ?? ($this->services['sylius.money_formatter'] = new \Sylius\Bundle\MoneyBundle\Formatter\MoneyFormatter())));
  5472.     }
  5473.     /**
  5474.      * Gets the public 'sylius.templating.helper.grid' shared service.
  5475.      *
  5476.      * @return \Sylius\Bundle\GridBundle\Templating\Helper\GridHelper
  5477.      */
  5478.     protected function getSylius_Templating_Helper_GridService($lazyLoad true)
  5479.     {
  5480.         if ($lazyLoad) {
  5481.             return $this->services['sylius.templating.helper.grid'] = $this->createProxy('GridHelper_dc9cf99', function () {
  5482.                 return \GridHelper_dc9cf99::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5483.                     $wrappedInstance $this->getSylius_Templating_Helper_GridService(false);
  5484.                     $proxy->setProxyInitializer(null);
  5485.                     return true;
  5486.                 });
  5487.             });
  5488.         }
  5489.         include_once \dirname(__DIR__4).'/vendor/sylius/grid-bundle/src/Bundle/Templating/Helper/GridHelper.php';
  5490.         return new \Sylius\Bundle\GridBundle\Templating\Helper\GridHelper(($this->services['sylius.custom_grid_renderer.twig'] ?? $this->getSylius_CustomGridRenderer_TwigService()));
  5491.     }
  5492.     /**
  5493.      * Gets the public 'sylius.templating.helper.inventory' shared service.
  5494.      *
  5495.      * @return \Sylius\Bundle\InventoryBundle\Templating\Helper\InventoryHelper
  5496.      */
  5497.     protected function getSylius_Templating_Helper_InventoryService()
  5498.     {
  5499.         return $this->services['sylius.templating.helper.inventory'] = new \Sylius\Bundle\InventoryBundle\Templating\Helper\InventoryHelper(($this->services['sylius.availability_checker.default'] ?? ($this->services['sylius.availability_checker.default'] = new \Sylius\Component\Inventory\Checker\AvailabilityChecker())));
  5500.     }
  5501.     /**
  5502.      * Gets the public 'sylius.templating.helper.locale' shared service.
  5503.      *
  5504.      * @return \Sylius\Bundle\LocaleBundle\Templating\Helper\LocaleHelper
  5505.      */
  5506.     protected function getSylius_Templating_Helper_LocaleService()
  5507.     {
  5508.         return $this->services['sylius.templating.helper.locale'] = new \Sylius\Bundle\LocaleBundle\Templating\Helper\LocaleHelper(($this->services['sylius.locale_converter'] ?? ($this->services['sylius.locale_converter'] = new \Sylius\Component\Locale\Converter\LocaleConverter())), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()));
  5509.     }
  5510.     /**
  5511.      * Gets the public 'sylius.templating.helper.price' shared service.
  5512.      *
  5513.      * @return \Sylius\Bundle\CoreBundle\Templating\Helper\PriceHelper
  5514.      */
  5515.     protected function getSylius_Templating_Helper_PriceService($lazyLoad true)
  5516.     {
  5517.         if ($lazyLoad) {
  5518.             return $this->services['sylius.templating.helper.price'] = $this->createProxy('PriceHelper_2012e62', function () {
  5519.                 return \PriceHelper_2012e62::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5520.                     $wrappedInstance $this->getSylius_Templating_Helper_PriceService(false);
  5521.                     $proxy->setProxyInitializer(null);
  5522.                     return true;
  5523.                 });
  5524.             });
  5525.         }
  5526.         include_once \dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Templating/Helper/PriceHelper.php';
  5527.         return new \Sylius\Bundle\CoreBundle\Templating\Helper\PriceHelper(($this->services['sylius.calculator.product_variant_price'] ?? ($this->services['sylius.calculator.product_variant_price'] = new \Sylius\Component\Core\Calculator\ProductVariantPriceCalculator())));
  5528.     }
  5529.     /**
  5530.      * Gets the public 'sylius.templating.helper.product_variants_prices' shared service.
  5531.      *
  5532.      * @return \Sylius\Bundle\CoreBundle\Templating\Helper\ProductVariantsPricesHelper
  5533.      */
  5534.     protected function getSylius_Templating_Helper_ProductVariantsPricesService()
  5535.     {
  5536.         return $this->services['sylius.templating.helper.product_variants_prices'] = new \Sylius\Bundle\CoreBundle\Templating\Helper\ProductVariantsPricesHelper(($this->services['sylius.provider.product_variants_prices'] ?? $this->getSylius_Provider_ProductVariantsPricesService()));
  5537.     }
  5538.     /**
  5539.      * Gets the public 'sylius.templating.helper.variant_resolver' shared service.
  5540.      *
  5541.      * @return \Sylius\Bundle\CoreBundle\Templating\Helper\VariantResolverHelper
  5542.      */
  5543.     protected function getSylius_Templating_Helper_VariantResolverService()
  5544.     {
  5545.         return $this->services['sylius.templating.helper.variant_resolver'] = new \Sylius\Bundle\CoreBundle\Templating\Helper\VariantResolverHelper(($this->services['sylius.product_variant_resolver.default'] ?? ($this->services['sylius.product_variant_resolver.default'] = new \Sylius\Component\Product\Resolver\DefaultProductVariantResolver())));
  5546.     }
  5547.     /**
  5548.      * Gets the public 'sylius.twig.extension.channels_currencies' shared service.
  5549.      *
  5550.      * @return \Sylius\Bundle\AdminBundle\Twig\ChannelsCurrenciesExtension
  5551.      */
  5552.     protected function getSylius_Twig_Extension_ChannelsCurrenciesService()
  5553.     {
  5554.         return $this->services['sylius.twig.extension.channels_currencies'] = new \Sylius\Bundle\AdminBundle\Twig\ChannelsCurrenciesExtension(($this->services['sylius.repository.channel'] ?? $this->getSylius_Repository_ChannelService()));
  5555.     }
  5556.     /**
  5557.      * Gets the public 'sylius.twig.extension.country_name' shared service.
  5558.      *
  5559.      * @return \Sylius\Bundle\AddressingBundle\Twig\CountryNameExtension
  5560.      */
  5561.     protected function getSylius_Twig_Extension_CountryNameService()
  5562.     {
  5563.         return $this->services['sylius.twig.extension.country_name'] = new \Sylius\Bundle\AddressingBundle\Twig\CountryNameExtension('');
  5564.     }
  5565.     /**
  5566.      * Gets the public 'sylius.twig.extension.form_test_attribute_array' shared service.
  5567.      *
  5568.      * @return \Sylius\Bundle\UiBundle\Twig\TestFormAttributeExtension
  5569.      */
  5570.     protected function getSylius_Twig_Extension_FormTestAttributeArrayService()
  5571.     {
  5572.         return $this->services['sylius.twig.extension.form_test_attribute_array'] = new \Sylius\Bundle\UiBundle\Twig\TestFormAttributeExtension('dev');
  5573.     }
  5574.     /**
  5575.      * Gets the public 'sylius.twig.extension.form_test_attribute_name' shared service.
  5576.      *
  5577.      * @return \Sylius\Bundle\UiBundle\Twig\TestHtmlAttributeExtension
  5578.      */
  5579.     protected function getSylius_Twig_Extension_FormTestAttributeNameService()
  5580.     {
  5581.         return $this->services['sylius.twig.extension.form_test_attribute_name'] = new \Sylius\Bundle\UiBundle\Twig\TestHtmlAttributeExtension('dev');
  5582.     }
  5583.     /**
  5584.      * Gets the public 'sylius.twig.extension.merge_recursive' shared service.
  5585.      *
  5586.      * @return \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension
  5587.      */
  5588.     protected function getSylius_Twig_Extension_MergeRecursiveService()
  5589.     {
  5590.         return $this->services['sylius.twig.extension.merge_recursive'] = new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension();
  5591.     }
  5592.     /**
  5593.      * Gets the public 'sylius.twig.extension.province_naming' shared service.
  5594.      *
  5595.      * @return \Sylius\Bundle\AddressingBundle\Twig\ProvinceNamingExtension
  5596.      */
  5597.     protected function getSylius_Twig_Extension_ProvinceNamingService()
  5598.     {
  5599.         return $this->services['sylius.twig.extension.province_naming'] = new \Sylius\Bundle\AddressingBundle\Twig\ProvinceNamingExtension(($this->services['sylius.province_naming_provider'] ?? $this->getSylius_ProvinceNamingProviderService()), '');
  5600.     }
  5601.     /**
  5602.      * Gets the public 'sylius.twig.extension.shop' shared service.
  5603.      *
  5604.      * @return \Sylius\Bundle\AdminBundle\Twig\ShopExtension
  5605.      */
  5606.     protected function getSylius_Twig_Extension_ShopService()
  5607.     {
  5608.         return $this->services['sylius.twig.extension.shop'] = new \Sylius\Bundle\AdminBundle\Twig\ShopExtension(true);
  5609.     }
  5610.     /**
  5611.      * Gets the public 'sylius.twig.extension.sylius_bundle_loaded_checker' shared service.
  5612.      *
  5613.      * @return \Sylius\Bundle\CoreBundle\Twig\BundleLoadedCheckerExtension
  5614.      */
  5615.     protected function getSylius_Twig_Extension_SyliusBundleLoadedCheckerService()
  5616.     {
  5617.         return $this->services['sylius.twig.extension.sylius_bundle_loaded_checker'] = new \Sylius\Bundle\CoreBundle\Twig\BundleLoadedCheckerExtension($this->parameters['kernel.bundles']);
  5618.     }
  5619.     /**
  5620.      * Gets the public 'sylius.twig.extension.widget.admin_notification' shared service.
  5621.      *
  5622.      * @return \Sylius\Bundle\AdminBundle\Twig\NotificationWidgetExtension
  5623.      */
  5624.     protected function getSylius_Twig_Extension_Widget_AdminNotificationService()
  5625.     {
  5626.         return $this->services['sylius.twig.extension.widget.admin_notification'] = new \Sylius\Bundle\AdminBundle\Twig\NotificationWidgetExtension(true60);
  5627.     }
  5628.     /**
  5629.      * Gets the public 'sylius.validator.customer_initializer' shared service.
  5630.      *
  5631.      * @return \Sylius\Bundle\CoreBundle\Validator\Initializer\CustomerInitializer
  5632.      */
  5633.     protected function getSylius_Validator_CustomerInitializerService()
  5634.     {
  5635.         return $this->services['sylius.validator.customer_initializer'] = new \Sylius\Bundle\CoreBundle\Validator\Initializer\CustomerInitializer(($this->services['sylius.canonicalizer'] ?? ($this->services['sylius.canonicalizer'] = new \Sylius\Component\User\Canonicalizer\Canonicalizer())));
  5636.     }
  5637.     /**
  5638.      * Gets the public 'sylius.zone_matcher' shared service.
  5639.      *
  5640.      * @return \Sylius\Component\Addressing\Matcher\ZoneMatcher
  5641.      */
  5642.     protected function getSylius_ZoneMatcherService()
  5643.     {
  5644.         return $this->services['sylius.zone_matcher'] = new \Sylius\Component\Addressing\Matcher\ZoneMatcher(($this->services['sylius.repository.zone'] ?? $this->getSylius_Repository_ZoneService()));
  5645.     }
  5646.     /**
  5647.      * Gets the public 'translator' shared service.
  5648.      *
  5649.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  5650.      */
  5651.     protected function getTranslatorService()
  5652.     {
  5653.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['Sylius\\Bundle\\ThemeBundle\\Translation\\ThemeAwareTranslator'] ?? $this->getThemeAwareTranslatorService()));
  5654.     }
  5655.     /**
  5656.      * Gets the public 'var_dumper.cloner' shared service.
  5657.      *
  5658.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  5659.      */
  5660.     protected function getVarDumper_ClonerService()
  5661.     {
  5662.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  5663.         $instance->setMaxItems(2500);
  5664.         $instance->setMinDepth(1);
  5665.         $instance->setMaxString(-1);
  5666.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  5667.         return $instance;
  5668.     }
  5669.     /**
  5670.      * Gets the private '.1_Serializer~ES55i2K' shared service.
  5671.      *
  5672.      * @return \Symfony\Component\Serializer\Serializer
  5673.      */
  5674.     protected function get_1SerializerES55i2KService()
  5675.     {
  5676.         return $this->privates['.1_Serializer~ES55i2K'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()))], [=> ($this->privates['serializer.encoder.json'] ?? ($this->privates['serializer.encoder.json'] = new \Symfony\Component\Serializer\Encoder\JsonEncoder()))]);
  5677.     }
  5678.     /**
  5679.      * Gets the private '.service_locator.vqnmiVU' shared service.
  5680.      *
  5681.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5682.      */
  5683.     protected function get_ServiceLocator_VqnmiVUService()
  5684.     {
  5685.         return $this->privates['.service_locator.vqnmiVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5686.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  5687.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  5688.             'security.firewall.map.context.image_resolver' => ['privates''security.firewall.map.context.image_resolver''getSecurity_Firewall_Map_Context_ImageResolverService'true],
  5689.             'security.firewall.map.context.new_api_admin_user' => ['privates''security.firewall.map.context.new_api_admin_user''getSecurity_Firewall_Map_Context_NewApiAdminUserService'true],
  5690.             'security.firewall.map.context.new_api_shop_user' => ['privates''security.firewall.map.context.new_api_shop_user''getSecurity_Firewall_Map_Context_NewApiShopUserService'true],
  5691.             'security.firewall.map.context.shop' => ['privates''security.firewall.map.context.shop''getSecurity_Firewall_Map_Context_ShopService'true],
  5692.         ], [
  5693.             'security.firewall.map.context.admin' => '?',
  5694.             'security.firewall.map.context.dev' => '?',
  5695.             'security.firewall.map.context.image_resolver' => '?',
  5696.             'security.firewall.map.context.new_api_admin_user' => '?',
  5697.             'security.firewall.map.context.new_api_shop_user' => '?',
  5698.             'security.firewall.map.context.shop' => '?',
  5699.         ]);
  5700.     }
  5701.     /**
  5702.      * Gets the private 'Sylius\Bundle\ApiBundle\DataProvider\ChannelAwareItemDataProvider' shared service.
  5703.      *
  5704.      * @return \Sylius\Bundle\ApiBundle\DataProvider\ChannelAwareItemDataProvider
  5705.      */
  5706.     protected function getChannelAwareItemDataProviderService()
  5707.     {
  5708.         return $this->privates['Sylius\\Bundle\\ApiBundle\\DataProvider\\ChannelAwareItemDataProvider'] = new \Sylius\Bundle\ApiBundle\DataProvider\ChannelAwareItemDataProvider(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  5709.             yield => ($this->services['Sylius\\Bundle\\ApiBundle\\DataProvider\\OrderItemItemDataProvider'] ?? $this->load('getOrderItemItemDataProviderService'));
  5710.             yield => ($this->services['Sylius\\Bundle\\ApiBundle\\DataProvider\\OrderItemUnitItemDataProvider'] ?? $this->load('getOrderItemUnitItemDataProviderService'));
  5711.             yield => ($this->services['Sylius\\Bundle\\ApiBundle\\DataProvider\\PaymentItemDataProvider'] ?? $this->load('getPaymentItemDataProviderService'));
  5712.             yield => ($this->services['Sylius\\Bundle\\ApiBundle\\DataProvider\\ShipmentItemDataProvider'] ?? $this->load('getShipmentItemDataProviderService'));
  5713.             yield => ($this->services['Sylius\\Bundle\\ApiBundle\\DataProvider\\ProductItemDataProvider'] ?? $this->load('getProductItemDataProviderService'));
  5714.             yield => ($this->services['Sylius\\Bundle\\ApiBundle\\DataProvider\\CustomerItemDataProvider'] ?? $this->load('getCustomerItemDataProviderService'));
  5715.             yield => ($this->services['Sylius\\Bundle\\ApiBundle\\DataProvider\\ResetPasswordItemDataProvider'] ?? ($this->services['Sylius\\Bundle\\ApiBundle\\DataProvider\\ResetPasswordItemDataProvider'] = new \Sylius\Bundle\ApiBundle\DataProvider\ResetPasswordItemDataProvider()));
  5716.             yield => ($this->services['Sylius\\Bundle\\ApiBundle\\DataProvider\\VerifyCustomerAccountItemDataProvider'] ?? ($this->services['Sylius\\Bundle\\ApiBundle\\DataProvider\\VerifyCustomerAccountItemDataProvider'] = new \Sylius\Bundle\ApiBundle\DataProvider\VerifyCustomerAccountItemDataProvider()));
  5717.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  5718.         }, 9))), ($this->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $this->getChannelContextInterfaceService()));
  5719.     }
  5720.     /**
  5721.      * Gets the private 'Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener' shared service.
  5722.      *
  5723.      * @return \Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener
  5724.      */
  5725.     protected function getCircularDependencyBreakingErrorListenerService()
  5726.     {
  5727.         return $this->privates['Sylius\\Bundle\\CoreBundle\\EventListener\\CircularDependencyBreakingErrorListener'] = new \Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener(new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []));
  5728.     }
  5729.     /**
  5730.      * Gets the private 'Sylius\Bundle\ThemeBundle\Asset\Installer\AssetsProviderInterface' shared service.
  5731.      *
  5732.      * @return \Sylius\Bundle\ThemeBundle\Asset\Installer\AssetsProvider
  5733.      */
  5734.     protected function getAssetsProviderInterfaceService()
  5735.     {
  5736.         return $this->privates['Sylius\\Bundle\\ThemeBundle\\Asset\\Installer\\AssetsProviderInterface'] = new \Sylius\Bundle\ThemeBundle\Asset\Installer\AssetsProvider(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] ?? ($this->privates['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] = new \Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProvider())));
  5737.     }
  5738.     /**
  5739.      * Gets the private 'Sylius\Bundle\ThemeBundle\Asset\PathResolverInterface' shared service.
  5740.      *
  5741.      * @return \Sylius\Bundle\ThemeBundle\Asset\PathResolver
  5742.      */
  5743.     protected function getPathResolverInterfaceService()
  5744.     {
  5745.         return $this->privates['Sylius\\Bundle\\ThemeBundle\\Asset\\PathResolverInterface'] = new \Sylius\Bundle\ThemeBundle\Asset\PathResolver(($this->privates['Sylius\\Bundle\\ThemeBundle\\Asset\\Installer\\AssetsProviderInterface'] ?? $this->getAssetsProviderInterfaceService()), new \Sylius\Bundle\ThemeBundle\Filesystem\Filesystem());
  5746.     }
  5747.     /**
  5748.      * Gets the private 'Sylius\Bundle\ThemeBundle\Repository\ThemeRepositoryInterface' shared service.
  5749.      *
  5750.      * @return \Sylius\Bundle\ThemeBundle\Repository\InMemoryThemeRepository
  5751.      */
  5752.     protected function getThemeRepositoryInterfaceService()
  5753.     {
  5754.         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([]), new \Sylius\Bundle\ThemeBundle\Factory\ThemeFactory(), new \Sylius\Bundle\ThemeBundle\Factory\ThemeAuthorFactory(), new \Sylius\Bundle\ThemeBundle\Factory\ThemeScreenshotFactory(), new \Sylius\Bundle\ThemeBundle\Loader\CircularDependencyChecker()));
  5755.     }
  5756.     /**
  5757.      * Gets the private 'Sylius\Bundle\ThemeBundle\Translation\ThemeAwareTranslator' shared service.
  5758.      *
  5759.      * @return \Sylius\Bundle\ThemeBundle\Translation\ThemeAwareTranslator
  5760.      */
  5761.     protected function getThemeAwareTranslatorService()
  5762.     {
  5763.         $a = ($this->privates['translation.loader.yml'] ?? $this->getTranslation_Loader_YmlService());
  5764.         $b = ($this->privates['translation.loader.xliff'] ?? $this->getTranslation_Loader_XliffService());
  5765.         $c = 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([=> new \Sylius\Bundle\ThemeBundle\Translation\Provider\Resource\SymfonyTranslatorResourceProvider([=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.af.yml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.af.yml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.af.yml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.af.yml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.af.yml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.af.yml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.af.yml'), 10 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.af.yml'), 11 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.af.yml'), 12 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.af.yml'), 13 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.af.yml'), 14 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.af.yml'), 15 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.af.yml'), 16 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.af.yml'), 17 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.af.yml'), 18 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.af.yml'), 19 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.af.yml'), 20 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.af.yml'), 21 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.af.yml'), 22 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.af.yml'), 23 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 24 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 25 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 26 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.ar.yml'), 27 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.ar.yml'), 28 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ar.yml'), 29 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.ar.yml'), 30 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ar.yml'), 31 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.ar.yml'), 32 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.ar.yml'), 33 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ar.yml'), 34 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.ar.yml'), 35 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ar.yml'), 36 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.ar.yml'), 37 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ar.yml'), 38 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.ar.yml'), 39 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ar.yml'), 40 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.ar.yml'), 41 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.ar.yml'), 42 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ar.yml'), 43 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ar.yml'), 44 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.ar.yml'), 45 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ar.yml'), 46 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.ar.yml'), 47 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.ar.yml'), 48 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ar.yml'), 49 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.ar.yml'), 50 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ar.yml'), 51 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ar.yml'), 52 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ar.yml'), 53 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.ar.yml'), 54 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.ar.yml'), 55 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.ar.yml'), 56 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.ar.yml'), 57 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.ar.yml'), 58 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ar.yml'), 59 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.ar.yml'), 60 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.ar.yml'), 61 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ar.yml'), 62 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.ar.yml'), 63 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.ar.yml'), 64 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.ar.yml'), 65 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ar.yml'), 66 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ar.yml'), 67 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.ar.yml'), 68 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.ar.yml'), 69 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.ar.yml'), 70 => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ar.xliff'), 71 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ar.yml'), 72 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.ar.yml'), 73 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.ar.yml'), 74 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ar.yml'), 75 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.ar.yml'), 76 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.ar.xliff'), 77 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 78 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 79 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf'), 80 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.az.xliff'), 81 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 82 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 83 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf'), 84 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.be.yml'), 85 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.be.yml'), 86 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.be.yml'), 87 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.be.yml'), 88 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.be.yml'), 89 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.be.yml'), 90 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.be.yml'), 91 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.be.yml'), 92 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.be.yml'), 93 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.be.yml'), 94 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.be.yml'), 95 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.be.yml'), 96 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.be.yml'), 97 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.be.yml'), 98 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.be.yml'), 99 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.be.yml'), 100 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.be.yml'), 101 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.be.yml'), 102 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.be.yml'), 103 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.be.yml'), 104 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.be.yml'), 105 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.be.yml'), 106 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.be.yml'), 107 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.be.yml'), 108 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.be.yml'), 109 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.be.yml'), 110 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.be.yml'), 111 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.be.yml'), 112 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.be.yml'), 113 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.be.yml'), 114 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.be.yml'), 115 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.be.yml'), 116 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.be.yml'), 117 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.be.yml'), 118 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.be.yml'), 119 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.be.yml'), 120 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.be.yml'), 121 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.be.yml'), 122 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 123 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 124 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 125 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.bg.yml'), 126 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.bg.yml'), 127 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.bg.yml'), 128 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.bg.yml'), 129 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.bg.yml'), 130 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.bg.yml'), 131 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.bg.yml'), 132 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.bg.yml'), 133 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.bg.yml'), 134 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.bg.yml'), 135 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.bg.yml'), 136 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.bg.yml'), 137 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.bg.yml'), 138 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.bg.yml'), 139 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.bg.yml'), 140 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.bg.yml'), 141 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.bg.yml'), 142 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.bg.yml'), 143 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.bg.yml'), 144 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.bg.yml'), 145 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.bg.yml'), 146 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.bg.yml'), 147 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.bg.yml'), 148 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.bg.yml'), 149 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.bg.yml'), 150 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.bg.yml'), 151 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.bg.yml'), 152 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.bg.yml'), 153 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.bg.yml'), 154 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.bg.yml'), 155 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.bg.yml'), 156 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.bg.yml'), 157 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.bg.yml'), 158 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.bg.yml'), 159 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.bg.yml'), 160 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.bg.yml'), 161 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.bg.yml'), 162 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.bg.yml'), 163 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.bg.yml'), 164 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.bg.yml'), 165 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.bg.yml'), 166 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.bg.yml'), 167 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.bg.yml'), 168 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.bg.yml'), 169 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.bg.yml'), 170 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.bg.yml'), 171 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.bg.yml'), 172 => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.bg.xlf'), 173 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 174 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 175 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), 176 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 177 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 178 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 179 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.ca.yml'), 180 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ca.yml'), 181 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ca.yml'), 182 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.ca.yml'), 183 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ca.yml'), 184 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ca.yml'), 185 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.ca.yml'), 186 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ca.yml'), 187 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.ca.yml'), 188 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ca.yml'), 189 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.ca.yml'), 190 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ca.yml'), 191 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ca.yml'), 192 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.ca.yml'), 193 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ca.yml'), 194 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.ca.yml'), 195 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ca.yml'), 196 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.ca.yml'), 197 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ca.yml'), 198 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ca.yml'), 199 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ca.yml'), 200 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.ca.yml'), 201 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.ca.yml'), 202 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ca.yml'), 203 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.ca.yml'), 204 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.ca.yml'), 205 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ca.yml'), 206 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.ca.yml'), 207 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ca.yml'), 208 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ca.yml'), 209 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.ca.yml'), 210 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ca.yml'), 211 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ca.yml'), 212 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.ca.yml'), 213 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.ca.xliff'), 214 => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ca.xlf'), 215 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 216 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 217 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 218 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.cs.yml'), 219 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.cs.yml'), 220 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.cs.yml'), 221 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.cs.yml'), 222 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.cs.yml'), 223 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.cs.yml'), 224 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.cs.yml'), 225 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.cs.yml'), 226 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.cs.yml'), 227 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.cs.yml'), 228 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.cs.yml'), 229 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.cs.yml'), 230 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.cs.yml'), 231 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.cs.yml'), 232 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.cs.yml'), 233 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.cs.yml'), 234 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.cs.yml'), 235 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.cs.yml'), 236 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.cs.yml'), 237 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.cs.yml'), 238 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.cs.yml'), 239 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.cs.yml'), 240 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.cs.yml'), 241 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.cs.yml'), 242 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.cs.yml'), 243 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.cs.yml'), 244 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.cs.yml'), 245 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.cs.yml'), 246 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.cs.yml'), 247 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.cs.yml'), 248 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.cs.yml'), 249 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.cs.yml'), 250 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.cs.yml'), 251 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.cs.yml'), 252 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.cs.yml'), 253 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.cs.yml'), 254 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.cs.yml'), 255 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.cs.yml'), 256 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.cs.yml'), 257 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.cs.yml'), 258 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.cs.yml'), 259 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.cs.yml'), 260 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.cs.yml'), 261 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.cs.yml'), 262 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.cs.yml'), 263 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.cs.yml'), 264 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.cs.yml'), 265 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.cs.yml'), 266 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.cs.yml'), 267 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.cs.yml'), 268 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.cs.yml'), 269 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.cs.xliff'), 270 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/messages.cs.yml'), 271 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/validators.cs.yml'), 272 => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.cs.xlf'), 273 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 274 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 275 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf'), 276 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 277 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 278 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 279 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.da.yml'), 280 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.da.yml'), 281 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.da.yml'), 282 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.da.yml'), 283 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.da.yml'), 284 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.da.yml'), 285 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.da.yml'), 286 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.da.yml'), 287 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.da.yml'), 288 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.da.yml'), 289 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.da.yml'), 290 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.da.yml'), 291 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.da.yml'), 292 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.da.yml'), 293 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.da.yml'), 294 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.da.yml'), 295 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.da.yml'), 296 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.da.yml'), 297 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.da.yml'), 298 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.da.yml'), 299 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.da.yml'), 300 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.da.yml'), 301 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.da.yml'), 302 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.da.yml'), 303 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.da.yml'), 304 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.da.yml'), 305 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.da.yml'), 306 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.da.yml'), 307 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.da.yml'), 308 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.da.yml'), 309 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.da.yml'), 310 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.da.yml'), 311 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.da.yml'), 312 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.da.yml'), 313 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.da.yml'), 314 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.da.yml'), 315 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.da.yml'), 316 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.da.yml'), 317 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.da.yml'), 318 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.da.yml'), 319 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.da.yml'), 320 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.da.yml'), 321 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.da.yml'), 322 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.da.yml'), 323 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.da.yml'), 324 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.da.yml'), 325 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.da.yml'), 326 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.da.xliff'), 327 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 328 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 329 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 330 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.de.yml'), 331 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.de.yml'), 332 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.de.yml'), 333 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.de.yml'), 334 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.de.yml'), 335 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.de.yml'), 336 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.de.yml'), 337 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.de.yml'), 338 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.de.yml'), 339 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.de.yml'), 340 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.de.yml'), 341 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.de.yml'), 342 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.de.yml'), 343 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.de.yml'), 344 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.de.yml'), 345 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.de.yml'), 346 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.de.yml'), 347 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.de.yml'), 348 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.de.yml'), 349 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.de.yml'), 350 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.de.yml'), 351 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.de.yml'), 352 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.de.yml'), 353 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.de.yml'), 354 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.de.yml'), 355 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.de.yml'), 356 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.de.yml'), 357 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.de.yml'), 358 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.de.yml'), 359 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.de.yml'), 360 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.de.yml'), 361 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.de.yml'), 362 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.de.yml'), 363 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.de.yml'), 364 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.de.yml'), 365 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.de.yml'), 366 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.de.yml'), 367 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.de.yml'), 368 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.de.yml'), 369 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.de.yml'), 370 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.de.yml'), 371 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.de.yml'), 372 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.de.yml'), 373 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.de.yml'), 374 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.de.yml'), 375 => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), 376 => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), 377 => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.de.yml'), 378 => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.de.yml'), 379 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.de.yml'), 380 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.de.yml'), 381 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.de.yml'), 382 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.de.yml'), 383 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.de.yml'), 384 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.de.yml'), 385 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.de.xliff'), 386 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/messages.de.yml'), 387 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/validators.de.yml'), 388 => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.de.xlf'), 389 => (\dirname(__DIR__4).'/vendor/bitbag/shipping-export-plugin/src/Resources/translations/flashes.de.yml'), 390 => (\dirname(__DIR__4).'/vendor/bitbag/shipping-export-plugin/src/Resources/translations/messages.de.yml'), 391 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 392 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 393 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), 394 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.el.yml'), 395 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.el.yml'), 396 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.el.yml'), 397 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.el.yml'), 398 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.el.yml'), 399 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.el.yml'), 400 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.el.yml'), 401 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.el.yml'), 402 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.el.yml'), 403 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.el.yml'), 404 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.el.yml'), 405 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.el.yml'), 406 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.el.yml'), 407 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.el.yml'), 408 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.el.yml'), 409 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.el.yml'), 410 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.el.yml'), 411 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.el.yml'), 412 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.el.yml'), 413 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.el.yml'), 414 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.el.yml'), 415 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.el.yml'), 416 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.el.yml'), 417 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.el.yml'), 418 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.el.yml'), 419 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.el.yml'), 420 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.el.yml'), 421 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.el.yml'), 422 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.el.yml'), 423 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.el.yml'), 424 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.el.yml'), 425 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.el.yml'), 426 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.el.yml'), 427 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.el.yml'), 428 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.el.yml'), 429 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.el.yml'), 430 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.el.yml'), 431 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.el.yml'), 432 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.el.yml'), 433 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.el.yml'), 434 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.el.yml'), 435 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 436 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 437 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 438 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.en.yml'), 439 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.en.yml'), 440 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.en.yml'), 441 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.en.yml'), 442 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.en.yml'), 443 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.en.yml'), 444 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.en.yml'), 445 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.en.yml'), 446 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.en.yml'), 447 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.en.yml'), 448 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.en.yml'), 449 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.en.yml'), 450 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.en.yml'), 451 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.en.yml'), 452 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.en.yml'), 453 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.en.yml'), 454 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.en.yml'), 455 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.en.yml'), 456 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.en.yml'), 457 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.en.yml'), 458 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.en.yml'), 459 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.en.yml'), 460 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.en.yml'), 461 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.en.yml'), 462 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.en.yml'), 463 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.en.yml'), 464 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.en.yml'), 465 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.en.yml'), 466 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.en.yml'), 467 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.en.yml'), 468 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.en.yml'), 469 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.en.yml'), 470 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.en.yml'), 471 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.en.yml'), 472 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.en.yml'), 473 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.en.yml'), 474 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.en.yml'), 475 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.en.yml'), 476 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.en.yml'), 477 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.en.yml'), 478 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.en.yml'), 479 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.en.yml'), 480 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.en.yml'), 481 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.en.yml'), 482 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.en.yml'), 483 => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), 484 => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), 485 => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.en.yml'), 486 => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.en.yml'), 487 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.en.yml'), 488 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.en.yml'), 489 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.en.yml'), 490 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.en.yml'), 491 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.en.yml'), 492 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.en.yml'), 493 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/translations/validators.en.yaml'), 494 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.en.xliff'), 495 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/messages.en.yml'), 496 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/validators.en.yml'), 497 => (\dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Resources/translations/messages.en.yml'), 498 => (\dirname(__DIR__4).'/vendor/odiseoteam/blog-bundle/src/Resources/translations/messages.en.yml'), 499 => (\dirname(__DIR__4).'/vendor/odiseoteam/blog-bundle/src/Resources/translations/validators.en.yml'), 500 => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.en.xlf'), 501 => (\dirname(__DIR__4).'/vendor/odiseoteam/sylius-blog-plugin/src/Resources/translations/messages.en.yaml'), 502 => (\dirname(__DIR__4).'/vendor/bitbag/shipping-export-plugin/src/Resources/translations/flashes.en.yml'), 503 => (\dirname(__DIR__4).'/vendor/bitbag/shipping-export-plugin/src/Resources/translations/messages.en.yml'), 504 => (\dirname(__DIR__4).'/translations/flashes.en.yml'), 505 => (\dirname(__DIR__4).'/translations/messages.en.yml'), 506 => (\dirname(__DIR__4).'/translations/validators.en.yml'), 507 => (\dirname(__DIR__4).'/translations/flashes.en.yml'), 508 => (\dirname(__DIR__4).'/translations/messages.en.yml'), 509 => (\dirname(__DIR__4).'/translations/validators.en.yml'), 510 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 511 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 512 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 513 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.es.yml'), 514 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.es.yml'), 515 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.es.yml'), 516 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.es.yml'), 517 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.es.yml'), 518 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.es.yml'), 519 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.es.yml'), 520 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.es.yml'), 521 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.es.yml'), 522 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.es.yml'), 523 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.es.yml'), 524 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.es.yml'), 525 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.es.yml'), 526 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.es.yml'), 527 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.es.yml'), 528 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.es.yml'), 529 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.es.yml'), 530 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.es.yml'), 531 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.es.yml'), 532 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.es.yml'), 533 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.es.yml'), 534 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.es.yml'), 535 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.es.yml'), 536 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.es.yml'), 537 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.es.yml'), 538 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.es.yml'), 539 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.es.yml'), 540 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.es.yml'), 541 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.es.yml'), 542 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.es.yml'), 543 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.es.yml'), 544 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.es.yml'), 545 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.es.yml'), 546 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.es.yml'), 547 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.es.yml'), 548 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.es.yml'), 549 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.es.yml'), 550 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.es.yml'), 551 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.es.yml'), 552 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.es.yml'), 553 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.es.yml'), 554 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.es.yml'), 555 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.es.yml'), 556 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.es.yml'), 557 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.es.yml'), 558 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.es.yml'), 559 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.es.yml'), 560 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.es.yml'), 561 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.es.yml'), 562 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.es.xliff'), 563 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/messages.es.yml'), 564 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/validators.es.yml'), 565 => (\dirname(__DIR__4).'/vendor/odiseoteam/blog-bundle/src/Resources/translations/messages.es.yml'), 566 => (\dirname(__DIR__4).'/vendor/odiseoteam/blog-bundle/src/Resources/translations/validators.es.yml'), 567 => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.es.xlf'), 568 => (\dirname(__DIR__4).'/vendor/odiseoteam/sylius-blog-plugin/src/Resources/translations/messages.es.yaml'), 569 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 570 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 571 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), 572 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.et.yml'), 573 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.et.yml'), 574 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.et.yml'), 575 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.et.yml'), 576 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.et.yml'), 577 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.et.yml'), 578 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.et.yml'), 579 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.et.yml'), 580 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.et.yml'), 581 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.et.yml'), 582 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.et.yml'), 583 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.et.yml'), 584 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.et.yml'), 585 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.et.yml'), 586 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.et.yml'), 587 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.et.yml'), 588 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.et.yml'), 589 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.et.yml'), 590 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.et.yml'), 591 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.et.yml'), 592 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.et.yml'), 593 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.et.yml'), 594 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 595 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 596 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 597 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 598 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 599 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 600 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.fa.yml'), 601 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.fa.yml'), 602 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.fa.yml'), 603 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.fa.yml'), 604 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.fa.yml'), 605 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.fa.yml'), 606 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.fa.yml'), 607 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.fa.yml'), 608 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.fa.yml'), 609 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.fa.yml'), 610 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.fa.yml'), 611 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.fa.yml'), 612 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.fa.yml'), 613 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.fa.yml'), 614 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.fa.yml'), 615 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.fa.yml'), 616 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.fa.yml'), 617 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.fa.yml'), 618 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.fa.yml'), 619 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.fa.yml'), 620 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.fa.yml'), 621 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.fa.yml'), 622 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.fa.yml'), 623 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.fa.yml'), 624 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.fa.yml'), 625 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.fa.yml'), 626 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.fa.yml'), 627 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.fa.yml'), 628 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.fa.yml'), 629 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.fa.yml'), 630 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.fa.yml'), 631 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.fa.yml'), 632 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.fa.yml'), 633 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.fa.yml'), 634 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.fa.yml'), 635 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.fa.yml'), 636 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.fa.yml'), 637 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.fa.yml'), 638 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.fa.yml'), 639 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.fa.yml'), 640 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.fa.yml'), 641 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.fa.yml'), 642 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.fa.yml'), 643 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.fa.yml'), 644 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.fa.yml'), 645 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.fa.yml'), 646 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.fa.yml'), 647 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.fa.xliff'), 648 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 649 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 650 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 651 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.fi.yml'), 652 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.fi.yml'), 653 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.fi.yml'), 654 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.fi.yml'), 655 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.fi.yml'), 656 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.fi.yml'), 657 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.fi.yml'), 658 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.fi.yml'), 659 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.fi.yml'), 660 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.fi.yml'), 661 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.fi.yml'), 662 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.fi.yml'), 663 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.fi.yml'), 664 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.fi.yml'), 665 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.fi.yml'), 666 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.fi.yml'), 667 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.fi.yml'), 668 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.fi.yml'), 669 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.fi.yml'), 670 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.fi.yml'), 671 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.fi.yml'), 672 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.fi.yml'), 673 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.fi.yml'), 674 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.fi.yml'), 675 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.fi.yml'), 676 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.fi.yml'), 677 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.fi.yml'), 678 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.fi.yml'), 679 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.fi.yml'), 680 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.fi.yml'), 681 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.fi.yml'), 682 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.fi.yml'), 683 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.fi.xliff'), 684 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 685 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 686 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 687 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.fr.yml'), 688 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.fr.yml'), 689 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.fr.yml'), 690 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.fr.yml'), 691 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.fr.yml'), 692 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.fr.yml'), 693 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.fr.yml'), 694 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.fr.yml'), 695 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.fr.yml'), 696 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.fr.yml'), 697 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.fr.yml'), 698 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.fr.yml'), 699 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.fr.yml'), 700 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.fr.yml'), 701 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.fr.yml'), 702 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.fr.yml'), 703 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.fr.yml'), 704 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.fr.yml'), 705 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.fr.yml'), 706 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.fr.yml'), 707 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.fr.yml'), 708 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.fr.yml'), 709 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.fr.yml'), 710 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.fr.yml'), 711 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.fr.yml'), 712 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.fr.yml'), 713 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.fr.yml'), 714 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.fr.yml'), 715 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.fr.yml'), 716 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.fr.yml'), 717 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.fr.yml'), 718 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.fr.yml'), 719 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.fr.yml'), 720 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.fr.yml'), 721 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.fr.yml'), 722 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.fr.yml'), 723 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.fr.yml'), 724 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.fr.yml'), 725 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.fr.yml'), 726 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.fr.yml'), 727 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.fr.yml'), 728 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.fr.yml'), 729 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.fr.yml'), 730 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.fr.yml'), 731 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.fr.yml'), 732 => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), 733 => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), 734 => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.fr.yml'), 735 => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.fr.yml'), 736 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.fr.yml'), 737 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.fr.yml'), 738 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.fr.yml'), 739 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.fr.yml'), 740 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.fr.yml'), 741 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.fr.yml'), 742 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.fr.xliff'), 743 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/messages.fr.yml'), 744 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/validators.fr.yml'), 745 => (\dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Resources/translations/messages.fr.yml'), 746 => (\dirname(__DIR__4).'/vendor/odiseoteam/blog-bundle/src/Resources/translations/messages.fr.yml'), 747 => (\dirname(__DIR__4).'/vendor/odiseoteam/blog-bundle/src/Resources/translations/validators.fr.yml'), 748 => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.fr.xlf'), 749 => (\dirname(__DIR__4).'/vendor/odiseoteam/sylius-blog-plugin/src/Resources/translations/messages.fr.yaml'), 750 => (\dirname(__DIR__4).'/vendor/bitbag/shipping-export-plugin/src/Resources/translations/flashes.fr.yml'), 751 => (\dirname(__DIR__4).'/vendor/bitbag/shipping-export-plugin/src/Resources/translations/messages.fr.yml'), 752 => (\dirname(__DIR__4).'/translations/messages.fr.yaml'), 753 => (\dirname(__DIR__4).'/translations/messages.fr.yaml'), 754 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 755 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 756 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), 757 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.gl.xliff'), 758 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 759 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 760 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), 761 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.he.yml'), 762 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.he.yml'), 763 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.he.yml'), 764 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.he.yml'), 765 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.he.yml'), 766 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.he.yml'), 767 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.he.yml'), 768 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.he.yml'), 769 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.he.yml'), 770 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.he.yml'), 771 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.he.yml'), 772 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.he.yml'), 773 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.he.yml'), 774 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.he.yml'), 775 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.he.yml'), 776 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.he.yml'), 777 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.he.yml'), 778 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.he.yml'), 779 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.he.yml'), 780 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.he.yml'), 781 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.he.yml'), 782 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.he.yml'), 783 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.he.yml'), 784 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.he.yml'), 785 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.he.yml'), 786 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.he.yml'), 787 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.he.yml'), 788 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.he.yml'), 789 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.he.yml'), 790 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.he.yml'), 791 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.he.yml'), 792 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.he.yml'), 793 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.he.yml'), 794 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 795 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 796 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 797 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.hr.yml'), 798 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.hr.yml'), 799 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.hr.yml'), 800 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.hr.yml'), 801 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.hr.yml'), 802 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.hr.yml'), 803 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.hr.yml'), 804 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.hr.yml'), 805 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.hr.yml'), 806 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.hr.yml'), 807 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.hr.yml'), 808 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.hr.yml'), 809 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.hr.yml'), 810 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.hr.yml'), 811 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.hr.yml'), 812 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.hr.yml'), 813 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.hr.yml'), 814 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.hr.yml'), 815 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.hr.yml'), 816 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.hr.yml'), 817 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.hr.yml'), 818 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.hr.yml'), 819 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.hr.yml'), 820 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.hr.yml'), 821 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.hr.yml'), 822 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.hr.yml'), 823 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.hr.yml'), 824 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.hr.yml'), 825 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.hr.yml'), 826 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.hr.yml'), 827 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.hr.yml'), 828 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.hr.yml'), 829 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.hr.yml'), 830 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.hr.yml'), 831 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.hr.yml'), 832 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.hr.yml'), 833 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.hr.yml'), 834 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.hr.yml'), 835 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.hr.yml'), 836 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.hr.yml'), 837 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.hr.yml'), 838 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.hr.yml'), 839 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.hr.yml'), 840 => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.hr.yml'), 841 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.hr.yml'), 842 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.hr.yml'), 843 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.hr.yml'), 844 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.hr.yml'), 845 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.hr.xliff'), 846 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/messages.hr.yml'), 847 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/validators.hr.yml'), 848 => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.hr.xlf'), 849 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 850 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 851 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 852 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.hu.yml'), 853 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.hu.yml'), 854 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.hu.yml'), 855 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.hu.yml'), 856 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.hu.yml'), 857 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.hu.yml'), 858 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.hu.yml'), 859 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.hu.yml'), 860 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.hu.yml'), 861 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.hu.yml'), 862 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.hu.yml'), 863 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.hu.yml'), 864 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.hu.yml'), 865 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.hu.yml'), 866 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.hu.yml'), 867 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.hu.yml'), 868 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.hu.yml'), 869 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.hu.yml'), 870 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.hu.yml'), 871 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.hu.yml'), 872 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.hu.yml'), 873 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.hu.yml'), 874 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.hu.yml'), 875 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.hu.yml'), 876 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.hu.yml'), 877 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.hu.yml'), 878 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.hu.yml'), 879 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.hu.yml'), 880 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.hu.yml'), 881 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.hu.yml'), 882 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.hu.yml'), 883 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.hu.yml'), 884 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.hu.yml'), 885 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.hu.yml'), 886 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.hu.yml'), 887 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.hu.yml'), 888 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.hu.yml'), 889 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.hu.yml'), 890 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.hu.yml'), 891 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.hu.yml'), 892 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.hu.yml'), 893 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.hu.yml'), 894 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.hu.yml'), 895 => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), 896 => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.hu.xliff'), 897 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.hu.yml'), 898 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.hu.yml'), 899 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.hu.yml'), 900 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.hu.yml'), 901 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 902 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 903 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf'), 904 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 905 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 906 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 907 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.id.yml'), 908 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.id.yml'), 909 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.id.yml'), 910 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.id.yml'), 911 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.id.yml'), 912 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.id.yml'), 913 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.id.yml'), 914 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.id.yml'), 915 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.id.yml'), 916 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.id.yml'), 917 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.id.yml'), 918 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.id.yml'), 919 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.id.yml'), 920 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.id.yml'), 921 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.id.yml'), 922 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.id.yml'), 923 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.id.yml'), 924 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.id.yml'), 925 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.id.yml'), 926 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.id.yml'), 927 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.id.yml'), 928 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.id.yml'), 929 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.id.yml'), 930 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.id.yml'), 931 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.id.yml'), 932 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.id.yml'), 933 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.id.yml'), 934 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.id.yml'), 935 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.id.yml'), 936 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.id.yml'), 937 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.id.yml'), 938 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.id.yml'), 939 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.id.yml'), 940 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.id.yml'), 941 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.id.yml'), 942 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.id.yml'), 943 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.id.yml'), 944 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.id.yml'), 945 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.id.yml'), 946 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.id.yml'), 947 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.id.yml'), 948 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.id.yml'), 949 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.id.yml'), 950 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.id.yml'), 951 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.id.yml'), 952 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.id.yml'), 953 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.id.yml'), 954 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 955 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 956 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 957 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.it.yml'), 958 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.it.yml'), 959 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.it.yml'), 960 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.it.yml'), 961 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.it.yml'), 962 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.it.yml'), 963 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.it.yml'), 964 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.it.yml'), 965 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.it.yml'), 966 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.it.yml'), 967 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.it.yml'), 968 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.it.yml'), 969 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.it.yml'), 970 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.it.yml'), 971 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.it.yml'), 972 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.it.yml'), 973 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.it.yml'), 974 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.it.yml'), 975 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.it.yml'), 976 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.it.yml'), 977 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.it.yml'), 978 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.it.yml'), 979 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.it.yml'), 980 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.it.yml'), 981 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.it.yml'), 982 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.it.yml'), 983 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.it.yml'), 984 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.it.yml'), 985 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.it.yml'), 986 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.it.yml'), 987 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.it.yml'), 988 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.it.yml'), 989 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.it.yml'), 990 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.it.yml'), 991 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.it.yml'), 992 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.it.yml'), 993 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.it.yml'), 994 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.it.yml'), 995 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.it.yml'), 996 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.it.yml'), 997 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.it.yml'), 998 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.it.yml'), 999 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.it.yml'), 1000 => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), 1001 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.it.yml'), 1002 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.it.yml'), 1003 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.it.yml'), 1004 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.it.yml'), 1005 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.it.yml'), 1006 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.it.xliff'), 1007 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1008 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 1009 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 1010 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ja.yml'), 1011 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ja.yml'), 1012 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ja.yml'), 1013 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ja.yml'), 1014 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ja.yml'), 1015 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ja.yml'), 1016 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.ja.yml'), 1017 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ja.yml'), 1018 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ja.yml'), 1019 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ja.yml'), 1020 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ja.yml'), 1021 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ja.yml'), 1022 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ja.yml'), 1023 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ja.yml'), 1024 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.ja.yml'), 1025 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ja.yml'), 1026 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.ja.yml'), 1027 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ja.yml'), 1028 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.ja.yml'), 1029 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ja.yml'), 1030 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ja.yml'), 1031 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.ja.yml'), 1032 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.ja.yml'), 1033 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ja.yml'), 1034 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ja.yml'), 1035 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.ja.yml'), 1036 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1037 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 1038 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), 1039 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1040 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 1041 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 1042 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.lt.yml'), 1043 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.lt.yml'), 1044 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.lt.yml'), 1045 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.lt.yml'), 1046 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.lt.yml'), 1047 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.lt.yml'), 1048 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.lt.yml'), 1049 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.lt.yml'), 1050 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.lt.yml'), 1051 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.lt.yml'), 1052 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.lt.yml'), 1053 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.lt.yml'), 1054 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.lt.yml'), 1055 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.lt.yml'), 1056 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.lt.yml'), 1057 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.lt.yml'), 1058 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.lt.yml'), 1059 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.lt.yml'), 1060 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.lt.yml'), 1061 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.lt.yml'), 1062 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.lt.yml'), 1063 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.lt.yml'), 1064 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.lt.yml'), 1065 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.lt.yml'), 1066 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.lt.yml'), 1067 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.lt.yml'), 1068 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.lt.yml'), 1069 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.lt.yml'), 1070 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.lt.yml'), 1071 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.lt.yml'), 1072 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.lt.yml'), 1073 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.lt.yml'), 1074 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.lt.yml'), 1075 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.lt.yml'), 1076 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.lt.yml'), 1077 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.lt.yml'), 1078 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.lt.yml'), 1079 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.lt.yml'), 1080 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.lt.yml'), 1081 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.lt.yml'), 1082 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.lt.yml'), 1083 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.lt.yml'), 1084 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.lt.yml'), 1085 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.lt.yml'), 1086 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.lt.yml'), 1087 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/messages.lt.yml'), 1088 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/validators.lt.yml'), 1089 => (\dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Resources/translations/messages.lt.yml'), 1090 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1091 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 1092 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), 1093 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.lv.yml'), 1094 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.lv.yml'), 1095 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.lv.yml'), 1096 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.lv.yml'), 1097 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.lv.yml'), 1098 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.lv.yml'), 1099 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.lv.yml'), 1100 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.lv.yml'), 1101 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.lv.yml'), 1102 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.lv.yml'), 1103 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.lv.yml'), 1104 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.lv.yml'), 1105 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.lv.yml'), 1106 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.lv.yml'), 1107 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.lv.yml'), 1108 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.lv.yml'), 1109 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.lv.yml'), 1110 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.lv.yml'), 1111 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.lv.yml'), 1112 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.lv.yml'), 1113 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1114 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 1115 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), 1116 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.mk.yml'), 1117 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.mk.yml'), 1118 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.mk.yml'), 1119 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.mk.yml'), 1120 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.mk.yml'), 1121 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.mk.yml'), 1122 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.mk.yml'), 1123 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.mk.yml'), 1124 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.mk.yml'), 1125 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.mk.yml'), 1126 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.mk.yml'), 1127 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.mk.yml'), 1128 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.mk.yml'), 1129 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.mk.yml'), 1130 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.mk.yml'), 1131 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.mk.yml'), 1132 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.mk.yml'), 1133 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.mk.yml'), 1134 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.mk.yml'), 1135 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.mk.yml'), 1136 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.mk.yml'), 1137 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.mk.yml'), 1138 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1139 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 1140 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), 1141 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.mn.yml'), 1142 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.mn.yml'), 1143 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.mn.yml'), 1144 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.mn.yml'), 1145 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.mn.yml'), 1146 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.mn.yml'), 1147 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.mn.yml'), 1148 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.mn.yml'), 1149 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.mn.yml'), 1150 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.mn.yml'), 1151 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.mn.yml'), 1152 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.mn.yml'), 1153 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.mn.yml'), 1154 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.mn.yml'), 1155 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.mn.yml'), 1156 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.mn.yml'), 1157 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.mn.yml'), 1158 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.mn.yml'), 1159 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.mn.yml'), 1160 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.mn.yml'), 1161 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.mn.yml'), 1162 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.mn.yml'), 1163 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.mn.yml'), 1164 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.mn.yml'), 1165 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.mn.yml'), 1166 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.mn.yml'), 1167 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.mn.yml'), 1168 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.mn.yml'), 1169 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.mn.yml'), 1170 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.mn.yml'), 1171 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.mn.yml'), 1172 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.mn.yml'), 1173 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.mn.yml'), 1174 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.mn.yml'), 1175 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.mn.yml'), 1176 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.mn.yml'), 1177 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.mn.yml'), 1178 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.mn.yml'), 1179 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.mn.yml'), 1180 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.mn.yml'), 1181 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.mn.yml'), 1182 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.mn.yml'), 1183 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.mn.yml'), 1184 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.mn.yml'), 1185 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.mn.yml'), 1186 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.mn.yml'), 1187 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.mn.yml'), 1188 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1189 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 1190 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf'), 1191 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1192 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 1193 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), 1194 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1195 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 1196 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 1197 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.nl.yml'), 1198 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.nl.yml'), 1199 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.nl.yml'), 1200 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.nl.yml'), 1201 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.nl.yml'), 1202 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.nl.yml'), 1203 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.nl.yml'), 1204 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.nl.yml'), 1205 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.nl.yml'), 1206 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.nl.yml'), 1207 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.nl.yml'), 1208 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.nl.yml'), 1209 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.nl.yml'), 1210 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.nl.yml'), 1211 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.nl.yml'), 1212 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.nl.yml'), 1213 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.nl.yml'), 1214 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.nl.yml'), 1215 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.nl.yml'), 1216 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.nl.yml'), 1217 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.nl.yml'), 1218 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.nl.yml'), 1219 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.nl.yml'), 1220 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.nl.yml'), 1221 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.nl.yml'), 1222 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.nl.yml'), 1223 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.nl.yml'), 1224 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.nl.yml'), 1225 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.nl.yml'), 1226 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.nl.yml'), 1227 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.nl.yml'), 1228 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.nl.yml'), 1229 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.nl.yml'), 1230 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.nl.yml'), 1231 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.nl.yml'), 1232 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.nl.yml'), 1233 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.nl.yml'), 1234 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.nl.yml'), 1235 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.nl.yml'), 1236 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.nl.yml'), 1237 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.nl.yml'), 1238 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.nl.yml'), 1239 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.nl.yml'), 1240 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.nl.yml'), 1241 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.nl.yml'), 1242 => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.nl.xliff'), 1243 => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.nl.xliff'), 1244 => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.nl.yml'), 1245 => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.nl.yml'), 1246 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.nl.yml'), 1247 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.nl.yml'), 1248 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.nl.yml'), 1249 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.nl.yml'), 1250 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.nl.yml'), 1251 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.nl.yml'), 1252 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.nl.xliff'), 1253 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/messages.nl.yml'), 1254 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/validators.nl.yml'), 1255 => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.nl.xlf'), 1256 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1257 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 1258 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf'), 1259 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1260 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 1261 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 1262 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.no.yml'), 1263 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.no.yml'), 1264 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.no.yml'), 1265 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.no.yml'), 1266 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.no.yml'), 1267 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.no.yml'), 1268 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.no.yml'), 1269 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.no.yml'), 1270 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.no.yml'), 1271 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.no.yml'), 1272 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.no.yml'), 1273 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.no.yml'), 1274 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.no.yml'), 1275 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.no.yml'), 1276 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.no.yml'), 1277 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.no.yml'), 1278 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.no.yml'), 1279 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.no.yml'), 1280 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.no.yml'), 1281 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.no.yml'), 1282 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.no.yml'), 1283 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.no.yml'), 1284 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.no.yml'), 1285 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.no.yml'), 1286 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.no.yml'), 1287 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.no.yml'), 1288 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.no.yml'), 1289 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.no.yml'), 1290 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.no.yml'), 1291 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.no.yml'), 1292 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.no.yml'), 1293 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.no.yml'), 1294 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.no.yml'), 1295 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.no.yml'), 1296 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.no.yml'), 1297 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.no.yml'), 1298 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.no.yml'), 1299 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.no.yml'), 1300 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.no.yml'), 1301 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.no.yml'), 1302 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.no.yml'), 1303 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.no.yml'), 1304 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.no.yml'), 1305 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.no.yml'), 1306 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.no.xliff'), 1307 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1308 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 1309 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 1310 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.pl.yml'), 1311 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.pl.yml'), 1312 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.pl.yml'), 1313 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.pl.yml'), 1314 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.pl.yml'), 1315 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.pl.yml'), 1316 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.pl.yml'), 1317 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.pl.yml'), 1318 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.pl.yml'), 1319 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.pl.yml'), 1320 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.pl.yml'), 1321 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.pl.yml'), 1322 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.pl.yml'), 1323 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.pl.yml'), 1324 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.pl.yml'), 1325 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.pl.yml'), 1326 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.pl.yml'), 1327 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.pl.yml'), 1328 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.pl.yml'), 1329 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.pl.yml'), 1330 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.pl.yml'), 1331 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.pl.yml'), 1332 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.pl.yml'), 1333 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.pl.yml'), 1334 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.pl.yml'), 1335 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.pl.yml'), 1336 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.pl.yml'), 1337 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.pl.yml'), 1338 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.pl.yml'), 1339 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.pl.yml'), 1340 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.pl.yml'), 1341 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.pl.yml'), 1342 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.pl.yml'), 1343 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.pl.yml'), 1344 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.pl.yml'), 1345 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.pl.yml'), 1346 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.pl.yml'), 1347 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.pl.yml'), 1348 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.pl.yml'), 1349 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.pl.yml'), 1350 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.pl.yml'), 1351 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.pl.yml'), 1352 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.pl.yml'), 1353 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.pl.yml'), 1354 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.pl.yml'), 1355 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.pl.yml'), 1356 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.pl.yml'), 1357 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.pl.yml'), 1358 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.pl.yml'), 1359 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.pl.xliff'), 1360 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/messages.pl.yml'), 1361 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/validators.pl.yml'), 1362 => (\dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Resources/translations/messages.pl.yml'), 1363 => (\dirname(__DIR__4).'/vendor/odiseoteam/blog-bundle/src/Resources/translations/messages.pl.yml'), 1364 => (\dirname(__DIR__4).'/vendor/odiseoteam/blog-bundle/src/Resources/translations/validators.pl.yml'), 1365 => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.pl.xlf'), 1366 => (\dirname(__DIR__4).'/vendor/bitbag/shipping-export-plugin/src/Resources/translations/flashes.pl.yml'), 1367 => (\dirname(__DIR__4).'/vendor/bitbag/shipping-export-plugin/src/Resources/translations/messages.pl.yml'), 1368 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1369 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 1370 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 1371 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.pt.yml'), 1372 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.pt.yml'), 1373 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.pt.yml'), 1374 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.pt.yml'), 1375 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.pt.yml'), 1376 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.pt.yml'), 1377 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.pt.yml'), 1378 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.pt.yml'), 1379 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.pt.yml'), 1380 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.pt.yml'), 1381 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.pt.yml'), 1382 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.pt.yml'), 1383 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.pt.yml'), 1384 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.pt.yml'), 1385 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.pt.yml'), 1386 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.pt.yml'), 1387 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.pt.yml'), 1388 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.pt.yml'), 1389 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.pt.yml'), 1390 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.pt.yml'), 1391 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.pt.yml'), 1392 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.pt.yml'), 1393 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.pt.yml'), 1394 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.pt.yml'), 1395 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.pt.yml'), 1396 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.pt.yml'), 1397 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.pt.yml'), 1398 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.pt.yml'), 1399 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.pt.yml'), 1400 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.pt.yml'), 1401 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.pt.yml'), 1402 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.pt.yml'), 1403 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.pt.yml'), 1404 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.pt.yml'), 1405 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.pt.yml'), 1406 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.pt.yml'), 1407 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.pt.yml'), 1408 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.pt.yml'), 1409 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.pt.yml'), 1410 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.pt.yml'), 1411 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.pt.yml'), 1412 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.pt.yml'), 1413 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.pt.yml'), 1414 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.pt.yml'), 1415 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.pt.yml'), 1416 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.pt.xliff'), 1417 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1418 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 1419 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 1420 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.pt_BR.yml'), 1421 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.pt_BR.yml'), 1422 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.pt_BR.yml'), 1423 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.pt_BR.yml'), 1424 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.pt_BR.yml'), 1425 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.pt_BR.yml'), 1426 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.pt_BR.yml'), 1427 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.pt_BR.yml'), 1428 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.pt_BR.yml'), 1429 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.pt_BR.yml'), 1430 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.pt_BR.yml'), 1431 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.pt_BR.yml'), 1432 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.pt_BR.yml'), 1433 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.pt_BR.yml'), 1434 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.pt_BR.yml'), 1435 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.pt_BR.yml'), 1436 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.pt_BR.yml'), 1437 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.pt_BR.yml'), 1438 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.pt_BR.yml'), 1439 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.pt_BR.yml'), 1440 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.pt_BR.yml'), 1441 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.pt_BR.yml'), 1442 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.pt_BR.yml'), 1443 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.pt_BR.yml'), 1444 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.pt_BR.yml'), 1445 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.pt_BR.yml'), 1446 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.pt_BR.yml'), 1447 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.pt_BR.yml'), 1448 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.pt_BR.yml'), 1449 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.pt_BR.yml'), 1450 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.pt_BR.yml'), 1451 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.pt_BR.yml'), 1452 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.pt_BR.yml'), 1453 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.pt_BR.yml'), 1454 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.pt_BR.yml'), 1455 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.pt_BR.yml'), 1456 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.pt_BR.yml'), 1457 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.pt_BR.yml'), 1458 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.pt_BR.yml'), 1459 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.pt_BR.yml'), 1460 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.pt_BR.yml'), 1461 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.pt_BR.yml'), 1462 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.pt_BR.yml'), 1463 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.pt_BR.yml'), 1464 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.pt_BR.yml'), 1465 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.pt_BR.yml'), 1466 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.pt_BR.yml'), 1467 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1468 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 1469 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 1470 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.ro.yml'), 1471 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.ro.yml'), 1472 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ro.yml'), 1473 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.ro.yml'), 1474 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ro.yml'), 1475 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.ro.yml'), 1476 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.ro.yml'), 1477 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ro.yml'), 1478 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.ro.yml'), 1479 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ro.yml'), 1480 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.ro.yml'), 1481 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ro.yml'), 1482 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.ro.yml'), 1483 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ro.yml'), 1484 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.ro.yml'), 1485 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.ro.yml'), 1486 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ro.yml'), 1487 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ro.yml'), 1488 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.ro.yml'), 1489 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ro.yml'), 1490 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.ro.yml'), 1491 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.ro.yml'), 1492 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ro.yml'), 1493 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.ro.yml'), 1494 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ro.yml'), 1495 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ro.yml'), 1496 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ro.yml'), 1497 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.ro.yml'), 1498 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.ro.yml'), 1499 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.ro.yml'), 1500 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.ro.yml'), 1501 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.ro.yml'), 1502 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ro.yml'), 1503 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.ro.yml'), 1504 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.ro.yml'), 1505 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.ro.yml'), 1506 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ro.yml'), 1507 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.ro.yml'), 1508 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.ro.yml'), 1509 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.ro.yml'), 1510 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ro.yml'), 1511 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ro.yml'), 1512 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.ro.yml'), 1513 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.ro.yml'), 1514 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.ro.yml'), 1515 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.ro.yml'), 1516 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ro.yml'), 1517 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.ro.yml'), 1518 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.ro.yml'), 1519 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ro.yml'), 1520 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.ro.yml'), 1521 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.ro.xliff'), 1522 => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ro.xlf'), 1523 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1524 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 1525 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 1526 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.ru.yml'), 1527 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.ru.yml'), 1528 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ru.yml'), 1529 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.ru.yml'), 1530 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ru.yml'), 1531 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.ru.yml'), 1532 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.ru.yml'), 1533 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ru.yml'), 1534 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.ru.yml'), 1535 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ru.yml'), 1536 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.ru.yml'), 1537 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ru.yml'), 1538 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.ru.yml'), 1539 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ru.yml'), 1540 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.ru.yml'), 1541 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ru.yml'), 1542 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ru.yml'), 1543 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.ru.yml'), 1544 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ru.yml'), 1545 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.ru.yml'), 1546 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.ru.yml'), 1547 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ru.yml'), 1548 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.ru.yml'), 1549 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ru.yml'), 1550 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ru.yml'), 1551 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ru.yml'), 1552 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.ru.yml'), 1553 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.ru.yml'), 1554 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.ru.yml'), 1555 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.ru.yml'), 1556 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.ru.yml'), 1557 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ru.yml'), 1558 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.ru.yml'), 1559 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.ru.yml'), 1560 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ru.yml'), 1561 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.ru.yml'), 1562 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.ru.yml'), 1563 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.ru.yml'), 1564 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ru.yml'), 1565 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ru.yml'), 1566 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.ru.yml'), 1567 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.ru.yml'), 1568 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.ru.yml'), 1569 => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), 1570 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ru.yml'), 1571 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.ru.yml'), 1572 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ru.yml'), 1573 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.ru.yml'), 1574 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.ru.xliff'), 1575 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/messages.ru.yml'), 1576 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/validators.ru.yml'), 1577 => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ru.xlf'), 1578 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1579 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 1580 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 1581 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.sk.yml'), 1582 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.sk.yml'), 1583 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sk.yml'), 1584 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.sk.yml'), 1585 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sk.yml'), 1586 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.sk.yml'), 1587 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.sk.yml'), 1588 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sk.yml'), 1589 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.sk.yml'), 1590 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sk.yml'), 1591 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.sk.yml'), 1592 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sk.yml'), 1593 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sk.yml'), 1594 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sk.yml'), 1595 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.sk.yml'), 1596 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sk.yml'), 1597 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.sk.yml'), 1598 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.sk.yml'), 1599 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sk.yml'), 1600 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.sk.yml'), 1601 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.sk.yml'), 1602 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sk.yml'), 1603 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.sk.yml'), 1604 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sk.yml'), 1605 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sk.yml'), 1606 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sk.yml'), 1607 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.sk.yml'), 1608 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sk.yml'), 1609 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sk.yml'), 1610 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.sk.yml'), 1611 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.sk.yml'), 1612 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sk.yml'), 1613 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.sk.yml'), 1614 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.sk.yml'), 1615 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sk.yml'), 1616 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.sk.yml'), 1617 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sk.yml'), 1618 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.sk.yml'), 1619 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sk.yml'), 1620 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sk.yml'), 1621 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.sk.yml'), 1622 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.sk.yml'), 1623 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.sk.yml'), 1624 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sk.yml'), 1625 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.sk.yml'), 1626 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.sk.yml'), 1627 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sk.yml'), 1628 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sk.yml'), 1629 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sk.xliff'), 1630 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/messages.sk.yml'), 1631 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/validators.sk.yml'), 1632 => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sk.xlf'), 1633 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1634 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 1635 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 1636 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.sl.yml'), 1637 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sl.yml'), 1638 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.sl.yml'), 1639 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sl.yml'), 1640 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.sl.yml'), 1641 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sl.yml'), 1642 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.sl.yml'), 1643 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sl.yml'), 1644 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.sl.yml'), 1645 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sl.yml'), 1646 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sl.yml'), 1647 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sl.yml'), 1648 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.sl.yml'), 1649 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sl.yml'), 1650 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.sl.yml'), 1651 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.sl.yml'), 1652 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sl.yml'), 1653 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.sl.yml'), 1654 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.sl.yml'), 1655 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sl.yml'), 1656 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.sl.yml'), 1657 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sl.yml'), 1658 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sl.yml'), 1659 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sl.yml'), 1660 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.sl.yml'), 1661 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sl.yml'), 1662 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sl.yml'), 1663 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.sl.yml'), 1664 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.sl.yml'), 1665 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sl.yml'), 1666 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.sl.yml'), 1667 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.sl.yml'), 1668 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sl.yml'), 1669 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sl.yml'), 1670 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.sl.yml'), 1671 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sl.yml'), 1672 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sl.yml'), 1673 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.sl.yml'), 1674 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.sl.yml'), 1675 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.sl.yml'), 1676 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sl.yml'), 1677 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sl.yml'), 1678 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sl.yml'), 1679 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sl.xliff'), 1680 => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sl.xlf'), 1681 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1682 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 1683 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf'), 1684 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sq.yml'), 1685 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.sq.yml'), 1686 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sq.yml'), 1687 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.sq.yml'), 1688 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sq.yml'), 1689 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.sq.yml'), 1690 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sq.yml'), 1691 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.sq.yml'), 1692 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sq.yml'), 1693 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sq.yml'), 1694 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sq.yml'), 1695 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.sq.yml'), 1696 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sq.yml'), 1697 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.sq.yml'), 1698 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.sq.yml'), 1699 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sq.yml'), 1700 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.sq.yml'), 1701 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.sq.yml'), 1702 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sq.yml'), 1703 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.sq.yml'), 1704 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sq.yml'), 1705 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sq.yml'), 1706 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sq.yml'), 1707 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.sq.yml'), 1708 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sq.yml'), 1709 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sq.yml'), 1710 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.sq.yml'), 1711 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sq.yml'), 1712 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.sq.yml'), 1713 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.sq.yml'), 1714 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sq.yml'), 1715 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sq.yml'), 1716 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.sq.yml'), 1717 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sq.yml'), 1718 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sq.yml'), 1719 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.sq.yml'), 1720 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.sq.yml'), 1721 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.sq.yml'), 1722 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sq.yml'), 1723 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sq.yml'), 1724 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sq.yml'), 1725 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1726 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 1727 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf'), 1728 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sr_Cyrl.xliff'), 1729 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1730 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 1731 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), 1732 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sr_Latn.xliff'), 1733 => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sr_Latn.xlf'), 1734 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1735 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 1736 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 1737 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.sv.yml'), 1738 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.sv.yml'), 1739 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sv.yml'), 1740 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.sv.yml'), 1741 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sv.yml'), 1742 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sv.yml'), 1743 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.sv.yml'), 1744 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sv.yml'), 1745 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.sv.yml'), 1746 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sv.yml'), 1747 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sv.yml'), 1748 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sv.yml'), 1749 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sv.yml'), 1750 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.sv.yml'), 1751 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.sv.yml'), 1752 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sv.yml'), 1753 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.sv.yml'), 1754 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sv.yml'), 1755 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sv.yml'), 1756 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sv.yml'), 1757 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sv.yml'), 1758 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sv.yml'), 1759 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sv.yml'), 1760 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.sv.yml'), 1761 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.sv.yml'), 1762 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sv.yml'), 1763 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.sv.yml'), 1764 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.sv.yml'), 1765 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sv.yml'), 1766 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.sv.yml'), 1767 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sv.yml'), 1768 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.sv.yml'), 1769 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sv.yml'), 1770 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sv.yml'), 1771 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.sv.yml'), 1772 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sv.yml'), 1773 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sv.yml'), 1774 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sv.yml'), 1775 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sv.xliff'), 1776 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1777 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 1778 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), 1779 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.th.yml'), 1780 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.th.yml'), 1781 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.th.yml'), 1782 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.th.yml'), 1783 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.th.yml'), 1784 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.th.yml'), 1785 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.th.yml'), 1786 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.th.yml'), 1787 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.th.yml'), 1788 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.th.yml'), 1789 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.th.yml'), 1790 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.th.yml'), 1791 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.th.yml'), 1792 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.th.yml'), 1793 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.th.yml'), 1794 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.th.yml'), 1795 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.th.yml'), 1796 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.th.yml'), 1797 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.th.yml'), 1798 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.th.yml'), 1799 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.th.yml'), 1800 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.th.yml'), 1801 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.th.yml'), 1802 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.th.yml'), 1803 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.th.yml'), 1804 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.th.yml'), 1805 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.th.yml'), 1806 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.th.yml'), 1807 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.th.yml'), 1808 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.th.yml'), 1809 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.th.yml'), 1810 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.th.yml'), 1811 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.th.yml'), 1812 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.th.yml'), 1813 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.th.yml'), 1814 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.th.yml'), 1815 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.th.yml'), 1816 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.th.yml'), 1817 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.th.yml'), 1818 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.th.yml'), 1819 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.th.yml'), 1820 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.th.yml'), 1821 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.th.yml'), 1822 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.th.yml'), 1823 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.th.yml'), 1824 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.th.xliff'), 1825 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1826 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 1827 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf'), 1828 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1829 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 1830 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 1831 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.tr.yml'), 1832 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.tr.yml'), 1833 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.tr.yml'), 1834 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.tr.yml'), 1835 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.tr.yml'), 1836 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.tr.yml'), 1837 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.tr.yml'), 1838 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.tr.yml'), 1839 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.tr.yml'), 1840 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.tr.yml'), 1841 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.tr.yml'), 1842 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.tr.yml'), 1843 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.tr.yml'), 1844 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.tr.yml'), 1845 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.tr.yml'), 1846 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.tr.yml'), 1847 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.tr.yml'), 1848 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.tr.yml'), 1849 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.tr.yml'), 1850 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.tr.yml'), 1851 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.tr.yml'), 1852 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.tr.yml'), 1853 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.tr.yml'), 1854 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.tr.yml'), 1855 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.tr.yml'), 1856 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.tr.yml'), 1857 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.tr.yml'), 1858 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.tr.yml'), 1859 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.tr.yml'), 1860 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.tr.yml'), 1861 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.tr.yml'), 1862 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.tr.yml'), 1863 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.tr.yml'), 1864 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.tr.yml'), 1865 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.tr.yml'), 1866 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.tr.yml'), 1867 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.tr.yml'), 1868 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.tr.yml'), 1869 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.tr.yml'), 1870 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.tr.yml'), 1871 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.tr.yml'), 1872 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.tr.yml'), 1873 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.tr.yml'), 1874 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.tr.yml'), 1875 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.tr.yml'), 1876 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.tr.yml'), 1877 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.tr.yml'), 1878 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.tr.yml'), 1879 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.tr.yml'), 1880 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.tr.xliff'), 1881 => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.tr.xlf'), 1882 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1883 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 1884 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 1885 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.uk.yml'), 1886 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.uk.yml'), 1887 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.uk.yml'), 1888 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.uk.yml'), 1889 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.uk.yml'), 1890 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.uk.yml'), 1891 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.uk.yml'), 1892 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.uk.yml'), 1893 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.uk.yml'), 1894 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.uk.yml'), 1895 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.uk.yml'), 1896 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.uk.yml'), 1897 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.uk.yml'), 1898 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.uk.yml'), 1899 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.uk.yml'), 1900 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.uk.yml'), 1901 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.uk.yml'), 1902 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.uk.yml'), 1903 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.uk.yml'), 1904 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.uk.yml'), 1905 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.uk.yml'), 1906 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.uk.yml'), 1907 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.uk.yml'), 1908 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.uk.yml'), 1909 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.uk.yml'), 1910 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.uk.yml'), 1911 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.uk.yml'), 1912 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.uk.yml'), 1913 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.uk.yml'), 1914 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.uk.yml'), 1915 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.uk.yml'), 1916 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.uk.yml'), 1917 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.uk.yml'), 1918 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.uk.yml'), 1919 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.uk.yml'), 1920 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.uk.yml'), 1921 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.uk.yml'), 1922 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.uk.yml'), 1923 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.uk.yml'), 1924 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.uk.yml'), 1925 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.uk.yml'), 1926 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.uk.yml'), 1927 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.uk.yml'), 1928 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.uk.yml'), 1929 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.uk.yml'), 1930 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.uk.yml'), 1931 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.uk.yml'), 1932 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.uk.yml'), 1933 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.uk.yml'), 1934 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.uk.yml'), 1935 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.uk.xliff'), 1936 => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.uk.xlf'), 1937 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1938 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 1939 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf'), 1940 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1941 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 1942 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf'), 1943 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1944 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 1945 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), 1946 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.vi.yml'), 1947 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.vi.yml'), 1948 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.vi.yml'), 1949 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.vi.yml'), 1950 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.vi.yml'), 1951 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.vi.yml'), 1952 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.vi.yml'), 1953 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.vi.yml'), 1954 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.vi.yml'), 1955 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.vi.yml'), 1956 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.vi.yml'), 1957 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.vi.yml'), 1958 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.vi.yml'), 1959 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.vi.yml'), 1960 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.vi.yml'), 1961 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.vi.yml'), 1962 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.vi.yml'), 1963 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.vi.yml'), 1964 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.vi.yml'), 1965 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.vi.yml'), 1966 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.vi.yml'), 1967 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.vi.yml'), 1968 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1969 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 1970 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 1971 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.zh_CN.yml'), 1972 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.zh_CN.yml'), 1973 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.zh_CN.yml'), 1974 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.zh_CN.yml'), 1975 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.zh_CN.yml'), 1976 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.zh_CN.yml'), 1977 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.zh_CN.yml'), 1978 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.zh_CN.yml'), 1979 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.zh_CN.yml'), 1980 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.zh_CN.yml'), 1981 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.zh_CN.yml'), 1982 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.zh_CN.yml'), 1983 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.zh_CN.yml'), 1984 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.zh_CN.yml'), 1985 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.zh_CN.yml'), 1986 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.zh_CN.yml'), 1987 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.zh_CN.yml'), 1988 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.zh_CN.yml'), 1989 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.zh_CN.yml'), 1990 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.zh_CN.yml'), 1991 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.zh_CN.yml'), 1992 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.zh_CN.yml'), 1993 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.zh_CN.yml'), 1994 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.zh_CN.yml'), 1995 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.zh_CN.yml'), 1996 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.zh_CN.yml'), 1997 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.zh_CN.yml'), 1998 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.zh_CN.yml'), 1999 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.zh_CN.yml'), 2000 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.zh_CN.yml'), 2001 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.zh_CN.yml'), 2002 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.zh_CN.yml'), 2003 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.zh_CN.yml'), 2004 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.zh_CN.yml'), 2005 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.zh_CN.yml'), 2006 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.zh_CN.yml'), 2007 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.zh_CN.yml'), 2008 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.zh_CN.yml'), 2009 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.zh_CN.yml'), 2010 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.zh_CN.yml'), 2011 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.zh_CN.yml'), 2012 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.zh_CN.yml'), 2013 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.zh_CN.yml'), 2014 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.zh_CN.yml'), 2015 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.zh_CN.yml'), 2016 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.zh_CN.yml'), 2017 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.zh_CN.yml'), 2018 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.zh_CN.xliff'), 2019 => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.zh_CN.xlf'), 2020 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 2021 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2022 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), 2023 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.zh_TW.yml'), 2024 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.zh_TW.yml'), 2025 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.zh_TW.yml'), 2026 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.zh_TW.yml'), 2027 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.zh_TW.yml'), 2028 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.zh_TW.yml'), 2029 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.zh_TW.yml'), 2030 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.zh_TW.yml'), 2031 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.zh_TW.yml'), 2032 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.zh_TW.yml'), 2033 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.zh_TW.yml'), 2034 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.zh_TW.yml'), 2035 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.zh_TW.yml'), 2036 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.zh_TW.yml'), 2037 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.zh_TW.yml'), 2038 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.zh_TW.yml'), 2039 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.zh_TW.yml'), 2040 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.zh_TW.yml'), 2041 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.zh_TW.yml'), 2042 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.zh_TW.yml'), 2043 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.zh_TW.yml'), 2044 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.zh_TW.yml'), 2045 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.zh_TW.yml'), 2046 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.zh_TW.yml'), 2047 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.zh_TW.yml'), 2048 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.zh_TW.yml'), 2049 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.zh_TW.yml'), 2050 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.zh_TW.yml'), 2051 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.zh_TW.yml'), 2052 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.zh_TW.yml'), 2053 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.zh_TW.yml'), 2054 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.zh_TW.yml'), 2055 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.zh_TW.yml'), 2056 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.zh_TW.yml'), 2057 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.de_CH.yml'), 2058 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.de_CH.yml'), 2059 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.de_CH.yml'), 2060 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.de_CH.yml'), 2061 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.de_CH.yml'), 2062 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.de_CH.yml'), 2063 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.de_CH.yml'), 2064 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.de_CH.yml'), 2065 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.de_CH.yml'), 2066 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.de_CH.yml'), 2067 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.de_CH.yml'), 2068 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.de_CH.yml'), 2069 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.de_CH.yml'), 2070 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.de_CH.yml'), 2071 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.de_CH.yml'), 2072 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.de_CH.yml'), 2073 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.de_CH.yml'), 2074 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.de_CH.yml'), 2075 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.de_CH.yml'), 2076 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.de_CH.yml'), 2077 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.de_CH.yml'), 2078 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.de_CH.yml'), 2079 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.de_CH.yml'), 2080 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.de_CH.yml'), 2081 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.de_CH.yml'), 2082 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.de_CH.yml'), 2083 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.de_CH.yml'), 2084 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.de_CH.yml'), 2085 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.de_CH.yml'), 2086 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.de_CH.yml'), 2087 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.de_CH.yml'), 2088 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.de_CH.yml'), 2089 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.de_CH.yml'), 2090 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.de_CH.yml'), 2091 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.de_CH.yml'), 2092 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.de_CH.yml'), 2093 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.de_CH.yml'), 2094 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.de_CH.yml'), 2095 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.de_CH.yml'), 2096 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.de_CH.yml'), 2097 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.de_CH.yml'), 2098 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.de_CH.yml'), 2099 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.de_CH.yml'), 2100 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.de_CH.yml'), 2101 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.de_CH.yml'), 2102 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.de_CH.yml'), 2103 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.de_CH.yml'), 2104 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.de_CH.yml'), 2105 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.de_CH.yml'), 2106 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.de_CH.yml'), 2107 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.de_CH.yml'), 2108 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.is.yml'), 2109 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.is.yml'), 2110 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.is.yml'), 2111 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.is.yml'), 2112 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.is.yml'), 2113 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.is.yml'), 2114 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.is.yml'), 2115 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.is.yml'), 2116 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.is.yml'), 2117 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.is.yml'), 2118 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.is.yml'), 2119 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.is.yml'), 2120 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.is.yml'), 2121 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.is.yml'), 2122 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.is.yml'), 2123 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.is.yml'), 2124 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.is.yml'), 2125 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.is.yml'), 2126 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.is.yml'), 2127 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.is.yml'), 2128 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.is.yml'), 2129 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.is.yml'), 2130 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.is.yml'), 2131 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.is.yml'), 2132 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.is.yml'), 2133 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.is.yml'), 2134 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.is.yml'), 2135 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.is.yml'), 2136 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.is.yml'), 2137 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.is.yml'), 2138 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.sr_CS.yml'), 2139 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.sr_CS.yml'), 2140 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sr_CS.yml'), 2141 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.sr_CS.yml'), 2142 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sr_CS.yml'), 2143 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.sr_CS.yml'), 2144 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.sr_CS.yml'), 2145 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sr_CS.yml'), 2146 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.sr_CS.yml'), 2147 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sr_CS.yml'), 2148 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.sr_CS.yml'), 2149 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sr_CS.yml'), 2150 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sr_CS.yml'), 2151 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sr_CS.yml'), 2152 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.sr_CS.yml'), 2153 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sr_CS.yml'), 2154 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.sr_CS.yml'), 2155 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.sr_CS.yml'), 2156 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sr_CS.yml'), 2157 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.sr_CS.yml'), 2158 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.sr_CS.yml'), 2159 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sr_CS.yml'), 2160 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.sr_CS.yml'), 2161 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sr_CS.yml'), 2162 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sr_CS.yml'), 2163 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sr_CS.yml'), 2164 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.sr_CS.yml'), 2165 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sr_CS.yml'), 2166 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sr_CS.yml'), 2167 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.sr_CS.yml'), 2168 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.sr_CS.yml'), 2169 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sr_CS.yml'), 2170 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.sr_CS.yml'), 2171 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.sr_CS.yml'), 2172 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sr_CS.yml'), 2173 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.sr_CS.yml'), 2174 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sr_CS.yml'), 2175 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.sr_CS.yml'), 2176 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sr_CS.yml'), 2177 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sr_CS.yml'), 2178 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.sr_CS.yml'), 2179 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.sr_CS.yml'), 2180 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.sr_CS.yml'), 2181 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sr_CS.yml'), 2182 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.sr_CS.yml'), 2183 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sr_CS.yml'), 2184 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sr_CS.yml'), 2185 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ko.yml'), 2186 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ko.yml'), 2187 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ko.yml'), 2188 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ko.yml'), 2189 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ko.yml'), 2190 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ko.yml'), 2191 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ko.yml'), 2192 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ko.yml'), 2193 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ko.yml'), 2194 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ko.yml'), 2195 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ko.yml'), 2196 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ko.yml'), 2197 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.ko.yml'), 2198 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ko.yml'), 2199 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ko.yml'), 2200 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ko.yml'), 2201 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ko.yml'), 2202 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ko.yml'), 2203 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ms.yml'), 2204 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ms.yml'), 2205 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ms.yml'), 2206 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ms.yml'), 2207 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ms.yml'), 2208 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ms.yml'), 2209 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ms.yml'), 2210 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ms.yml'), 2211 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ms.yml'), 2212 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ms.yml'), 2213 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ms.yml'), 2214 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ms.yml'), 2215 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.ms.yml'), 2216 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ms.yml'), 2217 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ms.yml'), 2218 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ms.yml'), 2219 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ms.yml'), 2220 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sr.yml'), 2221 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sr.yml'), 2222 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sr.yml'), 2223 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sr.yml'), 2224 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sr.yml'), 2225 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sr.yml'), 2226 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sr.yml'), 2227 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sr.yml'), 2228 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sr.yml'), 2229 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sr.yml'), 2230 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sr.yml'), 2231 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sr.yml'), 2232 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sr.yml'), 2233 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sr.yml'), 2234 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sr.yml'), 2235 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sr.yml'), 2236 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sr.yml'), 2237 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sr.yml'), 2238 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.sr.yml'), 2239 => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.sr.yml'), 2240 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sr.yml'), 2241 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sr.yml'), 2242 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sr.yml'), 2243 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.oc.xliff'), 2244 => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sw.xliff'), 2245 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/translations/messages.cs_CZ.yml')]), => new \Sylius\Bundle\ThemeBundle\Translation\Provider\Resource\ThemeTranslatorResourceProvider(new \Sylius\Bundle\ThemeBundle\Translation\Finder\OrderingTranslationFilesFinder(new \Sylius\Bundle\ThemeBundle\Translation\Finder\TranslationFilesFinder(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()), 'fr_FR', ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true]);
  5766.         $c->setFallbackLocales([=> 'fr_FR'=> 'fr_FR'=> 'en']);
  5767.         return $this->privates['Sylius\\Bundle\\ThemeBundle\\Translation\\ThemeAwareTranslator'] = new \Sylius\Bundle\ThemeBundle\Translation\ThemeAwareTranslator($c, ($this->privates['sylius.theme.context.channel_based'] ?? $this->getSylius_Theme_Context_ChannelBasedService()));
  5768.     }
  5769.     /**
  5770.      * Gets the private 'Sylius\Bundle\UiBundle\Registry\TemplateBlockRegistryInterface' shared service.
  5771.      *
  5772.      * @return \Sylius\Bundle\UiBundle\Registry\TemplateBlockRegistry
  5773.      */
  5774.     protected function getTemplateBlockRegistryInterfaceService()
  5775.     {
  5776.         return $this->privates['Sylius\\Bundle\\UiBundle\\Registry\\TemplateBlockRegistryInterface'] = new \Sylius\Bundle\UiBundle\Registry\TemplateBlockRegistry(['open_marketplace.admin.vendor.show.details' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''open_marketplace.admin.vendor.show.details''Admin/Vendor/Show/_details.html.twig', [], 10NULL)], 'open_marketplace.admin.vendor.show.details_content' => ['labels' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('labels''open_marketplace.admin.vendor.show.details_content''Admin/Vendor/Show/_detailsLabels.html.twig', [], 20NULL), 'table' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('table''open_marketplace.admin.vendor.show.details_content''Admin/Vendor/Show/_detailsTable.html.twig', [], 10NULL)], 'open_marketplace.admin.vendor.form' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''open_marketplace.admin.vendor.form''Admin/Vendor/Update/_content.html.twig', [], 10NULL)], 'open_marketplace.admin.vendor.form.content' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''open_marketplace.admin.vendor.form.content''Admin/Vendor/Update/_columns.html.twig', [], 10NULL)], 'open_marketplace.admin.vendor.form.first_column' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''open_marketplace.admin.vendor.form.first_column''Admin/Vendor/Update/_firstColumn.html.twig', [], 10NULL)], 'open_marketplace.admin.vendor.form.vendor_details' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''open_marketplace.admin.vendor.form.vendor_details''Admin/Vendor/Update/_details.html.twig', [], 10NULL)], 'open_marketplace.admin.vendor.form.second_column' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''open_marketplace.admin.vendor.form.second_column''Admin/Vendor/Update/_secondColumn.html.twig', [], 10NULL)], 'open_marketplace.admin.vendor.form.vendor_address' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''open_marketplace.admin.vendor.form.vendor_address''Admin/Vendor/Update/_vendorAddress.html.twig', [], 10NULL)], 'sylius.shop.account.layout.menu' => ['before_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_legacy''sylius.shop.account.layout.menu''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.layout.before_menu'], 15NULL), 'menu' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('menu''sylius.shop.account.layout.menu''@SyliusShop/Account/Menu/_content.html.twig', [], 10NULL), 'vendor' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('vendor''sylius.shop.account.layout.menu''Account/Menu/_content.html.twig', [], 7NULL), 'after_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_legacy''sylius.shop.account.layout.menu''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.layout.after_menu'], 5NULL)], 'sylius.shop.homepage' => ['banner' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('banner''sylius.shop.homepage''@SyliusShop/Homepage/_banner.html.twig', [], 60NULL), 'latest_products' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('latest_products''sylius.shop.homepage''@SyliusShop/Homepage/_latestProducts.html.twig', [], 50NULL), 'latest_products_carousel' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('latest_products_carousel''sylius.shop.homepage''@SyliusShop/Homepage/_latestProductsCarousel.html.twig', [], 40NULL), 'newsletter' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('newsletter''sylius.shop.homepage''@SyliusShop/Homepage/_newsletter.html.twig', [], 30NULL), 'products_grid' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('products_grid''sylius.shop.homepage''@SyliusShop/Homepage/_productsGrid.html.twig', [], 20NULL), 'about_us' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('about_us''sylius.shop.homepage''@SyliusShop/Homepage/_aboutUs.html.twig', [], 10NULL)], 'sylius.shop.product.show.right_sidebar.images' => ['before_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_legacy''sylius.shop.product.show.right_sidebar.images''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.show.before_images_right'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.shop.product.show.right_sidebar.images''@SyliusShop/Product/Show/rightside_images.html.twig', [], 10NULL), 'after_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_legacy''sylius.shop.product.show.right_sidebar.images''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.show.after_images_right'], 5NULL)], 'sylius.shop.product.show.before.content' => ['header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.shop.product.show.before.content''@SyliusShop/Product/Show/_header.html.twig', [], 50NULL), 'after_product_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_product_header_legacy''sylius.shop.product.show.before.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.show.after_product_header'], 45NULL), 'variant_selection' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('variant_selection''sylius.shop.product.show.before.content''@SyliusShop/Product/Show/_variantSelection.html.twig', [], 10NULL), 'after_add_to_cart_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_add_to_cart_legacy''sylius.shop.product.show.before.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.show.after_add_to_cart'], 5NULL)], 'sylius.shop.product.index.search.without_input' => ['pagination' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('pagination''sylius.shop.product.index.search.without_input''@SyliusShop/Product/Index/_pagination.html.twig', [], 20NULL), 'sorting' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('sorting''sylius.shop.product.index.search.without_input''@SyliusShop/Product/Index/_sorting.html.twig', [], 10NULL)], 'sylius.shop.product.index.search.with_input' => ['before_search_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_search_legacy''sylius.shop.product.index.search.with_input''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.index.before_search'], 35NULL), 'search' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('search''sylius.shop.product.index.search.with_input''@SyliusShop/Product/Index/_search.html.twig', [], 30NULL), 'after_search_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_search_legacy''sylius.shop.product.index.search.with_input''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.index.after_search'], 25NULL)], 'sylius.grid' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.grid''@SyliusUi/Grid/_content.html.twig', [], 10NULL)], 'sylius.grid.body' => ['navigation' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('navigation''sylius.grid.body''@SyliusUi/Grid/Body/_navigation.html.twig', [], 30NULL), 'table' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('table''sylius.grid.body''@SyliusUi/Grid/Body/_table.html.twig', [], 20NULL), 'pagination' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('pagination''sylius.grid.body''@SyliusUi/Grid/Body/_pagination.html.twig', [], 10NULL)], 'sylius.grid.filters' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.grid.filters''@SyliusUi/Grid/Filter/_content.html.twig', [], 10NULL)], 'sylius.admin.login.before_form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.login.before_form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.login.before_form'], 30NULL), 'logo' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('logo''sylius.admin.login.before_form''@SyliusUi/Security/_logo.html.twig', [], 20NULL), 'error' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('error''sylius.admin.login.before_form''@SyliusUi/Security/_error.html.twig', [], 10NULL)], 'sylius.admin.login.form.content' => ['credentials' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('credentials''sylius.admin.login.form.content''@SyliusUi/Security/Form/_credentials.html.twig', [], 20NULL), 'submit' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('submit''sylius.admin.login.form.content''@SyliusUi/Security/Form/_submit.html.twig', [], 10NULL)], 'sylius.admin.index' => ['before_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_header_legacy''sylius.admin.index''@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig', ['postfix' => 'index.before_header'], 25NULL), 'header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.admin.index''@SyliusAdmin/Crud/Index/_header.html.twig', [], 20NULL), 'after_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_header_legacy''sylius.admin.index''@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig', ['postfix' => 'index.after_header'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.index''@SyliusAdmin/Crud/Index/_content.html.twig', [], 10NULL), 'after_content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_content''sylius.admin.index''@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig', ['postfix' => 'index.after_content'], 5NULL)], 'sylius.admin.index.stylesheets' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.index.stylesheets''@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig', ['postfix' => 'index.stylesheets'], 5NULL)], 'sylius.admin.index.javascripts' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.index.javascripts''@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig', ['postfix' => 'index.javascripts'], 5NULL)], 'sylius.admin.index.header' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.index.header''@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig', ['postfix' => 'index.header'], NULLNULL)], 'sylius.admin.create' => ['before_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_header_legacy''sylius.admin.create''@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig', ['postfix' => 'create.before_header'], 25NULL), 'header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.admin.create''@SyliusAdmin/Crud/Create/_header.html.twig', [], 20NULL), 'after_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_header_legacy''sylius.admin.create''@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig', ['postfix' => 'create.after_header'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.create''@SyliusAdmin/Crud/Create/_content.html.twig', [], 10NULL), 'after_content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_content''sylius.admin.create''@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig', ['postfix' => 'create.after_content'], 5NULL)], 'sylius.admin.create.stylesheets' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.create.stylesheets''@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig', ['postfix' => 'create.stylesheets'], NULLNULL)], 'sylius.admin.create.javascripts' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.create.javascripts''@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig', ['postfix' => 'create.javascripts'], NULLNULL)], 'sylius.admin.create.header' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.create.header''@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig', ['postfix' => 'create.header'], NULLNULL)], 'sylius.admin.create.form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.create.form''@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig', ['postfix' => 'create.form'], NULLNULL)], 'sylius.admin.update' => ['before_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_header_legacy''sylius.admin.update''@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig', ['postfix' => 'update.before_header'], 25NULL), 'header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.admin.update''@SyliusAdmin/Crud/Update/_header.html.twig', [], 20NULL), 'after_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_header_legacy''sylius.admin.update''@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig', ['postfix' => 'update.after_header'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.update''@SyliusAdmin/Crud/Update/_content.html.twig', [], 10NULL), 'after_content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_content''sylius.admin.update''@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig', ['postfix' => 'update.after_content'], 5NULL)], 'sylius.admin.update.stylesheets' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.update.stylesheets''@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig', ['postfix' => 'update.stylesheets'], NULLNULL)], 'sylius.admin.update.javascripts' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.update.javascripts''@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig', ['postfix' => 'update.javascripts'], NULLNULL)], 'sylius.admin.update.header' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.update.header''@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig', ['postfix' => 'update.header'], NULLNULL)], 'sylius.admin.update.form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.update.form''@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig', ['postfix' => 'update.form'], NULLNULL)], 'sylius.admin.layout.sidebar' => ['top_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('top_legacy''sylius.admin.layout.sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.layout.sidebar_top'], 25NULL), 'logo' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('logo''sylius.admin.layout.sidebar''@SyliusAdmin/_logo.html.twig', [], 20NULL), 'menu' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('menu''sylius.admin.layout.sidebar''@SyliusAdmin/_menu.html.twig', [], 10NULL), 'down_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('down_legacy''sylius.admin.layout.sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.layout.sidebar_down'], 5NULL)], 'sylius.admin.layout.javascripts' => ['scripts' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('scripts''sylius.admin.layout.javascripts''@SyliusAdmin/_scripts.html.twig', [], 10NULL), 'legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.layout.javascripts''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.layout.javascripts'], 0NULL)], 'sylius.admin.layout.stylesheets' => ['styles' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('styles''sylius.admin.layout.stylesheets''@SyliusAdmin/_styles.html.twig', [], 10NULL), 'legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.layout.stylesheets''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.layout.stylesheets'], 0NULL)], 'sylius.admin.layout.topbar_left' => ['sidebar_toggle' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('sidebar_toggle''sylius.admin.layout.topbar_left''@SyliusAdmin/Layout/_sidebarToggle.html.twig', [], 30NULL), 'legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.layout.topbar_left''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.layout.topbar_left'], 25NULL), 'channel_links' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('channel_links''sylius.admin.layout.topbar_left''@SyliusAdmin/Layout/_channelLinksWidget.html.twig', [], 20NULL), 'search' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('search''sylius.admin.layout.topbar_left''@SyliusAdmin/_search.html.twig', [], 10NULL)], 'sylius.admin.layout.topbar_middle' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.layout.topbar_middle''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.layout.topbar_middle'], NULLNULL)], 'sylius.admin.layout.topbar_right' => ['notifications' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('notifications''sylius.admin.layout.topbar_right''@SyliusAdmin/Layout/_notificationWidget.html.twig', [], 30NULL), 'support' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('support''sylius.admin.layout.topbar_right''@SyliusAdmin/_support.html.twig', [], 20NULL), 'security' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('security''sylius.admin.layout.topbar_right''@SyliusAdmin/_security.html.twig', [], 10NULL), 'legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.layout.topbar_right''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.layout.topbar_right'], 5NULL)], 'sylius.admin.order.update.form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.order.update.form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.order.update.form'], NULLNULL)], 'sylius.admin.product_variant.generate.form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.product_variant.generate.form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product_variant.generate.form'], NULLNULL)], 'sylius.admin.promotion_coupon.generate.form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.promotion_coupon.generate.form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.promotion_coupon.generate.form'], NULLNULL)], 'sylius.admin.login.form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.login.form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.login.form'], NULLNULL)], 'sylius.admin.taxon.update.before_content' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.taxon.update.before_content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.taxon.update.before_content'], NULLNULL)], 'sylius.admin.taxon.create.before_content' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.taxon.create.before_content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.taxon.create.before_content'], NULLNULL)], 'sylius.admin.taxon.create.taxon_tree' => ['before_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_legacy''sylius.admin.taxon.create.taxon_tree''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.taxon.create.before_taxon_tree'], 15NULL), 'tree' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('tree''sylius.admin.taxon.create.taxon_tree''@SyliusAdmin/Taxon/_taxonTree.html.twig', [], 10NULL), 'after_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_legacy''sylius.admin.taxon.create.taxon_tree''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.taxon.create.after_taxon_tree'], 5NULL)], 'sylius.admin.taxon.update.taxon_tree' => ['before_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_legacy''sylius.admin.taxon.update.taxon_tree''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.taxon.update.before_taxon_tree'], 15NULL), 'tree' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('tree''sylius.admin.taxon.update.taxon_tree''@SyliusAdmin/Taxon/_taxonTree.html.twig', [], 10NULL), 'after_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_legacy''sylius.admin.taxon.update.taxon_tree''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.taxon.update.after_taxon_tree'], 5NULL)], 'sylius.admin.login.content' => ['before_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_legacy''sylius.admin.login.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.login.before_content'], 15NULL), 'tree' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('tree''sylius.admin.login.content''@SyliusAdmin/Security/_content.html.twig', [], 10NULL), 'after_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_legacy''sylius.admin.login.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.login.after_content'], 5NULL)], 'sylius.admin.dashboard.header.content' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.dashboard.header.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.dashboard.header'], NULLNULL)], 'sylius.admin.product_variant.create.tab_taxes' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.product_variant.create.tab_taxes''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product_variant.create.tab_taxes'], NULLNULL)], 'sylius.admin.product_variant.update.tab_taxes' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.product_variant.update.tab_taxes''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product_variant.update.tab_taxes'], NULLNULL)], 'sylius.admin.product_variant.create.tab_details' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.product_variant.create.tab_details''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product_variant.create.tab_details'], NULLNULL)], 'sylius.admin.product_variant.update.tab_details' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.product_variant.update.tab_details''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product_variant.update.tab_details'], NULLNULL)], 'sylius.admin.product.create.tab_associations' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.product.create.tab_associations''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product.create.tab_associations'], NULLNULL)], 'sylius.admin.product.update.tab_associations' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.product.update.tab_associations''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product.update.tab_associations'], NULLNULL)], 'sylius.admin.product.create.tab_attributes' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.product.create.tab_attributes''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product.create.tab_attributes'], NULLNULL)], 'sylius.admin.product.update.tab_attributes' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.product.update.tab_attributes''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product.update.tab_attributes'], NULLNULL)], 'sylius.admin.product.create.tab_details' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.product.create.tab_details''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product.create.tab_details'], NULLNULL)], 'sylius.admin.product.update.tab_details' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.product.update.tab_details''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product.update.tab_details'], NULLNULL)], 'sylius.admin.product.create.tab_media' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.product.create.tab_media''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product.create.tab_media'], NULLNULL)], 'sylius.admin.product.update.tab_media' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.product.update.tab_media''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product.update.tab_media'], NULLNULL)], 'sylius.admin.product.create.tab_taxonomy' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.product.create.tab_taxonomy''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product.create.tab_taxonomy'], NULLNULL)], 'sylius.admin.product.update.tab_taxonomy' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.product.update.tab_taxonomy''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product.update.tab_taxonomy'], NULLNULL)], 'sylius.admin.promotion_coupon.index.content' => ['before_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_header_legacy''sylius.admin.promotion_coupon.index.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.promotion_coupon.index.before_header'], 25NULL), 'header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.admin.promotion_coupon.index.content''@SyliusAdmin/PromotionCoupon/Index/_headerWidget.html.twig', [], 20NULL), 'after_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_header_legacy''sylius.admin.promotion_coupon.index.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.promotion_coupon.index.after_header'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.promotion_coupon.index.content''@SyliusAdmin/Crud/Index/_content.html.twig', [], 10NULL), 'after_content_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_content_legacy''sylius.admin.promotion_coupon.index.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.promotion_coupon.index.after_content'], 5NULL)], 'sylius.admin.promotion_coupon.generate.content' => ['before_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_header_legacy''sylius.admin.promotion_coupon.generate.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.promotion_coupon.generate.before_header'], 35NULL), 'header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.admin.promotion_coupon.generate.content''@SyliusAdmin/PromotionCoupon/Generate/_header.html.twig', [], 30NULL), 'after_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_header_legacy''sylius.admin.promotion_coupon.generate.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.promotion_coupon.generate.after_header'], 25NULL), 'breadcrumb' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('breadcrumb''sylius.admin.promotion_coupon.generate.content''@SyliusAdmin/PromotionCoupon/Generate/_breadcrumb.html.twig', [], 20NULL), 'after_breadcrumb_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_breadcrumb_legacy''sylius.admin.promotion_coupon.generate.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.promotion_coupon.generate.after_breadcrumb'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.promotion_coupon.generate.content''@SyliusAdmin/PromotionCoupon/Generate/_formWidget.html.twig', [], 10NULL), 'after_content_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_content_legacy''sylius.admin.promotion_coupon.generate.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.promotion_coupon.generate.after_content'], 5NULL)], 'sylius.admin.customer.show.address' => ['before_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_legacy''sylius.admin.customer.show.address''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.customer.show.before_address'], 25NULL), 'header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.admin.customer.show.address''@SyliusAdmin/Customer/Show/Address/_header.html.twig', [], 20NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.customer.show.address''@SyliusAdmin/Customer/Show/Address/_content.html.twig', [], 10NULL), 'after_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_legacy''sylius.admin.customer.show.address''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.customer.show.after_address'], 5NULL)], 'sylius.admin.order.update.content' => ['before_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_header_legacy''sylius.admin.order.update.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.order.update.before_header'], 35NULL), 'header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.admin.order.update.content''@SyliusAdmin/Order/Update/_header.html.twig', [], 30NULL), 'after_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_header_legacy''sylius.admin.order.update.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.order.update.after_header'], 25NULL), 'breadcrumb' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('breadcrumb''sylius.admin.order.update.content''@SyliusAdmin/Order/Update/_breadcrumb.html.twig', [], 20NULL), 'after_breadcrumb_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_breadcrumb_legacy''sylius.admin.order.update.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.order.update.after_breadcrumb'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.order.update.content''@SyliusAdmin/Order/Update/_content.html.twig', [], 10NULL), 'after_content_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_content_legacy''sylius.admin.order.update.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.order.update.after_content'], 5NULL)], 'sylius.admin.order.show.content' => ['before_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_header_legacy''sylius.admin.order.show.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.order.show.before_header'], 35NULL), 'header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.admin.order.show.content''@SyliusAdmin/Order/Show/_headerWidget.html.twig', [], 30NULL), 'after_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_header_legacy''sylius.admin.order.show.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.order.show.after_header'], 25NULL), 'breadcrumb' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('breadcrumb''sylius.admin.order.show.content''@SyliusAdmin/Order/Show/_breadcrumb.html.twig', [], 20NULL), 'after_breadcrumb_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_breadcrumb_legacy''sylius.admin.order.show.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.order.show.after_breadcrumb'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.order.show.content''@SyliusAdmin/Order/Show/_content.html.twig', [], 10NULL), 'after_content_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_content_legacy''sylius.admin.order.show.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.order.show.after_content'], 5NULL)], 'sylius.admin.order.show.summary' => ['before_summary_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_summary_legacy''sylius.admin.order.show.summary''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.order.show.before_summary'], 25NULL), 'summary' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('summary''sylius.admin.order.show.summary''@SyliusAdmin/Order/Show/_summaryWidget.html.twig', [], 20NULL), 'after_summary_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_summary_legacy''sylius.admin.order.show.summary''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.order.show.after_summary'], 15NULL), 'notes' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('notes''sylius.admin.order.show.summary''@SyliusAdmin/Order/Show/_notes.html.twig', [], 10NULL)], 'sylius.admin.order.show.sidebar' => ['before_customer_information_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_customer_information_legacy''sylius.admin.order.show.sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.order.show.before_customer_information'], 55NULL), 'customer' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('customer''sylius.admin.order.show.sidebar''@SyliusAdmin/Order/Show/_customer.html.twig', [], 50NULL), 'before_addresses_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_addresses_legacy''sylius.admin.order.show.sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.order.show.before_addresses'], 45NULL), 'addresses' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('addresses''sylius.admin.order.show.sidebar''@SyliusAdmin/Order/Show/_addresses.html.twig', [], 40NULL), 'before_payments_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_payments_legacy''sylius.admin.order.show.sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.order.show.before_payments'], 35NULL), 'payments' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('payments''sylius.admin.order.show.sidebar''@SyliusAdmin/Order/Show/_payments.html.twig', [], 30NULL), 'shipments' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('shipments''sylius.admin.order.show.sidebar''@SyliusAdmin/Order/Show/_shipments.html.twig', [], 20NULL), 'resend_email' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('resend_email''sylius.admin.order.show.sidebar''@SyliusAdmin/Order/Show/_resendEmail.html.twig', [], 10NULL), 'after_shipments_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_shipments_legacy''sylius.admin.order.show.sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.order.show.after_shipments'], 5NULL)], 'sylius.admin.order.show.header_items' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.order.show.header_items''@SyliusAdmin/Order/Show/_headerItems.html.twig', [], 10NULL)], 'sylius.admin.order.show.payments_content' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.order.show.payments_content''@SyliusAdmin/Order/Show/_paymentsContent.html.twig', [], 10NULL)], 'sylius.admin.order.show.payment_content' => ['header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.admin.order.show.payment_content''@SyliusAdmin/Order/Show/Payment/_header.html.twig', [], 40NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.order.show.payment_content''@SyliusAdmin/Order/Show/Payment/_content.html.twig', [], 30NULL), 'complete_transition' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('complete_transition''sylius.admin.order.show.payment_content''@SyliusAdmin/Order/Show/Payment/_completeTransition.html.twig', [], 20NULL), 'refund_transition' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('refund_transition''sylius.admin.order.show.payment_content''@SyliusAdmin/Order/Show/Payment/_refundTransition.html.twig', [], 10NULL)], 'sylius.admin.order.show.shipments_content' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.order.show.shipments_content''@SyliusAdmin/Order/Show/_shipmentsContent.html.twig', [], 10NULL)], 'sylius.admin.order.show.shipment_content' => ['header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.admin.order.show.shipment_content''@SyliusAdmin/Order/Show/Shipment/_header.html.twig', [], 60NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.order.show.shipment_content''@SyliusAdmin/Order/Show/Shipment/_content.html.twig', [], 50NULL), 'ship_transition' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('ship_transition''sylius.admin.order.show.shipment_content''@SyliusAdmin/Order/Show/Shipment/_shipTransition.html.twig', [], 40NULL), 'tracking' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('tracking''sylius.admin.order.show.shipment_content''@SyliusAdmin/Order/Show/Shipment/_tracking.html.twig', [], 30NULL), 'show_button' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('show_button''sylius.admin.order.show.shipment_content''@SyliusAdmin/Order/Show/Shipment/_showButton.html.twig', [], 20NULL), 'resend_confirmation_email_button' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('resend_confirmation_email_button''sylius.admin.order.show.shipment_content''@SyliusAdmin/Order/Show/Shipment/_resendConfirmationEmailButton.html.twig', [], 10NULL)], 'sylius.admin.customer.show.information' => ['before_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_legacy''sylius.admin.customer.show.information''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.customer.show.before_information'], 35NULL), 'primary' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('primary''sylius.admin.customer.show.information''@SyliusAdmin/Customer/Show/Details/_primary.html.twig', [], 30NULL), 'email' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('email''sylius.admin.customer.show.information''@SyliusAdmin/Customer/Show/Details/_email.html.twig', [], 20NULL), 'contact' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('contact''sylius.admin.customer.show.information''@SyliusAdmin/Customer/Show/Details/_contact.html.twig', [], 10NULL), 'after_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_legacy''sylius.admin.customer.show.information''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.customer.show.after_information'], 5NULL)], 'sylius.admin.product_variant.index.content' => ['before_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_header_legacy''sylius.admin.product_variant.index.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product_variant.index.before_header'], 25NULL), 'header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.admin.product_variant.index.content''@SyliusAdmin/ProductVariant/Index/_headerWidget.html.twig', [], 20NULL), 'after_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_header_legacy''sylius.admin.product_variant.index.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product_variant.index.after_header'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.product_variant.index.content''@SyliusAdmin/Crud/Index/_content.html.twig', [], 10NULL), 'after_content_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_content_legacy''sylius.admin.product_variant.index.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product_variant.index.after_content'], 5NULL)], 'sylius.admin.product_variant.generate.content' => ['before_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_header_legacy''sylius.admin.product_variant.generate.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product_variant.generate.before_header'], 35NULL), 'header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.admin.product_variant.generate.content''@SyliusAdmin/ProductVariant/Generate/_header.html.twig', [], 30NULL), 'after_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_header_legacy''sylius.admin.product_variant.generate.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product_variant.generate.after_header'], 25NULL), 'breadcrumb' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('breadcrumb''sylius.admin.product_variant.generate.content''@SyliusAdmin/ProductVariant/Generate/_breadcrumb.html.twig', [], 20NULL), 'after_breadcrumb_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_breadcrumb_legacy''sylius.admin.product_variant.generate.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product_variant.generate.after_breadcrumb'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.product_variant.generate.content''@SyliusAdmin/ProductVariant/Generate/_content.html.twig', [], 10NULL), 'after_content_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_content_legacy''sylius.admin.product_variant.generate.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product_variant.generate.after_content'], 5NULL)], 'sylius.admin.order.history.content' => ['before_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_header_legacy''sylius.admin.order.history.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.order.history.before_header'], 35NULL), 'header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.admin.order.history.content''@SyliusAdmin/Order/History/_headerWidget.html.twig', [], 30NULL), 'after_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_header_legacy''sylius.admin.order.history.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.order.history.after_header'], 25NULL), 'breadcrumb' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('breadcrumb''sylius.admin.order.history.content''@SyliusAdmin/Order/History/_breadcrumb.html.twig', [], 20NULL), 'after_breadcrumb_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_breadcrumb_legacy''sylius.admin.order.history.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.order.history.after_breadcrumb'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.order.history.content''@SyliusAdmin/Order/History/_content.html.twig', [], 10NULL), 'after_content_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_content_legacy''sylius.admin.order.history.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.order.history.after_content'], 5NULL)], 'sylius.admin.product.index.header' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.product.index.header''@SyliusAdmin/Product/Index/Header/_content.html.twig', [], 20NULL), 'legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.product.index.header''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product.index.header'], 15NULL), 'breadcrumb' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('breadcrumb''sylius.admin.product.index.header''@SyliusAdmin/Product/Index/Header/_breadcrumb.html.twig', [], 10NULL)], 'sylius.admin.product_variant.index.header.content' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.product_variant.index.header.content''@SyliusAdmin/ProductVariant/Index/ProductHeader/_content.html.twig', [], 20NULL), 'legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.product_variant.index.header.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product_variant.index.header'], 15NULL), 'breadcrumb' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('breadcrumb''sylius.admin.product_variant.index.header.content''@SyliusAdmin/ProductVariant/Index/ProductHeader/_breadcrumb.html.twig', [], 10NULL)], 'sylius.admin.product.index.content' => ['before_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_header_legacy''sylius.admin.product.index.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product.index.before_header'], 25NULL), 'header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.admin.product.index.content''@SyliusAdmin/Product/Index/_headerWidget.html.twig', [], 20NULL), 'after_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_header_legacy''sylius.admin.product.index.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product.index.after_header'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.product.index.content''@SyliusAdmin/Product/Index/_content.html.twig', [], 10NULL), 'after_content_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_content_legacy''sylius.admin.product.index.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product.index.after_content'], 5NULL)], 'sylius.admin.product.show.variants_content' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.product.show.variants_content''@SyliusAdmin/Product/Show/_variantsContent.html.twig', [], 10NULL)], 'sylius.admin.customer.show.content' => ['before_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_header_legacy''sylius.admin.customer.show.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.customer.show.before_header'], 45NULL), 'header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.admin.customer.show.content''@SyliusAdmin/Customer/Show/_headerWidget.html.twig', [], 40NULL), 'after_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_header_legacy''sylius.admin.customer.show.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.customer.show.after_header'], 35NULL), 'breadcrumb' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('breadcrumb''sylius.admin.customer.show.content''@SyliusAdmin/Customer/Show/_breadcrumb.html.twig', [], 30NULL), 'after_breadcrumb_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_breadcrumb_legacy''sylius.admin.customer.show.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.customer.show.after_breadcrumb'], 25NULL), 'statistics' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('statistics''sylius.admin.customer.show.content''@SyliusAdmin/Customer/Show/_statistics.html.twig', [], 20NULL), 'after_statistics_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_statistics_legacy''sylius.admin.customer.show.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.customer.show.after_statistics'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.customer.show.content''@SyliusAdmin/Customer/Show/_contentWidget.html.twig', [], 10NULL), 'after_content_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_content_legacy''sylius.admin.customer.show.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.customer.show.after_content'], 5NULL)], 'sylius.admin.dashboard.content' => ['before_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_header_legacy''sylius.admin.dashboard.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.dashboard.before_header'], 45NULL), 'header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.admin.dashboard.content''@SyliusAdmin/Dashboard/_header.html.twig', [], 40NULL), 'after_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_header_legacy''sylius.admin.dashboard.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.dashboard.after_header'], 35NULL), 'statistics' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('statistics''sylius.admin.dashboard.content''@SyliusAdmin/Dashboard/_statistics.html.twig', [], 30NULL), 'after_statistics_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_statistics_legacy''sylius.admin.dashboard.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.customer.show.after_statistics'], 25NULL), 'menu' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('menu''sylius.admin.dashboard.content''@SyliusAdmin/Dashboard/_menu.html.twig', [], 20NULL), 'after_menu_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_menu_legacy''sylius.admin.dashboard.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.dashboard.after_menu'], 15NULL), 'latest' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('latest''sylius.admin.dashboard.content''@SyliusAdmin/Dashboard/_latest.html.twig', [], 10NULL), 'after_content_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_content_legacy''sylius.admin.dashboard.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.dashboard.after_content'], 5NULL)], 'sylius.admin.customer.show.header.content' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.customer.show.header.content''@SyliusAdmin/Customer/Show/_header.html.twig', [], 20NULL), 'legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.customer.show.header.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.customer.show.header'], 15NULL), 'menu' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('menu''sylius.admin.customer.show.header.content''@SyliusAdmin/Customer/Show/_headerMenu.html.twig', [], 10NULL)], 'sylius.admin.product.index.content.main' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.admin.product.index.content.main''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product.index.content.before_filters'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.product.index.content.main''@SyliusAdmin/Crud/Index/_content.html.twig', [], 10NULL)], 'sylius.admin.product.index.content.sidebar' => ['before_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_legacy''sylius.admin.product.index.content.sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product.index.before_taxon_tree'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.product.index.content.sidebar''@SyliusAdmin/Product/Index/Content/_taxonTree.html.twig', [], 10NULL), 'after_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_legacy''sylius.admin.product.index.content.sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.admin.product.index.after_taxon_tree'], 5NULL)], 'sylius.admin.catalog_promotion.show.content' => ['header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.admin.catalog_promotion.show.content''@SyliusAdmin/CatalogPromotion/Show/_headerWidget.html.twig', [], 15NULL), 'breadcrumb' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('breadcrumb''sylius.admin.catalog_promotion.show.content''@SyliusAdmin/CatalogPromotion/Show/_breadcrumb.html.twig', [], 10NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.catalog_promotion.show.content''@SyliusAdmin/CatalogPromotion/Show/_content.html.twig', [], 5NULL)], 'sylius.admin.catalog_promotion.show.header.content' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.catalog_promotion.show.header.content''@SyliusAdmin/CatalogPromotion/Show/_header.html.twig', [], 10NULL), 'menu' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('menu''sylius.admin.catalog_promotion.show.header.content''@SyliusAdmin/CatalogPromotion/Show/_headerMenu.html.twig', [], 5NULL)], 'sylius.admin.catalog_promotion.show.content.left_bar' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.catalog_promotion.show.content.left_bar''@SyliusAdmin/CatalogPromotion/Show/_details.html.twig', [], 10NULL), 'menu' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('menu''sylius.admin.catalog_promotion.show.content.left_bar''@SyliusAdmin/CatalogPromotion/Show/_translations.html.twig', [], 5NULL)], 'sylius.admin.catalog_promotion.show.content.right_bar' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.catalog_promotion.show.content.right_bar''@SyliusAdmin/CatalogPromotion/Show/_scopes.html.twig', [], 10NULL), 'menu' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('menu''sylius.admin.catalog_promotion.show.content.right_bar''@SyliusAdmin/CatalogPromotion/Show/_actions.html.twig', [], 5NULL)], 'sylius.admin.admin_user.form' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.admin_user.form''@SyliusAdmin/AdminUser/Form/_content.html.twig', [], 10NULL)], 'sylius.admin.admin_user.form.columns' => ['first_column' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('first_column''sylius.admin.admin_user.form.columns''@SyliusAdmin/AdminUser/Form/_firstColumn.html.twig', [], 20NULL), 'second_column' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('second_column''sylius.admin.admin_user.form.columns''@SyliusAdmin/AdminUser/Form/_secondColumn.html.twig', [], 10NULL)], 'sylius.admin.admin_user.form.first_column' => ['general_info' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('general_info''sylius.admin.admin_user.form.first_column''@SyliusAdmin/AdminUser/Form/_generalInfo.html.twig', [], 20NULL), 'general_info_extended' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('general_info_extended''sylius.admin.admin_user.form.first_column''@SyliusAdmin/AdminUser/Form/_generalInfoExtended.html.twig', [], 10NULL)], 'sylius.admin.admin_user.form.second_column' => ['additional_information' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('additional_information''sylius.admin.admin_user.form.second_column''@SyliusAdmin/AdminUser/Form/_additionalInformation.html.twig', [], 20NULL), 'preferences' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('preferences''sylius.admin.admin_user.form.second_column''@SyliusAdmin/AdminUser/Form/_preferences.html.twig', [], 10NULL)], 'sylius.admin.admin_user.form.additional_information' => ['personals' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('personals''sylius.admin.admin_user.form.additional_information''@SyliusAdmin/AdminUser/Form/_personals.html.twig', [], 20NULL), 'avatar' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('avatar''sylius.admin.admin_user.form.additional_information''@SyliusAdmin/AdminUser/Form/_avatar.html.twig', [], 10NULL)], 'sylius.admin.channel.form' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.channel.form''@SyliusAdmin/Channel/Form/_content.html.twig', [], 10NULL)], 'sylius.admin.channel.form.content' => ['first_column' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('first_column''sylius.admin.channel.form.content''@SyliusAdmin/Channel/Form/_firstColumn.html.twig', [], 20NULL), 'second_column' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('second_column''sylius.admin.channel.form.content''@SyliusAdmin/Channel/Form/_secondColumn.html.twig', [], 10NULL)], 'sylius.admin.channel.form.first_column_content' => ['general' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('general''sylius.admin.channel.form.first_column_content''@SyliusAdmin/Channel/Form/_general.html.twig', [], 40NULL), 'general_host' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('general_host''sylius.admin.channel.form.first_column_content''@SyliusAdmin/Channel/Form/_generalHost.html.twig', [], 30NULL), 'countries' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('countries''sylius.admin.channel.form.first_column_content''@SyliusAdmin/Channel/Form/_countries.html.twig', [], 20NULL), 'money' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('money''sylius.admin.channel.form.first_column_content''@SyliusAdmin/Channel/Form/_money.html.twig', [], 10NULL)], 'sylius.admin.channel.form.second_column_content' => ['general' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('general''sylius.admin.channel.form.second_column_content''@SyliusAdmin/Channel/Form/_billingData.html.twig', [], 20NULL), 'look_and_feel' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('look_and_feel''sylius.admin.channel.form.second_column_content''@SyliusAdmin/Channel/Form/_lookAndFeel.html.twig', [], 10NULL)], 'sylius.admin.customer.form' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.customer.form''@SyliusAdmin/Customer/Form/_content.html.twig', [], 10NULL)], 'sylius.admin.customer.form.content' => ['columns' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('columns''sylius.admin.customer.form.content''@SyliusAdmin/Customer/Form/_columns.html.twig', [], 10NULL)], 'sylius.admin.customer.form.first_column' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.customer.form.first_column''@SyliusAdmin/Customer/Form/_firstColumn.html.twig', [], 10NULL)], 'sylius.admin.customer.form.customer_details' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.customer.form.customer_details''@SyliusAdmin/Customer/Form/_details.html.twig', [], 10NULL)], 'sylius.admin.customer.form.extra_information' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.customer.form.extra_information''@SyliusAdmin/Customer/Form/_extraInformation.html.twig', [], 10NULL)], 'sylius.admin.customer.form.second_column' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.customer.form.second_column''@SyliusAdmin/Customer/Form/_secondColumn.html.twig', [], 10NULL)], 'sylius.admin.customer.form.account_credentials' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.customer.form.account_credentials''@SyliusAdmin/Customer/Form/_accountCredentials.html.twig', [], 10NULL)], 'sylius.admin.dashboard.channel_switch' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.dashboard.channel_switch''@SyliusAdmin/Dashboard/_channelSwitchContent.html.twig', [], 10NULL)], 'sylius.admin.dashboard.channel_switch_menu' => ['search' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('search''sylius.admin.dashboard.channel_switch_menu''@SyliusAdmin/Dashboard/ChannelSwitchMenu/_search.html.twig', [], 20NULL), 'channels' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('channels''sylius.admin.dashboard.channel_switch_menu''@SyliusAdmin/Dashboard/ChannelSwitchMenu/_channels.html.twig', [], 10NULL)], 'sylius.admin.product_variant.tab_inventory_content' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.product_variant.tab_inventory_content''@SyliusAdmin/ProductVariant/Tab/_inventoryContent.html.twig', [], 10NULL)], 'sylius.admin.product.tab_inventory_content' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.product.tab_inventory_content''@SyliusAdmin/Product/Tab/_inventoryContent.html.twig', [], 10NULL)], 'sylius.admin.simple_product.show.details' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.simple_product.show.details''@SyliusAdmin/Product/Show/_details.html.twig', [], 10NULL)], 'sylius.admin.simple_product.show.details_content' => ['labels' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('labels''sylius.admin.simple_product.show.details_content''@SyliusAdmin/Product/Show/_detailsLabels.html.twig', [], 20NULL), 'table' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('table''sylius.admin.simple_product.show.details_content''@SyliusAdmin/Product/Show/_detailsTable.html.twig', [], 10NULL)], 'sylius.admin.simple_product.show.taxonomy' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.simple_product.show.taxonomy''@SyliusAdmin/Product/Show/_taxonomy.html.twig', [], 10NULL)], 'sylius.admin.simple_product.show.pricing' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.simple_product.show.pricing''@SyliusAdmin/Product/Show/_pricing.html.twig', [], 10NULL)], 'sylius.admin.simple_product.show.shipping' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.simple_product.show.shipping''@SyliusAdmin/Product/Show/_shipping.html.twig', [], 10NULL)], 'sylius.admin.simple_product.show.media' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.simple_product.show.media''@SyliusAdmin/Product/Show/_media.html.twig', [], 10NULL)], 'sylius.admin.simple_product.show.more_details' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.simple_product.show.more_details''@SyliusAdmin/Product/Show/_moreDetails.html.twig', [], 10NULL)], 'sylius.admin.simple_product.show.attributes' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.simple_product.show.attributes''@SyliusAdmin/Product/Show/_attributes.html.twig', [], 10NULL)], 'sylius.admin.simple_product.show.associations' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.simple_product.show.associations''@SyliusAdmin/Product/Show/_associations.html.twig', [], 10NULL)], 'sylius.admin.configurable_product.show' => ['variants' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('variants''sylius.admin.configurable_product.show''@SyliusAdmin/Product/Show/_variants.html.twig', [], 10NULL)], 'sylius.admin.configurable_product.show.variant_item' => ['button' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('button''sylius.admin.configurable_product.show.variant_item''@SyliusAdmin/Product/Show/VariantItem/_button.html.twig', [], 80NULL), 'item' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('item''sylius.admin.configurable_product.show.variant_item''@SyliusAdmin/Product/Show/VariantItem/_item.html.twig', [], 70NULL), 'option_values' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('option_values''sylius.admin.configurable_product.show.variant_item''@SyliusAdmin/Product/Show/VariantItem/_optionValues.html.twig', [], 60NULL), 'tracking' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('tracking''sylius.admin.configurable_product.show.variant_item''@SyliusAdmin/Product/Show/VariantItem/_tracking.html.twig', [], 50NULL), 'shipping' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('shipping''sylius.admin.configurable_product.show.variant_item''@SyliusAdmin/Product/Show/VariantItem/_shipping.html.twig', [], 40NULL), 'tax_category' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('tax_category''sylius.admin.configurable_product.show.variant_item''@SyliusAdmin/Product/Show/VariantItem/_taxCategory.html.twig', [], 30NULL), 'stock' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('stock''sylius.admin.configurable_product.show.variant_item''@SyliusAdmin/Product/Show/VariantItem/_stock.html.twig', [], 20NULL), 'edit_button' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('edit_button''sylius.admin.configurable_product.show.variant_item''@SyliusAdmin/Product/Show/VariantItem/_editButton.html.twig', [], 10NULL)], 'sylius.admin.configurable_product.show.variant_content' => ['shipping' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('shipping''sylius.admin.configurable_product.show.variant_content''@SyliusAdmin/Product/Show/_variantContentShipping.html.twig', [], 20NULL), 'pricing' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('pricing''sylius.admin.configurable_product.show.variant_content''@SyliusAdmin/Product/Show/_variantContentPricing.html.twig', [], 10NULL)], 'sylius.admin.shipment.ship_with_tracking_code' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.shipment.ship_with_tracking_code''@SyliusAdmin/Shipment/Grid/Action/_shipWithTrackingCodeContent.html.twig', [], 10NULL)], 'sylius.admin.shipment.grid.ship' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.shipment.grid.ship''@SyliusAdmin/Shipment/Grid/_shipContent.html.twig', [], 10NULL)], 'sylius.admin.shipment.partial.ship' => ['content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.admin.shipment.partial.ship''@SyliusAdmin/Shipment/Partial/_shipContent.html.twig', [], 10NULL)], 'sylius.admin.shipment.show.content' => ['header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.admin.shipment.show.content''@SyliusAdmin/Shipment/Show/_headerWidget.html.twig', [], 30NULL), 'breadcrumb' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('breadcrumb''sylius.admin.shipment.show.content''@SyliusAdmin/Shipment/Show/_breadcrumb.html.twig', [], 20NULL), 'shipment_units' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('shipment_units''sylius.admin.shipment.show.content''@SyliusAdmin/Shipment/Show/_shipmentUnits.html.twig', [], 10NULL)], 'sylius.shop.layout.topbar' => ['before_switchers_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_switchers_legacy''sylius.shop.layout.topbar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.layout.before_currency_switcher'], 35NULL), 'currency_switcher' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('currency_switcher''sylius.shop.layout.topbar''@SyliusShop/Layout/Topbar/_currencySwitcher.html.twig', [], 30NULL), 'locale_switcher' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('locale_switcher''sylius.shop.layout.topbar''@SyliusShop/Layout/Topbar/_localeSwitcher.html.twig', [], 20NULL), 'before_security_widget_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_security_widget_legacy''sylius.shop.layout.topbar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.layout.before_security_widget'], 15NULL), 'security_widget' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('security_widget''sylius.shop.layout.topbar''@SyliusShop/Layout/Topbar/_securityWidget.html.twig', [], 10NULL), 'after_security_widget_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_security_widget_legacy''sylius.shop.layout.topbar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.layout.after_security_widget'], 5NULL)], 'sylius.shop.cart.widget.button' => ['before_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_legacy''sylius.shop.cart.widget.button''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.partial.cart.summary.before_widget_content'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.shop.cart.widget.button''@SyliusShop/Cart/Widget/_button.html.twig', [], 10NULL), 'after_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_legacy''sylius.shop.cart.widget.button''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.partial.cart.summary.after_widget_content'], 5NULL)], 'sylius.shop.cart.widget.popup' => ['before_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_legacy''sylius.shop.cart.widget.popup''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.partial.cart.summary.before_popup_content'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.shop.cart.widget.popup''@SyliusShop/Cart/Widget/_popup.html.twig', [], 10NULL), 'after_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_legacy''sylius.shop.cart.widget.popup''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.partial.cart.summary.after_popup_content'], 5NULL)], 'sylius.shop.cart.coupon' => ['before_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_legacy''sylius.shop.cart.coupon''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.cart.summary.before_coupon'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.shop.cart.coupon''@SyliusShop/Cart/Summary/_coupon.html.twig', [], 10NULL), 'after_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_legacy''sylius.shop.cart.coupon''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.cart.summary.after_coupon'], 5NULL)], 'sylius.shop.cart.header' => ['header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.shop.cart.header''@SyliusShop/Cart/Summary/_header.html.twig', [], 10NULL), 'after_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_legacy''sylius.shop.cart.header''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.cart.summary.after_content_header'], 5NULL)], 'sylius.shop.cart.items' => ['before_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_legacy''sylius.shop.cart.items''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.cart.summary.before_items'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.shop.cart.items''@SyliusShop/Cart/Summary/_items.html.twig', [], 10NULL), 'after_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_legacy''sylius.shop.cart.items''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.cart.summary.after_items'], 5NULL)], 'sylius.shop.cart.suggestions' => ['before_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_legacy''sylius.shop.cart.suggestions''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.cart.summary.before_suggestions'], 10NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.shop.cart.suggestions''@SyliusShop/Cart/Summary/_suggestions.html.twig', [], 5NULL)], 'sylius.shop.cart.summary' => ['before_totals_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_totals_legacy''sylius.shop.cart.summary''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.cart.summary.before_totals'], 25NULL), 'totals' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('totals''sylius.shop.cart.summary''@SyliusShop/Cart/Summary/_totals.html.twig', [], 20NULL), 'after_totals_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_totals_legacy''sylius.shop.cart.summary''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.cart.summary.after_totals'], 15NULL), 'checkout' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('checkout''sylius.shop.cart.summary''@SyliusShop/Cart/Summary/_checkout.html.twig', [], 10NULL)], 'sylius.shop.cart.summary.totals' => ['totals_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('totals_legacy''sylius.shop.cart.summary.totals''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.cart.summary.totals'], NULLNULL)], 'sylius.shop.login.form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.login.form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.login.form'], NULLNULL)], 'sylius.shop.register.form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.register.form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.register.form'], NULLNULL)], 'sylius.shop.account.change_password.form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.account.change_password.form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.change_password.form'], NULLNULL)], 'sylius.shop.account.profile.update.form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.account.profile.update.form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.profile.update.form'], NULLNULL)], 'sylius.shop.request_password_reset_token.form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.request_password_reset_token.form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.request_password_reset_token.form'], NULLNULL)], 'sylius.shop.account.address_book.create.form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.account.address_book.create.form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.address_book.create.form'], NULLNULL)], 'sylius.shop.account.address_book.update.form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.account.address_book.update.form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.address_book.update.form'], NULLNULL)], 'sylius.shop.contact.request.form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.contact.request.form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.contact.request.form'], NULLNULL)], 'sylius.shop.product.show.add_to_cart_form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.product.show.add_to_cart_form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.show.add_to_cart_form'], NULLNULL)], 'sylius.shop.product_review.create.form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.product_review.create.form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product_review.create.form'], NULLNULL)], 'sylius.shop.checkout.address.billing_address_form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.checkout.address.billing_address_form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.address.billing_address_form'], NULLNULL)], 'sylius.shop.checkout.address.shipping_address_form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.checkout.address.shipping_address_form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.address.shipping_address_form'], NULLNULL)], 'sylius.shop.checkout.select_payment.before_form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.checkout.select_payment.before_form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.select_payment.before_form'], NULLNULL)], 'sylius.shop.checkout.address.before_form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.checkout.address.before_form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.address.before_form'], NULLNULL)], 'sylius.shop.checkout.select_shipping.before_form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.checkout.select_shipping.before_form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.select_shipping.before_form'], NULLNULL)], 'sylius.shop.product_review.create.before_form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.product_review.create.before_form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product_review.create.before_form'], NULLNULL)], 'sylius.shop.account.layout.before_subcontent' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.account.layout.before_subcontent''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.layout.before_subcontent'], NULLNULL)], 'sylius.shop.account.layout.after_subcontent' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.account.layout.after_subcontent''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.layout.after_subcontent'], NULLNULL)], 'sylius.shop.account.change_password.after_content_header' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.account.change_password.after_content_header''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.change_password.after_content_header'], NULLNULL)], 'sylius.shop.account.profile.update.after_content_header' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.account.profile.update.after_content_header''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.profile.update.after_content_header'], NULLNULL)], 'sylius.shop.checkout.complete.after_content_header' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.checkout.complete.after_content_header''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.complete.after_content_header'], NULLNULL)], 'sylius.shop.login.after_content_header' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.login.after_content_header''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.login.after_content_header'], NULLNULL)], 'sylius.shop.register.after_content_header' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.register.after_content_header''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.register.after_content_header'], NULLNULL)], 'sylius.shop.account.dashboard.after_content_header' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.account.dashboard.after_content_header''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.dashboard.after_content_header'], NULLNULL)], 'sylius.shop.request_password_reset_token.after_content_header' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.request_password_reset_token.after_content_header''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.request_password_reset_token.after_content_header'], NULLNULL)], 'sylius.shop.account.address_book.create.after_content_header' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.account.address_book.create.after_content_header''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.address_book.create.after_content_header'], NULLNULL)], 'sylius.shop.account.address_book.update.after_content_header' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.account.address_book.update.after_content_header''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.address_book.create.after_content_header'], NULLNULL)], 'sylius.shop.account.address_book.index.after_content_header' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.account.address_book.index.after_content_header''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.address_book.index.after_content_header'], NULLNULL)], 'sylius.shop.account.order.show.after_content_header' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.account.order.show.after_content_header''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.order.show.after_content_header'], NULLNULL)], 'sylius.shop.contact.request.after_content_header' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.contact.request.after_content_header''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.contact.request.after_content_header'], NULLNULL)], 'sylius.shop.product.index.before_vertical_menu' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.product.index.before_vertical_menu''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.index.before_vertical_menu'], NULLNULL)], 'sylius.shop.product.index.after_vertical_menu' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.product.index.after_vertical_menu''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.index.after_vertical_menu'], NULLNULL)], 'sylius.shop.taxon.header' => ['breadcrumb' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('breadcrumb''sylius.shop.taxon.header''@SyliusShop/Taxon/_breadcrumb.html.twig', [], 20NULL), 'before_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_header_legacy''sylius.shop.taxon.header''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.taxon.header.before'], 15NULL), 'header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.shop.taxon.header''@SyliusShop/Taxon/Header/_content.html.twig', [], 10NULL), 'after_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_header_legacy''sylius.shop.taxon.header''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.taxon.header.after'], 5NULL)], 'sylius.shop.product_review.index.product_box' => ['before_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_legacy''sylius.shop.product_review.index.product_box''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product_review.index.before_product_box'], 15NULL), 'box' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('box''sylius.shop.product_review.index.product_box''@SyliusShop/ProductReview/Box/_content.html.twig', [], 10NULL), 'after_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_legacy''sylius.shop.product_review.index.product_box''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product_review.index.after_product_box'], 5NULL)], 'sylius.shop.product_review.index.list' => ['before_list_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_list_legacy''sylius.shop.product_review.index.list''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product_review.index.before_list'], 25NULL), 'list' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('list''sylius.shop.product_review.index.list''@SyliusShop/ProductReview/_list.html.twig', [], 20NULL), 'after_list_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_list_legacy''sylius.shop.product_review.index.list''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product_review.index.after_list'], 15NULL), 'add_button' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('add_button''sylius.shop.product_review.index.list''@SyliusShop/ProductReview/List/_addButton.html.twig', [], 10NULL)], 'sylius.shop.product_review.create.product_box' => ['before_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_legacy''sylius.shop.product_review.create.product_box''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product_review.create.before_product_box'], 15NULL), 'box' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('box''sylius.shop.product_review.create.product_box''@SyliusShop/Product/_box.html.twig', [], 10NULL), 'after_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_legacy''sylius.shop.product_review.create.product_box''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product_review.create.after_product_box'], 5NULL)], 'sylius.shop.product.show.tab_reviews' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.product.show.tab_reviews''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.show.tab_reviews'], 35NULL), 'latest_reviews' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('latest_reviews''sylius.shop.product.show.tab_reviews''@SyliusShop/Product/Show/Tabs/Reviews/_latest.html.twig', [], 30NULL), 'view_more' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('view_more''sylius.shop.product.show.tab_reviews''@SyliusShop/Product/Show/Tabs/Reviews/_viewMore.html.twig', [], 20NULL), 'create' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('create''sylius.shop.product.show.tab_reviews''@SyliusShop/Product/Show/Tabs/Reviews/_create.html.twig', [], 10NULL)], 'sylius.shop.product.show.tab_details' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.product.show.tab_details''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.show.tab_details'], 15NULL), 'description' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('description''sylius.shop.product.show.tab_details''@SyliusShop/Product/Show/Tabs/Details/_description.html.twig', [], 10NULL)], 'sylius.shop.product.show.tab_attributes' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.product.show.tab_attributes''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.show.tab_attributes'], 15NULL), 'list' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('list''sylius.shop.product.show.tab_attributes''@SyliusShop/Product/Show/Tabs/Attributes/_list.html.twig', [], 10NULL)], 'sylius.shop.product.show.before_thumbnails' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.product.show.before_thumbnails''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.show.before_thumbnails'], NULLNULL)], 'sylius.shop.product.show.before_add_to_cart' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.product.show.before_add_to_cart''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.show.before_add_to_cart'], NULLNULL)], 'sylius.shop.product.index.before_list' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.product.index.before_list''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.index.before_list'], NULLNULL)], 'sylius.shop.product.index.before_pagination' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.product.index.before_pagination''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.index.before_pagination'], NULLNULL)], 'sylius.shop.product.index.search' => ['before_search_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_search_legacy''sylius.shop.product.index.search''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.index.before_search'], 35NULL), 'search' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('search''sylius.shop.product.index.search''@SyliusShop/Product/Index/_search.html.twig', [], 30NULL), 'after_search_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_search_legacy''sylius.shop.product.index.search''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.index.after_search'], 25NULL), 'pagination' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('pagination''sylius.shop.product.index.search''@SyliusShop/Product/Index/_pagination.html.twig', [], 20NULL), 'sorting' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('sorting''sylius.shop.product.index.search''@SyliusShop/Product/Index/_sorting.html.twig', [], 10NULL)], 'sylius.shop.order.thank_you.after_message' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.order.thank_you.after_message''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.order.thank_you.after_message'], NULLNULL)], 'sylius.shop.checkout.header' => ['before_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_header_legacy''sylius.shop.checkout.header''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.address.before_header'], 15NULL), 'header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.shop.checkout.header''@SyliusShop/Checkout/_header.html.twig', [], 10NULL), 'after_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_header_legacy''sylius.shop.checkout.header''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.address.after_header'], 5NULL)], 'sylius.shop.cart.summary.items' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.cart.summary.items''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.cart.summary.items'], NULLNULL)], 'sylius.shop.account.order.index.header.content' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.account.order.index.header.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.order.index.header'], NULLNULL)], 'sylius.shop.account.address_book.index.after_add_address_button' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.account.address_book.index.after_add_address_button''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.address_book.index.after_add_address_button'], NULLNULL)], 'sylius.shop.register.before_form' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.register.before_form''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.register.before_form'], NULLNULL)], 'sylius.shop.product.index.box' => ['before_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_legacy''sylius.shop.product.index.box''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.index.before_box'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.shop.product.index.box''@SyliusShop/Product/Box/_content.html.twig', [], 10NULL), 'after_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_legacy''sylius.shop.product.index.box''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.index.after_box'], 5NULL)], 'sylius.shop.layout.footer' => ['grid' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('grid''sylius.shop.layout.footer''@SyliusShop/Layout/Footer/_grid.html.twig', [], 20NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.shop.layout.footer''@SyliusShop/Layout/Footer/_content.html.twig', [], 10NULL), 'after_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_legacy''sylius.shop.layout.footer''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.layout.after_footer'], 5NULL)], 'sylius.shop.layout.footer.grid' => ['before_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_legacy''sylius.shop.layout.footer.grid''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.layout.before_footer'], 45NULL), 'plus' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('plus''sylius.shop.layout.footer.grid''@SyliusShop/Layout/Footer/Grid/_plus.html.twig', [], 40NULL), 'your_store' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('your_store''sylius.shop.layout.footer.grid''@SyliusShop/Layout/Footer/Grid/_your_store.html.twig', [], 30NULL), 'customer_care' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('customer_care''sylius.shop.layout.footer.grid''@SyliusShop/Layout/Footer/Grid/_customer_care.html.twig', [], 20NULL), 'payment_methods' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('payment_methods''sylius.shop.layout.footer.grid''@SyliusShop/Layout/Footer/Grid/_payment_methods.html.twig', [], 10NULL)], 'sylius.shop.layout.header.grid' => ['logo' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('logo''sylius.shop.layout.header.grid''@SyliusShop/Layout/Header/_logo.html.twig', [], 30NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.shop.layout.header.grid''@SyliusShop/Layout/Header/_content.html.twig', [], 20NULL), 'cart' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('cart''sylius.shop.layout.header.grid''@SyliusShop/Layout/Header/_cart.html.twig', [], 10NULL)], 'sylius.shop.layout.header.content' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.layout.header.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.layout.header'], NULLNULL)], 'sylius.shop.login.register_column' => ['before_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_legacy''sylius.shop.login.register_column''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.login.before_register'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.shop.login.register_column''@SyliusShop/Login/_register.html.twig', [], 10NULL), 'after_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_legacy''sylius.shop.login.register_column''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.login.after_register'], 5NULL)], 'sylius.shop.login.main_column' => ['before_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_legacy''sylius.shop.login.main_column''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.login.before_login'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.shop.login.main_column''@SyliusShop/Login/_login.html.twig', [], 10NULL), 'after_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_legacy''sylius.shop.login.main_column''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.login.after_login'], 5NULL)], 'sylius.shop.layout.stylesheets' => ['styles' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('styles''sylius.shop.layout.stylesheets''@SyliusShop/_styles.html.twig', [], 10NULL), 'legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.layout.stylesheets''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.layout.stylesheets'], 0NULL)], 'sylius.shop.layout.javascripts' => ['scripts' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('scripts''sylius.shop.layout.javascripts''@SyliusShop/_scripts.html.twig', [], 10NULL), 'legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.layout.javascripts''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.layout.javascripts'], 0NULL)], 'sylius.shop.layout.head' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.layout.head''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.layout.head'], NULLNULL)], 'sylius.shop.layout.before_content' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.layout.before_content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.layout.before_content'], NULLNULL)], 'sylius.shop.layout.after_content' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.layout.after_content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.layout.after_content'], NULLNULL)], 'sylius.shop.layout.header' => ['header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.shop.layout.header''@SyliusShop/_header.html.twig', [], 20NULL), 'after_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_header_legacy''sylius.shop.layout.header''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.layout.after_header'], 15NULL), 'menu' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('menu''sylius.shop.layout.header''@SyliusShop/Layout/Header/_menu.html.twig', [], 10NULL)], 'sylius.shop.layout.before_body' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.layout.before_body''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.layout.before_body'], NULLNULL)], 'sylius.shop.layout.after_body' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.layout.after_body''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.layout.after_body'], NULLNULL)], 'sylius.shop.account.dashboard.after_information' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.account.dashboard.after_information''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.dashboard.after_information'], NULLNULL)], 'sylius.shop.account.order.index.subcontent' => ['header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.shop.account.order.index.subcontent''@SyliusShop/Account/Order/Index/_header.html.twig', [], 20NULL), 'after_content_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_content_header_legacy''sylius.shop.account.order.index.subcontent''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.order.index.after_content_header'], 15NULL), 'subcontent' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('subcontent''sylius.shop.account.order.index.subcontent''@SyliusShop/Account/Order/Index/_subcontent.html.twig', [], 10NULL), 'after_grid_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_grid_legacy''sylius.shop.account.order.index.subcontent''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.order.index.after_grid'], 5NULL)], 'sylius.shop.account.order.show.subcontent' => ['header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.shop.account.order.show.subcontent''@SyliusShop/Account/Order/Show/_header.html.twig', [], 20NULL), 'after_content_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_content_header_legacy''sylius.shop.account.order.show.subcontent''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.order.show.after_content_header'], 15NULL), 'summary' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('summary''sylius.shop.account.order.show.subcontent''@SyliusShop/Common/Order/_summary.html.twig', [], 10NULL), 'after_summary_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_summary_legacy''sylius.shop.account.order.show.subcontent''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.account.order.show.after_summary'], 5NULL)], 'sylius.shop.checkout.steps' => ['steps' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('steps''sylius.shop.checkout.steps''@SyliusShop/Checkout/_steps.html.twig', [], 10NULL)], 'sylius.shop.checkout.address.steps' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.checkout.address.steps''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.address.after_steps'], 0NULL)], 'sylius.shop.checkout.complete.steps' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.checkout.complete.steps''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.complete.after_steps'], 0NULL)], 'sylius.shop.checkout.select_payment.steps' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.checkout.select_payment.steps''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.select_payment.after_steps'], 0NULL)], 'sylius.shop.checkout.select_shipping.steps' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.checkout.select_shipping.steps''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.select_shipping.after_steps'], 0NULL)], 'sylius.shop.checkout.sidebar' => ['summary' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('summary''sylius.shop.checkout.sidebar''@SyliusShop/Checkout/_summary.html.twig', [], 20NULL), 'support' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('support''sylius.shop.checkout.sidebar''@SyliusShop/Checkout/_support.html.twig', [], 10NULL)], 'sylius.shop.checkout.address.sidebar' => ['before_summary_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_summary_legacy''sylius.shop.checkout.address.sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.address.before_summary'], 25NULL), 'before_support_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_support_legacy''sylius.shop.checkout.address.sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.address.before_support'], 25NULL), 'after_support_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_support_legacy''sylius.shop.checkout.address.sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.address.after_support'], 25NULL)], 'sylius.shop.checkout.select_payment.sidebar' => ['before_summary_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_summary_legacy''sylius.shop.checkout.select_payment.sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.select_payment.before_summary'], 25NULL), 'before_support_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_support_legacy''sylius.shop.checkout.select_payment.sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.select_payment.before_support'], 25NULL), 'after_support_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_support_legacy''sylius.shop.checkout.select_payment.sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.select_payment.after_support'], 25NULL)], 'sylius.shop.checkout.select_shipping.sidebar' => ['before_summary_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_summary_legacy''sylius.shop.checkout.select_shipping.sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.select_shipping.before_summary'], 25NULL), 'before_support_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_support_legacy''sylius.shop.checkout.select_shipping.sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.select_shipping.before_support'], 15NULL), 'after_support_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_support_legacy''sylius.shop.checkout.select_shipping.sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.select_shipping.after_support'], 5NULL)], 'sylius.shop.checkout.complete.summary' => ['before_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_legacy''sylius.shop.checkout.complete.summary''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.complete.before_summary'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.shop.checkout.complete.summary''@SyliusShop/Common/Order/_summary.html.twig', [], 10NULL), 'after_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_legacy''sylius.shop.checkout.complete.summary''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.complete.after_summary'], 5NULL)], 'sylius.shop.checkout.address.before_navigation' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.checkout.address.before_navigation''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.address.before_navigation'], NULLNULL)], 'sylius.shop.checkout.complete.before_navigation' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.checkout.complete.before_navigation''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.complete.before_navigation'], NULLNULL)], 'sylius.shop.checkout.select_payment.before_navigation' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.checkout.select_payment.before_navigation''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.select_payment.before_navigation'], NULLNULL)], 'sylius.shop.checkout.select_shipping.before_navigation' => ['legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('legacy''sylius.shop.checkout.select_shipping.before_navigation''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.checkout.select_shipping.before_navigation'], NULLNULL)], 'sylius.shop.product.show.left_sidebar' => ['before_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_legacy''sylius.shop.product.show.left_sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.show.before_images'], 15NULL), 'content' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('content''sylius.shop.product.show.left_sidebar''@SyliusShop/Product/Show/_images.html.twig', [], 10NULL), 'after_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_legacy''sylius.shop.product.show.left_sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.show.after_images'], 5NULL)], 'sylius.shop.product.show.right_sidebar' => ['header' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('header''sylius.shop.product.show.right_sidebar''@SyliusShop/Product/Show/_header.html.twig', [], 50NULL), 'after_product_header_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_product_header_legacy''sylius.shop.product.show.right_sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.show.after_product_header'], 45NULL), 'reviews' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('reviews''sylius.shop.product.show.right_sidebar''@SyliusShop/Product/Show/_reviews.html.twig', [], 40NULL), 'after_reviews_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_reviews_legacy''sylius.shop.product.show.right_sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.show.after_reviews'], 35NULL), 'price_widget' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('price_widget''sylius.shop.product.show.right_sidebar''@SyliusShop/Product/Show/_priceWidget.html.twig', [], 30NULL), 'after_price_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_price_legacy''sylius.shop.product.show.right_sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.show.after_price'], 25NULL), 'short_description' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('short_description''sylius.shop.product.show.right_sidebar''@SyliusShop/Product/Show/_shortDescription.html.twig', [], 20NULL), 'after_description_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_description_legacy''sylius.shop.product.show.right_sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.show.after_description'], 15NULL), 'variant_selection' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('variant_selection''sylius.shop.product.show.right_sidebar''@SyliusShop/Product/Show/_variantSelection.html.twig', [], 10NULL), 'after_add_to_cart_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('after_add_to_cart_legacy''sylius.shop.product.show.right_sidebar''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.show.after_add_to_cart'], 5NULL)], 'sylius.shop.product.show.content' => ['before_tabs_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_tabs_legacy''sylius.shop.product.show.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.show.before_tabs'], 25NULL), 'tabs' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('tabs''sylius.shop.product.show.content''@SyliusShop/Product/Show/_tabs.html.twig', [], 20NULL), 'before_associations_legacy' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('before_associations_legacy''sylius.shop.product.show.content''@SyliusUi/Block/_legacySonataEvent.html.twig', ['event' => 'sylius.shop.product.show.before_associations'], 15NULL), 'associations' => new \Sylius\Bundle\UiBundle\Registry\TemplateBlock('associations''sylius.shop.product.show.content''@SyliusShop/Product/Show/_associations.html.twig', [], 10NULL)]]);
  5777.     }
  5778.     /**
  5779.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  5780.      *
  5781.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  5782.      */
  5783.     protected function getResetAssetsEventListenerService()
  5784.     {
  5785.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default'=> 'shop'=> 'admin'=> 'cms_shop'=> 'cms_admin'=> 'wishlist_shop'=> 'wishlist_admin']);
  5786.     }
  5787.     /**
  5788.      * Gets the private 'annotations.cache_adapter' shared service.
  5789.      *
  5790.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5791.      */
  5792.     protected function getAnnotations_CacheAdapterService()
  5793.     {
  5794.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5795.     }
  5796.     /**
  5797.      * Gets the private 'annotations.cached_reader' shared service.
  5798.      *
  5799.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5800.      */
  5801.     protected function getAnnotations_CachedReaderService()
  5802.     {
  5803.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5804.     }
  5805.     /**
  5806.      * Gets the private 'annotations.reader' shared service.
  5807.      *
  5808.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5809.      */
  5810.     protected function getAnnotations_ReaderService()
  5811.     {
  5812.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5813.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5814.         $a->registerUniqueLoader('class_exists');
  5815.         $instance->addGlobalIgnoredName('required'$a);
  5816.         $instance->addGlobalIgnoredName('template');
  5817.         $instance->addGlobalIgnoredName('psalm');
  5818.         return $instance;
  5819.     }
  5820.     /**
  5821.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  5822.      *
  5823.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5824.      */
  5825.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  5826.     {
  5827.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZIYtEi-kf3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5828.     }
  5829.     /**
  5830.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  5831.      *
  5832.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5833.      */
  5834.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  5835.     {
  5836.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CVWR8zHi0O'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5837.     }
  5838.     /**
  5839.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  5840.      *
  5841.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5842.      */
  5843.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  5844.     {
  5845.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('f5SN2G3cMS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5846.     }
  5847.     /**
  5848.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  5849.      *
  5850.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5851.      */
  5852.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  5853.     {
  5854.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yvZcn2D99Y'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5855.     }
  5856.     /**
  5857.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  5858.      *
  5859.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5860.      */
  5861.     protected function getApiPlatform_Cache_RouteNameResolverService()
  5862.     {
  5863.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+4DrDqG-78'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5864.     }
  5865.     /**
  5866.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  5867.      *
  5868.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5869.      */
  5870.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  5871.     {
  5872.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Rkzl0RUeye'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5873.     }
  5874.     /**
  5875.      * Gets the private 'api_platform.filter_locator' shared service.
  5876.      *
  5877.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5878.      */
  5879.     protected function getApiPlatform_FilterLocatorService()
  5880.     {
  5881.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5882.             'Sylius\\Bundle\\ApiBundle\\Filter\\Doctrine\\ExchangeRateFilter' => ['services''Sylius\\Bundle\\ApiBundle\\Filter\\Doctrine\\ExchangeRateFilter''getExchangeRateFilterService'true],
  5883.             'Sylius\\Bundle\\ApiBundle\\Filter\\Doctrine\\ProductPriceOrderFilter' => ['services''Sylius\\Bundle\\ApiBundle\\Filter\\Doctrine\\ProductPriceOrderFilter''getProductPriceOrderFilterService'true],
  5884.             'Sylius\\Bundle\\ApiBundle\\Filter\\Doctrine\\ProductVariantOptionValueFilter' => ['services''Sylius\\Bundle\\ApiBundle\\Filter\\Doctrine\\ProductVariantOptionValueFilter''getProductVariantOptionValueFilterService'true],
  5885.             'Sylius\\Bundle\\ApiBundle\\Filter\\Doctrine\\TaxonFilter' => ['services''Sylius\\Bundle\\ApiBundle\\Filter\\Doctrine\\TaxonFilter''getTaxonFilterService'true],
  5886.             'Sylius\\Bundle\\ApiBundle\\Filter\\Doctrine\\TranslationOrderNameAndLocaleFilter' => ['services''Sylius\\Bundle\\ApiBundle\\Filter\\Doctrine\\TranslationOrderNameAndLocaleFilter''getTranslationOrderNameAndLocaleFilterService'true],
  5887.             'sylius.api.archived_shipping_methods_filter' => ['services''sylius.api.archived_shipping_methods_filter''getSylius_Api_ArchivedShippingMethodsFilterService'true],
  5888.             'sylius.api.product_association_type_filter' => ['services''sylius.api.product_association_type_filter''getSylius_Api_ProductAssociationTypeFilterService'true],
  5889.             'sylius.api.product_name_filter' => ['services''sylius.api.product_name_filter''getSylius_Api_ProductNameFilterService'true],
  5890.             'sylius.api.product_order_filter' => ['services''sylius.api.product_order_filter''getSylius_Api_ProductOrderFilterService'true],
  5891.             'sylius.api.product_price_filter' => ['services''sylius.api.product_price_filter''getSylius_Api_ProductPriceFilterService'true],
  5892.             'sylius.api.product_review_date_filter' => ['services''sylius.api.product_review_date_filter''getSylius_Api_ProductReviewDateFilterService'true],
  5893.             'sylius.api.product_review_product_filter' => ['services''sylius.api.product_review_product_filter''getSylius_Api_ProductReviewProductFilterService'true],
  5894.             'sylius.api.product_taxon_code_filter' => ['services''sylius.api.product_taxon_code_filter''getSylius_Api_ProductTaxonCodeFilterService'true],
  5895.             'sylius.api.product_variant_product_filter' => ['services''sylius.api.product_variant_product_filter''getSylius_Api_ProductVariantProductFilterService'true],
  5896.             'sylius.api.search_payment_filter' => ['services''sylius.api.search_payment_filter''getSylius_Api_SearchPaymentFilterService'true],
  5897.             'sylius.api.search_shipment_filter' => ['services''sylius.api.search_shipment_filter''getSylius_Api_SearchShipmentFilterService'true],
  5898.             'sylius.api.shipping_method_order_filter' => ['services''sylius.api.shipping_method_order_filter''getSylius_Api_ShippingMethodOrderFilterService'true],
  5899.         ], [
  5900.             'Sylius\\Bundle\\ApiBundle\\Filter\\Doctrine\\ExchangeRateFilter' => '?',
  5901.             'Sylius\\Bundle\\ApiBundle\\Filter\\Doctrine\\ProductPriceOrderFilter' => '?',
  5902.             'Sylius\\Bundle\\ApiBundle\\Filter\\Doctrine\\ProductVariantOptionValueFilter' => '?',
  5903.             'Sylius\\Bundle\\ApiBundle\\Filter\\Doctrine\\TaxonFilter' => '?',
  5904.             'Sylius\\Bundle\\ApiBundle\\Filter\\Doctrine\\TranslationOrderNameAndLocaleFilter' => '?',
  5905.             'sylius.api.archived_shipping_methods_filter' => '?',
  5906.             'sylius.api.product_association_type_filter' => '?',
  5907.             'sylius.api.product_name_filter' => '?',
  5908.             'sylius.api.product_order_filter' => '?',
  5909.             'sylius.api.product_price_filter' => '?',
  5910.             'sylius.api.product_review_date_filter' => '?',
  5911.             'sylius.api.product_review_product_filter' => '?',
  5912.             'sylius.api.product_taxon_code_filter' => '?',
  5913.             'sylius.api.product_variant_product_filter' => '?',
  5914.             'sylius.api.search_payment_filter' => '?',
  5915.             'sylius.api.search_shipment_filter' => '?',
  5916.             'sylius.api.shipping_method_order_filter' => '?',
  5917.         ]);
  5918.     }
  5919.     /**
  5920.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  5921.      *
  5922.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  5923.      */
  5924.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  5925.     {
  5926.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5927.     }
  5928.     /**
  5929.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  5930.      *
  5931.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  5932.      */
  5933.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  5934.     {
  5935.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  5936.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  5937.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  5938.         }
  5939.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  5940.     }
  5941.     /**
  5942.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  5943.      *
  5944.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  5945.      */
  5946.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  5947.     {
  5948.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  5949.     }
  5950.     /**
  5951.      * Gets the private 'api_platform.identifier.converter' shared service.
  5952.      *
  5953.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  5954.      */
  5955.     protected function getApiPlatform_Identifier_ConverterService()
  5956.     {
  5957.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  5958.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  5959.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  5960.             yield => ($this->privates['api_platform.identifier.uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_UuidNormalizerService'));
  5961.         }, 3));
  5962.     }
  5963.     /**
  5964.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  5965.      *
  5966.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  5967.      */
  5968.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  5969.     {
  5970.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  5971.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  5972.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a$btrue), $a$b);
  5973.     }
  5974.     /**
  5975.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  5976.      *
  5977.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  5978.      */
  5979.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  5980.     {
  5981.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  5982.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  5983.         return $instance;
  5984.     }
  5985.     /**
  5986.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  5987.      *
  5988.      * @return \ApiPlatform\JsonLd\ContextBuilder
  5989.      */
  5990.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  5991.     {
  5992.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  5993.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($a));
  5994.     }
  5995.     /**
  5996.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  5997.      *
  5998.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  5999.      */
  6000.     protected function getApiPlatform_Listener_Request_AddFormatService()
  6001.     {
  6002.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  6003.     }
  6004.     /**
  6005.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  6006.      *
  6007.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  6008.      */
  6009.     protected function getApiPlatform_Listener_Request_DeserializeService()
  6010.     {
  6011.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6012.     }
  6013.     /**
  6014.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  6015.      *
  6016.      * @return \ApiPlatform\Core\EventListener\ReadListener
  6017.      */
  6018.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  6019.     {
  6020.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['Sylius\\Bundle\\ApiBundle\\DataProvider\\ChannelAwareItemDataProvider'] ?? $this->getChannelAwareItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6021.     }
  6022.     /**
  6023.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  6024.      *
  6025.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  6026.      */
  6027.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  6028.     {
  6029.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), true);
  6030.     }
  6031.     /**
  6032.      * Gets the private 'api_platform.metadata.extractor.xml.legacy' shared service.
  6033.      *
  6034.      * @return \ApiPlatform\Core\Metadata\Extractor\XmlExtractor
  6035.      */
  6036.     protected function getApiPlatform_Metadata_Extractor_Xml_LegacyService()
  6037.     {
  6038.         return $this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([=> (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Address.xml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Adjustment.xml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/AdminUser.xml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/AvatarImage.xml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/CatalogPromotion.xml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/CatalogPromotionAction.xml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/CatalogPromotionScope.xml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/CatalogPromotionTranslation.xml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Channel.xml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ChannelPricing.xml'), 10 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Country.xml'), 11 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Currency.xml'), 12 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Customer.xml'), 13 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/CustomerGroup.xml'), 14 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ExchangeRate.xml'), 15 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Locale.xml'), 16 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Order.xml'), 17 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/OrderItem.xml'), 18 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/OrderItemUnit.xml'), 19 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Payment.xml'), 20 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/PaymentMethod.xml'), 21 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Product.xml'), 22 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductAssociationType.xml'), 23 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductAssociationTypeTranslation.xml'), 24 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductImage.xml'), 25 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductOption.xml'), 26 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductOptionTranslation.xml'), 27 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductOptionValue.xml'), 28 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductReview.xml'), 29 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductTaxon.xml'), 30 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductTranslation.xml'), 31 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductVariant.xml'), 32 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductVariantTranslation.xml'), 33 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Promotion.xml'), 34 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Province.xml'), 35 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ResetPassword.xml'), 36 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Shipment.xml'), 37 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ShippingCategory.xml'), 38 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ShippingMethod.xml'), 39 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ShippingMethodTranslation.xml'), 40 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ShopBillingData.xml'), 41 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/TaxCategory.xml'), 42 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Taxon.xml'), 43 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/TaxonTranslation.xml'), 44 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/VerifyCustomerAccount.xml'), 45 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Zone.xml'), 46 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ZoneMember.xml'), 47 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/api_resources/Block.xml'), 48 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/api_resources/Faq.xml'), 49 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/api_resources/Media.xml'), 50 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/api_resources/Page.xml'), 51 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/api_resources/Section.xml'), 52 => (\dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Resources/config/api_resources/Wishlist.xml')], $this);
  6039.     }
  6040.     /**
  6041.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  6042.      *
  6043.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  6044.      */
  6045.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  6046.     {
  6047.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  6048.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? $this->getApiPlatform_Metadata_Extractor_Xml_LegacyService())))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  6049.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  6050.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  6051.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  6052.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  6053.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  6054.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  6055.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  6056.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  6057.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  6058.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  6059.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  6060.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  6061.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  6062.         }, 13)));
  6063.     }
  6064.     /**
  6065.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  6066.      *
  6067.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  6068.      */
  6069.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  6070.     {
  6071.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? $this->getApiPlatform_Metadata_Extractor_Xml_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()))));
  6072.     }
  6073.     /**
  6074.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  6075.      *
  6076.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  6077.      */
  6078.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  6079.     {
  6080.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  6081.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \Sylius\Bundle\ApiBundle\ApiPlatform\Factory\MergingExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? $this->getApiPlatform_Metadata_Extractor_Xml_LegacyService())), $this->parameters['api_platform.defaults']), new \Sylius\Bundle\ApiBundle\ApiPlatform\ResourceMetadataPropertyValueResolver(new \Sylius\Bundle\ApiBundle\ApiPlatform\ApiResourceConfigurationMerger())))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  6082.     }
  6083.     /**
  6084.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  6085.      *
  6086.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  6087.      */
  6088.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  6089.     {
  6090.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? $this->getApiPlatform_Metadata_Extractor_Xml_LegacyService())))));
  6091.     }
  6092.     /**
  6093.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  6094.      *
  6095.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  6096.      */
  6097.     protected function getApiPlatform_OperationPathResolver_CustomService()
  6098.     {
  6099.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.dash'] ?? ($this->privates['api_platform.path_segment_name_generator.dash'] = new \ApiPlatform\Operation\DashPathSegmentNameGenerator()))));
  6100.     }
  6101.     /**
  6102.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  6103.      *
  6104.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  6105.      */
  6106.     protected function getApiPlatform_OperationPathResolver_RouterService()
  6107.     {
  6108.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()));
  6109.     }
  6110.     /**
  6111.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  6112.      *
  6113.      * @return \ApiPlatform\Api\ResourceClassResolver
  6114.      */
  6115.     protected function getApiPlatform_ResourceClassResolverService()
  6116.     {
  6117.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  6118.     }
  6119.     /**
  6120.      * Gets the private 'api_platform.router' shared service.
  6121.      *
  6122.      * @return \ApiPlatform\Symfony\Routing\Router
  6123.      */
  6124.     protected function getApiPlatform_RouterService()
  6125.     {
  6126.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['sylius.shop.locale_stripping_router'] ?? $this->getSylius_Shop_LocaleStrippingRouterService()), 1);
  6127.     }
  6128.     /**
  6129.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  6130.      *
  6131.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  6132.      */
  6133.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  6134.     {
  6135.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  6136.     }
  6137.     /**
  6138.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  6139.      *
  6140.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  6141.      */
  6142.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  6143.     {
  6144.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  6145.     }
  6146.     /**
  6147.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  6148.      *
  6149.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  6150.      */
  6151.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  6152.     {
  6153.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  6154.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \Sylius\Bundle\ApiBundle\SerializerContextBuilder\HttpRequestMethodTypeContextBuilder(new \Sylius\Bundle\ApiBundle\SerializerContextBuilder\LocaleContextBuilder(new \Sylius\Bundle\ApiBundle\SerializerContextBuilder\ChannelContextBuilder(new \ApiPlatform\Serializer\SerializerContextBuilder($a), ($this->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $this->getChannelContextInterfaceService())), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()))));
  6155.     }
  6156.     /**
  6157.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  6158.      *
  6159.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  6160.      */
  6161.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  6162.     {
  6163.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Address.xml')), => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Adjustment.xml')), => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/AdminUser.xml')), => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/AvatarImage.xml')), => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CatalogPromotion.xml')), => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CatalogPromotionAction.xml')), => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CatalogPromotionScope.xml')), => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CatalogPromotionTranslation.xml')), => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Channel.xml')), 10 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ChannelPricing.xml')), 11 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/ChangePasswordShopUser.xml')), 12 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/ChangePaymentMethod.xml')), 13 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/RegisterShopUser.xml')), 14 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/RequestResetPasswordToken.xml')), 15 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/ResendVerificationEmail.xml')), 16 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/ResetPassword.xml')), 17 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/VerifyCustomerAccount.xml')), 18 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/AddProductReview.xml')), 19 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Cart/AddItemToCart.xml')), 20 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Cart/ChangeItemQuantityInCart.xml')), 21 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Cart/PickupCart.xml')), 22 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Cart/RemoveItemFromCart.xml')), 23 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/ChoosePaymentMethod.xml')), 24 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/ChooseShippingMethod.xml')), 25 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/CompleteOrder.xml')), 26 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/ShipShipment.xml')), 27 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/UpdateCart.xml')), 28 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Country.xml')), 29 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Currency.xml')), 30 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Customer.xml')), 31 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CustomerGroup.xml')), 32 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ExchangeRate.xml')), 33 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Locale.xml')), 34 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Order.xml')), 35 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/OrderItem.xml')), 36 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/OrderItemUnit.xml')), 37 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Payment.xml')), 38 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PaymentMethod.xml')), 39 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Product.xml')), 40 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAssociationType.xml')), 41 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAssociationTypeTranslation.xml')), 42 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductImage.xml')), 43 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductOption.xml')), 44 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductOptionTranslation.xml')), 45 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductOptionValue.xml')), 46 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductOptionValueTranslation.xml')), 47 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductReview.xml')), 48 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductTaxon.xml')), 49 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductTranslation.xml')), 50 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductVariant.xml')), 51 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductVariantTranslation.xml')), 52 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Promotion.xml')), 53 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Province.xml')), 54 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Shipment.xml')), 55 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShippingCategory.xml')), 56 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShippingMethod.xml')), 57 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShippingMethodTranslation.xml')), 58 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShopBillingData.xml')), 59 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShopUser.xml')), 60 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/TaxCategory.xml')), 61 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Taxon.xml')), 62 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/TaxonTranslation.xml')), 63 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Zone.xml')), 64 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ZoneMember.xml')), 65 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/serialization/Block.xml')), 66 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/serialization/BlockTranslation.xml')), 67 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/serialization/Faq.xml')), 68 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/serialization/FaqTranslation.xml')), 69 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/serialization/Media.xml')), 70 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/serialization/MediaTranslation.xml')), 71 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/serialization/Page.xml')), 72 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/serialization/PageTranslation.xml')), 73 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/serialization/Section.xml')), 74 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/serialization/SectionTranslation.xml')), 75 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Resources/config/serialization/Commands/Wishlist/AddProductToWishlist.xml')), 76 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Resources/config/serialization/Commands/Wishlist/AddProductVariantToWishlist.xml')), 77 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Resources/config/serialization/Commands/Wishlist/CreateWishlist.xml')), 78 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Resources/config/serialization/Product.xml')), 79 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Resources/config/serialization/ProductVariant.xml')), 80 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Resources/config/serialization/ShopUser.xml')), 81 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Resources/config/serialization/Wishlist.xml')), 82 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Resources/config/serialization/WishlistProduct.xml'))])));
  6164.     }
  6165.     /**
  6166.      * Gets the private 'api_platform.serializer.normalizer.item' shared service.
  6167.      *
  6168.      * @return \ApiPlatform\Serializer\ItemNormalizer
  6169.      */
  6170.     protected function getApiPlatform_Serializer_Normalizer_ItemService()
  6171.     {
  6172.         return $this->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService')), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), ($this->privates['Sylius\\Bundle\\ApiBundle\\DataProvider\\ChannelAwareItemDataProvider'] ?? $this->getChannelAwareItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  6173.             yield => ($this->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $this->getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService());
  6174.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  6175.         }, 2), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  6176.     }
  6177.     /**
  6178.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  6179.      *
  6180.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  6181.      */
  6182.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  6183.     {
  6184.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.path_segment_name_generator.dash'] ?? ($this->privates['api_platform.path_segment_name_generator.dash'] = new \ApiPlatform\Operation\DashPathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  6185.     }
  6186.     /**
  6187.      * Gets the private 'app.event_listener.regiser_user_enileads_listener' shared service.
  6188.      *
  6189.      * @return \BitBag\OpenMarketplace\EventListener\RegisterUserEnileadsListener
  6190.      */
  6191.     protected function getApp_EventListener_RegiserUserEnileadsListenerService()
  6192.     {
  6193.         return $this->privates['app.event_listener.regiser_user_enileads_listener'] = new \BitBag\OpenMarketplace\EventListener\RegisterUserEnileadsListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6194.     }
  6195.     /**
  6196.      * Gets the private 'assets.context' shared service.
  6197.      *
  6198.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  6199.      */
  6200.     protected function getAssets_ContextService()
  6201.     {
  6202.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6203.         return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  6204.     }
  6205.     /**
  6206.      * Gets the private 'assets.packages' shared service.
  6207.      *
  6208.      * @return \Symfony\Component\Asset\Packages
  6209.      */
  6210.     protected function getAssets_PackagesService()
  6211.     {
  6212.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Sylius\Bundle\ThemeBundle\Asset\Package\PathPackage('', ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['sylius.theme.context.channel_based'] ?? $this->getSylius_Theme_Context_ChannelBasedService()), ($this->privates['Sylius\\Bundle\\ThemeBundle\\Asset\\PathResolverInterface'] ?? $this->getPathResolverInterfaceService()), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  6213.             yield 'shop' => ($this->privates['assets._package_shop'] ?? $this->load('getAssets_PackageShopService'));
  6214.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  6215.             yield 'cms_shop' => ($this->privates['assets._package_cms_shop'] ?? $this->load('getAssets_PackageCmsShopService'));
  6216.             yield 'cms_admin' => ($this->privates['assets._package_cms_admin'] ?? $this->load('getAssets_PackageCmsAdminService'));
  6217.             yield 'wishlist_shop' => ($this->privates['assets._package_wishlist_shop'] ?? $this->load('getAssets_PackageWishlistShopService'));
  6218.             yield 'wishlist_admin' => ($this->privates['assets._package_wishlist_admin'] ?? $this->load('getAssets_PackageWishlistAdminService'));
  6219.         }, 6));
  6220.     }
  6221.     /**
  6222.      * Gets the private 'bitbag_sylius_cms_plugin.twig.runtime.block' shared service.
  6223.      *
  6224.      * @return \BitBag\SyliusCmsPlugin\Twig\Runtime\RenderBlockRuntime
  6225.      */
  6226.     protected function getBitbagSyliusCmsPlugin_Twig_Runtime_BlockService()
  6227.     {
  6228.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6229.         if (isset($this->privates['bitbag_sylius_cms_plugin.twig.runtime.block'])) {
  6230.             return $this->privates['bitbag_sylius_cms_plugin.twig.runtime.block'];
  6231.         }
  6232.         return $this->privates['bitbag_sylius_cms_plugin.twig.runtime.block'] = new \BitBag\SyliusCmsPlugin\Twig\Runtime\RenderBlockRuntime(($this->services['bitbag_sylius_cms_plugin.repository.block'] ?? $this->getBitbagSyliusCmsPlugin_Repository_BlockService()), ($this->services['bitbag_sylius_cms_plugin.resolver.block_resource'] ?? $this->getBitbagSyliusCmsPlugin_Resolver_BlockResourceService()), $a);
  6233.     }
  6234.     /**
  6235.      * Gets the private 'bitbag_sylius_cms_plugin.twig.runtime.media' shared service.
  6236.      *
  6237.      * @return \BitBag\SyliusCmsPlugin\Twig\Runtime\RenderMediaRuntime
  6238.      */
  6239.     protected function getBitbagSyliusCmsPlugin_Twig_Runtime_MediaService()
  6240.     {
  6241.         $a = ($this->services['bitbag_sylius_cms_plugin.resolver.media_provider'] ?? $this->getBitbagSyliusCmsPlugin_Resolver_MediaProviderService());
  6242.         if (isset($this->privates['bitbag_sylius_cms_plugin.twig.runtime.media'])) {
  6243.             return $this->privates['bitbag_sylius_cms_plugin.twig.runtime.media'];
  6244.         }
  6245.         return $this->privates['bitbag_sylius_cms_plugin.twig.runtime.media'] = new \BitBag\SyliusCmsPlugin\Twig\Runtime\RenderMediaRuntime($a, ($this->services['bitbag_sylius_cms_plugin.resolver.media_resource'] ?? $this->getBitbagSyliusCmsPlugin_Resolver_MediaResourceService()));
  6246.     }
  6247.     /**
  6248.      * Gets the private 'bitbag_sylius_cms_plugin.twig.runtime.product_pages' shared service.
  6249.      *
  6250.      * @return \BitBag\SyliusCmsPlugin\Twig\Runtime\RenderProductPagesRuntime
  6251.      */
  6252.     protected function getBitbagSyliusCmsPlugin_Twig_Runtime_ProductPagesService()
  6253.     {
  6254.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6255.         if (isset($this->privates['bitbag_sylius_cms_plugin.twig.runtime.product_pages'])) {
  6256.             return $this->privates['bitbag_sylius_cms_plugin.twig.runtime.product_pages'];
  6257.         }
  6258.         return $this->privates['bitbag_sylius_cms_plugin.twig.runtime.product_pages'] = new \BitBag\SyliusCmsPlugin\Twig\Runtime\RenderProductPagesRuntime(($this->services['bitbag_sylius_cms_plugin.repository.page'] ?? $this->getBitbagSyliusCmsPlugin_Repository_PageService()), ($this->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $this->getChannelContextInterfaceService()), $a, new \BitBag\SyliusCmsPlugin\Sorter\SectionsSorter());
  6259.     }
  6260.     /**
  6261.      * Gets the private 'bitbag_sylius_wishlist_plugin.event_listener.create_new_wishlist' shared service.
  6262.      *
  6263.      * @return \BitBag\SyliusWishlistPlugin\EventSubscriber\CreateNewWishlistSubscriber
  6264.      */
  6265.     protected function getBitbagSyliusWishlistPlugin_EventListener_CreateNewWishlistService()
  6266.     {
  6267.         return $this->privates['bitbag_sylius_wishlist_plugin.event_listener.create_new_wishlist'] = new \BitBag\SyliusWishlistPlugin\EventSubscriber\CreateNewWishlistSubscriber('wishlist_cookie_token', ($this->privates['bitbag_sylius_wishlist_plugin.resolver.wishlists_resolver'] ?? $this->getBitbagSyliusWishlistPlugin_Resolver_WishlistsResolverService()), ($this->services['bitbag_sylius_wishlist_plugin.factory.wishlist'] ?? $this->getBitbagSyliusWishlistPlugin_Factory_WishlistService()), ($this->services['bitbag_sylius_wishlist_plugin.repository.wishlist'] ?? $this->getBitbagSyliusWishlistPlugin_Repository_WishlistService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $this->getChannelContextInterfaceService()));
  6268.     }
  6269.     /**
  6270.      * Gets the private 'bitbag_sylius_wishlist_plugin.resolver.wishlist_cookie_token_resolver' shared service.
  6271.      *
  6272.      * @return \BitBag\SyliusWishlistPlugin\Resolver\WishlistCookieTokenResolver
  6273.      */
  6274.     protected function getBitbagSyliusWishlistPlugin_Resolver_WishlistCookieTokenResolverService()
  6275.     {
  6276.         return $this->privates['bitbag_sylius_wishlist_plugin.resolver.wishlist_cookie_token_resolver'] = new \BitBag\SyliusWishlistPlugin\Resolver\WishlistCookieTokenResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'wishlist_cookie_token');
  6277.     }
  6278.     /**
  6279.      * Gets the private 'bitbag_sylius_wishlist_plugin.resolver.wishlists_resolver' shared service.
  6280.      *
  6281.      * @return \BitBag\SyliusWishlistPlugin\Resolver\WishlistsResolver
  6282.      */
  6283.     protected function getBitbagSyliusWishlistPlugin_Resolver_WishlistsResolverService()
  6284.     {
  6285.         return $this->privates['bitbag_sylius_wishlist_plugin.resolver.wishlists_resolver'] = new \BitBag\SyliusWishlistPlugin\Resolver\WishlistsResolver(($this->services['bitbag_sylius_wishlist_plugin.repository.wishlist'] ?? $this->getBitbagSyliusWishlistPlugin_Repository_WishlistService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['bitbag_sylius_wishlist_plugin.resolver.wishlist_cookie_token_resolver'] ?? $this->getBitbagSyliusWishlistPlugin_Resolver_WishlistCookieTokenResolverService()), ($this->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $this->getChannelContextInterfaceService()));
  6286.     }
  6287.     /**
  6288.      * Gets the private 'cache.annotations' shared service.
  6289.      *
  6290.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6291.      */
  6292.     protected function getCache_AnnotationsService()
  6293.     {
  6294.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('cWkqdSAbTF'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6295.     }
  6296.     /**
  6297.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  6298.      *
  6299.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6300.      */
  6301.     protected function getCache_Doctrine_Orm_Default_QueryService()
  6302.     {
  6303.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6304.     }
  6305.     /**
  6306.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  6307.      *
  6308.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6309.      */
  6310.     protected function getCache_Doctrine_Orm_Default_ResultService()
  6311.     {
  6312.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6313.     }
  6314.     /**
  6315.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  6316.      *
  6317.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6318.      */
  6319.     protected function getCache_Messenger_RestartWorkersSignalService()
  6320.     {
  6321.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('rjLricuWbT'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  6322.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  6323.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  6324.     }
  6325.     /**
  6326.      * Gets the private 'cache.property_info' shared service.
  6327.      *
  6328.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6329.      */
  6330.     protected function getCache_PropertyInfoService()
  6331.     {
  6332.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-AUzU1GlOP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6333.     }
  6334.     /**
  6335.      * Gets the private 'cache.security_expression_language' shared service.
  6336.      *
  6337.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6338.      */
  6339.     protected function getCache_SecurityExpressionLanguageService()
  6340.     {
  6341.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FUkzDJyyOk'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6342.     }
  6343.     /**
  6344.      * Gets the private 'cache.serializer' shared service.
  6345.      *
  6346.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6347.      */
  6348.     protected function getCache_SerializerService()
  6349.     {
  6350.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UPPAfmmpiN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6351.     }
  6352.     /**
  6353.      * Gets the private 'cache.validator' shared service.
  6354.      *
  6355.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6356.      */
  6357.     protected function getCache_ValidatorService()
  6358.     {
  6359.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zjfYKlwNuG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6360.     }
  6361.     /**
  6362.      * Gets the private 'cache.webpack_encore' shared service.
  6363.      *
  6364.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6365.      */
  6366.     protected function getCache_WebpackEncoreService()
  6367.     {
  6368.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Djlk-ktPss'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6369.     }
  6370.     /**
  6371.      * Gets the private 'data_collector.form' shared service.
  6372.      *
  6373.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6374.      */
  6375.     protected function getDataCollector_FormService()
  6376.     {
  6377.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6378.     }
  6379.     /**
  6380.      * Gets the private 'data_collector.request' shared service.
  6381.      *
  6382.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6383.      */
  6384.     protected function getDataCollector_RequestService()
  6385.     {
  6386.         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())));
  6387.     }
  6388.     /**
  6389.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  6390.      *
  6391.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  6392.      */
  6393.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  6394.     {
  6395.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  6396.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  6397.         }, 1)));
  6398.     }
  6399.     /**
  6400.      * Gets the private 'debug.api_platform.data_persister' shared service.
  6401.      *
  6402.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  6403.      */
  6404.     protected function getDebug_ApiPlatform_DataPersisterService()
  6405.     {
  6406.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  6407.             yield => ($this->services['Sylius\\Bundle\\ApiBundle\\DataPersister\\AddressDataPersister'] ?? $this->load('getAddressDataPersisterService'));
  6408.             yield => ($this->services['Sylius\\Bundle\\ApiBundle\\DataPersister\\AdminUserDataPersister'] ?? $this->load('getAdminUserDataPersisterService'));
  6409.             yield => ($this->services['Sylius\\Bundle\\ApiBundle\\DataPersister\\CountryDataPersister'] ?? $this->load('getCountryDataPersisterService'));
  6410.             yield => ($this->services['Sylius\\Bundle\\ApiBundle\\DataPersister\\ShippingMethodDataPersister'] ?? $this->load('getShippingMethodDataPersisterService'));
  6411.             yield => ($this->services['Sylius\\Bundle\\ApiBundle\\DataPersister\\ZoneDataPersister'] ?? $this->load('getZoneDataPersisterService'));
  6412.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  6413.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  6414.         }, 7)));
  6415.     }
  6416.     /**
  6417.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  6418.      *
  6419.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  6420.      */
  6421.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  6422.     {
  6423.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  6424.             yield => ($this->services['Sylius\\Bundle\\ApiBundle\\DataProvider\\CartShippingMethodsSubresourceDataProvider'] ?? $this->load('getCartShippingMethodsSubresourceDataProviderService'));
  6425.             yield => ($this->services['Sylius\\Bundle\\ApiBundle\\DataProvider\\CartPaymentMethodsSubresourceDataProvider'] ?? $this->load('getCartPaymentMethodsSubresourceDataProviderService'));
  6426.             yield => ($this->services['Sylius\\Bundle\\ApiBundle\\DataProvider\\OrderAdjustmentsSubresourceDataProvider'] ?? $this->load('getOrderAdjustmentsSubresourceDataProviderService'));
  6427.             yield => ($this->services['Sylius\\Bundle\\ApiBundle\\DataProvider\\OrderItemAdjustmentsSubresourceDataProvider'] ?? $this->load('getOrderItemAdjustmentsSubresourceDataProviderService'));
  6428.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  6429.         }, 5)));
  6430.     }
  6431.     /**
  6432.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6433.      *
  6434.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6435.      */
  6436.     protected function getDebug_DebugHandlersListenerService()
  6437.     {
  6438.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6439.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6440.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  6441.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6442.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6443.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  6444.     }
  6445.     /**
  6446.      * Gets the private 'debug.file_link_formatter' shared service.
  6447.      *
  6448.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6449.      */
  6450.     protected function getDebug_FileLinkFormatterService()
  6451.     {
  6452.         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 () {
  6453.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  6454.         });
  6455.     }
  6456.     /**
  6457.      * Gets the private 'debug.log_processor' shared service.
  6458.      *
  6459.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6460.      */
  6461.     protected function getDebug_LogProcessorService()
  6462.     {
  6463.         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())));
  6464.     }
  6465.     /**
  6466.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6467.      *
  6468.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6469.      */
  6470.     protected function getDebug_Security_Access_DecisionManagerService()
  6471.     {
  6472.         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 () {
  6473.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  6474.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  6475.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  6476.             yield => ($this->privates['debug.security.voter.BitBag\\OpenMarketplace\\Security\\Voter\\TokenOwningVoter'] ?? $this->load('getTokenOwningVoterService'));
  6477.             yield => ($this->privates['debug.security.voter.open_marketplace.security.voter.object_owning_voter'] ?? $this->load('getDebug_Security_Voter_OpenMarketplace_Security_Voter_ObjectOwningVoterService'));
  6478.             yield => ($this->privates['debug.security.voter.bit_bag.sylius_open_marketplace_plugin.security.voter.conversation_owning_voter'] ?? $this->load('getDebug_Security_Voter_BitBag_SyliusOpenMarketplacePlugin_Security_Voter_ConversationOwningVoterService'));
  6479.             yield => ($this->privates['debug.security.voter.bitbag_sylius_wishlist_plugin.voter.wishlist_voter'] ?? $this->load('getDebug_Security_Voter_BitbagSyliusWishlistPlugin_Voter_WishlistVoterService'));
  6480.         }, 7), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  6481.     }
  6482.     /**
  6483.      * Gets the private 'debug.security.firewall' shared service.
  6484.      *
  6485.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6486.      */
  6487.     protected function getDebug_Security_FirewallService()
  6488.     {
  6489.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6490.     }
  6491.     /**
  6492.      * Gets the private 'debug.traced.sylius.event_bus' shared service.
  6493.      *
  6494.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  6495.      */
  6496.     protected function getDebug_Traced_Sylius_EventBusService()
  6497.     {
  6498.         return $this->privates['debug.traced.sylius.event_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  6499.             yield => ($this->privates['sylius.event_bus.middleware.traceable'] ?? $this->load('getSylius_EventBus_Middleware_TraceableService'));
  6500.             yield => ($this->privates['sylius.event_bus.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['sylius.event_bus.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('sylius.event_bus')));
  6501.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  6502.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  6503.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  6504.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  6505.             yield => ($this->privates['sylius.event_bus.middleware.handle_message'] ?? $this->load('getSylius_EventBus_Middleware_HandleMessageService'));
  6506.         }, 7)));
  6507.     }
  6508.     /**
  6509.      * Gets the private 'debug.traced.sylius_default.bus' shared service.
  6510.      *
  6511.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  6512.      */
  6513.     protected function getDebug_Traced_SyliusDefault_BusService()
  6514.     {
  6515.         return $this->privates['debug.traced.sylius_default.bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  6516.             yield => ($this->privates['sylius_default.bus.middleware.traceable'] ?? $this->load('getSyliusDefault_Bus_Middleware_TraceableService'));
  6517.             yield => ($this->privates['sylius_default.bus.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['sylius_default.bus.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('sylius_default.bus')));
  6518.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  6519.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  6520.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  6521.             yield => ($this->privates['messenger.middleware.validation'] ?? $this->load('getMessenger_Middleware_ValidationService'));
  6522.             yield => ($this->privates['sylius_default.bus.middleware.doctrine_transaction'] ?? $this->load('getSyliusDefault_Bus_Middleware_DoctrineTransactionService'));
  6523.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  6524.             yield => ($this->privates['sylius_default.bus.middleware.handle_message'] ?? $this->load('getSyliusDefault_Bus_Middleware_HandleMessageService'));
  6525.         }, 9)));
  6526.     }
  6527.     /**
  6528.      * Gets the private 'debug.traced.sylius_event.bus' shared service.
  6529.      *
  6530.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  6531.      */
  6532.     protected function getDebug_Traced_SyliusEvent_BusService()
  6533.     {
  6534.         return $this->privates['debug.traced.sylius_event.bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  6535.             yield => ($this->privates['sylius_event.bus.middleware.traceable'] ?? $this->load('getSyliusEvent_Bus_Middleware_TraceableService'));
  6536.             yield => ($this->privates['sylius_event.bus.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['sylius_event.bus.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('sylius_event.bus')));
  6537.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  6538.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  6539.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  6540.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  6541.             yield => ($this->privates['sylius_event.bus.middleware.handle_message'] ?? $this->load('getSyliusEvent_Bus_Middleware_HandleMessageService'));
  6542.         }, 7)));
  6543.     }
  6544.     /**
  6545.      * Gets the private 'form.registry' shared service.
  6546.      *
  6547.      * @return \Symfony\Component\Form\FormRegistry
  6548.      */
  6549.     protected function getForm_RegistryService()
  6550.     {
  6551.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6552.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\ChannelCollectionType' => ['privates''bitbag.form.type.channel_collection_type''getBitbag_Form_Type_ChannelCollectionTypeService'true],
  6553.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\DraftAttributeChoiceType' => ['privates''open_marketplace.form.product_listing.draft_attribute_choice_type''getOpenMarketplace_Form_ProductListing_DraftAttributeChoiceTypeService'true],
  6554.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\DraftAttributeTranslationType' => ['privates''open_marketplace.form.type.draft_attribute_translation''getOpenMarketplace_Form_Type_DraftAttributeTranslationService'true],
  6555.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\DraftAttributeType' => ['privates''open_marketplace.form.type.draftAttribute''getOpenMarketplace_Form_Type_DraftAttributeService'true],
  6556.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\DraftAttributeValueType' => ['privates''open_marketplace.form.product_listing.draft_attribute_value_type''getOpenMarketplace_Form_ProductListing_DraftAttributeValueTypeService'true],
  6557.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\ProductAssociationsType' => ['privates''bitbag.form.type.sylius_product_associations''getBitbag_Form_Type_SyliusProductAssociationsService'true],
  6558.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\ProductDraftImageType' => ['privates''bitbag.form.type.image_type''getBitbag_Form_Type_ImageTypeService'true],
  6559.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\ProductDraftTaxonAutocompleteChoiceType' => ['privates''bitbag.form.type.taxonomy''getBitbag_Form_Type_TaxonomyService'true],
  6560.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\ProductPriceType' => ['privates''bitbag.form.type.channel_pricing''getBitbag_Form_Type_ChannelPricingService'true],
  6561.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\ProductTranslationType' => ['privates''bitbag.form.type.bitbag_translations''getBitbag_Form_Type_BitbagTranslationsService'true],
  6562.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\ProductType' => ['privates''bitbag.form.type.product''getBitbag_Form_Type_ProductService'true],
  6563.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\ResourceAutocompleteChoiceType' => ['privates''sylius.form.type.resource_autocomplete_choice_draft''getSylius_Form_Type_ResourceAutocompleteChoiceDraftService'true],
  6564.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\ResourceTranslationsType' => ['privates''bitbag.form.type.bitbag_resorce_translations''getBitbag_Form_Type_BitbagResorceTranslationsService'true],
  6565.             'BitBag\\OpenMarketplace\\Form\\Type\\Checkout\\SelectShippingType' => ['privates''bitbag.form.type.checkout_select_shipping''getBitbag_Form_Type_CheckoutSelectShippingService'true],
  6566.             'BitBag\\OpenMarketplace\\Form\\Type\\Checkout\\ShipmentType' => ['privates''bitbag.form.type.checkout_shipment''getBitbag_Form_Type_CheckoutShipmentService'true],
  6567.             'BitBag\\OpenMarketplace\\Form\\Type\\Checkout\\ShippingMethodChoiceType' => ['privates''bitbag.form.type.shipping_method_choice''getBitbag_Form_Type_ShippingMethodChoiceService'true],
  6568.             'BitBag\\OpenMarketplace\\Form\\Type\\Conversation\\ConversationType' => ['privates''mvm.form.type.conversation''getMvm_Form_Type_ConversationService'true],
  6569.             'BitBag\\OpenMarketplace\\Form\\Type\\Conversation\\MessageType' => ['privates''mvm.form.type.conversation_message''getMvm_Form_Type_ConversationMessageService'true],
  6570.             'BitBag\\OpenMarketplace\\Form\\Type\\VendorEditType' => ['privates''open_marketplace.form.type.vendor_edit_type''getOpenMarketplace_Form_Type_VendorEditTypeService'true],
  6571.             'BitBag\\OpenMarketplace\\Form\\Type\\VendorShippingMethodChoiceType' => ['privates''open_marketplace.form.vendor_shipping_method_choice_type''getOpenMarketplace_Form_VendorShippingMethodChoiceTypeService'true],
  6572.             'BitBag\\OpenMarketplace\\Form\\Type\\VendorShippingMethodsType' => ['privates''open_marketplace.form.vendor_shipping_methods_type''getOpenMarketplace_Form_VendorShippingMethodsTypeService'true],
  6573.             'BitBag\\OpenMarketplace\\Form\\Type\\VendorType' => ['privates''open_marketplace.form.vendor_type''getOpenMarketplace_Form_VendorTypeService'true],
  6574.             'BitBag\\OpenMarketplace\\Form\\VendorImageType' => ['privates''open_marketplace.form.type.vendor_image''getOpenMarketplace_Form_Type_VendorImageService'true],
  6575.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\BlockImageType' => ['privates''bitbag_sylius_cms_plugin.form.type.block_image''getBitbagSyliusCmsPlugin_Form_Type_BlockImageService'true],
  6576.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\BlockType' => ['privates''bitbag_sylius_cms_plugin.form.type.block''getBitbagSyliusCmsPlugin_Form_Type_BlockService'true],
  6577.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\FrequentlyAskedQuestionType' => ['privates''bitbag_sylius_cms_plugin.form.type.frequently_asked_question''getBitbagSyliusCmsPlugin_Form_Type_FrequentlyAskedQuestionService'true],
  6578.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\ImportType' => ['privates''bitbag_sylius_cms_plugin.form.type.import''getBitbagSyliusCmsPlugin_Form_Type_ImportService'true],
  6579.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\MediaType' => ['privates''bitbag_sylius_cms_plugin.form.type.media''getBitbagSyliusCmsPlugin_Form_Type_MediaService'true],
  6580.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\PageType' => ['privates''bitbag_sylius_cms_plugin.form.type.page''getBitbagSyliusCmsPlugin_Form_Type_PageService'true],
  6581.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\SectionType' => ['privates''bitbag_sylius_cms_plugin.form.type.section''getBitbagSyliusCmsPlugin_Form_Type_SectionService'true],
  6582.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\Translation\\BlockTranslationType' => ['privates''bitbag_sylius_cms_plugin.form.type.translation.block''getBitbagSyliusCmsPlugin_Form_Type_Translation_BlockService'true],
  6583.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\Translation\\FrequentlyAskedQuestionTranslationType' => ['privates''bitbag_sylius_cms_plugin.form.type.translation.frequently_asked_question''getBitbagSyliusCmsPlugin_Form_Type_Translation_FrequentlyAskedQuestionService'true],
  6584.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\Translation\\MediaTranslationType' => ['privates''bitbag_sylius_cms_plugin.form.type.translation.media''getBitbagSyliusCmsPlugin_Form_Type_Translation_MediaService'true],
  6585.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\Translation\\PageTranslationType' => ['privates''bitbag_sylius_cms_plugin.form.type.translation.page''getBitbagSyliusCmsPlugin_Form_Type_Translation_PageService'true],
  6586.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\Translation\\SectionTranslationType' => ['privates''bitbag_sylius_cms_plugin.form.type.translation.section''getBitbagSyliusCmsPlugin_Form_Type_Translation_SectionService'true],
  6587.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\WysiwygType' => ['privates''bitbag_sylius_cms_plugin.form.type.wysiwyg''getBitbagSyliusCmsPlugin_Form_Type_WysiwygService'true],
  6588.             'BitBag\\SyliusShippingExportPlugin\\Form\\Type\\ShippingGatewayType' => ['privates''bitbag.shipping_export_plugin.shipping_gateway.form.type''getBitbag_ShippingExportPlugin_ShippingGateway_Form_TypeService'true],
  6589.             'BitBag\\SyliusWishlistPlugin\\Form\\Type\\AddProductsToCartType' => ['privates''bitbag_sylius_wishlist_plugin.form.type.add_products_to_cart''getBitbagSyliusWishlistPlugin_Form_Type_AddProductsToCartService'true],
  6590.             'BitBag\\SyliusWishlistPlugin\\Form\\Type\\CreateNewWishlistType' => ['privates''bitbag_sylius_wishlist_plugin.form.type.create_new_wishlist''getBitbagSyliusWishlistPlugin_Form_Type_CreateNewWishlistService'true],
  6591.             'BitBag\\SyliusWishlistPlugin\\Form\\Type\\WishlistCollectionType' => ['privates''bitbag_sylius_wishlist_plugin.form.type.wishlist_collection_type''getBitbagSyliusWishlistPlugin_Form_Type_WishlistCollectionTypeService'true],
  6592.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services''ewz_recaptcha.form.type''getEwzRecaptcha_Form_TypeService'true],
  6593.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => ['services''ewz_recaptcha.v3.form.type''getEwzRecaptcha_V3_Form_TypeService'true],
  6594.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService'true],
  6595.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'true],
  6596.             'Odiseo\\BlogBundle\\Form\\Type\\ArticleCategoryTranslationType' => ['privates''odiseo_blog.form.type.article_category_translation''getOdiseoBlog_Form_Type_ArticleCategoryTranslationService'true],
  6597.             'Odiseo\\BlogBundle\\Form\\Type\\ArticleCategoryType' => ['privates''odiseo_blog.form.type.article_category''getOdiseoBlog_Form_Type_ArticleCategoryService'true],
  6598.             'Odiseo\\BlogBundle\\Form\\Type\\ArticleCommentType' => ['privates''odiseo_blog.form.type.article_comment''getOdiseoBlog_Form_Type_ArticleCommentService'true],
  6599.             'Odiseo\\BlogBundle\\Form\\Type\\ArticleImageType' => ['privates''odiseo_blog.form.type.article_image''getOdiseoBlog_Form_Type_ArticleImageService'true],
  6600.             'Odiseo\\BlogBundle\\Form\\Type\\ArticleTranslationType' => ['privates''odiseo_blog.form.type.article_translation''getOdiseoBlog_Form_Type_ArticleTranslationService'true],
  6601.             'Odiseo\\BlogBundle\\Form\\Type\\ArticleType' => ['privates''odiseo_blog.form.type.article''getOdiseoBlog_Form_Type_ArticleService'true],
  6602.             'Odiseo\\BlogBundle\\Form\\Type\\ArticleUserCommentType' => ['privates''odiseo_blog.form.type.article_user_comment''getOdiseoBlog_Form_Type_ArticleUserCommentService'true],
  6603.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardExpirationDateType' => ['services''payum.form.type.credit_card_expiration_date''getPayum_Form_Type_CreditCardExpirationDateService'true],
  6604.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardType' => ['services''payum.form.type.credit_card''getPayum_Form_Type_CreditCardService'true],
  6605.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayConfigType' => ['services''payum.form.type.gateway_config''getPayum_Form_Type_GatewayConfigService'true],
  6606.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType' => ['services''payum.form.type.gateway_factories_choice''getPayum_Form_Type_GatewayFactoriesChoiceService'true],
  6607.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => ['privates''sonata.block.form.type.container_template''getSonata_Block_Form_Type_ContainerTemplateService'true],
  6608.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => ['privates''sonata.block.form.type.block''getSonata_Block_Form_Type_BlockService'true],
  6609.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\AddressType' => ['services''sylius.form.type.address''getSylius_Form_Type_AddressService'true],
  6610.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\CountryChoiceType' => ['services''sylius.form.type.country_choice''getSylius_Form_Type_CountryChoiceService'true],
  6611.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\CountryCodeChoiceType' => ['services''sylius.form.type.country_code_choice''getSylius_Form_Type_CountryCodeChoiceService'true],
  6612.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\CountryType' => ['services''sylius.form.type.country''getSylius_Form_Type_CountryService'true],
  6613.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ProvinceChoiceType' => ['services''sylius.form.type.province_choice''getSylius_Form_Type_ProvinceChoiceService'true],
  6614.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ProvinceCodeChoiceType' => ['services''sylius.form.type.province_code_choice''getSylius_Form_Type_ProvinceCodeChoiceService'true],
  6615.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ProvinceType' => ['services''sylius.form.type.province''getSylius_Form_Type_ProvinceService'true],
  6616.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ZoneChoiceType' => ['services''sylius.form.type.zone_choice''getSylius_Form_Type_ZoneChoiceService'true],
  6617.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ZoneCodeChoiceType' => ['services''sylius.form.type.zone_code_choice''getSylius_Form_Type_ZoneCodeChoiceService'true],
  6618.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ZoneMemberType' => ['services''sylius.form.type.zone_member''getSylius_Form_Type_ZoneMemberService'true],
  6619.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ZoneType' => ['services''sylius.form.type.zone''getSylius_Form_Type_ZoneService'true],
  6620.             'Sylius\\Bundle\\AttributeBundle\\Form\\Type\\AttributeTypeChoiceType' => ['services''sylius.form.type.attribute_type_choice''getSylius_Form_Type_AttributeTypeChoiceService'true],
  6621.             'Sylius\\Bundle\\AttributeBundle\\Form\\Type\\AttributeType\\Configuration\\SelectAttributeChoicesCollectionType' => ['services''sylius.form.type.attribute_type.select.choices_collection''getSylius_Form_Type_AttributeType_Select_ChoicesCollectionService'true],
  6622.             'Sylius\\Bundle\\AttributeBundle\\Form\\Type\\AttributeType\\Configuration\\SelectAttributeValueTranslationsType' => ['services''sylius.attribute_type.select.value.translations''getSylius_AttributeType_Select_Value_TranslationsService'true],
  6623.             'Sylius\\Bundle\\AttributeBundle\\Form\\Type\\AttributeType\\SelectAttributeType' => ['services''sylius.form.type.attribute_type.select''getSylius_Form_Type_AttributeType_SelectService'true],
  6624.             'Sylius\\Bundle\\ChannelBundle\\Form\\Type\\ChannelChoiceType' => ['services''sylius.form.type.channel_choice''getSylius_Form_Type_ChannelChoiceService'true],
  6625.             'Sylius\\Bundle\\ChannelBundle\\Form\\Type\\ChannelType' => ['services''sylius.form.type.channel''getSylius_Form_Type_ChannelService'true],
  6626.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\AddressChoiceType' => ['services''sylius.form.type.address_choice''getSylius_Form_Type_AddressChoiceService'true],
  6627.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\CatalogPromotionAction\\ChannelBasedFixedDiscountActionConfigurationType' => ['services''Sylius\\Bundle\\CoreBundle\\Form\\Type\\CatalogPromotionAction\\ChannelBasedFixedDiscountActionConfigurationType''getChannelBasedFixedDiscountActionConfigurationTypeService'true],
  6628.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\CatalogPromotionScope\\ForProductsScopeConfigurationType' => ['services''sylius.form.type.for_products_scope''getSylius_Form_Type_ForProductsScopeService'true],
  6629.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\CatalogPromotionScope\\ForTaxonsScopeConfigurationType' => ['services''sylius.form.type.for_taxons_scope''getSylius_Form_Type_ForTaxonsScopeService'true],
  6630.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\CatalogPromotionScope\\ForVariantsScopeConfigurationType' => ['services''sylius.form.type.for_variants_scope''getSylius_Form_Type_ForVariantsScopeService'true],
  6631.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\ChannelCollectionType' => ['services''sylius.form.type.channels_collection''getSylius_Form_Type_ChannelsCollectionService'true],
  6632.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\AddressType' => ['services''sylius.form.type.checkout_address''getSylius_Form_Type_CheckoutAddressService'true],
  6633.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\CompleteType' => ['services''sylius.form.type.checkout_complete''getSylius_Form_Type_CheckoutCompleteService'true],
  6634.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\PaymentType' => ['services''sylius.form.type.checkout_payment''getSylius_Form_Type_CheckoutPaymentService'true],
  6635.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\SelectPaymentType' => ['services''sylius.form.type.checkout_select_payment''getSylius_Form_Type_CheckoutSelectPaymentService'true],
  6636.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\SelectShippingType' => ['services''sylius.form.type.checkout_select_shipping''getSylius_Form_Type_CheckoutSelectShippingService'true],
  6637.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\ShipmentType' => ['services''sylius.form.type.checkout_shipment''getSylius_Form_Type_CheckoutShipmentService'true],
  6638.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Customer\\CustomerCheckoutGuestType' => ['services''sylius.form.type.customer_checkout_guest''getSylius_Form_Type_CustomerCheckoutGuestService'true],
  6639.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Customer\\CustomerGuestType' => ['services''sylius.form.type.customer_guest''getSylius_Form_Type_CustomerGuestService'true],
  6640.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Customer\\CustomerRegistrationType' => ['services''sylius.form.type.customer_registration''getSylius_Form_Type_CustomerRegistrationService'true],
  6641.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Customer\\CustomerSimpleRegistrationType' => ['services''sylius.form.type.customer_simple_registration''getSylius_Form_Type_CustomerSimpleRegistrationService'true],
  6642.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Order\\AddToCartType' => ['services''sylius.form.type.add_to_cart''getSylius_Form_Type_AddToCartService'true],
  6643.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Product\\ChannelPricingType' => ['services''sylius.form.type.channel_pricing''getSylius_Form_Type_ChannelPricingService'true],
  6644.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Product\\ProductImageType' => ['services''sylius.form.type.product_image''getSylius_Form_Type_ProductImageService'true],
  6645.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Product\\ProductReviewType' => ['services''sylius.form.type.product_review''getSylius_Form_Type_ProductReviewService'true],
  6646.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Filter\\ProductFilterConfigurationType' => ['services''sylius.form.type.promotion_action.filter.product''getSylius_Form_Type_PromotionAction_Filter_ProductService'true],
  6647.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Filter\\TaxonFilterConfigurationType' => ['services''sylius.form.type.promotion_action.filter.taxon''getSylius_Form_Type_PromotionAction_Filter_TaxonService'true],
  6648.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Rule\\ContainsProductConfigurationType' => ['services''sylius.form.type.promotion_rule.contains_product_configuration''getSylius_Form_Type_PromotionRule_ContainsProductConfigurationService'true],
  6649.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Rule\\CustomerGroupConfigurationType' => ['services''sylius.form.type.promotion_rule.customer_group_configuration''getSylius_Form_Type_PromotionRule_CustomerGroupConfigurationService'true],
  6650.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Rule\\HasTaxonConfigurationType' => ['services''sylius.form.type.promotion_rule.has_taxon_configuration''getSylius_Form_Type_PromotionRule_HasTaxonConfigurationService'true],
  6651.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Rule\\TotalOfItemsFromTaxonConfigurationType' => ['services''sylius.form.type.promotion_rule.total_of_items_from_taxon_configuration''getSylius_Form_Type_PromotionRule_TotalOfItemsFromTaxonConfigurationService'true],
  6652.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Shipping\\Calculator\\ChannelBasedFlatRateConfigurationType' => ['services''sylius.form.type.channel_based_shipping_calculator.flat_rate''getSylius_Form_Type_ChannelBasedShippingCalculator_FlatRateService'true],
  6653.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Shipping\\Calculator\\ChannelBasedPerUnitRateConfigurationType' => ['services''sylius.form.type.channel_based_shipping_calculator.per_unit_rate''getSylius_Form_Type_ChannelBasedShippingCalculator_PerUnitRateService'true],
  6654.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\ShopBillingDataType' => ['services''sylius.form.type.shop_billing_data''getSylius_Form_Type_ShopBillingDataService'true],
  6655.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\TaxCalculationStrategyChoiceType' => ['services''sylius.form.type.tax_calculation_strategy_choice''getSylius_Form_Type_TaxCalculationStrategyChoiceService'true],
  6656.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Taxon\\ProductTaxonAutocompleteChoiceType' => ['services''sylius.form.type.autocomplete_product_taxon_choice''getSylius_Form_Type_AutocompleteProductTaxonChoiceService'true],
  6657.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Taxon\\TaxonImageType' => ['services''sylius.form.type.taxon_image''getSylius_Form_Type_TaxonImageService'true],
  6658.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\AdminUserType' => ['services''sylius.form.type.admin_user''getSylius_Form_Type_AdminUserService'true],
  6659.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\AvatarImageType' => ['services''sylius.form.type.avatar_image''getSylius_Form_Type_AvatarImageService'true],
  6660.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\ShopUserRegistrationType' => ['services''sylius.form.type.shop_user_registration''getSylius_Form_Type_ShopUserRegistrationService'true],
  6661.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\ShopUserType' => ['services''sylius.form.type.shop_user''getSylius_Form_Type_ShopUserService'true],
  6662.             'Sylius\\Bundle\\CurrencyBundle\\Form\\Type\\CurrencyChoiceType' => ['services''sylius.form.type.currency_choice''getSylius_Form_Type_CurrencyChoiceService'true],
  6663.             'Sylius\\Bundle\\CurrencyBundle\\Form\\Type\\CurrencyType' => ['services''sylius.form.type.currency''getSylius_Form_Type_CurrencyService'true],
  6664.             'Sylius\\Bundle\\CurrencyBundle\\Form\\Type\\ExchangeRateType' => ['services''sylius.form.type.exchange_rate''getSylius_Form_Type_ExchangeRateService'true],
  6665.             'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerChoiceType' => ['services''sylius.form.type.customer_choice''getSylius_Form_Type_CustomerChoiceService'true],
  6666.             'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerGroupChoiceType' => ['services''sylius.form.type.customer_group_choice''getSylius_Form_Type_CustomerGroupChoiceService'true],
  6667.             'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerGroupCodeChoiceType' => ['services''sylius.form.type.customer_group_code_choice''getSylius_Form_Type_CustomerGroupCodeChoiceService'true],
  6668.             'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerGroupType' => ['services''sylius.form.type.customer_group''getSylius_Form_Type_CustomerGroupService'true],
  6669.             'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerProfileType' => ['services''sylius.form.type.customer_profile''getSylius_Form_Type_CustomerProfileService'true],
  6670.             'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerType' => ['services''sylius.form.type.customer''getSylius_Form_Type_CustomerService'true],
  6671.             'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\BooleanFilterType' => ['services''sylius.form.type.grid_filter.boolean''getSylius_Form_Type_GridFilter_BooleanService'true],
  6672.             'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\DateFilterType' => ['services''sylius.form.type.grid_filter.date''getSylius_Form_Type_GridFilter_DateService'true],
  6673.             'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\EntityFilterType' => ['services''sylius.form.type.grid_filter.entity''getSylius_Form_Type_GridFilter_EntityService'true],
  6674.             'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\ExistsFilterType' => ['services''sylius.form.type.grid_filter.exists''getSylius_Form_Type_GridFilter_ExistsService'true],
  6675.             'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\MoneyFilterType' => ['services''sylius.form.type.grid_filter.money''getSylius_Form_Type_GridFilter_MoneyService'true],
  6676.             'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\SelectFilterType' => ['services''sylius.form.type.grid_filter.select''getSylius_Form_Type_GridFilter_SelectService'true],
  6677.             'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\StringFilterType' => ['services''sylius.form.type.grid_filter.string''getSylius_Form_Type_GridFilter_StringService'true],
  6678.             'Sylius\\Bundle\\LocaleBundle\\Form\\Type\\LocaleChoiceType' => ['services''sylius.form.type.locale_choice''getSylius_Form_Type_LocaleChoiceService'true],
  6679.             'Sylius\\Bundle\\LocaleBundle\\Form\\Type\\LocaleType' => ['services''sylius.form.type.locale''getSylius_Form_Type_LocaleService'true],
  6680.             'Sylius\\Bundle\\MoneyBundle\\Form\\Type\\MoneyType' => ['services''sylius.form.type.money''getSylius_Form_Type_MoneyService'true],
  6681.             'Sylius\\Bundle\\OrderBundle\\Form\\Type\\CartItemType' => ['services''sylius.form.type.cart_item''getSylius_Form_Type_CartItemService'true],
  6682.             'Sylius\\Bundle\\OrderBundle\\Form\\Type\\CartType' => ['services''sylius.form.type.cart''getSylius_Form_Type_CartService'true],
  6683.             'Sylius\\Bundle\\OrderBundle\\Form\\Type\\OrderItemType' => ['services''sylius.form.type.order_item''getSylius_Form_Type_OrderItemService'true],
  6684.             'Sylius\\Bundle\\OrderBundle\\Form\\Type\\OrderType' => ['services''sylius.form.type.order''getSylius_Form_Type_OrderService'true],
  6685.             'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentGatewayChoiceType' => ['services''sylius.form.type.payment_gateway_choice''getSylius_Form_Type_PaymentGatewayChoiceService'true],
  6686.             'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentMethodChoiceType' => ['services''sylius.form.type.payment_method_choice''getSylius_Form_Type_PaymentMethodChoiceService'true],
  6687.             'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentMethodTranslationType' => ['services''sylius.form.type.payment_method_translation''getSylius_Form_Type_PaymentMethodTranslationService'true],
  6688.             'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentMethodType' => ['services''sylius.form.type.payment_method''getSylius_Form_Type_PaymentMethodService'true],
  6689.             'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentType' => ['services''sylius.form.type.payment''getSylius_Form_Type_PaymentService'true],
  6690.             'Sylius\\Bundle\\PayumBundle\\Form\\Type\\GatewayConfigType' => ['services''sylius.form.type.gateway_config''getSylius_Form_Type_GatewayConfigService'true],
  6691.             'Sylius\\Bundle\\PayumBundle\\Form\\Type\\PaypalGatewayConfigurationType' => ['services''sylius.form.type.gateway_configuration.paypal''getSylius_Form_Type_GatewayConfiguration_PaypalService'true],
  6692.             'Sylius\\Bundle\\PayumBundle\\Form\\Type\\StripeGatewayConfigurationType' => ['services''sylius.form.type.gateway_configuration.stripe''getSylius_Form_Type_GatewayConfiguration_StripeService'true],
  6693.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationType' => ['services''sylius.form.type.product_association''getSylius_Form_Type_ProductAssociationService'true],
  6694.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationTypeChoiceType' => ['services''sylius.form.type.product_association_type_choice''getSylius_Form_Type_ProductAssociationTypeChoiceService'true],
  6695.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationTypeTranslationType' => ['services''sylius.form.type.product_association_type_translation''getSylius_Form_Type_ProductAssociationTypeTranslationService'true],
  6696.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationTypeType' => ['services''sylius.form.type.product_association_type''getSylius_Form_Type_ProductAssociationTypeService'true],
  6697.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationsType' => ['services''sylius.form.type.sylius_product_associations''getSylius_Form_Type_SyliusProductAssociationsService'true],
  6698.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeChoiceType' => ['services''sylius.form.type.product_attribute_choice''getSylius_Form_Type_ProductAttributeChoiceService'true],
  6699.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeTranslationType' => ['services''sylius.form.type.product_attribute_translation''getSylius_Form_Type_ProductAttributeTranslationService'true],
  6700.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeType' => ['services''sylius.form.type.product_attribute''getSylius_Form_Type_ProductAttributeService'true],
  6701.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeValueType' => ['services''sylius.form.type.product_attribute_value''getSylius_Form_Type_ProductAttributeValueService'true],
  6702.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductChoiceType' => ['services''sylius.form.type.product_choice''getSylius_Form_Type_ProductChoiceService'true],
  6703.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductCodeChoiceType' => ['services''sylius.form.type.product_code_choice''getSylius_Form_Type_ProductCodeChoiceService'true],
  6704.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductGenerateVariantsType' => ['services''sylius.form.type.product_generate_variants''getSylius_Form_Type_ProductGenerateVariantsService'true],
  6705.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionChoiceType' => ['services''sylius.form.type.product_option_choice''getSylius_Form_Type_ProductOptionChoiceService'true],
  6706.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionTranslationType' => ['services''sylius.form.type.product_option_translation''getSylius_Form_Type_ProductOptionTranslationService'true],
  6707.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionType' => ['services''sylius.form.type.product_option''getSylius_Form_Type_ProductOptionService'true],
  6708.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionValueChoiceType' => ['services''sylius.form.type.product_option_value_choice''getSylius_Form_Type_ProductOptionValueChoiceService'true],
  6709.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionValueTranslationType' => ['services''sylius.form.type.product_option_value_translation''getSylius_Form_Type_ProductOptionValueTranslationService'true],
  6710.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionValueType' => ['services''sylius.form.type.product_option_value''getSylius_Form_Type_ProductOptionValueService'true],
  6711.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductTranslationType' => ['services''sylius.form.type.product_translation''getSylius_Form_Type_ProductTranslationService'true],
  6712.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductType' => ['services''sylius.form.type.product''getSylius_Form_Type_ProductService'true],
  6713.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantGenerationType' => ['services''sylius.form.type.product_variant_generation''getSylius_Form_Type_ProductVariantGenerationService'true],
  6714.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantTranslationType' => ['services''sylius.form.type.product_variant_translation''getSylius_Form_Type_ProductVariantTranslationService'true],
  6715.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantType' => ['services''sylius.form.type.product_variant''getSylius_Form_Type_ProductVariantService'true],
  6716.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionActionType' => ['services''Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionActionType''getCatalogPromotionActionTypeService'true],
  6717.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionAction\\PercentageDiscountActionConfigurationType' => ['services''Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionAction\\PercentageDiscountActionConfigurationType''getPercentageDiscountActionConfigurationTypeService'true],
  6718.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionScopeType' => ['services''Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionScopeType''getCatalogPromotionScopeTypeService'true],
  6719.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionTranslationType' => ['services''Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionTranslationType''getCatalogPromotionTranslationTypeService'true],
  6720.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionType' => ['services''Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionType''getCatalogPromotionTypeService'true],
  6721.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionActionChoiceType' => ['services''sylius.form.type.promotion_action_choice''getSylius_Form_Type_PromotionActionChoiceService'true],
  6722.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionActionCollectionType' => ['services''sylius.form.type.promotion_action.collection''getSylius_Form_Type_PromotionAction_CollectionService'true],
  6723.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionActionType' => ['services''sylius.form.type.promotion_action''getSylius_Form_Type_PromotionActionService'true],
  6724.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionCouponGeneratorInstructionType' => ['services''sylius.form.type.promotion_coupon_generator_instruction''getSylius_Form_Type_PromotionCouponGeneratorInstructionService'true],
  6725.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionCouponToCodeType' => ['services''sylius.form.type.promotion_coupon_to_code''getSylius_Form_Type_PromotionCouponToCodeService'true],
  6726.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionCouponType' => ['services''sylius.form.type.promotion_coupon''getSylius_Form_Type_PromotionCouponService'true],
  6727.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionRuleChoiceType' => ['services''sylius.form.type.promotion_rule_choice''getSylius_Form_Type_PromotionRuleChoiceService'true],
  6728.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionRuleCollectionType' => ['services''sylius.form.type.promotion_rule.collection''getSylius_Form_Type_PromotionRule_CollectionService'true],
  6729.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionRuleType' => ['services''sylius.form.type.promotion_rule''getSylius_Form_Type_PromotionRuleService'true],
  6730.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionType' => ['services''sylius.form.type.promotion''getSylius_Form_Type_PromotionService'true],
  6731.             'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType' => ['services''sylius.form.type.default''getSylius_Form_Type_DefaultService'true],
  6732.             'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\ResourceAutocompleteChoiceType' => ['services''sylius.form.type.resource_autocomplete_choice''getSylius_Form_Type_ResourceAutocompleteChoiceService'true],
  6733.             'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\ResourceTranslationsType' => ['services''sylius.form.type.resource_translations''getSylius_Form_Type_ResourceTranslationsService'true],
  6734.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\CalculatorChoiceType' => ['services''sylius.form.type.shipping_calculator_choice''getSylius_Form_Type_ShippingCalculatorChoiceService'true],
  6735.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShipmentShipType' => ['services''sylius.form.type.shipment_ship''getSylius_Form_Type_ShipmentShipService'true],
  6736.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShipmentType' => ['services''sylius.form.type.shipment''getSylius_Form_Type_ShipmentService'true],
  6737.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingCategoryChoiceType' => ['services''sylius.form.type.shipping_category_choice''getSylius_Form_Type_ShippingCategoryChoiceService'true],
  6738.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingCategoryType' => ['services''sylius.form.type.shipping_category''getSylius_Form_Type_ShippingCategoryService'true],
  6739.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodChoiceType' => ['services''sylius.form.type.shipping_method_choice''getSylius_Form_Type_ShippingMethodChoiceService'true],
  6740.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodRuleChoiceType' => ['services''sylius.form.type.shipping_method_rule_choice''getSylius_Form_Type_ShippingMethodRuleChoiceService'true],
  6741.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodRuleCollectionType' => ['services''sylius.form.type.shipping_method_rule.collection''getSylius_Form_Type_ShippingMethodRule_CollectionService'true],
  6742.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodRuleType' => ['services''sylius.form.type.shipping_method_rule''getSylius_Form_Type_ShippingMethodRuleService'true],
  6743.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodTranslationType' => ['services''sylius.form.type.shipping_method_translation''getSylius_Form_Type_ShippingMethodTranslationService'true],
  6744.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodType' => ['services''sylius.form.type.shipping_method''getSylius_Form_Type_ShippingMethodService'true],
  6745.             'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxCalculatorChoiceType' => ['services''sylius.form.type.tax_calculator_choice''getSylius_Form_Type_TaxCalculatorChoiceService'true],
  6746.             'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxCategoryChoiceType' => ['services''sylius.form.type.tax_category_choice''getSylius_Form_Type_TaxCategoryChoiceService'true],
  6747.             'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxCategoryType' => ['services''sylius.form.type.tax_category''getSylius_Form_Type_TaxCategoryService'true],
  6748.             'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateType' => ['services''sylius.form.type.tax_rate''getSylius_Form_Type_TaxRateService'true],
  6749.             'Sylius\\Bundle\\TaxonomyBundle\\Form\\Type\\TaxonPositionType' => ['services''sylius.form.type.taxon_position''getSylius_Form_Type_TaxonPositionService'true],
  6750.             'Sylius\\Bundle\\TaxonomyBundle\\Form\\Type\\TaxonTranslationType' => ['services''sylius.form.type.taxon_translation''getSylius_Form_Type_TaxonTranslationService'true],
  6751.             'Sylius\\Bundle\\TaxonomyBundle\\Form\\Type\\TaxonType' => ['services''sylius.form.type.taxon''getSylius_Form_Type_TaxonService'true],
  6752.             'Sylius\\Bundle\\ThemeBundle\\Form\\Type\\ThemeChoiceType' => ['privates''Sylius\\Bundle\\ThemeBundle\\Form\\Type\\ThemeChoiceType''getThemeChoiceTypeService'true],
  6753.             'Sylius\\Bundle\\ThemeBundle\\Form\\Type\\ThemeNameChoiceType' => ['privates''Sylius\\Bundle\\ThemeBundle\\Form\\Type\\ThemeNameChoiceType''getThemeNameChoiceTypeService'true],
  6754.             'Sylius\\Bundle\\UiBundle\\Form\\Type\\SecurityLoginType' => ['services''sylius.form.type.security_login''getSylius_Form_Type_SecurityLoginService'true],
  6755.             'Sylius\\Bundle\\UserBundle\\Form\\Type\\UserChangePasswordType' => ['services''sylius.form.type.user_change_password''getSylius_Form_Type_UserChangePasswordService'true],
  6756.             'Sylius\\Bundle\\UserBundle\\Form\\Type\\UserLoginType' => ['services''sylius.form.type.user_login''getSylius_Form_Type_UserLoginService'true],
  6757.             'Sylius\\Bundle\\UserBundle\\Form\\Type\\UserRequestPasswordResetType' => ['services''sylius.form.type.user_request_password_reset''getSylius_Form_Type_UserRequestPasswordResetService'true],
  6758.             'Sylius\\Bundle\\UserBundle\\Form\\Type\\UserResetPasswordType' => ['services''sylius.form.type.user_reset_password''getSylius_Form_Type_UserResetPasswordService'true],
  6759.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  6760.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  6761.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  6762.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  6763.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  6764.         ], [
  6765.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\ChannelCollectionType' => '?',
  6766.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\DraftAttributeChoiceType' => '?',
  6767.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\DraftAttributeTranslationType' => '?',
  6768.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\DraftAttributeType' => '?',
  6769.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\DraftAttributeValueType' => '?',
  6770.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\ProductAssociationsType' => '?',
  6771.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\ProductDraftImageType' => '?',
  6772.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\ProductDraftTaxonAutocompleteChoiceType' => '?',
  6773.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\ProductPriceType' => '?',
  6774.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\ProductTranslationType' => '?',
  6775.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\ProductType' => '?',
  6776.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\ResourceAutocompleteChoiceType' => '?',
  6777.             'BitBag\\OpenMarketplace\\Form\\ProductListing\\ResourceTranslationsType' => '?',
  6778.             'BitBag\\OpenMarketplace\\Form\\Type\\Checkout\\SelectShippingType' => '?',
  6779.             'BitBag\\OpenMarketplace\\Form\\Type\\Checkout\\ShipmentType' => '?',
  6780.             'BitBag\\OpenMarketplace\\Form\\Type\\Checkout\\ShippingMethodChoiceType' => '?',
  6781.             'BitBag\\OpenMarketplace\\Form\\Type\\Conversation\\ConversationType' => '?',
  6782.             'BitBag\\OpenMarketplace\\Form\\Type\\Conversation\\MessageType' => '?',
  6783.             'BitBag\\OpenMarketplace\\Form\\Type\\VendorEditType' => '?',
  6784.             'BitBag\\OpenMarketplace\\Form\\Type\\VendorShippingMethodChoiceType' => '?',
  6785.             'BitBag\\OpenMarketplace\\Form\\Type\\VendorShippingMethodsType' => '?',
  6786.             'BitBag\\OpenMarketplace\\Form\\Type\\VendorType' => '?',
  6787.             'BitBag\\OpenMarketplace\\Form\\VendorImageType' => '?',
  6788.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\BlockImageType' => '?',
  6789.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\BlockType' => '?',
  6790.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\FrequentlyAskedQuestionType' => '?',
  6791.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\ImportType' => '?',
  6792.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\MediaType' => '?',
  6793.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\PageType' => '?',
  6794.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\SectionType' => '?',
  6795.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\Translation\\BlockTranslationType' => '?',
  6796.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\Translation\\FrequentlyAskedQuestionTranslationType' => '?',
  6797.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\Translation\\MediaTranslationType' => '?',
  6798.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\Translation\\PageTranslationType' => '?',
  6799.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\Translation\\SectionTranslationType' => '?',
  6800.             'BitBag\\SyliusCmsPlugin\\Form\\Type\\WysiwygType' => '?',
  6801.             'BitBag\\SyliusShippingExportPlugin\\Form\\Type\\ShippingGatewayType' => '?',
  6802.             'BitBag\\SyliusWishlistPlugin\\Form\\Type\\AddProductsToCartType' => '?',
  6803.             'BitBag\\SyliusWishlistPlugin\\Form\\Type\\CreateNewWishlistType' => '?',
  6804.             'BitBag\\SyliusWishlistPlugin\\Form\\Type\\WishlistCollectionType' => '?',
  6805.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
  6806.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => '?',
  6807.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  6808.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  6809.             'Odiseo\\BlogBundle\\Form\\Type\\ArticleCategoryTranslationType' => '?',
  6810.             'Odiseo\\BlogBundle\\Form\\Type\\ArticleCategoryType' => '?',
  6811.             'Odiseo\\BlogBundle\\Form\\Type\\ArticleCommentType' => '?',
  6812.             'Odiseo\\BlogBundle\\Form\\Type\\ArticleImageType' => '?',
  6813.             'Odiseo\\BlogBundle\\Form\\Type\\ArticleTranslationType' => '?',
  6814.             'Odiseo\\BlogBundle\\Form\\Type\\ArticleType' => '?',
  6815.             'Odiseo\\BlogBundle\\Form\\Type\\ArticleUserCommentType' => '?',
  6816.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardExpirationDateType' => '?',
  6817.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardType' => '?',
  6818.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayConfigType' => '?',
  6819.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType' => '?',
  6820.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => '?',
  6821.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => '?',
  6822.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\AddressType' => '?',
  6823.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\CountryChoiceType' => '?',
  6824.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\CountryCodeChoiceType' => '?',
  6825.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\CountryType' => '?',
  6826.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ProvinceChoiceType' => '?',
  6827.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ProvinceCodeChoiceType' => '?',
  6828.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ProvinceType' => '?',
  6829.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ZoneChoiceType' => '?',
  6830.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ZoneCodeChoiceType' => '?',
  6831.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ZoneMemberType' => '?',
  6832.             'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ZoneType' => '?',
  6833.             'Sylius\\Bundle\\AttributeBundle\\Form\\Type\\AttributeTypeChoiceType' => '?',
  6834.             'Sylius\\Bundle\\AttributeBundle\\Form\\Type\\AttributeType\\Configuration\\SelectAttributeChoicesCollectionType' => '?',
  6835.             'Sylius\\Bundle\\AttributeBundle\\Form\\Type\\AttributeType\\Configuration\\SelectAttributeValueTranslationsType' => '?',
  6836.             'Sylius\\Bundle\\AttributeBundle\\Form\\Type\\AttributeType\\SelectAttributeType' => '?',
  6837.             'Sylius\\Bundle\\ChannelBundle\\Form\\Type\\ChannelChoiceType' => '?',
  6838.             'Sylius\\Bundle\\ChannelBundle\\Form\\Type\\ChannelType' => '?',
  6839.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\AddressChoiceType' => '?',
  6840.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\CatalogPromotionAction\\ChannelBasedFixedDiscountActionConfigurationType' => '?',
  6841.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\CatalogPromotionScope\\ForProductsScopeConfigurationType' => '?',
  6842.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\CatalogPromotionScope\\ForTaxonsScopeConfigurationType' => '?',
  6843.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\CatalogPromotionScope\\ForVariantsScopeConfigurationType' => '?',
  6844.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\ChannelCollectionType' => '?',
  6845.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\AddressType' => '?',
  6846.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\CompleteType' => '?',
  6847.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\PaymentType' => '?',
  6848.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\SelectPaymentType' => '?',
  6849.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\SelectShippingType' => '?',
  6850.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\ShipmentType' => '?',
  6851.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Customer\\CustomerCheckoutGuestType' => '?',
  6852.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Customer\\CustomerGuestType' => '?',
  6853.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Customer\\CustomerRegistrationType' => '?',
  6854.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Customer\\CustomerSimpleRegistrationType' => '?',
  6855.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Order\\AddToCartType' => '?',
  6856.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Product\\ChannelPricingType' => '?',
  6857.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Product\\ProductImageType' => '?',
  6858.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Product\\ProductReviewType' => '?',
  6859.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Filter\\ProductFilterConfigurationType' => '?',
  6860.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Filter\\TaxonFilterConfigurationType' => '?',
  6861.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Rule\\ContainsProductConfigurationType' => '?',
  6862.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Rule\\CustomerGroupConfigurationType' => '?',
  6863.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Rule\\HasTaxonConfigurationType' => '?',
  6864.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Rule\\TotalOfItemsFromTaxonConfigurationType' => '?',
  6865.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Shipping\\Calculator\\ChannelBasedFlatRateConfigurationType' => '?',
  6866.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Shipping\\Calculator\\ChannelBasedPerUnitRateConfigurationType' => '?',
  6867.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\ShopBillingDataType' => '?',
  6868.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\TaxCalculationStrategyChoiceType' => '?',
  6869.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Taxon\\ProductTaxonAutocompleteChoiceType' => '?',
  6870.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Taxon\\TaxonImageType' => '?',
  6871.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\AdminUserType' => '?',
  6872.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\AvatarImageType' => '?',
  6873.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\ShopUserRegistrationType' => '?',
  6874.             'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\ShopUserType' => '?',
  6875.             'Sylius\\Bundle\\CurrencyBundle\\Form\\Type\\CurrencyChoiceType' => '?',
  6876.             'Sylius\\Bundle\\CurrencyBundle\\Form\\Type\\CurrencyType' => '?',
  6877.             'Sylius\\Bundle\\CurrencyBundle\\Form\\Type\\ExchangeRateType' => '?',
  6878.             'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerChoiceType' => '?',
  6879.             'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerGroupChoiceType' => '?',
  6880.             'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerGroupCodeChoiceType' => '?',
  6881.             'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerGroupType' => '?',
  6882.             'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerProfileType' => '?',
  6883.             'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerType' => '?',
  6884.             'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\BooleanFilterType' => '?',
  6885.             'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\DateFilterType' => '?',
  6886.             'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\EntityFilterType' => '?',
  6887.             'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\ExistsFilterType' => '?',
  6888.             'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\MoneyFilterType' => '?',
  6889.             'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\SelectFilterType' => '?',
  6890.             'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\StringFilterType' => '?',
  6891.             'Sylius\\Bundle\\LocaleBundle\\Form\\Type\\LocaleChoiceType' => '?',
  6892.             'Sylius\\Bundle\\LocaleBundle\\Form\\Type\\LocaleType' => '?',
  6893.             'Sylius\\Bundle\\MoneyBundle\\Form\\Type\\MoneyType' => '?',
  6894.             'Sylius\\Bundle\\OrderBundle\\Form\\Type\\CartItemType' => '?',
  6895.             'Sylius\\Bundle\\OrderBundle\\Form\\Type\\CartType' => '?',
  6896.             'Sylius\\Bundle\\OrderBundle\\Form\\Type\\OrderItemType' => '?',
  6897.             'Sylius\\Bundle\\OrderBundle\\Form\\Type\\OrderType' => '?',
  6898.             'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentGatewayChoiceType' => '?',
  6899.             'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentMethodChoiceType' => '?',
  6900.             'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentMethodTranslationType' => '?',
  6901.             'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentMethodType' => '?',
  6902.             'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentType' => '?',
  6903.             'Sylius\\Bundle\\PayumBundle\\Form\\Type\\GatewayConfigType' => '?',
  6904.             'Sylius\\Bundle\\PayumBundle\\Form\\Type\\PaypalGatewayConfigurationType' => '?',
  6905.             'Sylius\\Bundle\\PayumBundle\\Form\\Type\\StripeGatewayConfigurationType' => '?',
  6906.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationType' => '?',
  6907.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationTypeChoiceType' => '?',
  6908.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationTypeTranslationType' => '?',
  6909.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationTypeType' => '?',
  6910.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationsType' => '?',
  6911.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeChoiceType' => '?',
  6912.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeTranslationType' => '?',
  6913.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeType' => '?',
  6914.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeValueType' => '?',
  6915.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductChoiceType' => '?',
  6916.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductCodeChoiceType' => '?',
  6917.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductGenerateVariantsType' => '?',
  6918.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionChoiceType' => '?',
  6919.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionTranslationType' => '?',
  6920.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionType' => '?',
  6921.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionValueChoiceType' => '?',
  6922.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionValueTranslationType' => '?',
  6923.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionValueType' => '?',
  6924.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductTranslationType' => '?',
  6925.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductType' => '?',
  6926.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantGenerationType' => '?',
  6927.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantTranslationType' => '?',
  6928.             'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantType' => '?',
  6929.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionActionType' => '?',
  6930.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionAction\\PercentageDiscountActionConfigurationType' => '?',
  6931.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionScopeType' => '?',
  6932.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionTranslationType' => '?',
  6933.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionType' => '?',
  6934.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionActionChoiceType' => '?',
  6935.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionActionCollectionType' => '?',
  6936.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionActionType' => '?',
  6937.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionCouponGeneratorInstructionType' => '?',
  6938.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionCouponToCodeType' => '?',
  6939.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionCouponType' => '?',
  6940.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionRuleChoiceType' => '?',
  6941.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionRuleCollectionType' => '?',
  6942.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionRuleType' => '?',
  6943.             'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionType' => '?',
  6944.             'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType' => '?',
  6945.             'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\ResourceAutocompleteChoiceType' => '?',
  6946.             'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\ResourceTranslationsType' => '?',
  6947.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\CalculatorChoiceType' => '?',
  6948.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShipmentShipType' => '?',
  6949.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShipmentType' => '?',
  6950.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingCategoryChoiceType' => '?',
  6951.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingCategoryType' => '?',
  6952.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodChoiceType' => '?',
  6953.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodRuleChoiceType' => '?',
  6954.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodRuleCollectionType' => '?',
  6955.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodRuleType' => '?',
  6956.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodTranslationType' => '?',
  6957.             'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodType' => '?',
  6958.             'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxCalculatorChoiceType' => '?',
  6959.             'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxCategoryChoiceType' => '?',
  6960.             'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxCategoryType' => '?',
  6961.             'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateType' => '?',
  6962.             'Sylius\\Bundle\\TaxonomyBundle\\Form\\Type\\TaxonPositionType' => '?',
  6963.             'Sylius\\Bundle\\TaxonomyBundle\\Form\\Type\\TaxonTranslationType' => '?',
  6964.             'Sylius\\Bundle\\TaxonomyBundle\\Form\\Type\\TaxonType' => '?',
  6965.             'Sylius\\Bundle\\ThemeBundle\\Form\\Type\\ThemeChoiceType' => '?',
  6966.             'Sylius\\Bundle\\ThemeBundle\\Form\\Type\\ThemeNameChoiceType' => '?',
  6967.             'Sylius\\Bundle\\UiBundle\\Form\\Type\\SecurityLoginType' => '?',
  6968.             'Sylius\\Bundle\\UserBundle\\Form\\Type\\UserChangePasswordType' => '?',
  6969.             'Sylius\\Bundle\\UserBundle\\Form\\Type\\UserLoginType' => '?',
  6970.             'Sylius\\Bundle\\UserBundle\\Form\\Type\\UserRequestPasswordResetType' => '?',
  6971.             'Sylius\\Bundle\\UserBundle\\Form\\Type\\UserResetPasswordType' => '?',
  6972.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  6973.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  6974.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  6975.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  6976.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  6977.         ]), ['Sylius\\Bundle\\AddressingBundle\\Form\\Type\\AddressType' => new RewindableGenerator(function () {
  6978.             yield => ($this->services['sylius.form.extension.type.address'] ?? ($this->services['sylius.form.extension.type.address'] = new \Sylius\Bundle\CoreBundle\Form\Extension\AddressTypeExtension()));
  6979.         }, 1), 'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\CountryType' => new RewindableGenerator(function () {
  6980.             yield => ($this->services['sylius.form.extension.type.country'] ?? $this->load('getSylius_Form_Extension_Type_CountryService'));
  6981.         }, 1), 'Sylius\\Bundle\\ChannelBundle\\Form\\Type\\ChannelType' => new RewindableGenerator(function () {
  6982.             yield => ($this->services['sylius.form.extension.type.channel'] ?? $this->load('getSylius_Form_Extension_Type_ChannelService'));
  6983.         }, 1), 'Sylius\\Bundle\\LocaleBundle\\Form\\Type\\LocaleType' => new RewindableGenerator(function () {
  6984.             yield => ($this->services['sylius.form.extension.type.locale'] ?? $this->load('getSylius_Form_Extension_Type_LocaleService'));
  6985.         }, 1), 'Sylius\\Bundle\\OrderBundle\\Form\\Type\\OrderType' => new RewindableGenerator(function () {
  6986.             yield => ($this->services['sylius.form.extension.type.order'] ?? ($this->services['sylius.form.extension.type.order'] = new \Sylius\Bundle\CoreBundle\Form\Extension\OrderTypeExtension()));
  6987.         }, 1), 'Sylius\\Bundle\\OrderBundle\\Form\\Type\\CartType' => new RewindableGenerator(function () {
  6988.             yield => ($this->services['sylius.form.extension.type.cart'] ?? ($this->services['sylius.form.extension.type.cart'] = new \Sylius\Bundle\CoreBundle\Form\Extension\CartTypeExtension()));
  6989.         }, 1), 'Sylius\\Bundle\\OrderBundle\\Form\\Type\\CartItemType' => new RewindableGenerator(function () {
  6990.             yield => ($this->services['sylius.form.extension.type.cart_item'] ?? ($this->services['sylius.form.extension.type.cart_item'] = new \Sylius\Bundle\CoreBundle\Form\Extension\CartItemTypeExtension()));
  6991.         }, 1), 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionType' => new RewindableGenerator(function () {
  6992.             yield => ($this->services['Sylius\\Bundle\\CoreBundle\\Form\\Extension\\CatalogPromotionTypeExtension'] ?? ($this->services['Sylius\\Bundle\\CoreBundle\\Form\\Extension\\CatalogPromotionTypeExtension'] = new \Sylius\Bundle\CoreBundle\Form\Extension\CatalogPromotionTypeExtension()));
  6993.         }, 1), 'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentMethodType' => new RewindableGenerator(function () {
  6994.             yield => ($this->services['sylius.form.extension.type.payment_method'] ?? ($this->services['sylius.form.extension.type.payment_method'] = new \Sylius\Bundle\CoreBundle\Form\Extension\PaymentMethodTypeExtension()));
  6995.         }, 1), 'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateType' => new RewindableGenerator(function () {
  6996.             yield => ($this->services['sylius.form.extension.type.tax_rate'] ?? ($this->services['sylius.form.extension.type.tax_rate'] = new \Sylius\Bundle\CoreBundle\Form\Extension\TaxRateTypeExtension()));
  6997.         }, 1), 'Sylius\\Bundle\\TaxonomyBundle\\Form\\Type\\TaxonType' => new RewindableGenerator(function () {
  6998.             yield => ($this->services['sylius.form.extension.type.taxon'] ?? ($this->services['sylius.form.extension.type.taxon'] = new \Sylius\Bundle\CoreBundle\Form\Extension\TaxonTypeExtension()));
  6999.         }, 1), 'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerType' => new RewindableGenerator(function () {
  7000.             yield => ($this->services['sylius.form.extension.type.customer'] ?? ($this->services['sylius.form.extension.type.customer'] = new \Sylius\Bundle\CoreBundle\Form\Extension\CustomerTypeExtension()));
  7001.         }, 1), 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionType' => new RewindableGenerator(function () {
  7002.             yield => ($this->services['sylius.form.extension.type.promotion'] ?? ($this->services['sylius.form.extension.type.promotion'] = new \Sylius\Bundle\CoreBundle\Form\Extension\PromotionTypeExtension()));
  7003.         }, 1), 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionCouponType' => new RewindableGenerator(function () {
  7004.             yield => ($this->services['sylius.form.extension.type.promotion_coupon'] ?? ($this->services['sylius.form.extension.type.promotion_coupon'] = new \Sylius\Bundle\CoreBundle\Form\Extension\PromotionCouponTypeExtension()));
  7005.         }, 1), 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionFilterCollectionType' => new RewindableGenerator(function () {
  7006.             yield => ($this->services['sylius.form.extension.type.promotion_filter_collection'] ?? ($this->services['sylius.form.extension.type.promotion_filter_collection'] = new \Sylius\Bundle\CoreBundle\Form\Extension\PromotionFilterCollectionTypeExtension()));
  7007.         }, 1), 'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodType' => new RewindableGenerator(function () {
  7008.             yield => ($this->services['sylius.form.extension.type.shipping_method'] ?? ($this->services['sylius.form.extension.type.shipping_method'] = new \Sylius\Bundle\CoreBundle\Form\Extension\ShippingMethodTypeExtension()));
  7009.         }, 1), 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductType' => new RewindableGenerator(function () {
  7010.             yield => ($this->services['sylius.form.extension.type.product'] ?? ($this->services['sylius.form.extension.type.product'] = new \Sylius\Bundle\CoreBundle\Form\Extension\ProductTypeExtension()));
  7011.         }, 1), 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductTranslationType' => new RewindableGenerator(function () {
  7012.             yield => ($this->services['sylius.form.extension.type.product_translation'] ?? ($this->services['sylius.form.extension.type.product_translation'] = new \Sylius\Bundle\CoreBundle\Form\Extension\ProductTranslationTypeExtension()));
  7013.         }, 1), 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantType' => new RewindableGenerator(function () {
  7014.             yield => ($this->services['sylius.form.extension.type.product_variant'] ?? ($this->services['sylius.form.extension.type.product_variant'] = new \Sylius\Bundle\CoreBundle\Form\Extension\ProductVariantTypeExtension()));
  7015.         }, 1), 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantGenerationType' => new RewindableGenerator(function () {
  7016.             yield => ($this->services['sylius.form.extension.type.product_variant_generation'] ?? ($this->services['sylius.form.extension.type.product_variant_generation'] = new \Sylius\Bundle\CoreBundle\Form\Extension\ProductVariantGenerationTypeExtension()));
  7017.         }, 1), 'Sylius\\Bundle\\PayumBundle\\Form\\Type\\GatewayConfigType' => new RewindableGenerator(function () {
  7018.             yield => ($this->services['sylius.form.extension.type.gateway_config.crypted'] ?? ($this->services['sylius.form.extension.type.gateway_config.crypted'] = new \Sylius\Bundle\PayumBundle\Form\Extension\CryptedGatewayConfigTypeExtension(NULL)));
  7019.         }, 1), 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionActionType' => new RewindableGenerator(function () {
  7020.             yield => ($this->privates['Sylius\\Bundle\\AdminBundle\\Form\\Extension\\CatalogPromotionActionTypeExtension'] ?? $this->load('getCatalogPromotionActionTypeExtensionService'));
  7021.         }, 1), 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionScopeType' => new RewindableGenerator(function () {
  7022.             yield => ($this->privates['Sylius\\Bundle\\AdminBundle\\Form\\Extension\\CatalogPromotionScopeTypeExtension'] ?? $this->load('getCatalogPromotionScopeTypeExtensionService'));
  7023.         }, 1), 'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Order\\AddToCartType' => new RewindableGenerator(function () {
  7024.             yield => ($this->privates['bitbag_sylius_wishlist_plugin.form.type.extension.add_to_cart_type_extension'] ?? $this->load('getBitbagSyliusWishlistPlugin_Form_Type_Extension_AddToCartTypeExtensionService'));
  7025.         }, 1), 'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerRegistrationType' => new RewindableGenerator(function () {
  7026.             yield => ($this->privates['app.form.extension.type.customer_information'] ?? ($this->privates['app.form.extension.type.customer_information'] = new \BitBag\OpenMarketplace\Form\Extension\CustomerRegistrationTypeExtension()));
  7027.         }, 1), 'Odiseo\\BlogBundle\\Form\\Type\\ArticleType' => new RewindableGenerator(function () {
  7028.             yield => ($this->privates['app.form.extension.type.article'] ?? ($this->privates['app.form.extension.type.article'] = new \BitBag\OpenMarketplace\Form\Extension\ArticleTypeExtension()));
  7029.             yield => ($this->privates['odiseo_sylius_blog_plugin.form.extension.type.article'] ?? ($this->privates['odiseo_sylius_blog_plugin.form.extension.type.article'] = new \Odiseo\SyliusBlogPlugin\Form\Extension\ArticleTypeExtension()));
  7030.         }, 2), 'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\ShopUserRegistrationType' => new RewindableGenerator(function () {
  7031.             yield => ($this->privates['app.form.extension.type.customer_password'] ?? ($this->privates['app.form.extension.type.customer_password'] = new \BitBag\OpenMarketplace\Form\Extension\ShopUserRegistrationTypeExtension()));
  7032.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7033.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  7034.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  7035.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  7036.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  7037.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  7038.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  7039.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7040.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7041.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7042.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7043.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator(function () {
  7044.             yield => ($this->services['sylius.form.extension.type.collection'] ?? ($this->services['sylius.form.extension.type.collection'] = new \Sylius\Bundle\ResourceBundle\Form\Extension\CollectionTypeExtension()));
  7045.         }, 1), 'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType' => new RewindableGenerator(function () {
  7046.             yield => ($this->services['payum.form.extension.gateway_factories_choice'] ?? $this->load('getPayum_Form_Extension_GatewayFactoriesChoiceService'));
  7047.         }, 1), 'Odiseo\\BlogBundle\\Form\\Type\\ArticleUserCommentType' => new RewindableGenerator(function () {
  7048.             yield => ($this->privates['odiseo_sylius_blog_plugin.form.extension.type.article_user_comment'] ?? ($this->privates['odiseo_sylius_blog_plugin.form.extension.type.article_user_comment'] = new \Odiseo\SyliusBlogPlugin\Form\Extension\ArticleUserCommentTypeExtension()));
  7049.         }, 1)], new RewindableGenerator(function () {
  7050.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  7051.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  7052.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  7053.     }
  7054.     /**
  7055.      * Gets the private 'fos_rest.body_listener' shared service.
  7056.      *
  7057.      * @return \FOS\RestBundle\EventListener\BodyListener
  7058.      */
  7059.     protected function getFosRest_BodyListenerService()
  7060.     {
  7061.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7062.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'true],
  7063.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'true],
  7064.         ], [
  7065.             'fos_rest.decoder.json' => '?',
  7066.             'fos_rest.decoder.xml' => '?',
  7067.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  7068.         $instance->setDefaultFormat(NULL);
  7069.         return $instance;
  7070.     }
  7071.     /**
  7072.      * Gets the private 'fos_rest.format_listener' shared service.
  7073.      *
  7074.      * @return \FOS\RestBundle\EventListener\FormatListener
  7075.      */
  7076.     protected function getFosRest_FormatListenerService()
  7077.     {
  7078.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7079.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  7080.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/.*'NULLNULLNULL, []), ['priorities' => [=> 'json'=> 'xml'], 'fallback_format' => 'json''prefer_extension' => '2.0''methods' => NULL'attributes' => [], 'stop' => false]);
  7081.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['stop' => true'methods' => NULL'attributes' => [], 'prefer_extension' => '2.0''fallback_format' => 'html''priorities' => []]);
  7082.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  7083.     }
  7084.     /**
  7085.      * Gets the private 'hateoas.configuration.metadata_factory' shared service.
  7086.      *
  7087.      * @return \Metadata\MetadataFactory
  7088.      */
  7089.     protected function getHateoas_Configuration_MetadataFactoryService()
  7090.     {
  7091.         $this->privates['hateoas.configuration.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver($this'hateoas.configuration.metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  7092.         $instance->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/hateoas')));
  7093.         return $instance;
  7094.     }
  7095.     /**
  7096.      * Gets the private 'hateoas.link_factory' shared service.
  7097.      *
  7098.      * @return \Hateoas\Factory\LinkFactory
  7099.      */
  7100.     protected function getHateoas_LinkFactoryService()
  7101.     {
  7102.         return $this->privates['hateoas.link_factory'] = new \Hateoas\Factory\LinkFactory(($this->services['hateoas.generator.registry'] ?? $this->getHateoas_Generator_RegistryService()), ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
  7103.     }
  7104.     /**
  7105.      * Gets the private 'jms_serializer.expression_evaluator' shared service.
  7106.      *
  7107.      * @return \JMS\Serializer\Expression\ExpressionEvaluator
  7108.      */
  7109.     protected function getJmsSerializer_ExpressionEvaluatorService()
  7110.     {
  7111.         $a = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  7112.         $a->registerProvider(new \Bazinga\Bundle\HateoasBundle\Expression\LinkExpressionFunction());
  7113.         $a->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  7114.         return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator($a, ['container' => $this]);
  7115.     }
  7116.     /**
  7117.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  7118.      *
  7119.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  7120.      */
  7121.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  7122.     {
  7123.         return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(new \Metadata\Driver\FileLocator(['Sylius\\Bundle\\OrderBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/config/serializer'), 'Sylius\\Bundle\\CurrencyBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/config/serializer'), 'Sylius\\Bundle\\LocaleBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/config/serializer'), 'Sylius\\Bundle\\ProductBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/config/serializer'), 'Sylius\\Bundle\\ChannelBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/config/serializer'), 'Sylius\\Bundle\\AttributeBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/config/serializer'), 'Sylius\\Bundle\\TaxationBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/config/serializer'), 'Sylius\\Bundle\\ShippingBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/config/serializer'), 'Sylius\\Bundle\\PaymentBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/config/serializer'), 'Sylius\\Bundle\\PromotionBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/config/serializer'), 'Sylius\\Bundle\\AddressingBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/config/serializer'), 'Sylius\\Bundle\\InventoryBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/InventoryBundle/Resources/config/serializer'), 'Sylius\\Bundle\\TaxonomyBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/config/serializer'), 'Sylius\\Bundle\\UserBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/config/serializer'), 'Sylius\\Bundle\\CustomerBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/config/serializer'), 'Sylius\\Bundle\\CoreBundle' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/serializer'), 'Sonata\\BlockBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/config/serializer'), 'BitBag\\SyliusCmsPlugin' => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/serializer'), 'Sylius\\Component\\Core' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/serializer'), 'Sylius\\Component\\Addressing' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/config/serializer'), 'Sylius\\Component\\Attribute' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/config/serializer'), 'Sylius\\Component\\Channel' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/config/serializer'), 'Sylius\\Component\\Currency' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/config/serializer'), 'Sylius\\Component\\Customer' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/config/serializer'), 'Sylius\\Component\\Inventory' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/InventoryBundle/Resources/config/serializer'), 'Sylius\\Component\\Locale' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/config/serializer'), 'Sylius\\Component\\Order' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/config/serializer'), 'Sylius\\Component\\Payment' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/config/serializer'), 'Sylius\\Component\\Product' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/config/serializer'), 'Sylius\\Component\\Promotion' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/config/serializer'), 'Sylius\\Component\\Shipping' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/config/serializer'), 'Sylius\\Component\\Taxation' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/config/serializer'), 'Sylius\\Component\\Taxonomy' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/config/serializer'), 'Sylius\\Component\\User' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/config/serializer')]));
  7124.     }
  7125.     /**
  7126.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  7127.      *
  7128.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  7129.      */
  7130.     protected function getJmsSerializer_TraceableEventDispatcherService()
  7131.     {
  7132.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7133.             'hateoas.event_listener.xml' => ['services''hateoas.event_listener.xml''getHateoas_EventListener_XmlService'true],
  7134.             'hateoas.event_listener.json' => ['services''hateoas.event_listener.json''getHateoas_EventListener_JsonService'true],
  7135.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  7136.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  7137.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  7138.         ], [
  7139.             'hateoas.event_listener.xml' => '?',
  7140.             'hateoas.event_listener.json' => '?',
  7141.             'jms_serializer.stopwatch_subscriber' => '?',
  7142.             'jms_serializer.traceable_runs_listener' => '?',
  7143.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  7144.         ]));
  7145.         $instance->addListener('serializer.post_serialize', [=> 'hateoas.event_listener.xml'=> 'onPostSerialize'], NULL'xml'NULL);
  7146.         $instance->addListener('serializer.post_serialize', [=> 'hateoas.event_listener.json'=> 'onPostSerialize'], NULL'json'NULL);
  7147.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  7148.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  7149.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  7150.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  7151.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  7152.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  7153.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  7154.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  7155.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  7156.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  7157.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  7158.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  7159.         return $instance;
  7160.     }
  7161.     /**
  7162.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  7163.      *
  7164.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  7165.      */
  7166.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  7167.     {
  7168.         $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, [
  7169.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  7170.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  7171.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  7172.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  7173.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService'true],
  7174.             'pagerfanta.serializer.handler' => ['privates''pagerfanta.serializer.handler''getPagerfanta_Serializer_HandlerService'true],
  7175.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'true],
  7176.         ], [
  7177.             'jms_serializer.array_collection_handler' => '?',
  7178.             'jms_serializer.constraint_violation_handler' => '?',
  7179.             'jms_serializer.datetime_handler' => '?',
  7180.             'jms_serializer.iterator_handler' => '?',
  7181.             'fos_rest.serializer.flatten_exception_handler' => '?',
  7182.             'pagerfanta.serializer.handler' => '?',
  7183.             'fos_rest.serializer.form_error_handler' => '?',
  7184.         ])));
  7185.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  7186.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  7187.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  7188.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  7189.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  7190.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  7191.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  7192.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  7193.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  7194.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  7195.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  7196.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  7197.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  7198.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  7199.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  7200.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  7201.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  7202.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  7203.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  7204.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  7205.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  7206.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  7207.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  7208.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  7209.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  7210.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  7211.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  7212.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  7213.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''json', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToJson']);
  7214.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''xml', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToXml']);
  7215.         $instance->registerHandler(1'Pagerfanta\\Pagerfanta''json', [=> 'pagerfanta.serializer.handler'=> 'serializeToJson']);
  7216.         $instance->registerHandler(1'Pagerfanta\\PagerfantaInterface''json', [=> 'pagerfanta.serializer.handler'=> 'serializeToJson']);
  7217.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml']);
  7218.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']);
  7219.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToXml']);
  7220.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToJson']);
  7221.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  7222.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  7223.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  7224.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  7225.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  7226.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  7227.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  7228.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  7229.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  7230.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  7231.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  7232.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  7233.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  7234.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  7235.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  7236.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  7237.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  7238.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  7239.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  7240.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  7241.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  7242.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  7243.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  7244.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  7245.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  7246.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  7247.         return $instance;
  7248.     }
  7249.     /**
  7250.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  7251.      *
  7252.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  7253.      */
  7254.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  7255.     {
  7256.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7257.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  7258.         ], [
  7259.             'metadata_driver' => '?',
  7260.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  7261.         $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')))));
  7262.         $a->setIncludeInterfaces(false);
  7263.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  7264.     }
  7265.     /**
  7266.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  7267.      *
  7268.      * @return \JMS\SerializerBundle\Debug\RunsListener
  7269.      */
  7270.     protected function getJmsSerializer_TraceableRunsListenerService()
  7271.     {
  7272.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  7273.     }
  7274.     /**
  7275.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  7276.      *
  7277.      * @return \Knp\Menu\Provider\ChainProvider
  7278.      */
  7279.     protected function getKnpMenu_MenuProvider_ChainService()
  7280.     {
  7281.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  7282.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  7283.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  7284.         }, 2));
  7285.     }
  7286.     /**
  7287.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  7288.      *
  7289.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  7290.      */
  7291.     protected function getLiipImagine_Filter_ConfigurationService()
  7292.     {
  7293.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  7294.     }
  7295.     /**
  7296.      * Gets the private 'locale_listener' shared service.
  7297.      *
  7298.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7299.      */
  7300.     protected function getLocaleListenerService()
  7301.     {
  7302.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr_FR', ($this->services['sylius.shop.locale_stripping_router'] ?? $this->getSylius_Shop_LocaleStrippingRouterService()), false, []);
  7303.     }
  7304.     /**
  7305.      * Gets the private 'mime_types' shared service.
  7306.      *
  7307.      * @return \Symfony\Component\Mime\MimeTypes
  7308.      */
  7309.     protected function getMimeTypesService()
  7310.     {
  7311.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  7312.         $instance->setDefault($instance);
  7313.         return $instance;
  7314.     }
  7315.     /**
  7316.      * Gets the private 'monolog.handler.firephp' shared service.
  7317.      *
  7318.      * @return \Symfony\Bridge\Monolog\Handler\FirePHPHandler
  7319.      */
  7320.     protected function getMonolog_Handler_FirephpService()
  7321.     {
  7322.         $this->privates['monolog.handler.firephp'] = $instance = new \Symfony\Bridge\Monolog\Handler\FirePHPHandler('info'true);
  7323.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  7324.         return $instance;
  7325.     }
  7326.     /**
  7327.      * Gets the private 'monolog.handler.main' shared service.
  7328.      *
  7329.      * @return \Monolog\Handler\StreamHandler
  7330.      */
  7331.     protected function getMonolog_Handler_MainService()
  7332.     {
  7333.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  7334.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  7335.         return $instance;
  7336.     }
  7337.     /**
  7338.      * Gets the private 'monolog.logger' shared service.
  7339.      *
  7340.      * @return \Symfony\Bridge\Monolog\Logger
  7341.      */
  7342.     protected function getMonolog_LoggerService()
  7343.     {
  7344.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7345.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7346.         $instance->useMicrosecondTimestamps(true);
  7347.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  7348.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7349.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7350.         return $instance;
  7351.     }
  7352.     /**
  7353.      * Gets the private 'monolog.logger.cache' shared service.
  7354.      *
  7355.      * @return \Symfony\Bridge\Monolog\Logger
  7356.      */
  7357.     protected function getMonolog_Logger_CacheService()
  7358.     {
  7359.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  7360.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7361.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  7362.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7363.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7364.         return $instance;
  7365.     }
  7366.     /**
  7367.      * Gets the private 'monolog.logger.request' shared service.
  7368.      *
  7369.      * @return \Symfony\Bridge\Monolog\Logger
  7370.      */
  7371.     protected function getMonolog_Logger_RequestService()
  7372.     {
  7373.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  7374.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7375.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  7376.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7377.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7378.         return $instance;
  7379.     }
  7380.     /**
  7381.      * Gets the private 'my_update_user_account' shared service.
  7382.      *
  7383.      * @return \BitBag\OpenMarketplace\EventListener\UserUpdateListener
  7384.      */
  7385.     protected function getMyUpdateUserAccountService()
  7386.     {
  7387.         return $this->privates['my_update_user_account'] = new \BitBag\OpenMarketplace\EventListener\UserUpdateListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  7388.     }
  7389.     /**
  7390.      * Gets the private 'profiler_listener' shared service.
  7391.      *
  7392.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  7393.      */
  7394.     protected function getProfilerListenerService()
  7395.     {
  7396.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  7397.     }
  7398.     /**
  7399.      * Gets the private 'property_accessor' shared service.
  7400.      *
  7401.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  7402.      */
  7403.     protected function getPropertyAccessorService()
  7404.     {
  7405.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7406.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  7407.     }
  7408.     /**
  7409.      * Gets the private 'property_info' shared service.
  7410.      *
  7411.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  7412.      */
  7413.     protected function getPropertyInfoService()
  7414.     {
  7415.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  7416.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  7417.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7418.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  7419.             yield => ($this->privates['Sylius\\Bundle\\ApiBundle\\PropertyInfo\\Extractor\\EmptyPropertyListExtractor'] ?? ($this->privates['Sylius\\Bundle\\ApiBundle\\PropertyInfo\\Extractor\\EmptyPropertyListExtractor'] = new \Sylius\Bundle\ApiBundle\PropertyInfo\Extractor\EmptyPropertyListExtractor()));
  7420.         }, 4), new RewindableGenerator(function () {
  7421.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  7422.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7423.         }, 2), new RewindableGenerator(function () {
  7424.             return new \EmptyIterator();
  7425.         }, 0), new RewindableGenerator(function () {
  7426.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  7427.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7428.         }, 2), new RewindableGenerator(function () {
  7429.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7430.         }, 1));
  7431.     }
  7432.     /**
  7433.      * Gets the private 'router.default' shared service.
  7434.      *
  7435.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  7436.      */
  7437.     protected function getRouter_DefaultService()
  7438.     {
  7439.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  7440.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7441.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  7442.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7443.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7444.         $this->privates['router.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7445.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  7446.         ], [
  7447.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  7448.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this), $a'fr_FR');
  7449.         $instance->setConfigCacheFactory(new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  7450.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  7451.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  7452.         }, 2)));
  7453.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  7454.         return $instance;
  7455.     }
  7456.     /**
  7457.      * Gets the private 'router.expression_language_provider' shared service.
  7458.      *
  7459.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  7460.      */
  7461.     protected function getRouter_ExpressionLanguageProviderService()
  7462.     {
  7463.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7464.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  7465.         ], [
  7466.             'env' => 'Closure',
  7467.         ]));
  7468.     }
  7469.     /**
  7470.      * Gets the private 'router.request_context' shared service.
  7471.      *
  7472.      * @return \Symfony\Component\Routing\RequestContext
  7473.      */
  7474.     protected function getRouter_RequestContextService()
  7475.     {
  7476.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  7477.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  7478.         return $instance;
  7479.     }
  7480.     /**
  7481.      * Gets the private 'router_listener' shared service.
  7482.      *
  7483.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  7484.      */
  7485.     protected function getRouterListenerService()
  7486.     {
  7487.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['sylius.shop.locale_stripping_router'] ?? $this->getSylius_Shop_LocaleStrippingRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  7488.     }
  7489.     /**
  7490.      * Gets the private 'security.expression_language' shared service.
  7491.      *
  7492.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  7493.      */
  7494.     protected function getSecurity_ExpressionLanguageService()
  7495.     {
  7496.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  7497.         $instance->registerProvider(new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider());
  7498.         return $instance;
  7499.     }
  7500.     /**
  7501.      * Gets the private 'security.firewall.map' shared service.
  7502.      *
  7503.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  7504.      */
  7505.     protected function getSecurity_Firewall_MapService()
  7506.     {
  7507.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.vqnmiVU'] ?? $this->get_ServiceLocator_VqnmiVUService()), new RewindableGenerator(function () {
  7508.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.tf7XPAi'] ?? ($this->privates['.security.request_matcher.tf7XPAi'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:resolve:SYLIUS_ADMIN_ROUTING_PATH_NAME'))));
  7509.             yield 'security.firewall.map.context.new_api_admin_user' => ($this->privates['.security.request_matcher.zr3F0iv'] ?? ($this->privates['.security.request_matcher.zr3F0iv'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v2/admin/.*')));
  7510.             yield 'security.firewall.map.context.new_api_shop_user' => ($this->privates['.security.request_matcher.KeFX2AP'] ?? ($this->privates['.security.request_matcher.KeFX2AP'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v2/shop/.*')));
  7511.             yield 'security.firewall.map.context.shop' => ($this->privates['.security.request_matcher.mP2ccGN'] ?? ($this->privates['.security.request_matcher.mP2ccGN'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^')));
  7512.             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)/')));
  7513.             yield 'security.firewall.map.context.image_resolver' => ($this->privates['.security.request_matcher.qhIyQh0'] ?? ($this->privates['.security.request_matcher.qhIyQh0'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/media/cache/resolve')));
  7514.         }, 6));
  7515.     }
  7516.     /**
  7517.      * Gets the private 'security.helper' shared service.
  7518.      *
  7519.      * @return \Symfony\Component\Security\Core\Security
  7520.      */
  7521.     protected function getSecurity_HelperService()
  7522.     {
  7523.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7524.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  7525.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  7526.         ], [
  7527.             'security.authorization_checker' => '?',
  7528.             'security.token_storage' => '?',
  7529.         ]));
  7530.     }
  7531.     /**
  7532.      * Gets the private 'security.logout_url_generator' shared service.
  7533.      *
  7534.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  7535.      */
  7536.     protected function getSecurity_LogoutUrlGeneratorService()
  7537.     {
  7538.         $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())), ($this->services['sylius.shop.locale_stripping_router'] ?? $this->getSylius_Shop_LocaleStrippingRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  7539.         $instance->registerListener('admin''sylius_admin_logout''logout''_csrf_token'NULL'admin');
  7540.         $instance->registerListener('shop''sylius_shop_logout''logout''_csrf_token'NULL'shop');
  7541.         return $instance;
  7542.     }
  7543.     /**
  7544.      * Gets the private 'serializer.mapping.class_discriminator_resolver' shared service.
  7545.      *
  7546.      * @return \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata
  7547.      */
  7548.     protected function getSerializer_Mapping_ClassDiscriminatorResolverService()
  7549.     {
  7550.         return $this->privates['serializer.mapping.class_discriminator_resolver'] = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  7551.     }
  7552.     /**
  7553.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  7554.      *
  7555.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  7556.      */
  7557.     protected function getSerializer_NameConverter_MetadataAwareService()
  7558.     {
  7559.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  7560.     }
  7561.     /**
  7562.      * Gets the private 'serializer.normalizer.object' shared service.
  7563.      *
  7564.      * @return \Symfony\Component\Serializer\Normalizer\ObjectNormalizer
  7565.      */
  7566.     protected function getSerializer_Normalizer_ObjectService()
  7567.     {
  7568.         return $this->privates['serializer.normalizer.object'] = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['serializer.mapping.class_discriminator_resolver'] ?? $this->getSerializer_Mapping_ClassDiscriminatorResolverService()), NULL, []);
  7569.     }
  7570.     /**
  7571.      * Gets the private 'session.factory' shared service.
  7572.      *
  7573.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  7574.      */
  7575.     protected function getSession_FactoryService()
  7576.     {
  7577.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  7578.     }
  7579.     /**
  7580.      * Gets the private 'session_listener' shared service.
  7581.      *
  7582.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  7583.      */
  7584.     protected function getSessionListenerService()
  7585.     {
  7586.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7587.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  7588.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  7589.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  7590.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  7591.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  7592.         ], [
  7593.             'initialized_session' => '?',
  7594.             'logger' => '?',
  7595.             'session' => '?',
  7596.             'session_collector' => '?',
  7597.             'session_factory' => '?',
  7598.         ]), true$this->parameters['session.storage.options']);
  7599.     }
  7600.     /**
  7601.      * Gets the private 'sonata.block.templating.helper' shared service.
  7602.      *
  7603.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  7604.      */
  7605.     protected function getSonata_Block_Templating_HelperService()
  7606.     {
  7607.         return $this->privates['sonata.block.templating.helper'] = new \Sonata\BlockBundle\Templating\Helper\BlockHelper(($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService()), ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7608.     }
  7609.     /**
  7610.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  7611.      *
  7612.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  7613.      */
  7614.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  7615.     {
  7616.         return $this->privates['stof_doctrine_extensions.event_listener.logger'] = new \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener(($this->privates['stof_doctrine_extensions.listener.loggable'] ?? $this->getStofDoctrineExtensions_Listener_LoggableService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  7617.     }
  7618.     /**
  7619.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  7620.      *
  7621.      * @return \Gedmo\Loggable\LoggableListener
  7622.      */
  7623.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  7624.     {
  7625.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  7626.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  7627.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7628.         return $instance;
  7629.     }
  7630.     /**
  7631.      * Gets the private 'sylius.api.data_transformer.command_aware_input_data_transformer' shared service.
  7632.      *
  7633.      * @return \Sylius\Bundle\ApiBundle\DataTransformer\CommandAwareInputDataTransformer
  7634.      */
  7635.     protected function getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService()
  7636.     {
  7637.         $a = ($this->services['Sylius\\Bundle\\ApiBundle\\Context\\UserContextInterface'] ?? $this->getUserContextInterfaceService());
  7638.         return $this->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] = new \Sylius\Bundle\ApiBundle\DataTransformer\CommandAwareInputDataTransformer(new \BitBag\SyliusWishlistPlugin\DataTransformer\Wishlist\WishlistTokenValueAwareInputCommandDataTransformer(), new \Sylius\Bundle\ApiBundle\DataTransformer\OrderTokenValueAwareInputCommandDataTransformer(), new \Sylius\Bundle\ApiBundle\DataTransformer\ShipmentIdAwareInputCommandDataTransformer(), new \Sylius\Bundle\ApiBundle\DataTransformer\LoggedInShopUserIdAwareCommandDataTransformer($a), new \Sylius\Bundle\ApiBundle\DataTransformer\ChannelCodeAwareInputCommandDataTransformer(($this->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $this->getChannelContextInterfaceService())), new \Sylius\Bundle\ApiBundle\DataTransformer\LoggedInCustomerEmailAwareCommandDataTransformer($a), new \Sylius\Bundle\ApiBundle\DataTransformer\LocaleCodeAwareInputCommandDataTransformer(($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService())), new \Sylius\Bundle\ApiBundle\DataTransformer\SubresourceIdAwareCommandDataTransformer(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
  7639.     }
  7640.     /**
  7641.      * Gets the private 'sylius.context.cart.new_shop_based.inner' shared service.
  7642.      *
  7643.      * @return \Sylius\Component\Order\Context\CartContext
  7644.      */
  7645.     protected function getSylius_Context_Cart_NewShopBased_InnerService()
  7646.     {
  7647.         return $this->privates['sylius.context.cart.new_shop_based.inner'] = new \Sylius\Component\Order\Context\CartContext(($this->services['sylius.factory.order'] ?? ($this->services['sylius.factory.order'] = new \Sylius\Component\Resource\Factory\Factory('BitBag\\OpenMarketplace\\Entity\\Order'))));
  7648.     }
  7649.     /**
  7650.      * Gets the private 'sylius.context.channel.composite' shared service.
  7651.      *
  7652.      * @return \Sylius\Component\Channel\Context\CompositeChannelContext
  7653.      */
  7654.     protected function getSylius_Context_Channel_CompositeService()
  7655.     {
  7656.         $this->privates['sylius.context.channel.composite'] = $instance = new \Sylius\Component\Channel\Context\CompositeChannelContext();
  7657.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7658.         $b = ($this->services['sylius.repository.channel'] ?? $this->getSylius_Repository_ChannelService());
  7659.         $instance->addContext(new \Sylius\Component\Channel\Context\RequestBased\ChannelContext(($this->services['Sylius\\Component\\Channel\\Context\\RequestBased\\RequestResolverInterface'] ?? $this->getRequestResolverInterfaceService()), $a), 0);
  7660.         $instance->addContext(new \Sylius\Component\Channel\Context\SingleChannelContext($b), -128);
  7661.         $instance->addContext(new \Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelContext(($this->services['Sylius\\Bundle\\ChannelBundle\\Context\\FakeChannel\\FakeChannelCodeProviderInterface'] ?? ($this->services['Sylius\\Bundle\\ChannelBundle\\Context\\FakeChannel\\FakeChannelCodeProviderInterface'] = new \Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelCodeProvider())), $b$a), 128);
  7662.         return $instance;
  7663.     }
  7664.     /**
  7665.      * Gets the private 'sylius.grid_options_parser' shared service.
  7666.      *
  7667.      * @return \Sylius\Bundle\ResourceBundle\Grid\Parser\OptionsParser
  7668.      */
  7669.     protected function getSylius_GridOptionsParserService()
  7670.     {
  7671.         return $this->privates['sylius.grid_options_parser'] = new \Sylius\Bundle\ResourceBundle\Grid\Parser\OptionsParser($this, ($this->privates['sylius.expression_language'] ?? ($this->privates['sylius.expression_language'] = new \Sylius\Bundle\ResourceBundle\ExpressionLanguage\ExpressionLanguage())), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7672.     }
  7673.     /**
  7674.      * Gets the private 'sylius.resolver.checkout' shared service.
  7675.      *
  7676.      * @return \Sylius\Bundle\CoreBundle\Checkout\CheckoutResolver
  7677.      */
  7678.     protected function getSylius_Resolver_CheckoutService()
  7679.     {
  7680.         return $this->privates['sylius.resolver.checkout'] = new \Sylius\Bundle\CoreBundle\Checkout\CheckoutResolver(($this->services['sylius.context.cart'] ?? $this->getSylius_Context_CartService()), ($this->privates['sylius.router.checkout_state'] ?? $this->getSylius_Router_CheckoutStateService()), new \Symfony\Component\HttpFoundation\RequestMatcher('/checkout/.+'), ($this->services['SM\\Factory\\FactoryInterface'] ?? $this->getFactoryInterfaceService()));
  7681.     }
  7682.     /**
  7683.      * Gets the private 'sylius.resource_registry' shared service.
  7684.      *
  7685.      * @return \Sylius\Component\Resource\Metadata\Registry
  7686.      */
  7687.     protected function getSylius_ResourceRegistryService()
  7688.     {
  7689.         $this->privates['sylius.resource_registry'] = $instance = new \Sylius\Component\Resource\Metadata\Registry();
  7690.         $instance->addFromAliasAndConfiguration('sylius.adjustment', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\Adjustment''interface' => 'Sylius\\Component\\Order\\Model\\AdjustmentInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory']]);
  7691.         $instance->addFromAliasAndConfiguration('sylius.order', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\Order''controller' => 'Sylius\\Bundle\\CoreBundle\\Controller\\OrderController''repository' => 'BitBag\\OpenMarketplace\\Repository\\OrderRepository''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\AbstractResourceType\\OrderType''interface' => 'Sylius\\Component\\Order\\Model\\OrderInterface''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory']]);
  7692.         $instance->addFromAliasAndConfiguration('sylius.order_item', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\OrderItem''repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\OrderItemRepository''controller' => 'BitBag\\SyliusWishlistPlugin\\Controller\\OrderItemController''interface' => 'Sylius\\Component\\Order\\Model\\OrderItemInterface''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\OrderBundle\\Form\\Type\\OrderItemType']]);
  7693.         $instance->addFromAliasAndConfiguration('sylius.order_item_unit', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\OrderItemUnit''repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\OrderItemUnitRepository''interface' => 'Sylius\\Component\\Order\\Model\\OrderItemUnitInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Order\\Factory\\OrderItemUnitFactory']]);
  7694.         $instance->addFromAliasAndConfiguration('sylius.order_sequence', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\OrderSequence''interface' => 'Sylius\\Component\\Order\\Model\\OrderSequenceInterface''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory']]);
  7695.         $instance->addFromAliasAndConfiguration('sylius.currency', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Currency\\Model\\Currency''interface' => 'Sylius\\Component\\Currency\\Model\\CurrencyInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\CurrencyBundle\\Form\\Type\\CurrencyType']]);
  7696.         $instance->addFromAliasAndConfiguration('sylius.exchange_rate', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Currency\\Model\\ExchangeRate''interface' => 'Sylius\\Component\\Currency\\Model\\ExchangeRateInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\CurrencyBundle\\Form\\Type\\ExchangeRateType']]);
  7697.         $instance->addFromAliasAndConfiguration('sylius.locale', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Locale\\Model\\Locale''interface' => 'Sylius\\Component\\Locale\\Model\\LocaleInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\LocaleBundle\\Form\\Type\\LocaleType']]);
  7698.         $instance->addFromAliasAndConfiguration('sylius.product', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\Product''repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductRepository''interface' => 'Sylius\\Component\\Product\\Model\\ProductInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory''form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductType'], 'translation' => ['classes' => ['model' => 'Sylius\\Component\\Core\\Model\\ProductTranslation''interface' => 'Sylius\\Component\\Product\\Model\\ProductTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductTranslationType']]]);
  7699.         $instance->addFromAliasAndConfiguration('sylius.product_translation', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\ProductTranslation''interface' => 'Sylius\\Component\\Product\\Model\\ProductTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductTranslationType']]);
  7700.         $instance->addFromAliasAndConfiguration('sylius.product_variant', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\ProductVariant''controller' => 'Sylius\\Bundle\\CoreBundle\\Controller\\ProductVariantController''repository' => 'BitBag\\OpenMarketplace\\Repository\\ProductVariantRepository''interface' => 'Sylius\\Component\\Product\\Model\\ProductVariantInterface''factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory''form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantType'], 'translation' => ['classes' => ['model' => 'Sylius\\Component\\Product\\Model\\ProductVariantTranslation''interface' => 'Sylius\\Component\\Product\\Model\\ProductVariantTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantTranslationType']]]);
  7701.         $instance->addFromAliasAndConfiguration('sylius.product_variant_translation', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Product\\Model\\ProductVariantTranslation''interface' => 'Sylius\\Component\\Product\\Model\\ProductVariantTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantTranslationType']]);
  7702.         $instance->addFromAliasAndConfiguration('sylius.product_option', ['driver' => 'doctrine/orm''classes' => ['repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductOptionRepository''model' => 'Sylius\\Component\\Product\\Model\\ProductOption''interface' => 'Sylius\\Component\\Product\\Model\\ProductOptionInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory''form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionType'], 'translation' => ['classes' => ['model' => 'Sylius\\Component\\Product\\Model\\ProductOptionTranslation''interface' => 'Sylius\\Component\\Product\\Model\\ProductOptionTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionTranslationType']]]);
  7703.         $instance->addFromAliasAndConfiguration('sylius.product_option_translation', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Product\\Model\\ProductOptionTranslation''interface' => 'Sylius\\Component\\Product\\Model\\ProductOptionTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionTranslationType']]);
  7704.         $instance->addFromAliasAndConfiguration('sylius.product_association', ['driver' => 'doctrine/orm''classes' => ['repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductAssociationRepository''model' => 'Sylius\\Component\\Product\\Model\\ProductAssociation''interface' => 'Sylius\\Component\\Product\\Model\\ProductAssociationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationType']]);
  7705.         $instance->addFromAliasAndConfiguration('sylius.product_association_type', ['driver' => 'doctrine/orm''classes' => ['repository' => 'Sylius\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductAssociationTypeRepository''model' => 'Sylius\\Component\\Product\\Model\\ProductAssociationType''interface' => 'Sylius\\Component\\Product\\Model\\ProductAssociationTypeInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory''form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationTypeType'], 'translation' => ['classes' => ['model' => 'Sylius\\Component\\Product\\Model\\ProductAssociationTypeTranslation''interface' => 'Sylius\\Component\\Product\\Model\\ProductAssociationTypeTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationTypeTranslationType']]]);
  7706.         $instance->addFromAliasAndConfiguration('sylius.product_association_type_translation', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Product\\Model\\ProductAssociationTypeTranslation''interface' => 'Sylius\\Component\\Product\\Model\\ProductAssociationTypeTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationTypeTranslationType']]);
  7707.         $instance->addFromAliasAndConfiguration('sylius.product_option_value', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Product\\Model\\ProductOptionValue''interface' => 'Sylius\\Component\\Product\\Model\\ProductOptionValueInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory''form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionValueType'], 'translation' => ['classes' => ['model' => 'Sylius\\Component\\Product\\Model\\ProductOptionValueTranslation''interface' => 'Sylius\\Component\\Product\\Model\\ProductOptionValueTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionValueTranslationType']]]);
  7708.         $instance->addFromAliasAndConfiguration('sylius.product_option_value_translation', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Product\\Model\\ProductOptionValueTranslation''interface' => 'Sylius\\Component\\Product\\Model\\ProductOptionValueTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionValueTranslationType']]);
  7709.         $instance->addFromAliasAndConfiguration('sylius.channel', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\Channel''interface' => 'Sylius\\Component\\Channel\\Model\\ChannelInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ChannelBundle\\Form\\Type\\ChannelType']]);
  7710.         $instance->addFromAliasAndConfiguration('sylius.product_attribute', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Product\\Model\\ProductAttribute''interface' => 'Sylius\\Component\\Product\\Model\\ProductAttributeInterface''controller' => 'Sylius\\Bundle\\ProductBundle\\Controller\\ProductAttributeController''form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeType''factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory'], 'translation' => ['classes' => ['model' => 'Sylius\\Component\\Product\\Model\\ProductAttributeTranslation''interface' => 'Sylius\\Component\\Product\\Model\\ProductAttributeTranslationInterface''form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeTranslationType''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory']]]);
  7711.         $instance->addFromAliasAndConfiguration('sylius.product_attribute_translation', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Product\\Model\\ProductAttributeTranslation''interface' => 'Sylius\\Component\\Product\\Model\\ProductAttributeTranslationInterface''form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeTranslationType''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory']]);
  7712.         $instance->addFromAliasAndConfiguration('sylius.product_attribute_value', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Product\\Model\\ProductAttributeValue''interface' => 'Sylius\\Component\\Product\\Model\\ProductAttributeValueInterface''repository' => 'Sylius\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductAttributeValueRepository''form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeValueType''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory']]);
  7713.         $instance->addFromAliasAndConfiguration('sylius.tax_rate', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\TaxRate''interface' => 'Sylius\\Component\\Taxation\\Model\\TaxRateInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateType']]);
  7714.         $instance->addFromAliasAndConfiguration('sylius.tax_category', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Taxation\\Model\\TaxCategory''interface' => 'Sylius\\Component\\Taxation\\Model\\TaxCategoryInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxCategoryType']]);
  7715.         $instance->addFromAliasAndConfiguration('sylius.shipment', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\Shipment''interface' => 'BitBag\\OpenMarketplace\\Entity\\ShipmentInterface''repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShipmentRepository''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShipmentType']]);
  7716.         $instance->addFromAliasAndConfiguration('sylius.shipment_unit', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\OrderItemUnit''interface' => 'Sylius\\Component\\Shipping\\Model\\ShipmentUnitInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory']]);
  7717.         $instance->addFromAliasAndConfiguration('sylius.shipping_method', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\ShippingMethod''repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShippingMethodRepository''interface' => 'Sylius\\Component\\Shipping\\Model\\ShippingMethodInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory''form' => 'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodType'], 'translation' => ['classes' => ['model' => 'Sylius\\Component\\Shipping\\Model\\ShippingMethodTranslation''interface' => 'Sylius\\Component\\Shipping\\Model\\ShippingMethodTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodTranslationType']]]);
  7718.         $instance->addFromAliasAndConfiguration('sylius.shipping_method_translation', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Shipping\\Model\\ShippingMethodTranslation''interface' => 'Sylius\\Component\\Shipping\\Model\\ShippingMethodTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodTranslationType']]);
  7719.         $instance->addFromAliasAndConfiguration('sylius.shipping_category', ['driver' => 'doctrine/orm''classes' => ['repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShippingCategoryRepository''model' => 'Sylius\\Component\\Shipping\\Model\\ShippingCategory''interface' => 'Sylius\\Component\\Shipping\\Model\\ShippingCategoryInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingCategoryType']]);
  7720.         $instance->addFromAliasAndConfiguration('sylius.shipping_method_rule', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Shipping\\Model\\ShippingMethodRule''interface' => 'Sylius\\Component\\Shipping\\Model\\ShippingMethodRuleInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodRuleType']]);
  7721.         $instance->addFromAliasAndConfiguration('sylius.payment', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\Payment''repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\PaymentRepository''interface' => 'Sylius\\Component\\Payment\\Model\\PaymentInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentType']]);
  7722.         $instance->addFromAliasAndConfiguration('sylius.payment_method', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\PaymentMethod''repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\PaymentMethodRepository''controller' => 'Sylius\\Bundle\\CoreBundle\\Controller\\PaymentMethodController''interface' => 'Sylius\\Component\\Payment\\Model\\PaymentMethodInterface''factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory''form' => 'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentMethodType'], 'translation' => ['classes' => ['model' => 'Sylius\\Component\\Payment\\Model\\PaymentMethodTranslation''interface' => 'Sylius\\Component\\Payment\\Model\\PaymentMethodTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentMethodTranslationType']]]);
  7723.         $instance->addFromAliasAndConfiguration('sylius.payment_method_translation', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Payment\\Model\\PaymentMethodTranslation''interface' => 'Sylius\\Component\\Payment\\Model\\PaymentMethodTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentMethodTranslationType']]);
  7724.         $instance->addFromAliasAndConfiguration('sylius.catalog_promotion', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\CatalogPromotion''interface' => 'Sylius\\Component\\Promotion\\Model\\CatalogPromotionInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionType'], 'translation' => ['classes' => ['model' => 'Sylius\\Component\\Promotion\\Model\\CatalogPromotionTranslation''interface' => 'Sylius\\Component\\Promotion\\Model\\CatalogPromotionTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionTranslationType']]]);
  7725.         $instance->addFromAliasAndConfiguration('sylius.catalog_promotion_translation', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Promotion\\Model\\CatalogPromotionTranslation''interface' => 'Sylius\\Component\\Promotion\\Model\\CatalogPromotionTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionTranslationType']]);
  7726.         $instance->addFromAliasAndConfiguration('sylius.catalog_promotion_scope', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\CatalogPromotionScope''interface' => 'Sylius\\Component\\Promotion\\Model\\CatalogPromotionScopeInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']]);
  7727.         $instance->addFromAliasAndConfiguration('sylius.promotion_subject', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\Order']]);
  7728.         $instance->addFromAliasAndConfiguration('sylius.promotion', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\Promotion''repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\PromotionRepository''interface' => 'Sylius\\Component\\Promotion\\Model\\PromotionInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionType']]);
  7729.         $instance->addFromAliasAndConfiguration('sylius.promotion_coupon', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\PromotionCoupon''repository' => 'Sylius\\Bundle\\PromotionBundle\\Doctrine\\ORM\\PromotionCouponRepository''interface' => 'Sylius\\Component\\Promotion\\Model\\PromotionCouponInterface''controller' => 'Sylius\\Bundle\\PromotionBundle\\Controller\\PromotionCouponController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionCouponType']]);
  7730.         $instance->addFromAliasAndConfiguration('sylius.catalog_promotion_action', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Promotion\\Model\\CatalogPromotionAction''interface' => 'Sylius\\Component\\Promotion\\Model\\CatalogPromotionActionInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']]);
  7731.         $instance->addFromAliasAndConfiguration('sylius.promotion_rule', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Promotion\\Model\\PromotionRule''interface' => 'Sylius\\Component\\Promotion\\Model\\PromotionRuleInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionRuleType']]);
  7732.         $instance->addFromAliasAndConfiguration('sylius.promotion_action', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Promotion\\Model\\PromotionAction''interface' => 'Sylius\\Component\\Promotion\\Model\\PromotionActionInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionActionType']]);
  7733.         $instance->addFromAliasAndConfiguration('sylius.address', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\Address''repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\AddressRepository''interface' => 'Sylius\\Component\\Addressing\\Model\\AddressInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\AddressType']]);
  7734.         $instance->addFromAliasAndConfiguration('sylius.address_log_entry', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Addressing\\Model\\AddressLogEntry''repository' => 'Sylius\\Bundle\\ResourceBundle\\Doctrine\\ORM\\ResourceLogEntryRepository''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory']]);
  7735.         $instance->addFromAliasAndConfiguration('sylius.country', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Addressing\\Model\\Country''interface' => 'Sylius\\Component\\Addressing\\Model\\CountryInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\CountryType']]);
  7736.         $instance->addFromAliasAndConfiguration('sylius.province', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Addressing\\Model\\Province''interface' => 'Sylius\\Component\\Addressing\\Model\\ProvinceInterface''controller' => 'Sylius\\Bundle\\AddressingBundle\\Controller\\ProvinceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ProvinceType']]);
  7737.         $instance->addFromAliasAndConfiguration('sylius.zone', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Addressing\\Model\\Zone''interface' => 'Sylius\\Component\\Addressing\\Model\\ZoneInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ZoneType']]);
  7738.         $instance->addFromAliasAndConfiguration('sylius.zone_member', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Addressing\\Model\\ZoneMember''interface' => 'Sylius\\Component\\Addressing\\Model\\ZoneMemberInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ZoneMemberType']]);
  7739.         $instance->addFromAliasAndConfiguration('sylius.inventory_unit', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\OrderItemUnit''interface' => 'Sylius\\Component\\Inventory\\Model\\InventoryUnitInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory']]);
  7740.         $instance->addFromAliasAndConfiguration('sylius.taxon', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\Taxon''repository' => 'Sylius\\Bundle\\TaxonomyBundle\\Doctrine\\ORM\\TaxonRepository''interface' => 'Sylius\\Component\\Taxonomy\\Model\\TaxonInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory''form' => 'Sylius\\Bundle\\TaxonomyBundle\\Form\\Type\\TaxonType'], 'translation' => ['classes' => ['model' => 'Sylius\\Component\\Taxonomy\\Model\\TaxonTranslation''interface' => 'Sylius\\Component\\Taxonomy\\Model\\TaxonTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\TaxonomyBundle\\Form\\Type\\TaxonTranslationType']]]);
  7741.         $instance->addFromAliasAndConfiguration('sylius.taxon_translation', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Taxonomy\\Model\\TaxonTranslation''interface' => 'Sylius\\Component\\Taxonomy\\Model\\TaxonTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\TaxonomyBundle\\Form\\Type\\TaxonTranslationType']]);
  7742.         $instance->addFromAliasAndConfiguration('sylius.admin_user', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\AdminUser''interface' => 'Sylius\\Component\\Core\\Model\\AdminUserInterface''repository' => 'Sylius\\Bundle\\UserBundle\\Doctrine\\ORM\\UserRepository''form' => 'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\AdminUserType''controller' => 'Sylius\\Bundle\\UserBundle\\Controller\\UserController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory'], 'templates' => 'SyliusUserBundle:User''encoder' => NULL'login_tracking_interval' => NULL'resetting' => ['token' => ['ttl' => 'P1D''length' => 16'field_name' => 'passwordResetToken'], 'pin' => ['length' => 4'field_name' => 'passwordResetToken']], 'verification' => ['token' => ['length' => 16'field_name' => 'emailVerificationToken']]]);
  7743.         $instance->addFromAliasAndConfiguration('sylius.shop_user', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\ShopUser''interface' => 'BitBag\\OpenMarketplace\\Entity\\ShopUserInterface''repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\UserRepository''form' => 'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\ShopUserType''controller' => 'Sylius\\Bundle\\UserBundle\\Controller\\UserController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory'], 'templates' => 'SyliusUserBundle:User''encoder' => NULL'login_tracking_interval' => NULL'resetting' => ['token' => ['ttl' => 'P1D''length' => 16'field_name' => 'passwordResetToken'], 'pin' => ['length' => 4'field_name' => 'passwordResetToken']], 'verification' => ['token' => ['length' => 16'field_name' => 'emailVerificationToken']]]);
  7744.         $instance->addFromAliasAndConfiguration('sylius.oauth_user', ['driver' => 'doctrine/orm''encoder' => false'classes' => ['model' => 'Sylius\\Component\\User\\Model\\UserOAuth''interface' => 'Sylius\\Component\\User\\Model\\UserOAuthInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory'], 'templates' => 'SyliusUserBundle:User''login_tracking_interval' => NULL'resetting' => ['token' => ['ttl' => 'P1D''length' => 16'field_name' => 'passwordResetToken'], 'pin' => ['length' => 4'field_name' => 'passwordResetToken']], 'verification' => ['token' => ['length' => 16'field_name' => 'emailVerificationToken']]]);
  7745.         $instance->addFromAliasAndConfiguration('sylius.customer', ['driver' => 'doctrine/orm''classes' => ['repository' => 'BitBag\\OpenMarketplace\\Repository\\CustomerRepository''model' => 'BitBag\\OpenMarketplace\\Entity\\Customer''controller' => 'BitBag\\OpenMarketplace\\Controller\\Bikers\\InscriptionController''interface' => 'Sylius\\Component\\Customer\\Model\\CustomerInterface''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerType']]);
  7746.         $instance->addFromAliasAndConfiguration('sylius.customer_group', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Customer\\Model\\CustomerGroup''interface' => 'Sylius\\Component\\Customer\\Model\\CustomerGroupInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerGroupType']]);
  7747.         $instance->addFromAliasAndConfiguration('sylius.product_review', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\ProductReview''repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductReviewRepository''form' => 'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Product\\ProductReviewType''interface' => 'Sylius\\Component\\Review\\Model\\ReviewInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory']]);
  7748.         $instance->addFromAliasAndConfiguration('sylius.product_reviewer', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\Customer''interface' => 'Sylius\\Component\\Review\\Model\\ReviewerInterface''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory']]);
  7749.         $instance->addFromAliasAndConfiguration('sylius.product_taxon', ['driver' => 'doctrine/orm''classes' => ['repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductTaxonRepository''model' => 'Sylius\\Component\\Core\\Model\\ProductTaxon''interface' => 'Sylius\\Component\\Core\\Model\\ProductTaxonInterface''controller' => 'Sylius\\Bundle\\CoreBundle\\Controller\\ProductTaxonController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory']]);
  7750.         $instance->addFromAliasAndConfiguration('sylius.product_image', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\ProductImage''interface' => 'Sylius\\Component\\Core\\Model\\ProductImageInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory']]);
  7751.         $instance->addFromAliasAndConfiguration('sylius.avatar_image', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\AvatarImage''interface' => 'Sylius\\Component\\Core\\Model\\AvatarImageInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory']]);
  7752.         $instance->addFromAliasAndConfiguration('sylius.taxon_image', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\TaxonImage''interface' => 'Sylius\\Component\\Core\\Model\\TaxonImageInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory']]);
  7753.         $instance->addFromAliasAndConfiguration('sylius.channel_pricing', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\ChannelPricing''interface' => 'Sylius\\Component\\Core\\Model\\ChannelPricingInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Product\\ChannelPricingType']]);
  7754.         $instance->addFromAliasAndConfiguration('sylius.shop_billing_data', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Component\\Core\\Model\\ShopBillingData''interface' => 'Sylius\\Component\\Core\\Model\\ShopBillingDataInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\CoreBundle\\Form\\Type\\ShopBillingDataType']]);
  7755.         $instance->addFromAliasAndConfiguration('open_marketplace.conversation', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\Conversation\\Conversation''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''interface' => 'BitBag\\OpenMarketplace\\Entity\\Conversation\\ConversationInterface''repository' => 'BitBag\\OpenMarketplace\\Repository\\Conversation\\ConversationRepository''form' => 'BitBag\\OpenMarketplace\\Form\\Type\\Conversation\\ConversationType''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory']]);
  7756.         $instance->addFromAliasAndConfiguration('open_marketplace.conversation_category', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\Conversation\\Category''interface' => 'BitBag\\OpenMarketplace\\Entity\\Conversation\\CategoryInterface''repository' => 'BitBag\\OpenMarketplace\\Repository\\Conversation\\CategoryRepository''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']]);
  7757.         $instance->addFromAliasAndConfiguration('bitbag_open_marketplace.conversation_message', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\Conversation\\Message''interface' => 'BitBag\\OpenMarketplace\\Entity\\Conversation\\MessageInterface''repository' => 'BitBag\\OpenMarketplace\\Repository\\Conversation\\MessageRepository''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']]);
  7758.         $instance->addFromAliasAndConfiguration('open_marketplace.draft_attribute', ['classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\DraftAttribute''interface' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\DraftAttributeInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''repository' => 'BitBag\\OpenMarketplace\\Repository\\DraftAttributeRepository''form' => 'BitBag\\OpenMarketplace\\Form\\ProductListing\\DraftAttributeType''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory'], 'translation' => ['classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\DraftAttributeTranslation''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']], 'driver' => 'doctrine/orm']);
  7759.         $instance->addFromAliasAndConfiguration('open_marketplace.draft_attribute_translation', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\DraftAttributeTranslation''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']]);
  7760.         $instance->addFromAliasAndConfiguration('open_marketplace.draft_attribute_value', ['classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\DraftAttributeValue''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType'], 'driver' => 'doctrine/orm']);
  7761.         $instance->addFromAliasAndConfiguration('open_marketplace.product_listing', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductListing''repository' => 'BitBag\\OpenMarketplace\\Repository\\ProductListing\\ProductListingRepository''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']]);
  7762.         $instance->addFromAliasAndConfiguration('open_marketplace.product_draft', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductDraft''interface' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductDraftInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''form' => 'BitBag\\OpenMarketplace\\Form\\ProductListing\\ProductType''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory']]);
  7763.         $instance->addFromAliasAndConfiguration('open_marketplace.product_translation', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductTranslation''interface' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']]);
  7764.         $instance->addFromAliasAndConfiguration('open_marketplace.product_listing_price', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductListingPrice''interface' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductListingPriceInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']]);
  7765.         $instance->addFromAliasAndConfiguration('open_marketplace.product_draft_image', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductDraftImage''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']]);
  7766.         $instance->addFromAliasAndConfiguration('open_marketplace.product_draft_taxons', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductDraftTaxon''interface' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductDraftTaxonInterface''repository' => 'BitBag\\OpenMarketplace\\Repository\\ProductListing\\ProductDraftTaxonRepository''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']]);
  7767.         $instance->addFromAliasAndConfiguration('open_marketplace.product_value_sc', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductValueSC''interface' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductValueSCInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']]);
  7768.         $instance->addFromAliasAndConfiguration('open_marketplace.vendor', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\Vendor''interface' => 'BitBag\\OpenMarketplace\\Entity\\VendorInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''repository' => 'BitBag\\OpenMarketplace\\Repository\\VendorRepository''form' => 'BitBag\\OpenMarketplace\\Form\\Type\\VendorEditType''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory']]);
  7769.         $instance->addFromAliasAndConfiguration('open_marketplace.vendor_profile_update', ['classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\VendorProfileUpdate''interface' => 'BitBag\\OpenMarketplace\\Entity\\VendorProfileUpdateInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''repository' => 'BitBag\\OpenMarketplace\\Repository\\VendorProfileUpdateRepository''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType'], 'driver' => 'doctrine/orm']);
  7770.         $instance->addFromAliasAndConfiguration('open_marketplace.vendor_address', ['classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\VendorAddress''interface' => 'BitBag\\OpenMarketplace\\Entity\\VendorAddressInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType'], 'driver' => 'doctrine/orm']);
  7771.         $instance->addFromAliasAndConfiguration('open_marketplace.vendor_address_update', ['classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\VendorAddressUpdate''interface' => 'BitBag\\OpenMarketplace\\Entity\\VendorAddressUpdateInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType'], 'driver' => 'doctrine/orm']);
  7772.         $instance->addFromAliasAndConfiguration('open_marketplace.vendor_shipping_method', ['classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\VendorShippingMethod''interface' => 'BitBag\\OpenMarketplace\\Entity\\VendorShippingMethodInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''repository' => 'BitBag\\OpenMarketplace\\Repository\\VendorShippingMethodRepository''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType'], 'driver' => 'doctrine/orm']);
  7773.         $instance->addFromAliasAndConfiguration('bitbag_open_marketplace.vendor_image', ['classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\VendorImage''interface' => 'BitBag\\OpenMarketplace\\Entity\\VendorImageInterface''form' => 'BitBag\\OpenMarketplace\\Form\\VendorImageType''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory'], 'driver' => 'doctrine/orm']);
  7774.         $instance->addFromAliasAndConfiguration('bitbag_open_marketplace.vendor_profile_update_image', ['classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\VendorProfileUpdateImage''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType'], 'driver' => 'doctrine/orm']);
  7775.         $instance->addFromAliasAndConfiguration('bitbag_sylius_cms_plugin.block', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\SyliusCmsPlugin\\Entity\\Block''interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\BlockInterface''form' => 'BitBag\\SyliusCmsPlugin\\Form\\Type\\BlockType''repository' => 'BitBag\\SyliusCmsPlugin\\Repository\\BlockRepository''controller' => 'BitBag\\SyliusCmsPlugin\\Controller\\BlockController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory'], 'translation' => ['classes' => ['model' => 'BitBag\\SyliusCmsPlugin\\Entity\\BlockTranslation''interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\BlockTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']]]);
  7776.         $instance->addFromAliasAndConfiguration('bitbag_sylius_cms_plugin.block_translation', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\SyliusCmsPlugin\\Entity\\BlockTranslation''interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\BlockTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']]);
  7777.         $instance->addFromAliasAndConfiguration('bitbag_sylius_cms_plugin.page', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\SyliusCmsPlugin\\Entity\\Page''interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\PageInterface''form' => 'BitBag\\SyliusCmsPlugin\\Form\\Type\\PageType''repository' => 'BitBag\\SyliusCmsPlugin\\Repository\\PageRepository''controller' => 'BitBag\\SyliusCmsPlugin\\Controller\\PageController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory'], 'translation' => ['classes' => ['model' => 'BitBag\\SyliusCmsPlugin\\Entity\\PageTranslation''interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\PageTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']]]);
  7778.         $instance->addFromAliasAndConfiguration('bitbag_sylius_cms_plugin.page_translation', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\SyliusCmsPlugin\\Entity\\PageTranslation''interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\PageTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']]);
  7779.         $instance->addFromAliasAndConfiguration('bitbag_sylius_cms_plugin.frequently_asked_question', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\SyliusCmsPlugin\\Entity\\FrequentlyAskedQuestion''interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\FrequentlyAskedQuestionInterface''form' => 'BitBag\\SyliusCmsPlugin\\Form\\Type\\FrequentlyAskedQuestionType''repository' => 'BitBag\\SyliusCmsPlugin\\Repository\\FrequentlyAskedQuestionRepository''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory'], 'translation' => ['classes' => ['model' => 'BitBag\\SyliusCmsPlugin\\Entity\\FrequentlyAskedQuestionTranslation''interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\FrequentlyAskedQuestionTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']]]);
  7780.         $instance->addFromAliasAndConfiguration('bitbag_sylius_cms_plugin.frequently_asked_question_translation', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\SyliusCmsPlugin\\Entity\\FrequentlyAskedQuestionTranslation''interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\FrequentlyAskedQuestionTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']]);
  7781.         $instance->addFromAliasAndConfiguration('bitbag_sylius_cms_plugin.section', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\SyliusCmsPlugin\\Entity\\Section''interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\SectionInterface''form' => 'BitBag\\SyliusCmsPlugin\\Form\\Type\\SectionType''repository' => 'BitBag\\SyliusCmsPlugin\\Repository\\SectionRepository''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory'], 'translation' => ['classes' => ['model' => 'BitBag\\SyliusCmsPlugin\\Entity\\SectionTranslation''interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\SectionTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']]]);
  7782.         $instance->addFromAliasAndConfiguration('bitbag_sylius_cms_plugin.section_translation', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\SyliusCmsPlugin\\Entity\\SectionTranslation''interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\SectionTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']]);
  7783.         $instance->addFromAliasAndConfiguration('bitbag_sylius_cms_plugin.media', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\SyliusCmsPlugin\\Entity\\Media''interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\MediaInterface''form' => 'BitBag\\SyliusCmsPlugin\\Form\\Type\\MediaType''repository' => 'BitBag\\SyliusCmsPlugin\\Repository\\MediaRepository''controller' => 'BitBag\\SyliusCmsPlugin\\Controller\\MediaController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory'], 'translation' => ['classes' => ['model' => 'BitBag\\SyliusCmsPlugin\\Entity\\MediaTranslation''interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\MediaTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']]]);
  7784.         $instance->addFromAliasAndConfiguration('bitbag_sylius_cms_plugin.media_translation', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\SyliusCmsPlugin\\Entity\\MediaTranslation''interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\MediaTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType']]);
  7785.         $instance->addFromAliasAndConfiguration('bitbag.shipping_export', ['classes' => ['model' => 'BitBag\\SyliusShippingExportPlugin\\Entity\\ShippingExport''interface' => 'BitBag\\SyliusShippingExportPlugin\\Entity\\ShippingExportInterface''repository' => 'BitBag\\SyliusShippingExportPlugin\\Repository\\ShippingExportRepository''form' => 'BitBag\\SyliusShippingExportPlugin\\Form\\Type\\ShippingGatewayType''controller' => 'BitBag\\SyliusShippingExportPlugin\\Controller\\ShippingExportController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory'], 'driver' => 'doctrine/orm']);
  7786.         $instance->addFromAliasAndConfiguration('bitbag.shipping_gateway', ['classes' => ['model' => 'BitBag\\SyliusShippingExportPlugin\\Entity\\ShippingGateway''interface' => 'BitBag\\SyliusShippingExportPlugin\\Entity\\ShippingGatewayInterface''repository' => 'BitBag\\SyliusShippingExportPlugin\\Repository\\ShippingGatewayRepository''form' => 'BitBag\\SyliusShippingExportPlugin\\Form\\Type\\ShippingGatewayType''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory'], 'driver' => 'doctrine/orm']);
  7787.         $instance->addFromAliasAndConfiguration('sylius.payment_security_token', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Bundle\\PayumBundle\\Model\\PaymentSecurityToken''interface' => 'Sylius\\Bundle\\PayumBundle\\Model\\PaymentSecurityTokenInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory']]);
  7788.         $instance->addFromAliasAndConfiguration('sylius.gateway_config', ['driver' => 'doctrine/orm''classes' => ['model' => 'Sylius\\Bundle\\PayumBundle\\Model\\GatewayConfig''interface' => 'Sylius\\Bundle\\PayumBundle\\Model\\GatewayConfigInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Sylius\\Bundle\\PayumBundle\\Form\\Type\\GatewayConfigType']]);
  7789.         $instance->addFromAliasAndConfiguration('bitbag_sylius_wishlist_plugin.wishlist', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\SyliusWishlistPlugin\\Entity\\Wishlist''interface' => 'BitBag\\SyliusWishlistPlugin\\Entity\\WishlistInterface''repository' => 'BitBag\\SyliusWishlistPlugin\\Repository\\WishlistRepository''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory']]);
  7790.         $instance->addFromAliasAndConfiguration('bitbag_sylius_wishlist_plugin.wishlist_product', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\SyliusWishlistPlugin\\Entity\\WishlistProduct''interface' => 'BitBag\\SyliusWishlistPlugin\\Entity\\WishlistProductInterface''repository' => 'Sylius\\Bundle\\ResourceBundle\\Doctrine\\ORM\\EntityRepository''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory']]);
  7791.         $instance->addFromAliasAndConfiguration('odiseo_blog.article', ['driver' => 'doctrine/orm''classes' => ['model' => 'BitBag\\OpenMarketplace\\Entity\\Article''repository' => 'BitBag\\OpenMarketplace\\Repository\\ArticleExtensionRepository''interface' => 'Odiseo\\BlogBundle\\Model\\ArticleInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory''form' => 'Odiseo\\BlogBundle\\Form\\Type\\ArticleType'], 'translation' => ['classes' => ['model' => 'Odiseo\\BlogBundle\\Model\\ArticleTranslation''interface' => 'Odiseo\\BlogBundle\\Model\\ArticleTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Odiseo\\BlogBundle\\Form\\Type\\ArticleTranslationType']]]);
  7792.         $instance->addFromAliasAndConfiguration('odiseo_blog.article_translation', ['driver' => 'doctrine/orm''classes' => ['model' => 'Odiseo\\BlogBundle\\Model\\ArticleTranslation''interface' => 'Odiseo\\BlogBundle\\Model\\ArticleTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Odiseo\\BlogBundle\\Form\\Type\\ArticleTranslationType']]);
  7793.         $instance->addFromAliasAndConfiguration('odiseo_blog.article_comment', ['driver' => 'doctrine/orm''classes' => ['model' => 'Odiseo\\SyliusBlogPlugin\\Entity\\ArticleComment''interface' => 'Odiseo\\BlogBundle\\Model\\ArticleCommentInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Odiseo\\BlogBundle\\Factory\\ArticleCommentFactory''form' => 'Odiseo\\BlogBundle\\Form\\Type\\ArticleCommentType']]);
  7794.         $instance->addFromAliasAndConfiguration('odiseo_blog.article_category', ['driver' => 'doctrine/orm''classes' => ['model' => 'Odiseo\\BlogBundle\\Model\\ArticleCategory''interface' => 'Odiseo\\BlogBundle\\Model\\ArticleCategoryInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''repository' => 'Odiseo\\BlogBundle\\Doctrine\\ORM\\ArticleCategoryRepository''factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory''form' => 'Odiseo\\BlogBundle\\Form\\Type\\ArticleCategoryType'], 'translation' => ['classes' => ['model' => 'Odiseo\\BlogBundle\\Model\\ArticleCategoryTranslation''interface' => 'Odiseo\\BlogBundle\\Model\\ArticleCategoryTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Odiseo\\BlogBundle\\Form\\Type\\ArticleCategoryTranslationType']]]);
  7795.         $instance->addFromAliasAndConfiguration('odiseo_blog.article_category_translation', ['driver' => 'doctrine/orm''classes' => ['model' => 'Odiseo\\BlogBundle\\Model\\ArticleCategoryTranslation''interface' => 'Odiseo\\BlogBundle\\Model\\ArticleCategoryTranslationInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Odiseo\\BlogBundle\\Form\\Type\\ArticleCategoryTranslationType']]);
  7796.         $instance->addFromAliasAndConfiguration('odiseo_blog.article_image', ['driver' => 'doctrine/orm''classes' => ['model' => 'Odiseo\\BlogBundle\\Model\\ArticleImage''interface' => 'Odiseo\\BlogBundle\\Model\\ArticleImageInterface''controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController''factory' => 'Sylius\\Component\\Resource\\Factory\\Factory''form' => 'Odiseo\\BlogBundle\\Form\\Type\\ArticleImageType']]);
  7797.         return $instance;
  7798.     }
  7799.     /**
  7800.      * Gets the private 'sylius.router.checkout_state' shared service.
  7801.      *
  7802.      * @return \Sylius\Bundle\CoreBundle\Checkout\CheckoutStateUrlGenerator
  7803.      */
  7804.     protected function getSylius_Router_CheckoutStateService()
  7805.     {
  7806.         return $this->privates['sylius.router.checkout_state'] = new \Sylius\Bundle\CoreBundle\Checkout\CheckoutStateUrlGenerator(($this->services['sylius.shop.locale_stripping_router'] ?? $this->getSylius_Shop_LocaleStrippingRouterService()), ['empty_order' => ['route' => 'sylius_shop_cart_summary'], 'cart' => ['route' => 'sylius_shop_checkout_address'], 'addressed' => ['route' => 'sylius_shop_checkout_select_shipping'], 'shipping_selected' => ['route' => 'sylius_shop_checkout_select_payment'], 'shipping_skipped' => ['route' => 'sylius_shop_checkout_select_payment'], 'payment_selected' => ['route' => 'sylius_shop_checkout_complete'], 'payment_skipped' => ['route' => 'sylius_shop_checkout_complete']]);
  7807.     }
  7808.     /**
  7809.      * Gets the private 'sylius.theme.context.channel_based' shared service.
  7810.      *
  7811.      * @return \Sylius\Bundle\CoreBundle\Theme\ChannelBasedThemeContext
  7812.      */
  7813.     protected function getSylius_Theme_Context_ChannelBasedService()
  7814.     {
  7815.         return $this->privates['sylius.theme.context.channel_based'] = new \Sylius\Bundle\CoreBundle\Theme\ChannelBasedThemeContext(($this->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $this->getChannelContextInterfaceService()), ($this->privates['Sylius\\Bundle\\ThemeBundle\\Repository\\ThemeRepositoryInterface'] ?? $this->getThemeRepositoryInterfaceService()));
  7816.     }
  7817.     /**
  7818.      * Gets the private 'translation.loader.csv' shared service.
  7819.      *
  7820.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  7821.      */
  7822.     protected function getTranslation_Loader_CsvService($lazyLoad true)
  7823.     {
  7824.         if ($lazyLoad) {
  7825.             return $this->privates['translation.loader.csv'] = $this->createProxy('CsvFileLoader_5cc7c8f', function () {
  7826.                 return \CsvFileLoader_5cc7c8f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  7827.                     $wrappedInstance $this->getTranslation_Loader_CsvService(false);
  7828.                     $proxy->setProxyInitializer(null);
  7829.                     return true;
  7830.                 });
  7831.             });
  7832.         }
  7833.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7834.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7835.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7836.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7837.         return new \Symfony\Component\Translation\Loader\CsvFileLoader();
  7838.     }
  7839.     /**
  7840.      * Gets the private 'translation.loader.dat' shared service.
  7841.      *
  7842.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  7843.      */
  7844.     protected function getTranslation_Loader_DatService($lazyLoad true)
  7845.     {
  7846.         if ($lazyLoad) {
  7847.             return $this->privates['translation.loader.dat'] = $this->createProxy('IcuDatFileLoader_a54a424', function () {
  7848.                 return \IcuDatFileLoader_a54a424::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  7849.                     $wrappedInstance $this->getTranslation_Loader_DatService(false);
  7850.                     $proxy->setProxyInitializer(null);
  7851.                     return true;
  7852.                 });
  7853.             });
  7854.         }
  7855.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7856.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7857.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7858.         return new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  7859.     }
  7860.     /**
  7861.      * Gets the private 'translation.loader.ini' shared service.
  7862.      *
  7863.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  7864.      */
  7865.     protected function getTranslation_Loader_IniService($lazyLoad true)
  7866.     {
  7867.         if ($lazyLoad) {
  7868.             return $this->privates['translation.loader.ini'] = $this->createProxy('IniFileLoader_d75c726', function () {
  7869.                 return \IniFileLoader_d75c726::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  7870.                     $wrappedInstance $this->getTranslation_Loader_IniService(false);
  7871.                     $proxy->setProxyInitializer(null);
  7872.                     return true;
  7873.                 });
  7874.             });
  7875.         }
  7876.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7877.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7878.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7879.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7880.         return new \Symfony\Component\Translation\Loader\IniFileLoader();
  7881.     }
  7882.     /**
  7883.      * Gets the private 'translation.loader.json' shared service.
  7884.      *
  7885.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  7886.      */
  7887.     protected function getTranslation_Loader_JsonService($lazyLoad true)
  7888.     {
  7889.         if ($lazyLoad) {
  7890.             return $this->privates['translation.loader.json'] = $this->createProxy('JsonFileLoader_6854993', function () {
  7891.                 return \JsonFileLoader_6854993::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  7892.                     $wrappedInstance $this->getTranslation_Loader_JsonService(false);
  7893.                     $proxy->setProxyInitializer(null);
  7894.                     return true;
  7895.                 });
  7896.             });
  7897.         }
  7898.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7899.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7900.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7901.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7902.         return new \Symfony\Component\Translation\Loader\JsonFileLoader();
  7903.     }
  7904.     /**
  7905.      * Gets the private 'translation.loader.mo' shared service.
  7906.      *
  7907.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  7908.      */
  7909.     protected function getTranslation_Loader_MoService($lazyLoad true)
  7910.     {
  7911.         if ($lazyLoad) {
  7912.             return $this->privates['translation.loader.mo'] = $this->createProxy('MoFileLoader_067a4cd', function () {
  7913.                 return \MoFileLoader_067a4cd::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  7914.                     $wrappedInstance $this->getTranslation_Loader_MoService(false);
  7915.                     $proxy->setProxyInitializer(null);
  7916.                     return true;
  7917.                 });
  7918.             });
  7919.         }
  7920.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7921.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7922.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7923.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7924.         return new \Symfony\Component\Translation\Loader\MoFileLoader();
  7925.     }
  7926.     /**
  7927.      * Gets the private 'translation.loader.php' shared service.
  7928.      *
  7929.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  7930.      */
  7931.     protected function getTranslation_Loader_PhpService($lazyLoad true)
  7932.     {
  7933.         if ($lazyLoad) {
  7934.             return $this->privates['translation.loader.php'] = $this->createProxy('PhpFileLoader_e63c58d', function () {
  7935.                 return \PhpFileLoader_e63c58d::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  7936.                     $wrappedInstance $this->getTranslation_Loader_PhpService(false);
  7937.                     $proxy->setProxyInitializer(null);
  7938.                     return true;
  7939.                 });
  7940.             });
  7941.         }
  7942.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7943.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7944.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7945.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7946.         return new \Symfony\Component\Translation\Loader\PhpFileLoader();
  7947.     }
  7948.     /**
  7949.      * Gets the private 'translation.loader.po' shared service.
  7950.      *
  7951.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  7952.      */
  7953.     protected function getTranslation_Loader_PoService($lazyLoad true)
  7954.     {
  7955.         if ($lazyLoad) {
  7956.             return $this->privates['translation.loader.po'] = $this->createProxy('PoFileLoader_8acad7f', function () {
  7957.                 return \PoFileLoader_8acad7f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  7958.                     $wrappedInstance $this->getTranslation_Loader_PoService(false);
  7959.                     $proxy->setProxyInitializer(null);
  7960.                     return true;
  7961.                 });
  7962.             });
  7963.         }
  7964.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7965.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7966.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7967.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7968.         return new \Symfony\Component\Translation\Loader\PoFileLoader();
  7969.     }
  7970.     /**
  7971.      * Gets the private 'translation.loader.qt' shared service.
  7972.      *
  7973.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  7974.      */
  7975.     protected function getTranslation_Loader_QtService($lazyLoad true)
  7976.     {
  7977.         if ($lazyLoad) {
  7978.             return $this->privates['translation.loader.qt'] = $this->createProxy('QtFileLoader_b0bf5a8', function () {
  7979.                 return \QtFileLoader_b0bf5a8::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  7980.                     $wrappedInstance $this->getTranslation_Loader_QtService(false);
  7981.                     $proxy->setProxyInitializer(null);
  7982.                     return true;
  7983.                 });
  7984.             });
  7985.         }
  7986.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7987.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7988.         return new \Symfony\Component\Translation\Loader\QtFileLoader();
  7989.     }
  7990.     /**
  7991.      * Gets the private 'translation.loader.res' shared service.
  7992.      *
  7993.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  7994.      */
  7995.     protected function getTranslation_Loader_ResService($lazyLoad true)
  7996.     {
  7997.         if ($lazyLoad) {
  7998.             return $this->privates['translation.loader.res'] = $this->createProxy('IcuResFileLoader_54be3cf', function () {
  7999.                 return \IcuResFileLoader_54be3cf::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8000.                     $wrappedInstance $this->getTranslation_Loader_ResService(false);
  8001.                     $proxy->setProxyInitializer(null);
  8002.                     return true;
  8003.                 });
  8004.             });
  8005.         }
  8006.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8007.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8008.         return new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  8009.     }
  8010.     /**
  8011.      * Gets the private 'translation.loader.xliff' shared service.
  8012.      *
  8013.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  8014.      */
  8015.     protected function getTranslation_Loader_XliffService($lazyLoad true)
  8016.     {
  8017.         if ($lazyLoad) {
  8018.             return $this->privates['translation.loader.xliff'] = $this->createProxy('XliffFileLoader_17bf9c6', function () {
  8019.                 return \XliffFileLoader_17bf9c6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8020.                     $wrappedInstance $this->getTranslation_Loader_XliffService(false);
  8021.                     $proxy->setProxyInitializer(null);
  8022.                     return true;
  8023.                 });
  8024.             });
  8025.         }
  8026.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8027.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8028.         return new \Symfony\Component\Translation\Loader\XliffFileLoader();
  8029.     }
  8030.     /**
  8031.      * Gets the private 'translation.loader.yml' shared service.
  8032.      *
  8033.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  8034.      */
  8035.     protected function getTranslation_Loader_YmlService($lazyLoad true)
  8036.     {
  8037.         if ($lazyLoad) {
  8038.             return $this->privates['translation.loader.yml'] = $this->createProxy('YamlFileLoader_53c0405', function () {
  8039.                 return \YamlFileLoader_53c0405::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8040.                     $wrappedInstance $this->getTranslation_Loader_YmlService(false);
  8041.                     $proxy->setProxyInitializer(null);
  8042.                     return true;
  8043.                 });
  8044.             });
  8045.         }
  8046.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8047.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8048.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8049.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8050.         return new \Symfony\Component\Translation\Loader\YamlFileLoader();
  8051.     }
  8052.     /**
  8053.      * Gets the private 'validator.builder' shared service.
  8054.      *
  8055.      * @return \Symfony\Component\Validator\ValidatorBuilder
  8056.      */
  8057.     protected function getValidator_BuilderService()
  8058.     {
  8059.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  8060.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  8061.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8062.             'BitBag\\OpenMarketplace\\Validator\\UniqueProductListingSlugValidator' => ['privates''bitbag.sylius_open_marketplace_plugin.validator.unique_product_listing_slug''getBitbag_SyliusOpenMarketplacePlugin_Validator_UniqueProductListingSlugService'true],
  8063.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  8064.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  8065.             'Sylius\\Bundle\\AddressingBundle\\Validator\\Constraints\\ProvinceAddressConstraintValidator' => ['services''sylius.validator.valid_province_address''getSylius_Validator_ValidProvinceAddressService'true],
  8066.             'Sylius\\Bundle\\AddressingBundle\\Validator\\Constraints\\ZoneCannotContainItselfValidator' => ['services''sylius.validator.zone_cannot_contain_itself''getSylius_Validator_ZoneCannotContainItselfService'true],
  8067.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\AccountVerificationTokenEligibilityValidator' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\AccountVerificationTokenEligibilityValidator''getAccountVerificationTokenEligibilityValidatorService'true],
  8068.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\AddingEligibleProductVariantToCartValidator' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\AddingEligibleProductVariantToCartValidator''getAddingEligibleProductVariantToCartValidatorService'true],
  8069.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ChangedItemQuantityInCartValidator' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ChangedItemQuantityInCartValidator''getChangedItemQuantityInCartValidatorService'true],
  8070.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ChosenPaymentMethodEligibilityValidator' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ChosenPaymentMethodEligibilityValidator''getChosenPaymentMethodEligibilityValidatorService'true],
  8071.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ChosenShippingMethodEligibilityValidator' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ChosenShippingMethodEligibilityValidator''getChosenShippingMethodEligibilityValidatorService'true],
  8072.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ConfirmResetPasswordValidator' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ConfirmResetPasswordValidator''getConfirmResetPasswordValidatorService'true],
  8073.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\CorrectChangeShopUserConfirmPasswordValidator' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\CorrectChangeShopUserConfirmPasswordValidator''getCorrectChangeShopUserConfirmPasswordValidatorService'true],
  8074.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\CorrectOrderAddressValidator' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\CorrectOrderAddressValidator''getCorrectOrderAddressValidatorService'true],
  8075.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderItemAvailabilityValidator' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderItemAvailabilityValidator''getOrderItemAvailabilityValidatorService'true],
  8076.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderNotEmptyValidator' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderNotEmptyValidator''getOrderNotEmptyValidatorService'true],
  8077.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderPaymentMethodEligibilityValidator' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderPaymentMethodEligibilityValidator''getOrderPaymentMethodEligibilityValidatorService'true],
  8078.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderProductEligibilityValidator' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderProductEligibilityValidator''getOrderProductEligibilityValidatorService'true],
  8079.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderShippingMethodEligibilityValidator' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderShippingMethodEligibilityValidator''getOrderShippingMethodEligibilityValidatorService'true],
  8080.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\PickupCartLocaleValidator' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\PickupCartLocaleValidator''getPickupCartLocaleValidatorService'true],
  8081.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\PromotionCouponEligibilityValidator' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\PromotionCouponEligibilityValidator''getPromotionCouponEligibilityValidatorService'true],
  8082.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ShipmentAlreadyShippedValidator' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ShipmentAlreadyShippedValidator''getShipmentAlreadyShippedValidatorService'true],
  8083.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ShopUserNotVerifiedValidator' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ShopUserNotVerifiedValidator''getShopUserNotVerifiedValidatorService'true],
  8084.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\UniqueReviewerEmailValidator' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\UniqueReviewerEmailValidator''getUniqueReviewerEmailValidatorService'true],
  8085.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\UniqueShopUserEmailValidator' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\UniqueShopUserEmailValidator''getUniqueShopUserEmailValidatorService'true],
  8086.             'Sylius\\Bundle\\AttributeBundle\\Validator\\Constraints\\ValidAttributeValueValidator' => ['services''sylius.validator.valid_attribute_value''getSylius_Validator_ValidAttributeValueService'true],
  8087.             'Sylius\\Bundle\\AttributeBundle\\Validator\\Constraints\\ValidSelectAttributeConfigurationValidator' => ['services''sylius.validator.valid_select_attribute''getSylius_Validator_ValidSelectAttributeService'true],
  8088.             'Sylius\\Bundle\\AttributeBundle\\Validator\\Constraints\\ValidTextAttributeConfigurationValidator' => ['services''sylius.validator.valid_text_attribute''getSylius_Validator_ValidTextAttributeService'true],
  8089.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\CartItemAvailabilityValidator' => ['services''sylius.validator.cart_item_availability''getSylius_Validator_CartItemAvailabilityService'true],
  8090.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\ChannelDefaultLocaleEnabledValidator' => ['services''sylius.validator.channel_default_locale_enabled''getSylius_Validator_ChannelDefaultLocaleEnabledService'true],
  8091.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\HasAllPricesDefinedValidator' => ['services''sylius.validator.has_all_prices_defined''getSylius_Validator_HasAllPricesDefinedService'true],
  8092.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\HasAllVariantPricesDefinedValidator' => ['services''sylius.validator.has_all_variant_prices_defined''getSylius_Validator_HasAllVariantPricesDefinedService'true],
  8093.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\HasEnabledEntityValidator' => ['services''sylius.validator.has_enabled_entity''getSylius_Validator_HasEnabledEntityService'true],
  8094.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\LocalesAwareValidAttributeValueValidator' => ['services''sylius.validator.locales_aware_valid_attribute_value''getSylius_Validator_LocalesAwareValidAttributeValueService'true],
  8095.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\OrderPaymentMethodEligibilityValidator' => ['services''sylius.validator.payment_method_integrity''getSylius_Validator_PaymentMethodIntegrityService'true],
  8096.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\OrderProductEligibilityValidator' => ['services''sylius.validator.product_integrity''getSylius_Validator_ProductIntegrityService'true],
  8097.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\OrderShippingMethodEligibilityValidator' => ['services''sylius.validator.shipping_method_integrity''getSylius_Validator_ShippingMethodIntegrityService'true],
  8098.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\RegisteredUserValidator' => ['services''sylius.validator.unique.registered_user''getSylius_Validator_Unique_RegisteredUserService'true],
  8099.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\UniqueReviewerEmailValidator' => ['services''sylius.validator.unique_reviewer_email''getSylius_Validator_UniqueReviewerEmailService'true],
  8100.             'Sylius\\Bundle\\CurrencyBundle\\Validator\\Constraints\\DifferentSourceTargetCurrencyValidator' => ['services''sylius.validator.different_source_target_currency''getSylius_Validator_DifferentSourceTargetCurrencyService'true],
  8101.             'Sylius\\Bundle\\CurrencyBundle\\Validator\\Constraints\\UniqueCurrencyPairValidator' => ['services''sylius.validator.unique_currency_pair''getSylius_Validator_UniqueCurrencyPairService'true],
  8102.             'Sylius\\Bundle\\InventoryBundle\\Validator\\Constraints\\InStockValidator' => ['services''sylius.validator.in_stock''getSylius_Validator_InStockService'true],
  8103.             'Sylius\\Bundle\\ProductBundle\\Validator\\ProductVariantCombinationValidator' => ['services''sylius.validator.product_variant_combination''getSylius_Validator_ProductVariantCombinationService'true],
  8104.             'Sylius\\Bundle\\ProductBundle\\Validator\\UniqueSimpleProductCodeValidator' => ['services''sylius.validator.product_code_uniqueness''getSylius_Validator_ProductCodeUniquenessService'true],
  8105.             'Sylius\\Bundle\\PromotionBundle\\Validator\\CatalogPromotionActionValidator' => ['services''Sylius\\Bundle\\PromotionBundle\\Validator\\CatalogPromotionActionValidator''getCatalogPromotionActionValidatorService'true],
  8106.             'Sylius\\Bundle\\PromotionBundle\\Validator\\CatalogPromotionScopeValidator' => ['services''Sylius\\Bundle\\PromotionBundle\\Validator\\CatalogPromotionScopeValidator''getCatalogPromotionScopeValidatorService'true],
  8107.             'Sylius\\Bundle\\PromotionBundle\\Validator\\CouponGenerationAmountValidator' => ['services''sylius.validator.promotion_coupon_generation_amount''getSylius_Validator_PromotionCouponGenerationAmountService'true],
  8108.             'Sylius\\Bundle\\PromotionBundle\\Validator\\PromotionDateRangeValidator' => ['services''sylius.validator.date_range''getSylius_Validator_DateRangeService'true],
  8109.             'Sylius\\Bundle\\PromotionBundle\\Validator\\PromotionSubjectCouponValidator' => ['services''sylius.validator.promotion_subject_coupon''getSylius_Validator_PromotionSubjectCouponService'true],
  8110.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  8111.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  8112.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  8113.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  8114.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  8115.             'bitbag.open_marketplace.validator.product_listing.translation' => ['privates''bitbag.sylius_open_marketplace_plugin.validator.unique_product_listing_slug''getBitbag_SyliusOpenMarketplacePlugin_Validator_UniqueProductListingSlugService'true],
  8116.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  8117.             'ewz_recaptcha.true' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  8118.             'ewz_recaptcha.v3.true' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  8119.             'registered_user_validator' => ['services''sylius.validator.unique.registered_user''getSylius_Validator_Unique_RegisteredUserService'true],
  8120.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  8121.             'sylius.validator.product_variant_combination' => ['services''sylius.validator.product_variant_combination''getSylius_Validator_ProductVariantCombinationService'true],
  8122.             'sylius.validator.unique_simple_product_code' => ['services''sylius.validator.product_code_uniqueness''getSylius_Validator_ProductCodeUniquenessService'true],
  8123.             'sylius_api_chosen_payment_method_eligibility' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ChosenPaymentMethodEligibilityValidator''getChosenPaymentMethodEligibilityValidatorService'true],
  8124.             'sylius_api_confirm_reset_password' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ConfirmResetPasswordValidator''getConfirmResetPasswordValidatorService'true],
  8125.             'sylius_api_correct_change_shop_user_confirm_password' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\CorrectChangeShopUserConfirmPasswordValidator''getCorrectChangeShopUserConfirmPasswordValidatorService'true],
  8126.             'sylius_api_order_payment_method_eligibility' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderPaymentMethodEligibilityValidator''getOrderPaymentMethodEligibilityValidatorService'true],
  8127.             'sylius_api_pickup_cart_locale' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\PickupCartLocaleValidator''getPickupCartLocaleValidatorService'true],
  8128.             'sylius_api_promotion_coupon_eligibility' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\PromotionCouponEligibilityValidator''getPromotionCouponEligibilityValidatorService'true],
  8129.             'sylius_api_shipment_already_shipped' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ShipmentAlreadyShippedValidator''getShipmentAlreadyShippedValidatorService'true],
  8130.             'sylius_api_shop_user_not_verified' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ShopUserNotVerifiedValidator''getShopUserNotVerifiedValidatorService'true],
  8131.             'sylius_api_unique_reviewer_email_validator' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\UniqueReviewerEmailValidator''getUniqueReviewerEmailValidatorService'true],
  8132.             'sylius_api_validator_account_verification_token_eligibility' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\AccountVerificationTokenEligibilityValidator''getAccountVerificationTokenEligibilityValidatorService'true],
  8133.             'sylius_api_validator_adding_eligible_product_variant_to_cart' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\AddingEligibleProductVariantToCartValidator''getAddingEligibleProductVariantToCartValidatorService'true],
  8134.             'sylius_api_validator_changed_item_guantity_in_cart' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ChangedItemQuantityInCartValidator''getChangedItemQuantityInCartValidatorService'true],
  8135.             'sylius_api_validator_chosen_shipping_method_eligibility' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ChosenShippingMethodEligibilityValidator''getChosenShippingMethodEligibilityValidatorService'true],
  8136.             'sylius_api_validator_correct_order_address' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\CorrectOrderAddressValidator''getCorrectOrderAddressValidatorService'true],
  8137.             'sylius_api_validator_order_item_availability' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderItemAvailabilityValidator''getOrderItemAvailabilityValidatorService'true],
  8138.             'sylius_api_validator_order_not_empty' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderNotEmptyValidator''getOrderNotEmptyValidatorService'true],
  8139.             'sylius_api_validator_order_product_eligibility' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderProductEligibilityValidator''getOrderProductEligibilityValidatorService'true],
  8140.             'sylius_api_validator_order_shipping_method_eligibility' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderShippingMethodEligibilityValidator''getOrderShippingMethodEligibilityValidatorService'true],
  8141.             'sylius_cart_item_availability' => ['services''sylius.validator.cart_item_availability''getSylius_Validator_CartItemAvailabilityService'true],
  8142.             'sylius_catalog_promotion_action' => ['services''Sylius\\Bundle\\PromotionBundle\\Validator\\CatalogPromotionActionValidator''getCatalogPromotionActionValidatorService'true],
  8143.             'sylius_catalog_promotion_scope' => ['services''Sylius\\Bundle\\PromotionBundle\\Validator\\CatalogPromotionScopeValidator''getCatalogPromotionScopeValidatorService'true],
  8144.             'sylius_channel_default_locale_enabled' => ['services''sylius.validator.channel_default_locale_enabled''getSylius_Validator_ChannelDefaultLocaleEnabledService'true],
  8145.             'sylius_coupon_generation_amount_validator' => ['services''sylius.validator.promotion_coupon_generation_amount''getSylius_Validator_PromotionCouponGenerationAmountService'true],
  8146.             'sylius_has_all_prices_defined' => ['services''sylius.validator.has_all_prices_defined''getSylius_Validator_HasAllPricesDefinedService'true],
  8147.             'sylius_has_all_variant_prices_defined' => ['services''sylius.validator.has_all_variant_prices_defined''getSylius_Validator_HasAllVariantPricesDefinedService'true],
  8148.             'sylius_has_enabled_entity' => ['services''sylius.validator.has_enabled_entity''getSylius_Validator_HasEnabledEntityService'true],
  8149.             'sylius_in_stock' => ['services''sylius.validator.in_stock''getSylius_Validator_InStockService'true],
  8150.             'sylius_order_payment_method_eligibility_validator' => ['services''sylius.validator.payment_method_integrity''getSylius_Validator_PaymentMethodIntegrityService'true],
  8151.             'sylius_order_product_eligibility_validator' => ['services''sylius.validator.product_integrity''getSylius_Validator_ProductIntegrityService'true],
  8152.             'sylius_order_shipping_method_eligibility_validator' => ['services''sylius.validator.shipping_method_integrity''getSylius_Validator_ShippingMethodIntegrityService'true],
  8153.             'sylius_promotion_date_range_validator' => ['services''sylius.validator.date_range''getSylius_Validator_DateRangeService'true],
  8154.             'sylius_promotion_subject_validator' => ['services''sylius.validator.promotion_subject_coupon''getSylius_Validator_PromotionSubjectCouponService'true],
  8155.             'sylius_province_address_validator' => ['services''sylius.validator.valid_province_address''getSylius_Validator_ValidProvinceAddressService'true],
  8156.             'sylius_unique_reviewer_email_validator' => ['services''sylius.validator.unique_reviewer_email''getSylius_Validator_UniqueReviewerEmailService'true],
  8157.             'sylius_valid_attribute_value_validator' => ['services''sylius.validator.locales_aware_valid_attribute_value''getSylius_Validator_LocalesAwareValidAttributeValueService'true],
  8158.             'sylius_valid_select_attribute_validator' => ['services''sylius.validator.valid_select_attribute''getSylius_Validator_ValidSelectAttributeService'true],
  8159.             'sylius_valid_text_attribute_validator' => ['services''sylius.validator.valid_text_attribute''getSylius_Validator_ValidTextAttributeService'true],
  8160.             'sylius_validator_unique_shop_user_email' => ['services''Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\UniqueShopUserEmailValidator''getUniqueShopUserEmailValidatorService'true],
  8161.             'sylius_zone_cannot_contain_itself_validator' => ['services''sylius.validator.zone_cannot_contain_itself''getSylius_Validator_ZoneCannotContainItselfService'true],
  8162.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  8163.         ], [
  8164.             'BitBag\\OpenMarketplace\\Validator\\UniqueProductListingSlugValidator' => '?',
  8165.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  8166.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  8167.             'Sylius\\Bundle\\AddressingBundle\\Validator\\Constraints\\ProvinceAddressConstraintValidator' => '?',
  8168.             'Sylius\\Bundle\\AddressingBundle\\Validator\\Constraints\\ZoneCannotContainItselfValidator' => '?',
  8169.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\AccountVerificationTokenEligibilityValidator' => '?',
  8170.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\AddingEligibleProductVariantToCartValidator' => '?',
  8171.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ChangedItemQuantityInCartValidator' => '?',
  8172.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ChosenPaymentMethodEligibilityValidator' => '?',
  8173.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ChosenShippingMethodEligibilityValidator' => '?',
  8174.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ConfirmResetPasswordValidator' => '?',
  8175.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\CorrectChangeShopUserConfirmPasswordValidator' => '?',
  8176.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\CorrectOrderAddressValidator' => '?',
  8177.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderItemAvailabilityValidator' => '?',
  8178.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderNotEmptyValidator' => '?',
  8179.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderPaymentMethodEligibilityValidator' => '?',
  8180.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderProductEligibilityValidator' => '?',
  8181.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderShippingMethodEligibilityValidator' => '?',
  8182.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\PickupCartLocaleValidator' => '?',
  8183.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\PromotionCouponEligibilityValidator' => '?',
  8184.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ShipmentAlreadyShippedValidator' => '?',
  8185.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\ShopUserNotVerifiedValidator' => '?',
  8186.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\UniqueReviewerEmailValidator' => '?',
  8187.             'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\UniqueShopUserEmailValidator' => '?',
  8188.             'Sylius\\Bundle\\AttributeBundle\\Validator\\Constraints\\ValidAttributeValueValidator' => '?',
  8189.             'Sylius\\Bundle\\AttributeBundle\\Validator\\Constraints\\ValidSelectAttributeConfigurationValidator' => '?',
  8190.             'Sylius\\Bundle\\AttributeBundle\\Validator\\Constraints\\ValidTextAttributeConfigurationValidator' => '?',
  8191.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\CartItemAvailabilityValidator' => '?',
  8192.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\ChannelDefaultLocaleEnabledValidator' => '?',
  8193.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\HasAllPricesDefinedValidator' => '?',
  8194.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\HasAllVariantPricesDefinedValidator' => '?',
  8195.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\HasEnabledEntityValidator' => '?',
  8196.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\LocalesAwareValidAttributeValueValidator' => '?',
  8197.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\OrderPaymentMethodEligibilityValidator' => '?',
  8198.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\OrderProductEligibilityValidator' => '?',
  8199.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\OrderShippingMethodEligibilityValidator' => '?',
  8200.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\RegisteredUserValidator' => '?',
  8201.             'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\UniqueReviewerEmailValidator' => '?',
  8202.             'Sylius\\Bundle\\CurrencyBundle\\Validator\\Constraints\\DifferentSourceTargetCurrencyValidator' => '?',
  8203.             'Sylius\\Bundle\\CurrencyBundle\\Validator\\Constraints\\UniqueCurrencyPairValidator' => '?',
  8204.             'Sylius\\Bundle\\InventoryBundle\\Validator\\Constraints\\InStockValidator' => '?',
  8205.             'Sylius\\Bundle\\ProductBundle\\Validator\\ProductVariantCombinationValidator' => '?',
  8206.             'Sylius\\Bundle\\ProductBundle\\Validator\\UniqueSimpleProductCodeValidator' => '?',
  8207.             'Sylius\\Bundle\\PromotionBundle\\Validator\\CatalogPromotionActionValidator' => '?',
  8208.             'Sylius\\Bundle\\PromotionBundle\\Validator\\CatalogPromotionScopeValidator' => '?',
  8209.             'Sylius\\Bundle\\PromotionBundle\\Validator\\CouponGenerationAmountValidator' => '?',
  8210.             'Sylius\\Bundle\\PromotionBundle\\Validator\\PromotionDateRangeValidator' => '?',
  8211.             'Sylius\\Bundle\\PromotionBundle\\Validator\\PromotionSubjectCouponValidator' => '?',
  8212.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  8213.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  8214.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  8215.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  8216.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  8217.             'bitbag.open_marketplace.validator.product_listing.translation' => '?',
  8218.             'doctrine.orm.validator.unique' => '?',
  8219.             'ewz_recaptcha.true' => '?',
  8220.             'ewz_recaptcha.v3.true' => '?',
  8221.             'registered_user_validator' => '?',
  8222.             'security.validator.user_password' => '?',
  8223.             'sylius.validator.product_variant_combination' => '?',
  8224.             'sylius.validator.unique_simple_product_code' => '?',
  8225.             'sylius_api_chosen_payment_method_eligibility' => '?',
  8226.             'sylius_api_confirm_reset_password' => '?',
  8227.             'sylius_api_correct_change_shop_user_confirm_password' => '?',
  8228.             'sylius_api_order_payment_method_eligibility' => '?',
  8229.             'sylius_api_pickup_cart_locale' => '?',
  8230.             'sylius_api_promotion_coupon_eligibility' => '?',
  8231.             'sylius_api_shipment_already_shipped' => '?',
  8232.             'sylius_api_shop_user_not_verified' => '?',
  8233.             'sylius_api_unique_reviewer_email_validator' => '?',
  8234.             'sylius_api_validator_account_verification_token_eligibility' => '?',
  8235.             'sylius_api_validator_adding_eligible_product_variant_to_cart' => '?',
  8236.             'sylius_api_validator_changed_item_guantity_in_cart' => '?',
  8237.             'sylius_api_validator_chosen_shipping_method_eligibility' => '?',
  8238.             'sylius_api_validator_correct_order_address' => '?',
  8239.             'sylius_api_validator_order_item_availability' => '?',
  8240.             'sylius_api_validator_order_not_empty' => '?',
  8241.             'sylius_api_validator_order_product_eligibility' => '?',
  8242.             'sylius_api_validator_order_shipping_method_eligibility' => '?',
  8243.             'sylius_cart_item_availability' => '?',
  8244.             'sylius_catalog_promotion_action' => '?',
  8245.             'sylius_catalog_promotion_scope' => '?',
  8246.             'sylius_channel_default_locale_enabled' => '?',
  8247.             'sylius_coupon_generation_amount_validator' => '?',
  8248.             'sylius_has_all_prices_defined' => '?',
  8249.             'sylius_has_all_variant_prices_defined' => '?',
  8250.             'sylius_has_enabled_entity' => '?',
  8251.             'sylius_in_stock' => '?',
  8252.             'sylius_order_payment_method_eligibility_validator' => '?',
  8253.             'sylius_order_product_eligibility_validator' => '?',
  8254.             'sylius_order_shipping_method_eligibility_validator' => '?',
  8255.             'sylius_promotion_date_range_validator' => '?',
  8256.             'sylius_promotion_subject_validator' => '?',
  8257.             'sylius_province_address_validator' => '?',
  8258.             'sylius_unique_reviewer_email_validator' => '?',
  8259.             'sylius_valid_attribute_value_validator' => '?',
  8260.             'sylius_valid_select_attribute_validator' => '?',
  8261.             'sylius_valid_text_attribute_validator' => '?',
  8262.             'sylius_validator_unique_shop_user_email' => '?',
  8263.             'sylius_zone_cannot_contain_itself_validator' => '?',
  8264.             'validator.expression' => '?',
  8265.         ])));
  8266.         if ($this->has('translator')) {
  8267.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  8268.         }
  8269.         $instance->setTranslationDomain('validators');
  8270.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/config/validation/Order.xml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/config/validation/OrderItem.xml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/config/validation/Currency.xml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/config/validation/ExchangeRate.xml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/config/validation/Locale.xml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/config/validation/Product.xml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductAssociationType.xml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductAssociationTypeTranslation.xml'), => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductOption.xml'), 10 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductOptionTranslation.xml'), 11 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductOptionValue.xml'), 12 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductOptionValueTranslation.xml'), 13 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductTranslation.xml'), 14 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductVariant.xml'), 15 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/config/validation/Channel.xml'), 16 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/config/validation/Attribute.xml'), 17 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/config/validation/AttributeTranslation.xml'), 18 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/config/validation/AttributeValue.xml'), 19 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/config/validation/TaxCategory.xml'), 20 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/config/validation/TaxRate.xml'), 21 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/config/validation/Shipment.xml'), 22 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/config/validation/ShippingCategory.xml'), 23 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/config/validation/ShippingMethod.xml'), 24 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/config/validation/ShippingMethodTranslation.xml'), 25 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/config/validation/Payment.xml'), 26 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/config/validation/PaymentMethod.xml'), 27 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/config/validation/PaymentMethodTranslation.xml'), 28 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/config/validation/CatalogPromotion.xml'), 29 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/config/validation/CatalogPromotionAction.xml'), 30 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/config/validation/Promotion.xml'), 31 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/config/validation/PromotionAction.xml'), 32 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/config/validation/PromotionCoupon.xml'), 33 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/config/validation/PromotionCouponGeneratorInstruction.xml'), 34 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/config/validation/PromotionRule.xml'), 35 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/config/validation/Address.xml'), 36 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/config/validation/Country.xml'), 37 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/config/validation/Province.xml'), 38 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/config/validation/Zone.xml'), 39 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/config/validation/ZoneMember.xml'), 40 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/config/validation/Taxon.xml'), 41 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/config/validation/TaxonTranslation.xml'), 42 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/config/validation/ChangePassword.xml'), 43 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/config/validation/PasswordReset.xml'), 44 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/config/validation/PasswordResetRequest.xml'), 45 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/config/validation/User.xml'), 46 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/config/validation/Customer.xml'), 47 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/config/validation/CustomerGroup.xml'), 48 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/config/validation/Review.xml'), 49 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/AddToCartCommand.xml'), 50 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/AdminUser.xml'), 51 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/AvatarImage.xml'), 52 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/CatalogPromotionScope.xml'), 53 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/Channel.xml'), 54 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/ChannelPricing.xml'), 55 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/Customer.xml'), 56 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/Order.xml'), 57 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/OrderItem.xml'), 58 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/PaymentMethod.xml'), 59 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/Product.xml'), 60 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/ProductImage.xml'), 61 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/ProductReview.xml'), 62 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/ProductVariant.xml'), 63 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/PromotionCoupon.xml'), 64 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/ShippingMethod.xml'), 65 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/TaxRate.xml'), 66 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/Taxon.xml'), 67 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/TaxonImage.xml'), 68 => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/config/validation.xml'), 69 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/validation/AddItemToCart.xml'), 70 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/validation/AddProductReview.xml'), 71 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/validation/ChangeItemQuantityInCart.xml'), 72 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/validation/ChangePasswordShopUser.xml'), 73 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/validation/ChoosePaymentMethod.xml'), 74 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/validation/ChooseShippingMethod.xml'), 75 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/validation/CompleteOrder.xml'), 76 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/validation/OrderItem.xml'), 77 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/validation/PickupCart.xml'), 78 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/validation/RegisterShopUser.xml'), 79 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/validation/RequestResetPasswordToken.xml'), 80 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/validation/ResendVerificationEmail.xml'), 81 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/validation/ResetPassword.xml'), 82 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/validation/ShipShipment.xml'), 83 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/validation/UpdateCart.xml'), 84 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/validation/VerifyCustomerAccount.xml'), 85 => (\dirname(__DIR__4).'/src/Resources/config/validation/address.xml'), 86 => (\dirname(__DIR__4).'/src/Resources/config/validation/product.xml'), 87 => (\dirname(__DIR__4).'/src/Resources/config/validation/product_translation.xml'), 88 => (\dirname(__DIR__4).'/src/Resources/config/validation/vendor.xml')]);
  8271.         $instance->addYamlMappings([=> (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/validation/Block.yml'), => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/validation/BlockTranslation.yml'), => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/validation/FrequentlyAskedQuestion.yml'), => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/validation/FrequentlyAskedQuestionTranslation.yml'), => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/validation/Media.yml'), => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/validation/MediaTranslation.yml'), => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/validation/Page.yml'), => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/validation/PageTranslation.yml'), => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/validation/Section.yml'), => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/validation/SectionTranslation.yml'), 10 => (\dirname(__DIR__4).'/vendor/odiseoteam/blog-bundle/src/Resources/config/validation/Article.yml'), 11 => (\dirname(__DIR__4).'/vendor/odiseoteam/blog-bundle/src/Resources/config/validation/ArticleCategory.yml'), 12 => (\dirname(__DIR__4).'/vendor/odiseoteam/blog-bundle/src/Resources/config/validation/ArticleCategoryTranslation.yml'), 13 => (\dirname(__DIR__4).'/vendor/odiseoteam/blog-bundle/src/Resources/config/validation/ArticleComment.yml'), 14 => (\dirname(__DIR__4).'/vendor/odiseoteam/blog-bundle/src/Resources/config/validation/ArticleImage.yml'), 15 => (\dirname(__DIR__4).'/vendor/odiseoteam/blog-bundle/src/Resources/config/validation/ArticleTranslation.yml')]);
  8272.         $instance->enableAnnotationMapping(true);
  8273.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8274.         $instance->addMethodMapping('loadValidatorMetadata');
  8275.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => ($this->services['sylius.validator.customer_initializer'] ?? $this->getSylius_Validator_CustomerInitializerService())]);
  8276.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  8277.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  8278.         return $instance;
  8279.     }
  8280.     /**
  8281.      * Gets the private 'var_dumper.html_dumper' shared service.
  8282.      *
  8283.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  8284.      */
  8285.     protected function getVarDumper_HtmlDumperService()
  8286.     {
  8287.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  8288.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8289.         return $instance;
  8290.     }
  8291.     /**
  8292.      * Gets the private 'vendor_demand' shared service.
  8293.      *
  8294.      * @return \BitBag\OpenMarketplace\EventListener\VendorDemandListener
  8295.      */
  8296.     protected function getVendorDemandService()
  8297.     {
  8298.         return $this->privates['vendor_demand'] = new \BitBag\OpenMarketplace\EventListener\VendorDemandListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8299.     }
  8300.     /**
  8301.      * Gets the private 'web_profiler.csp.handler' shared service.
  8302.      *
  8303.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  8304.      */
  8305.     protected function getWebProfiler_Csp_HandlerService()
  8306.     {
  8307.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  8308.     }
  8309.     /**
  8310.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  8311.      *
  8312.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  8313.      */
  8314.     protected function getWebProfiler_DebugToolbarService()
  8315.     {
  8316.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['sylius.shop.locale_stripping_router'] ?? $this->getSylius_Shop_LocaleStrippingRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  8317.     }
  8318.     /**
  8319.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  8320.      *
  8321.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  8322.      */
  8323.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  8324.     {
  8325.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8326.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  8327.             'admin' => ['privates''webpack_encore.entrypoint_lookup[admin]''getWebpackEncore_EntrypointLookupadminService'true],
  8328.             'cms_admin' => ['privates''webpack_encore.entrypoint_lookup[cms_admin]''getWebpackEncore_EntrypointLookupcmsAdminService'true],
  8329.             'cms_shop' => ['privates''webpack_encore.entrypoint_lookup[cms_shop]''getWebpackEncore_EntrypointLookupcmsShopService'true],
  8330.             'shop' => ['privates''webpack_encore.entrypoint_lookup[shop]''getWebpackEncore_EntrypointLookupshopService'true],
  8331.             'wishlist_admin' => ['privates''webpack_encore.entrypoint_lookup[wishlist_admin]''getWebpackEncore_EntrypointLookupwishlistAdminService'true],
  8332.             'wishlist_shop' => ['privates''webpack_encore.entrypoint_lookup[wishlist_shop]''getWebpackEncore_EntrypointLookupwishlistShopService'true],
  8333.         ], [
  8334.             '_default' => '?',
  8335.             'admin' => '?',
  8336.             'cms_admin' => '?',
  8337.             'cms_shop' => '?',
  8338.             'shop' => '?',
  8339.             'wishlist_admin' => '?',
  8340.             'wishlist_shop' => '?',
  8341.         ]), '_default');
  8342.     }
  8343.     /**
  8344.      * Gets the public 'sylus.payum_action.offline.status' alias.
  8345.      *
  8346.      * @return object The "sylius.payum_action.offline.status" service.
  8347.      */
  8348.     protected function getSylus_PayumAction_Offline_StatusService()
  8349.     {
  8350.         trigger_deprecation('''''"sylus.payum_action.offline.status" service is deprecated since Sylius 1.8 and will be removed in 2.0. Use "sylius.payum_action.offline.status" instead.');
  8351.         return $this->get('sylius.payum_action.offline.status');
  8352.     }
  8353.     /**
  8354.      * Gets the public 'cache_clearer' alias.
  8355.      *
  8356.      * @return object The ".container.private.cache_clearer" service.
  8357.      */
  8358.     protected function getCacheClearerService()
  8359.     {
  8360.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  8361.         return $this->get('.container.private.cache_clearer');
  8362.     }
  8363.     /**
  8364.      * Gets the public 'filesystem' alias.
  8365.      *
  8366.      * @return object The ".container.private.filesystem" service.
  8367.      */
  8368.     protected function getFilesystemService()
  8369.     {
  8370.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  8371.         return $this->get('.container.private.filesystem');
  8372.     }
  8373.     /**
  8374.      * Gets the public 'serializer' alias.
  8375.      *
  8376.      * @return object The ".container.private.serializer" service.
  8377.      */
  8378.     protected function getSerializerService()
  8379.     {
  8380.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  8381.         return $this->get('.container.private.serializer');
  8382.     }
  8383.     /**
  8384.      * Gets the public 'security.csrf.token_manager' alias.
  8385.      *
  8386.      * @return object The ".container.private.security.csrf.token_manager" service.
  8387.      */
  8388.     protected function getSecurity_Csrf_TokenManagerService()
  8389.     {
  8390.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  8391.         return $this->get('.container.private.security.csrf.token_manager');
  8392.     }
  8393.     /**
  8394.      * Gets the public 'form.factory' alias.
  8395.      *
  8396.      * @return object The ".container.private.form.factory" service.
  8397.      */
  8398.     protected function getForm_FactoryService()
  8399.     {
  8400.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  8401.         return $this->get('.container.private.form.factory');
  8402.     }
  8403.     /**
  8404.      * Gets the public 'form.type.file' alias.
  8405.      *
  8406.      * @return object The ".container.private.form.type.file" service.
  8407.      */
  8408.     protected function getForm_Type_FileService()
  8409.     {
  8410.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  8411.         return $this->get('.container.private.form.type.file');
  8412.     }
  8413.     /**
  8414.      * Gets the public 'profiler' alias.
  8415.      *
  8416.      * @return object The ".container.private.profiler" service.
  8417.      */
  8418.     protected function getProfilerService()
  8419.     {
  8420.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  8421.         return $this->get('.container.private.profiler');
  8422.     }
  8423.     /**
  8424.      * Gets the public 'security.authorization_checker' alias.
  8425.      *
  8426.      * @return object The ".container.private.security.authorization_checker" service.
  8427.      */
  8428.     protected function getSecurity_AuthorizationCheckerService()
  8429.     {
  8430.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  8431.         return $this->get('.container.private.security.authorization_checker');
  8432.     }
  8433.     /**
  8434.      * Gets the public 'security.token_storage' alias.
  8435.      *
  8436.      * @return object The ".container.private.security.token_storage" service.
  8437.      */
  8438.     protected function getSecurity_TokenStorageService()
  8439.     {
  8440.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  8441.         return $this->get('.container.private.security.token_storage');
  8442.     }
  8443.     /**
  8444.      * Gets the public 'twig' alias.
  8445.      *
  8446.      * @return object The ".container.private.twig" service.
  8447.      */
  8448.     protected function getTwigService()
  8449.     {
  8450.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  8451.         return $this->get('.container.private.twig');
  8452.     }
  8453.     /**
  8454.      * Gets the public 'pagerfanta.route_generator_factory' alias.
  8455.      *
  8456.      * @return object The ".container.private.pagerfanta.route_generator_factory" service.
  8457.      */
  8458.     protected function getPagerfanta_RouteGeneratorFactoryService()
  8459.     {
  8460.         trigger_deprecation('babdev/pagerfanta-bundle''3.5''Accessing the "pagerfanta.route_generator_factory" service directly from the container is deprecated, use dependency injection instead.');
  8461.         return $this->get('.container.private.pagerfanta.route_generator_factory');
  8462.     }
  8463.     /**
  8464.      * Gets the public 'pagerfanta.view_factory' alias.
  8465.      *
  8466.      * @return object The ".container.private.pagerfanta.view_factory" service.
  8467.      */
  8468.     protected function getPagerfanta_ViewFactoryService()
  8469.     {
  8470.         trigger_deprecation('babdev/pagerfanta-bundle''3.5''Accessing the "pagerfanta.view_factory" service directly from the container is deprecated, use dependency injection instead.');
  8471.         return $this->get('.container.private.pagerfanta.view_factory');
  8472.     }
  8473.     /**
  8474.      * Gets the public 'security.password_encoder' alias.
  8475.      *
  8476.      * @return object The ".container.private.security.password_encoder" service.
  8477.      */
  8478.     protected function getSecurity_PasswordEncoderService()
  8479.     {
  8480.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  8481.         return $this->get('.container.private.security.password_encoder');
  8482.     }
  8483.     /**
  8484.      * Gets the public 'session' alias.
  8485.      *
  8486.      * @return object The ".container.private.session" service.
  8487.      */
  8488.     protected function getSessionService()
  8489.     {
  8490.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  8491.         return $this->get('.container.private.session');
  8492.     }
  8493.     /**
  8494.      * Gets the public 'validator' alias.
  8495.      *
  8496.      * @return object The ".container.private.validator" service.
  8497.      */
  8498.     protected function getValidatorService()
  8499.     {
  8500.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  8501.         return $this->get('.container.private.validator');
  8502.     }
  8503.     /**
  8504.      * @return array|bool|float|int|string|null
  8505.      */
  8506.     public function getParameter(string $name)
  8507.     {
  8508.         if (isset($this->buildParameters[$name])) {
  8509.             return $this->buildParameters[$name];
  8510.         }
  8511.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  8512.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  8513.         }
  8514.         if (isset($this->loadedDynamicParameters[$name])) {
  8515.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8516.         }
  8517.         return $this->parameters[$name];
  8518.     }
  8519.     public function hasParameter(string $name): bool
  8520.     {
  8521.         if (isset($this->buildParameters[$name])) {
  8522.             return true;
  8523.         }
  8524.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  8525.     }
  8526.     public function setParameter(string $name$value): void
  8527.     {
  8528.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  8529.     }
  8530.     public function getParameterBag(): ParameterBagInterface
  8531.     {
  8532.         if (null === $this->parameterBag) {
  8533.             $parameters $this->parameters;
  8534.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  8535.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8536.             }
  8537.             foreach ($this->buildParameters as $name => $value) {
  8538.                 $parameters[$name] = $value;
  8539.             }
  8540.             $this->parameterBag = new FrozenParameterBag($parameters);
  8541.         }
  8542.         return $this->parameterBag;
  8543.     }
  8544.     private $loadedDynamicParameters = [
  8545.         'kernel.runtime_environment' => false,
  8546.         'kernel.build_dir' => false,
  8547.         'kernel.cache_dir' => false,
  8548.         'sylius_admin.path_name' => false,
  8549.         'sylius.security.admin_regex' => false,
  8550.         'sylius.api.authorization_header' => false,
  8551.         'kernel.secret' => false,
  8552.         'debug.container.dump' => false,
  8553.         'serializer.mapping.cache.file' => false,
  8554.         'session.save_path' => false,
  8555.         'validator.mapping.cache.file' => false,
  8556.         'profiler.storage.dsn' => false,
  8557.         'doctrine.orm.proxy_dir' => false,
  8558.         'api_platform.swagger.api_keys' => false,
  8559.         'lexik_jwt_authentication.pass_phrase' => false,
  8560.         'ewz_recaptcha.public_key' => false,
  8561.         'ewz_recaptcha.private_key' => false,
  8562.     ];
  8563.     private $dynamicParameters = [];
  8564.     private function getDynamicParameter(string $name)
  8565.     {
  8566.         switch ($name) {
  8567.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  8568.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  8569.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  8570.             case 'sylius_admin.path_name'$value $this->getEnv('resolve:SYLIUS_ADMIN_ROUTING_PATH_NAME'); break;
  8571.             case 'sylius.security.admin_regex'$value '^/'.$this->getEnv('string:resolve:SYLIUS_ADMIN_ROUTING_PATH_NAME'); break;
  8572.             case 'sylius.api.authorization_header'$value $this->getEnv('resolve:SYLIUS_API_AUTHORIZATION_HEADER'); break;
  8573.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  8574.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  8575.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  8576.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  8577.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  8578.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  8579.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  8580.             case 'api_platform.swagger.api_keys'$value = [
  8581.                 'apiKey' => [
  8582.                     'name' => $this->getEnv('resolve:SYLIUS_API_AUTHORIZATION_HEADER'),
  8583.                     'type' => 'header',
  8584.                 ],
  8585.             ]; break;
  8586.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  8587.             case 'ewz_recaptcha.public_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
  8588.             case 'ewz_recaptcha.private_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SECRET'); break;
  8589.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  8590.         }
  8591.         $this->loadedDynamicParameters[$name] = true;
  8592.         return $this->dynamicParameters[$name] = $value;
  8593.     }
  8594.     protected function getDefaultParameters(): array
  8595.     {
  8596.         return [
  8597.             'kernel.project_dir' => \dirname(__DIR__4),
  8598.             'kernel.environment' => 'dev',
  8599.             'kernel.debug' => true,
  8600.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  8601.             'kernel.bundles' => [
  8602.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8603.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  8604.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8605.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  8606.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8607.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8608.                 'SyliusOrderBundle' => 'Sylius\\Bundle\\OrderBundle\\SyliusOrderBundle',
  8609.                 'SyliusMoneyBundle' => 'Sylius\\Bundle\\MoneyBundle\\SyliusMoneyBundle',
  8610.                 'SyliusCurrencyBundle' => 'Sylius\\Bundle\\CurrencyBundle\\SyliusCurrencyBundle',
  8611.                 'SyliusCalendarBundle' => 'Sylius\\Calendar\\SyliusCalendarBundle',
  8612.                 'SyliusLocaleBundle' => 'Sylius\\Bundle\\LocaleBundle\\SyliusLocaleBundle',
  8613.                 'SyliusProductBundle' => 'Sylius\\Bundle\\ProductBundle\\SyliusProductBundle',
  8614.                 'SyliusChannelBundle' => 'Sylius\\Bundle\\ChannelBundle\\SyliusChannelBundle',
  8615.                 'SyliusAttributeBundle' => 'Sylius\\Bundle\\AttributeBundle\\SyliusAttributeBundle',
  8616.                 'SyliusTaxationBundle' => 'Sylius\\Bundle\\TaxationBundle\\SyliusTaxationBundle',
  8617.                 'SyliusShippingBundle' => 'Sylius\\Bundle\\ShippingBundle\\SyliusShippingBundle',
  8618.                 'SyliusPaymentBundle' => 'Sylius\\Bundle\\PaymentBundle\\SyliusPaymentBundle',
  8619.                 'SyliusMailerBundle' => 'Sylius\\Bundle\\MailerBundle\\SyliusMailerBundle',
  8620.                 'SyliusPromotionBundle' => 'Sylius\\Bundle\\PromotionBundle\\SyliusPromotionBundle',
  8621.                 'SyliusAddressingBundle' => 'Sylius\\Bundle\\AddressingBundle\\SyliusAddressingBundle',
  8622.                 'SyliusInventoryBundle' => 'Sylius\\Bundle\\InventoryBundle\\SyliusInventoryBundle',
  8623.                 'SyliusTaxonomyBundle' => 'Sylius\\Bundle\\TaxonomyBundle\\SyliusTaxonomyBundle',
  8624.                 'SyliusUserBundle' => 'Sylius\\Bundle\\UserBundle\\SyliusUserBundle',
  8625.                 'SyliusCustomerBundle' => 'Sylius\\Bundle\\CustomerBundle\\SyliusCustomerBundle',
  8626.                 'SyliusUiBundle' => 'Sylius\\Bundle\\UiBundle\\SyliusUiBundle',
  8627.                 'SyliusReviewBundle' => 'Sylius\\Bundle\\ReviewBundle\\SyliusReviewBundle',
  8628.                 'SyliusCoreBundle' => 'Sylius\\Bundle\\CoreBundle\\SyliusCoreBundle',
  8629.                 'SyliusResourceBundle' => 'Sylius\\Bundle\\ResourceBundle\\SyliusResourceBundle',
  8630.                 'SyliusGridBundle' => 'Sylius\\Bundle\\GridBundle\\SyliusGridBundle',
  8631.                 'winzouStateMachineBundle' => 'winzou\\Bundle\\StateMachineBundle\\winzouStateMachineBundle',
  8632.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  8633.                 'BazingaHateoasBundle' => 'Bazinga\\Bundle\\HateoasBundle\\BazingaHateoasBundle',
  8634.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  8635.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  8636.                 'KnpGaufretteBundle' => 'Knp\\Bundle\\GaufretteBundle\\KnpGaufretteBundle',
  8637.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  8638.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  8639.                 'PayumBundle' => 'Payum\\Bundle\\PayumBundle\\PayumBundle',
  8640.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  8641.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  8642.                 'SyliusFixturesBundle' => 'Sylius\\Bundle\\FixturesBundle\\SyliusFixturesBundle',
  8643.                 'SyliusPayumBundle' => 'Sylius\\Bundle\\PayumBundle\\SyliusPayumBundle',
  8644.                 'SyliusThemeBundle' => 'Sylius\\Bundle\\ThemeBundle\\SyliusThemeBundle',
  8645.                 'SyliusAdminBundle' => 'Sylius\\Bundle\\AdminBundle\\SyliusAdminBundle',
  8646.                 'SyliusShopBundle' => 'Sylius\\Bundle\\ShopBundle\\SyliusShopBundle',
  8647.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  8648.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8649.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  8650.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  8651.                 'SyliusApiBundle' => 'Sylius\\Bundle\\ApiBundle\\SyliusApiBundle',
  8652.                 'SyliusLabsDoctrineMigrationsExtraBundle' => 'SyliusLabs\\DoctrineMigrationsExtraBundle\\SyliusLabsDoctrineMigrationsExtraBundle',
  8653.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  8654.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  8655.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  8656.                 'BabDevPagerfantaBundle' => 'BabDev\\PagerfantaBundle\\BabDevPagerfantaBundle',
  8657.                 'SyliusLabsPolyfillSymfonySecurityBundle' => 'SyliusLabs\\Polyfill\\Symfony\\Security\\Bundle\\SyliusLabsPolyfillSymfonySecurityBundle',
  8658.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  8659.                 'BitBagSyliusCmsPlugin' => 'BitBag\\SyliusCmsPlugin\\BitBagSyliusCmsPlugin',
  8660.                 'BitBagSyliusWishlistPlugin' => 'BitBag\\SyliusWishlistPlugin\\BitBagSyliusWishlistPlugin',
  8661.                 'OdiseoBlogBundle' => 'Odiseo\\BlogBundle\\OdiseoBlogBundle',
  8662.                 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  8663.                 'OdiseoSyliusBlogPlugin' => 'Odiseo\\SyliusBlogPlugin\\OdiseoSyliusBlogPlugin',
  8664.                 'BitBagSyliusShippingExportPlugin' => 'BitBag\\SyliusShippingExportPlugin\\BitBagSyliusShippingExportPlugin',
  8665.             ],
  8666.             'kernel.bundles_metadata' => [
  8667.                 'FrameworkBundle' => [
  8668.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  8669.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  8670.                 ],
  8671.                 'MonologBundle' => [
  8672.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  8673.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  8674.                 ],
  8675.                 'SecurityBundle' => [
  8676.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  8677.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  8678.                 ],
  8679.                 'SwiftmailerBundle' => [
  8680.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  8681.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  8682.                 ],
  8683.                 'TwigBundle' => [
  8684.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  8685.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  8686.                 ],
  8687.                 'DoctrineBundle' => [
  8688.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  8689.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  8690.                 ],
  8691.                 'SyliusOrderBundle' => [
  8692.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle'),
  8693.                     'namespace' => 'Sylius\\Bundle\\OrderBundle',
  8694.                 ],
  8695.                 'SyliusMoneyBundle' => [
  8696.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/MoneyBundle'),
  8697.                     'namespace' => 'Sylius\\Bundle\\MoneyBundle',
  8698.                 ],
  8699.                 'SyliusCurrencyBundle' => [
  8700.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle'),
  8701.                     'namespace' => 'Sylius\\Bundle\\CurrencyBundle',
  8702.                 ],
  8703.                 'SyliusCalendarBundle' => [
  8704.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/calendar/src'),
  8705.                     'namespace' => 'Sylius\\Calendar',
  8706.                 ],
  8707.                 'SyliusLocaleBundle' => [
  8708.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle'),
  8709.                     'namespace' => 'Sylius\\Bundle\\LocaleBundle',
  8710.                 ],
  8711.                 'SyliusProductBundle' => [
  8712.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle'),
  8713.                     'namespace' => 'Sylius\\Bundle\\ProductBundle',
  8714.                 ],
  8715.                 'SyliusChannelBundle' => [
  8716.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle'),
  8717.                     'namespace' => 'Sylius\\Bundle\\ChannelBundle',
  8718.                 ],
  8719.                 'SyliusAttributeBundle' => [
  8720.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle'),
  8721.                     'namespace' => 'Sylius\\Bundle\\AttributeBundle',
  8722.                 ],
  8723.                 'SyliusTaxationBundle' => [
  8724.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle'),
  8725.                     'namespace' => 'Sylius\\Bundle\\TaxationBundle',
  8726.                 ],
  8727.                 'SyliusShippingBundle' => [
  8728.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle'),
  8729.                     'namespace' => 'Sylius\\Bundle\\ShippingBundle',
  8730.                 ],
  8731.                 'SyliusPaymentBundle' => [
  8732.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle'),
  8733.                     'namespace' => 'Sylius\\Bundle\\PaymentBundle',
  8734.                 ],
  8735.                 'SyliusMailerBundle' => [
  8736.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/mailer-bundle/src/Bundle'),
  8737.                     'namespace' => 'Sylius\\Bundle\\MailerBundle',
  8738.                 ],
  8739.                 'SyliusPromotionBundle' => [
  8740.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle'),
  8741.                     'namespace' => 'Sylius\\Bundle\\PromotionBundle',
  8742.                 ],
  8743.                 'SyliusAddressingBundle' => [
  8744.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle'),
  8745.                     'namespace' => 'Sylius\\Bundle\\AddressingBundle',
  8746.                 ],
  8747.                 'SyliusInventoryBundle' => [
  8748.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/InventoryBundle'),
  8749.                     'namespace' => 'Sylius\\Bundle\\InventoryBundle',
  8750.                 ],
  8751.                 'SyliusTaxonomyBundle' => [
  8752.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle'),
  8753.                     'namespace' => 'Sylius\\Bundle\\TaxonomyBundle',
  8754.                 ],
  8755.                 'SyliusUserBundle' => [
  8756.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle'),
  8757.                     'namespace' => 'Sylius\\Bundle\\UserBundle',
  8758.                 ],
  8759.                 'SyliusCustomerBundle' => [
  8760.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle'),
  8761.                     'namespace' => 'Sylius\\Bundle\\CustomerBundle',
  8762.                 ],
  8763.                 'SyliusUiBundle' => [
  8764.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle'),
  8765.                     'namespace' => 'Sylius\\Bundle\\UiBundle',
  8766.                 ],
  8767.                 'SyliusReviewBundle' => [
  8768.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle'),
  8769.                     'namespace' => 'Sylius\\Bundle\\ReviewBundle',
  8770.                 ],
  8771.                 'SyliusCoreBundle' => [
  8772.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle'),
  8773.                     'namespace' => 'Sylius\\Bundle\\CoreBundle',
  8774.                 ],
  8775.                 'SyliusResourceBundle' => [
  8776.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/resource-bundle/src/Bundle'),
  8777.                     'namespace' => 'Sylius\\Bundle\\ResourceBundle',
  8778.                 ],
  8779.                 'SyliusGridBundle' => [
  8780.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/grid-bundle/src/Bundle'),
  8781.                     'namespace' => 'Sylius\\Bundle\\GridBundle',
  8782.                 ],
  8783.                 'winzouStateMachineBundle' => [
  8784.                     'path' => (\dirname(__DIR__4).'/vendor/winzou/state-machine-bundle'),
  8785.                     'namespace' => 'winzou\\Bundle\\StateMachineBundle',
  8786.                 ],
  8787.                 'SonataBlockBundle' => [
  8788.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  8789.                     'namespace' => 'Sonata\\BlockBundle',
  8790.                 ],
  8791.                 'BazingaHateoasBundle' => [
  8792.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/hateoas-bundle'),
  8793.                     'namespace' => 'Bazinga\\Bundle\\HateoasBundle',
  8794.                 ],
  8795.                 'JMSSerializerBundle' => [
  8796.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  8797.                     'namespace' => 'JMS\\SerializerBundle',
  8798.                 ],
  8799.                 'FOSRestBundle' => [
  8800.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  8801.                     'namespace' => 'FOS\\RestBundle',
  8802.                 ],
  8803.                 'KnpGaufretteBundle' => [
  8804.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-gaufrette-bundle'),
  8805.                     'namespace' => 'Knp\\Bundle\\GaufretteBundle',
  8806.                 ],
  8807.                 'KnpMenuBundle' => [
  8808.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  8809.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  8810.                 ],
  8811.                 'LiipImagineBundle' => [
  8812.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  8813.                     'namespace' => 'Liip\\ImagineBundle',
  8814.                 ],
  8815.                 'PayumBundle' => [
  8816.                     'path' => (\dirname(__DIR__4).'/vendor/payum/payum-bundle'),
  8817.                     'namespace' => 'Payum\\Bundle\\PayumBundle',
  8818.                 ],
  8819.                 'StofDoctrineExtensionsBundle' => [
  8820.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  8821.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  8822.                 ],
  8823.                 'DoctrineMigrationsBundle' => [
  8824.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  8825.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  8826.                 ],
  8827.                 'SyliusFixturesBundle' => [
  8828.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/fixtures-bundle/src'),
  8829.                     'namespace' => 'Sylius\\Bundle\\FixturesBundle',
  8830.                 ],
  8831.                 'SyliusPayumBundle' => [
  8832.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle'),
  8833.                     'namespace' => 'Sylius\\Bundle\\PayumBundle',
  8834.                 ],
  8835.                 'SyliusThemeBundle' => [
  8836.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/theme-bundle/src'),
  8837.                     'namespace' => 'Sylius\\Bundle\\ThemeBundle',
  8838.                 ],
  8839.                 'SyliusAdminBundle' => [
  8840.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle'),
  8841.                     'namespace' => 'Sylius\\Bundle\\AdminBundle',
  8842.                 ],
  8843.                 'SyliusShopBundle' => [
  8844.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle'),
  8845.                     'namespace' => 'Sylius\\Bundle\\ShopBundle',
  8846.                 ],
  8847.                 'DebugBundle' => [
  8848.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  8849.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  8850.                 ],
  8851.                 'WebProfilerBundle' => [
  8852.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  8853.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  8854.                 ],
  8855.                 'ApiPlatformBundle' => [
  8856.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  8857.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  8858.                 ],
  8859.                 'LexikJWTAuthenticationBundle' => [
  8860.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  8861.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  8862.                 ],
  8863.                 'SyliusApiBundle' => [
  8864.                     'path' => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle'),
  8865.                     'namespace' => 'Sylius\\Bundle\\ApiBundle',
  8866.                 ],
  8867.                 'SyliusLabsDoctrineMigrationsExtraBundle' => [
  8868.                     'path' => (\dirname(__DIR__4).'/vendor/sylius-labs/doctrine-migrations-extra-bundle/src'),
  8869.                     'namespace' => 'SyliusLabs\\DoctrineMigrationsExtraBundle',
  8870.                 ],
  8871.                 'WebpackEncoreBundle' => [
  8872.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  8873.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  8874.                 ],
  8875.                 'NelmioAliceBundle' => [
  8876.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  8877.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  8878.                 ],
  8879.                 'FidryAliceDataFixturesBundle' => [
  8880.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  8881.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  8882.                 ],
  8883.                 'BabDevPagerfantaBundle' => [
  8884.                     'path' => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle'),
  8885.                     'namespace' => 'BabDev\\PagerfantaBundle',
  8886.                 ],
  8887.                 'SyliusLabsPolyfillSymfonySecurityBundle' => [
  8888.                     'path' => (\dirname(__DIR__4).'/vendor/sylius-labs/polyfill-symfony-security/src/Bundle'),
  8889.                     'namespace' => 'SyliusLabs\\Polyfill\\Symfony\\Security\\Bundle',
  8890.                 ],
  8891.                 'FOSCKEditorBundle' => [
  8892.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  8893.                     'namespace' => 'FOS\\CKEditorBundle',
  8894.                 ],
  8895.                 'BitBagSyliusCmsPlugin' => [
  8896.                     'path' => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src'),
  8897.                     'namespace' => 'BitBag\\SyliusCmsPlugin',
  8898.                 ],
  8899.                 'BitBagSyliusWishlistPlugin' => [
  8900.                     'path' => (\dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src'),
  8901.                     'namespace' => 'BitBag\\SyliusWishlistPlugin',
  8902.                 ],
  8903.                 'OdiseoBlogBundle' => [
  8904.                     'path' => (\dirname(__DIR__4).'/vendor/odiseoteam/blog-bundle/src'),
  8905.                     'namespace' => 'Odiseo\\BlogBundle',
  8906.                 ],
  8907.                 'EWZRecaptchaBundle' => [
  8908.                     'path' => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src'),
  8909.                     'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  8910.                 ],
  8911.                 'OdiseoSyliusBlogPlugin' => [
  8912.                     'path' => (\dirname(__DIR__4).'/vendor/odiseoteam/sylius-blog-plugin/src'),
  8913.                     'namespace' => 'Odiseo\\SyliusBlogPlugin',
  8914.                 ],
  8915.                 'BitBagSyliusShippingExportPlugin' => [
  8916.                     'path' => (\dirname(__DIR__4).'/vendor/bitbag/shipping-export-plugin/src'),
  8917.                     'namespace' => 'BitBag\\SyliusShippingExportPlugin',
  8918.                 ],
  8919.             ],
  8920.             'kernel.charset' => 'UTF-8',
  8921.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  8922.             'container.dumper.inline_class_loader' => true,
  8923.             'open_marketplace.form.type.vendor.validation_groups' => [
  8924.                 => 'Default',
  8925.                 => 'VendorUserRegister',
  8926.                 => 'VendorLogo',
  8927.                 => 'sylius',
  8928.             ],
  8929.             'bitbag_cms.twig.admin_functions' => [
  8930.                 => 'bitbag_cms_render_block',
  8931.                 => 'bitbag_cms_render_media',
  8932.             ],
  8933.             'bitbag_cms.twig.link_template' => '@BitBagSyliusCmsPlugin/Page/link.html.twig',
  8934.             'bitbag_sylius_cms_plugin.media_provider.interface' => 'BitBag\\SyliusCmsPlugin\\MediaProvider\\ProviderInterface',
  8935.             'sylius.sitemap.path' => (\dirname(__DIR__3).'/sitemap'),
  8936.             'bitbag_validation_group' => [
  8937.                 => 'bitbag',
  8938.             ],
  8939.             'bitbag_sylius_cms_plugin.form.type.block.validation_groups' => [
  8940.                 => 'bitbag',
  8941.             ],
  8942.             'bitbag_sylius_cms_plugin.form.type.translation.block.validation_groups' => [
  8943.                 => 'bitbag',
  8944.             ],
  8945.             'bitbag_sylius_cms_plugin.form.type.block_image.validation_groups' => [
  8946.                 => 'bitbag',
  8947.             ],
  8948.             'bitbag_sylius_cms_plugin.form.type.page.validation_groups' => [
  8949.                 => 'bitbag',
  8950.             ],
  8951.             'bitbag_sylius_cms_plugin.form.type.translation.page.validation_groups' => [
  8952.                 => 'bitbag',
  8953.             ],
  8954.             'bitbag_sylius_cms_plugin.form.type.frequently_asked_question.validation_groups' => [
  8955.                 => 'bitbag',
  8956.             ],
  8957.             'bitbag_sylius_cms_plugin.form.type.translation.frequently_asked_question.validation_groups' => [
  8958.                 => 'bitbag',
  8959.             ],
  8960.             'bitbag_sylius_cms_plugin.form.type.section.validation_groups' => [
  8961.                 => 'bitbag',
  8962.             ],
  8963.             'bitbag_sylius_cms_plugin.form.type.translation.section.validation_groups' => [
  8964.                 => 'bitbag',
  8965.             ],
  8966.             'bitbag_sylius_cms_plugin.form.type.translation.media.validation_groups' => [
  8967.                 => 'bitbag',
  8968.             ],
  8969.             'bitbag_sylius_cms_plugin.form.type.media.validation_groups' => [
  8970.                 => 'bitbag',
  8971.             ],
  8972.             'bitbag_sylius_cms_plugin.uploader.filesystem' => 'bitbag_sylius_cms_plugin_media',
  8973.             'fixtures_dir' => (\dirname(__DIR__4).'/Resources/fixtures'),
  8974.             'sylius.uploader.filesystem' => 'sylius_image',
  8975.             'sylius_core.public_dir' => (\dirname(__DIR__4).'/public'),
  8976.             'env(SYLIUS_FIXTURES_HOSTNAME)' => 'localhost',
  8977.             'env(SYLIUS_FIXTURES_THEME_NAME)' => NULL,
  8978.             'sylius_core.images_dir' => (\dirname(__DIR__4).'/public/media/image'),
  8979.             'env(SYLIUS_ADMIN_ROUTING_PATH_NAME)' => 'admin',
  8980.             'env(SYLIUS_API_AUTHORIZATION_HEADER)' => 'Authorization',
  8981.             'sylius.api.paths_to_hide' => [
  8982.                 => '/api/v2/admin/catalog-promotion-actions/{id}',
  8983.                 => '/api/v2/admin/catalog-promotion-scopes/{id}',
  8984.                 => '/api/v2/admin/channel-pricings/{id}',
  8985.             ],
  8986.             'sylius.security.new_api_route' => '/api/v2',
  8987.             'sylius.security.new_api_regex' => '^/api/v2',
  8988.             'sylius.security.new_api_admin_route' => '/api/v2/admin',
  8989.             'sylius.security.new_api_admin_regex' => '^/api/v2/admin',
  8990.             'sylius.security.new_api_shop_route' => '/api/v2/shop',
  8991.             'sylius.security.new_api_shop_regex' => '^/api/v2/shop',
  8992.             'sylius.security.new_api_user_account_route' => '/api/v2/shop/account',
  8993.             'sylius.security.new_api_user_account_regex' => '^/api/v2/shop/account',
  8994.             'sylius.security.shop_regex' => '^',
  8995.             'bitbag.shipping_gateway.validation_groups' => [
  8996.                 => 'bitbag',
  8997.             ],
  8998.             'bitbag.shipping_labels_path' => (\dirname(__DIR__3).'/shipping_labels'),
  8999.             'odiseo_blog.model.article.class' => 'BitBag\\OpenMarketplace\\Entity\\Article',
  9000.             'odiseo_blog.model.article_category.class' => 'Odiseo\\BlogBundle\\Model\\ArticleCategory',
  9001.             'odiseo_blog.model.article_comment.class' => 'Odiseo\\SyliusBlogPlugin\\Entity\\ArticleComment',
  9002.             'sylius.form.type.checkout_select_shipping.validation_groups' => [
  9003.                 => 'sylius',
  9004.                 => 'checkout_select_shipping',
  9005.             ],
  9006.             'env(DATABASE_URL)' => '',
  9007.             'locale' => 'fr_FR',
  9008.             'event_dispatcher.event_aliases' => [
  9009.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  9010.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  9011.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  9012.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  9013.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  9014.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  9015.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  9016.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  9017.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  9018.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  9019.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  9020.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  9021.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  9022.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  9023.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  9024.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  9025.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  9026.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  9027.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  9028.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  9029.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  9030.             ],
  9031.             'fragment.renderer.hinclude.global_template' => NULL,
  9032.             'fragment.path' => '/_fragment',
  9033.             'kernel.http_method_override' => true,
  9034.             'kernel.trusted_hosts' => [
  9035.             ],
  9036.             'kernel.default_locale' => 'fr_FR',
  9037.             'kernel.enabled_locales' => [
  9038.             ],
  9039.             'kernel.error_controller' => 'error_controller',
  9040.             'debug.file_link_format' => NULL,
  9041.             'asset.request_context.base_path' => NULL,
  9042.             'asset.request_context.secure' => NULL,
  9043.             'translator.logging' => false,
  9044.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  9045.             'debug.error_handler.throw_at' => -1,
  9046.             'router.request_context.host' => 'localhost',
  9047.             'router.request_context.scheme' => 'http',
  9048.             'router.request_context.base_url' => '',
  9049.             'router.resource' => 'kernel::loadRoutes',
  9050.             'request_listener.http_port' => 80,
  9051.             'request_listener.https_port' => 443,
  9052.             'session.metadata.storage_key' => '_sf2_meta',
  9053.             'session.storage.options' => [
  9054.                 'cache_limiter' => '0',
  9055.                 'cookie_httponly' => true,
  9056.                 'gc_probability' => 1,
  9057.             ],
  9058.             'session.metadata.update_threshold' => 0,
  9059.             'form.type_extension.csrf.enabled' => true,
  9060.             'form.type_extension.csrf.field_name' => '_token',
  9061.             'validator.translation_domain' => 'validators',
  9062.             'profiler_listener.only_exceptions' => false,
  9063.             'profiler_listener.only_main_requests' => false,
  9064.             'monolog.use_microseconds' => true,
  9065.             'monolog.swift_mailer.handlers' => [
  9066.             ],
  9067.             'monolog.handlers_to_channels' => [
  9068.                 'monolog.handler.firephp' => NULL,
  9069.                 'monolog.handler.main' => NULL,
  9070.             ],
  9071.             'security.role_hierarchy.roles' => [
  9072.             ],
  9073.             'security.access.denied_url' => NULL,
  9074.             'security.authentication.manager.erase_credentials' => true,
  9075.             'security.authentication.session_strategy.strategy' => 'migrate',
  9076.             'security.access.always_authenticate_before_granting' => true,
  9077.             'security.authentication.hide_user_not_found' => true,
  9078.             'security.firewalls' => [
  9079.                 => 'admin',
  9080.                 => 'new_api_admin_user',
  9081.                 => 'new_api_shop_user',
  9082.                 => 'shop',
  9083.                 => 'dev',
  9084.                 => 'image_resolver',
  9085.             ],
  9086.             'security.admin._indexed_authenticators' => [
  9087.             ],
  9088.             'security.new_api_admin_user._indexed_authenticators' => [
  9089.             ],
  9090.             'security.new_api_shop_user._indexed_authenticators' => [
  9091.             ],
  9092.             'security.shop._indexed_authenticators' => [
  9093.             ],
  9094.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  9095.             'swiftmailer.mailer.default.spool.enabled' => false,
  9096.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  9097.             'swiftmailer.mailer.default.single_address' => NULL,
  9098.             'swiftmailer.mailer.default.delivery.enabled' => true,
  9099.             'swiftmailer.spool.enabled' => false,
  9100.             'swiftmailer.delivery.enabled' => true,
  9101.             'swiftmailer.single_address' => NULL,
  9102.             'swiftmailer.mailers' => [
  9103.                 'default' => 'swiftmailer.mailer.default',
  9104.             ],
  9105.             'swiftmailer.default_mailer' => 'default',
  9106.             'twig.form.resources' => [
  9107.                 => 'form_div_layout.html.twig',
  9108.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  9109.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  9110.                 => '@BitBagSyliusCmsPlugin/Form/ckeditor_widget.html.twig',
  9111.                 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
  9112.             ],
  9113.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  9114.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  9115.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  9116.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  9117.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  9118.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  9119.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  9120.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  9121.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  9122.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  9123.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  9124.             'doctrine.entity_managers' => [
  9125.                 'default' => 'doctrine.orm.default_entity_manager',
  9126.             ],
  9127.             'doctrine.default_entity_manager' => 'default',
  9128.             'doctrine.dbal.connection_factory.types' => [
  9129.             ],
  9130.             'doctrine.connections' => [
  9131.                 'default' => 'doctrine.dbal.default_connection',
  9132.             ],
  9133.             'doctrine.default_connection' => 'default',
  9134.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  9135.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  9136.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  9137.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  9138.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  9139.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  9140.             'doctrine.orm.cache.memcache_host' => 'localhost',
  9141.             'doctrine.orm.cache.memcache_port' => 11211,
  9142.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  9143.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  9144.             'doctrine.orm.cache.memcached_host' => 'localhost',
  9145.             'doctrine.orm.cache.memcached_port' => 11211,
  9146.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  9147.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  9148.             'doctrine.orm.cache.redis_host' => 'localhost',
  9149.             'doctrine.orm.cache.redis_port' => 6379,
  9150.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  9151.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  9152.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  9153.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  9154.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  9155.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  9156.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  9157.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  9158.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  9159.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  9160.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  9161.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  9162.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  9163.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  9164.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  9165.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  9166.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  9167.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  9168.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  9169.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  9170.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  9171.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  9172.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  9173.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  9174.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  9175.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  9176.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  9177.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  9178.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  9179.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  9180.             'doctrine.orm.auto_generate_proxy_classes' => true,
  9181.             'doctrine.orm.proxy_namespace' => 'Proxies',
  9182.             'sylius.repository.order.class' => 'BitBag\\OpenMarketplace\\Repository\\OrderRepository',
  9183.             'sylius.repository.order_item.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\OrderItemRepository',
  9184.             'sylius_order.driver.doctrine/orm' => true,
  9185.             'sylius_order.driver' => 'doctrine/orm',
  9186.             'sylius.resources' => [
  9187.                 'sylius.adjustment' => [
  9188.                     'driver' => 'doctrine/orm',
  9189.                     'classes' => [
  9190.                         'model' => 'Sylius\\Component\\Core\\Model\\Adjustment',
  9191.                         'interface' => 'Sylius\\Component\\Order\\Model\\AdjustmentInterface',
  9192.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9193.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9194.                     ],
  9195.                 ],
  9196.                 'sylius.order' => [
  9197.                     'driver' => 'doctrine/orm',
  9198.                     'classes' => [
  9199.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\Order',
  9200.                         'controller' => 'Sylius\\Bundle\\CoreBundle\\Controller\\OrderController',
  9201.                         'repository' => 'BitBag\\OpenMarketplace\\Repository\\OrderRepository',
  9202.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\AbstractResourceType\\OrderType',
  9203.                         'interface' => 'Sylius\\Component\\Order\\Model\\OrderInterface',
  9204.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9205.                     ],
  9206.                 ],
  9207.                 'sylius.order_item' => [
  9208.                     'driver' => 'doctrine/orm',
  9209.                     'classes' => [
  9210.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\OrderItem',
  9211.                         'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\OrderItemRepository',
  9212.                         'controller' => 'BitBag\\SyliusWishlistPlugin\\Controller\\OrderItemController',
  9213.                         'interface' => 'Sylius\\Component\\Order\\Model\\OrderItemInterface',
  9214.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9215.                         'form' => 'Sylius\\Bundle\\OrderBundle\\Form\\Type\\OrderItemType',
  9216.                     ],
  9217.                 ],
  9218.                 'sylius.order_item_unit' => [
  9219.                     'driver' => 'doctrine/orm',
  9220.                     'classes' => [
  9221.                         'model' => 'Sylius\\Component\\Core\\Model\\OrderItemUnit',
  9222.                         'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\OrderItemUnitRepository',
  9223.                         'interface' => 'Sylius\\Component\\Order\\Model\\OrderItemUnitInterface',
  9224.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9225.                         'factory' => 'Sylius\\Component\\Order\\Factory\\OrderItemUnitFactory',
  9226.                     ],
  9227.                 ],
  9228.                 'sylius.order_sequence' => [
  9229.                     'driver' => 'doctrine/orm',
  9230.                     'classes' => [
  9231.                         'model' => 'Sylius\\Component\\Core\\Model\\OrderSequence',
  9232.                         'interface' => 'Sylius\\Component\\Order\\Model\\OrderSequenceInterface',
  9233.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9234.                     ],
  9235.                 ],
  9236.                 'sylius.currency' => [
  9237.                     'driver' => 'doctrine/orm',
  9238.                     'classes' => [
  9239.                         'model' => 'Sylius\\Component\\Currency\\Model\\Currency',
  9240.                         'interface' => 'Sylius\\Component\\Currency\\Model\\CurrencyInterface',
  9241.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9242.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9243.                         'form' => 'Sylius\\Bundle\\CurrencyBundle\\Form\\Type\\CurrencyType',
  9244.                     ],
  9245.                 ],
  9246.                 'sylius.exchange_rate' => [
  9247.                     'driver' => 'doctrine/orm',
  9248.                     'classes' => [
  9249.                         'model' => 'Sylius\\Component\\Currency\\Model\\ExchangeRate',
  9250.                         'interface' => 'Sylius\\Component\\Currency\\Model\\ExchangeRateInterface',
  9251.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9252.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9253.                         'form' => 'Sylius\\Bundle\\CurrencyBundle\\Form\\Type\\ExchangeRateType',
  9254.                     ],
  9255.                 ],
  9256.                 'sylius.locale' => [
  9257.                     'driver' => 'doctrine/orm',
  9258.                     'classes' => [
  9259.                         'model' => 'Sylius\\Component\\Locale\\Model\\Locale',
  9260.                         'interface' => 'Sylius\\Component\\Locale\\Model\\LocaleInterface',
  9261.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9262.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9263.                         'form' => 'Sylius\\Bundle\\LocaleBundle\\Form\\Type\\LocaleType',
  9264.                     ],
  9265.                 ],
  9266.                 'sylius.product' => [
  9267.                     'driver' => 'doctrine/orm',
  9268.                     'classes' => [
  9269.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\Product',
  9270.                         'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductRepository',
  9271.                         'interface' => 'Sylius\\Component\\Product\\Model\\ProductInterface',
  9272.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9273.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  9274.                         'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductType',
  9275.                     ],
  9276.                     'translation' => [
  9277.                         'classes' => [
  9278.                             'model' => 'Sylius\\Component\\Core\\Model\\ProductTranslation',
  9279.                             'interface' => 'Sylius\\Component\\Product\\Model\\ProductTranslationInterface',
  9280.                             'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9281.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9282.                             'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductTranslationType',
  9283.                         ],
  9284.                     ],
  9285.                 ],
  9286.                 'sylius.product_translation' => [
  9287.                     'driver' => 'doctrine/orm',
  9288.                     'classes' => [
  9289.                         'model' => 'Sylius\\Component\\Core\\Model\\ProductTranslation',
  9290.                         'interface' => 'Sylius\\Component\\Product\\Model\\ProductTranslationInterface',
  9291.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9292.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9293.                         'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductTranslationType',
  9294.                     ],
  9295.                 ],
  9296.                 'sylius.product_variant' => [
  9297.                     'driver' => 'doctrine/orm',
  9298.                     'classes' => [
  9299.                         'model' => 'Sylius\\Component\\Core\\Model\\ProductVariant',
  9300.                         'controller' => 'Sylius\\Bundle\\CoreBundle\\Controller\\ProductVariantController',
  9301.                         'repository' => 'BitBag\\OpenMarketplace\\Repository\\ProductVariantRepository',
  9302.                         'interface' => 'Sylius\\Component\\Product\\Model\\ProductVariantInterface',
  9303.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  9304.                         'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantType',
  9305.                     ],
  9306.                     'translation' => [
  9307.                         'classes' => [
  9308.                             'model' => 'Sylius\\Component\\Product\\Model\\ProductVariantTranslation',
  9309.                             'interface' => 'Sylius\\Component\\Product\\Model\\ProductVariantTranslationInterface',
  9310.                             'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9311.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9312.                             'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantTranslationType',
  9313.                         ],
  9314.                     ],
  9315.                 ],
  9316.                 'sylius.product_variant_translation' => [
  9317.                     'driver' => 'doctrine/orm',
  9318.                     'classes' => [
  9319.                         'model' => 'Sylius\\Component\\Product\\Model\\ProductVariantTranslation',
  9320.                         'interface' => 'Sylius\\Component\\Product\\Model\\ProductVariantTranslationInterface',
  9321.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9322.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9323.                         'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantTranslationType',
  9324.                     ],
  9325.                 ],
  9326.                 'sylius.product_option' => [
  9327.                     'driver' => 'doctrine/orm',
  9328.                     'classes' => [
  9329.                         'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductOptionRepository',
  9330.                         'model' => 'Sylius\\Component\\Product\\Model\\ProductOption',
  9331.                         'interface' => 'Sylius\\Component\\Product\\Model\\ProductOptionInterface',
  9332.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9333.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  9334.                         'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionType',
  9335.                     ],
  9336.                     'translation' => [
  9337.                         'classes' => [
  9338.                             'model' => 'Sylius\\Component\\Product\\Model\\ProductOptionTranslation',
  9339.                             'interface' => 'Sylius\\Component\\Product\\Model\\ProductOptionTranslationInterface',
  9340.                             'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9341.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9342.                             'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionTranslationType',
  9343.                         ],
  9344.                     ],
  9345.                 ],
  9346.                 'sylius.product_option_translation' => [
  9347.                     'driver' => 'doctrine/orm',
  9348.                     'classes' => [
  9349.                         'model' => 'Sylius\\Component\\Product\\Model\\ProductOptionTranslation',
  9350.                         'interface' => 'Sylius\\Component\\Product\\Model\\ProductOptionTranslationInterface',
  9351.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9352.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9353.                         'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionTranslationType',
  9354.                     ],
  9355.                 ],
  9356.                 'sylius.product_association' => [
  9357.                     'driver' => 'doctrine/orm',
  9358.                     'classes' => [
  9359.                         'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductAssociationRepository',
  9360.                         'model' => 'Sylius\\Component\\Product\\Model\\ProductAssociation',
  9361.                         'interface' => 'Sylius\\Component\\Product\\Model\\ProductAssociationInterface',
  9362.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9363.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9364.                         'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationType',
  9365.                     ],
  9366.                 ],
  9367.                 'sylius.product_association_type' => [
  9368.                     'driver' => 'doctrine/orm',
  9369.                     'classes' => [
  9370.                         'repository' => 'Sylius\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductAssociationTypeRepository',
  9371.                         'model' => 'Sylius\\Component\\Product\\Model\\ProductAssociationType',
  9372.                         'interface' => 'Sylius\\Component\\Product\\Model\\ProductAssociationTypeInterface',
  9373.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9374.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  9375.                         'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationTypeType',
  9376.                     ],
  9377.                     'translation' => [
  9378.                         'classes' => [
  9379.                             'model' => 'Sylius\\Component\\Product\\Model\\ProductAssociationTypeTranslation',
  9380.                             'interface' => 'Sylius\\Component\\Product\\Model\\ProductAssociationTypeTranslationInterface',
  9381.                             'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9382.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9383.                             'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationTypeTranslationType',
  9384.                         ],
  9385.                     ],
  9386.                 ],
  9387.                 'sylius.product_association_type_translation' => [
  9388.                     'driver' => 'doctrine/orm',
  9389.                     'classes' => [
  9390.                         'model' => 'Sylius\\Component\\Product\\Model\\ProductAssociationTypeTranslation',
  9391.                         'interface' => 'Sylius\\Component\\Product\\Model\\ProductAssociationTypeTranslationInterface',
  9392.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9393.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9394.                         'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationTypeTranslationType',
  9395.                     ],
  9396.                 ],
  9397.                 'sylius.product_option_value' => [
  9398.                     'driver' => 'doctrine/orm',
  9399.                     'classes' => [
  9400.                         'model' => 'Sylius\\Component\\Product\\Model\\ProductOptionValue',
  9401.                         'interface' => 'Sylius\\Component\\Product\\Model\\ProductOptionValueInterface',
  9402.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9403.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  9404.                         'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionValueType',
  9405.                     ],
  9406.                     'translation' => [
  9407.                         'classes' => [
  9408.                             'model' => 'Sylius\\Component\\Product\\Model\\ProductOptionValueTranslation',
  9409.                             'interface' => 'Sylius\\Component\\Product\\Model\\ProductOptionValueTranslationInterface',
  9410.                             'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9411.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9412.                             'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionValueTranslationType',
  9413.                         ],
  9414.                     ],
  9415.                 ],
  9416.                 'sylius.product_option_value_translation' => [
  9417.                     'driver' => 'doctrine/orm',
  9418.                     'classes' => [
  9419.                         'model' => 'Sylius\\Component\\Product\\Model\\ProductOptionValueTranslation',
  9420.                         'interface' => 'Sylius\\Component\\Product\\Model\\ProductOptionValueTranslationInterface',
  9421.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9422.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9423.                         'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionValueTranslationType',
  9424.                     ],
  9425.                 ],
  9426.                 'sylius.channel' => [
  9427.                     'driver' => 'doctrine/orm',
  9428.                     'classes' => [
  9429.                         'model' => 'Sylius\\Component\\Core\\Model\\Channel',
  9430.                         'interface' => 'Sylius\\Component\\Channel\\Model\\ChannelInterface',
  9431.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9432.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9433.                         'form' => 'Sylius\\Bundle\\ChannelBundle\\Form\\Type\\ChannelType',
  9434.                     ],
  9435.                 ],
  9436.                 'sylius.product_attribute' => [
  9437.                     'driver' => 'doctrine/orm',
  9438.                     'classes' => [
  9439.                         'model' => 'Sylius\\Component\\Product\\Model\\ProductAttribute',
  9440.                         'interface' => 'Sylius\\Component\\Product\\Model\\ProductAttributeInterface',
  9441.                         'controller' => 'Sylius\\Bundle\\ProductBundle\\Controller\\ProductAttributeController',
  9442.                         'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeType',
  9443.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  9444.                     ],
  9445.                     'translation' => [
  9446.                         'classes' => [
  9447.                             'model' => 'Sylius\\Component\\Product\\Model\\ProductAttributeTranslation',
  9448.                             'interface' => 'Sylius\\Component\\Product\\Model\\ProductAttributeTranslationInterface',
  9449.                             'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeTranslationType',
  9450.                             'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9451.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9452.                         ],
  9453.                     ],
  9454.                 ],
  9455.                 'sylius.product_attribute_translation' => [
  9456.                     'driver' => 'doctrine/orm',
  9457.                     'classes' => [
  9458.                         'model' => 'Sylius\\Component\\Product\\Model\\ProductAttributeTranslation',
  9459.                         'interface' => 'Sylius\\Component\\Product\\Model\\ProductAttributeTranslationInterface',
  9460.                         'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeTranslationType',
  9461.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9462.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9463.                     ],
  9464.                 ],
  9465.                 'sylius.product_attribute_value' => [
  9466.                     'driver' => 'doctrine/orm',
  9467.                     'classes' => [
  9468.                         'model' => 'Sylius\\Component\\Product\\Model\\ProductAttributeValue',
  9469.                         'interface' => 'Sylius\\Component\\Product\\Model\\ProductAttributeValueInterface',
  9470.                         'repository' => 'Sylius\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductAttributeValueRepository',
  9471.                         'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeValueType',
  9472.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9473.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9474.                     ],
  9475.                 ],
  9476.                 'sylius.tax_rate' => [
  9477.                     'driver' => 'doctrine/orm',
  9478.                     'classes' => [
  9479.                         'model' => 'Sylius\\Component\\Core\\Model\\TaxRate',
  9480.                         'interface' => 'Sylius\\Component\\Taxation\\Model\\TaxRateInterface',
  9481.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9482.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9483.                         'form' => 'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateType',
  9484.                     ],
  9485.                 ],
  9486.                 'sylius.tax_category' => [
  9487.                     'driver' => 'doctrine/orm',
  9488.                     'classes' => [
  9489.                         'model' => 'Sylius\\Component\\Taxation\\Model\\TaxCategory',
  9490.                         'interface' => 'Sylius\\Component\\Taxation\\Model\\TaxCategoryInterface',
  9491.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9492.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9493.                         'form' => 'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxCategoryType',
  9494.                     ],
  9495.                 ],
  9496.                 'sylius.shipment' => [
  9497.                     'driver' => 'doctrine/orm',
  9498.                     'classes' => [
  9499.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\Shipment',
  9500.                         'interface' => 'BitBag\\OpenMarketplace\\Entity\\ShipmentInterface',
  9501.                         'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShipmentRepository',
  9502.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9503.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9504.                         'form' => 'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShipmentType',
  9505.                     ],
  9506.                 ],
  9507.                 'sylius.shipment_unit' => [
  9508.                     'driver' => 'doctrine/orm',
  9509.                     'classes' => [
  9510.                         'model' => 'Sylius\\Component\\Core\\Model\\OrderItemUnit',
  9511.                         'interface' => 'Sylius\\Component\\Shipping\\Model\\ShipmentUnitInterface',
  9512.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9513.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9514.                     ],
  9515.                 ],
  9516.                 'sylius.shipping_method' => [
  9517.                     'driver' => 'doctrine/orm',
  9518.                     'classes' => [
  9519.                         'model' => 'Sylius\\Component\\Core\\Model\\ShippingMethod',
  9520.                         'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShippingMethodRepository',
  9521.                         'interface' => 'Sylius\\Component\\Shipping\\Model\\ShippingMethodInterface',
  9522.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9523.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  9524.                         'form' => 'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodType',
  9525.                     ],
  9526.                     'translation' => [
  9527.                         'classes' => [
  9528.                             'model' => 'Sylius\\Component\\Shipping\\Model\\ShippingMethodTranslation',
  9529.                             'interface' => 'Sylius\\Component\\Shipping\\Model\\ShippingMethodTranslationInterface',
  9530.                             'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9531.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9532.                             'form' => 'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodTranslationType',
  9533.                         ],
  9534.                     ],
  9535.                 ],
  9536.                 'sylius.shipping_method_translation' => [
  9537.                     'driver' => 'doctrine/orm',
  9538.                     'classes' => [
  9539.                         'model' => 'Sylius\\Component\\Shipping\\Model\\ShippingMethodTranslation',
  9540.                         'interface' => 'Sylius\\Component\\Shipping\\Model\\ShippingMethodTranslationInterface',
  9541.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9542.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9543.                         'form' => 'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodTranslationType',
  9544.                     ],
  9545.                 ],
  9546.                 'sylius.shipping_category' => [
  9547.                     'driver' => 'doctrine/orm',
  9548.                     'classes' => [
  9549.                         'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShippingCategoryRepository',
  9550.                         'model' => 'Sylius\\Component\\Shipping\\Model\\ShippingCategory',
  9551.                         'interface' => 'Sylius\\Component\\Shipping\\Model\\ShippingCategoryInterface',
  9552.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9553.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9554.                         'form' => 'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingCategoryType',
  9555.                     ],
  9556.                 ],
  9557.                 'sylius.shipping_method_rule' => [
  9558.                     'driver' => 'doctrine/orm',
  9559.                     'classes' => [
  9560.                         'model' => 'Sylius\\Component\\Shipping\\Model\\ShippingMethodRule',
  9561.                         'interface' => 'Sylius\\Component\\Shipping\\Model\\ShippingMethodRuleInterface',
  9562.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9563.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9564.                         'form' => 'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodRuleType',
  9565.                     ],
  9566.                 ],
  9567.                 'sylius.payment' => [
  9568.                     'driver' => 'doctrine/orm',
  9569.                     'classes' => [
  9570.                         'model' => 'Sylius\\Component\\Core\\Model\\Payment',
  9571.                         'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\PaymentRepository',
  9572.                         'interface' => 'Sylius\\Component\\Payment\\Model\\PaymentInterface',
  9573.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9574.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9575.                         'form' => 'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentType',
  9576.                     ],
  9577.                 ],
  9578.                 'sylius.payment_method' => [
  9579.                     'driver' => 'doctrine/orm',
  9580.                     'classes' => [
  9581.                         'model' => 'Sylius\\Component\\Core\\Model\\PaymentMethod',
  9582.                         'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\PaymentMethodRepository',
  9583.                         'controller' => 'Sylius\\Bundle\\CoreBundle\\Controller\\PaymentMethodController',
  9584.                         'interface' => 'Sylius\\Component\\Payment\\Model\\PaymentMethodInterface',
  9585.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  9586.                         'form' => 'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentMethodType',
  9587.                     ],
  9588.                     'translation' => [
  9589.                         'classes' => [
  9590.                             'model' => 'Sylius\\Component\\Payment\\Model\\PaymentMethodTranslation',
  9591.                             'interface' => 'Sylius\\Component\\Payment\\Model\\PaymentMethodTranslationInterface',
  9592.                             'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9593.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9594.                             'form' => 'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentMethodTranslationType',
  9595.                         ],
  9596.                     ],
  9597.                 ],
  9598.                 'sylius.payment_method_translation' => [
  9599.                     'driver' => 'doctrine/orm',
  9600.                     'classes' => [
  9601.                         'model' => 'Sylius\\Component\\Payment\\Model\\PaymentMethodTranslation',
  9602.                         'interface' => 'Sylius\\Component\\Payment\\Model\\PaymentMethodTranslationInterface',
  9603.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9604.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9605.                         'form' => 'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentMethodTranslationType',
  9606.                     ],
  9607.                 ],
  9608.                 'sylius.catalog_promotion' => [
  9609.                     'driver' => 'doctrine/orm',
  9610.                     'classes' => [
  9611.                         'model' => 'Sylius\\Component\\Core\\Model\\CatalogPromotion',
  9612.                         'interface' => 'Sylius\\Component\\Promotion\\Model\\CatalogPromotionInterface',
  9613.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9614.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9615.                         'form' => 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionType',
  9616.                     ],
  9617.                     'translation' => [
  9618.                         'classes' => [
  9619.                             'model' => 'Sylius\\Component\\Promotion\\Model\\CatalogPromotionTranslation',
  9620.                             'interface' => 'Sylius\\Component\\Promotion\\Model\\CatalogPromotionTranslationInterface',
  9621.                             'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9622.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9623.                             'form' => 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionTranslationType',
  9624.                         ],
  9625.                     ],
  9626.                 ],
  9627.                 'sylius.catalog_promotion_translation' => [
  9628.                     'driver' => 'doctrine/orm',
  9629.                     'classes' => [
  9630.                         'model' => 'Sylius\\Component\\Promotion\\Model\\CatalogPromotionTranslation',
  9631.                         'interface' => 'Sylius\\Component\\Promotion\\Model\\CatalogPromotionTranslationInterface',
  9632.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9633.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9634.                         'form' => 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\CatalogPromotionTranslationType',
  9635.                     ],
  9636.                 ],
  9637.                 'sylius.catalog_promotion_scope' => [
  9638.                     'driver' => 'doctrine/orm',
  9639.                     'classes' => [
  9640.                         'model' => 'Sylius\\Component\\Core\\Model\\CatalogPromotionScope',
  9641.                         'interface' => 'Sylius\\Component\\Promotion\\Model\\CatalogPromotionScopeInterface',
  9642.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9643.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9644.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  9645.                     ],
  9646.                 ],
  9647.                 'sylius.promotion_subject' => [
  9648.                     'driver' => 'doctrine/orm',
  9649.                     'classes' => [
  9650.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\Order',
  9651.                     ],
  9652.                 ],
  9653.                 'sylius.promotion' => [
  9654.                     'driver' => 'doctrine/orm',
  9655.                     'classes' => [
  9656.                         'model' => 'Sylius\\Component\\Core\\Model\\Promotion',
  9657.                         'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\PromotionRepository',
  9658.                         'interface' => 'Sylius\\Component\\Promotion\\Model\\PromotionInterface',
  9659.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9660.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9661.                         'form' => 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionType',
  9662.                     ],
  9663.                 ],
  9664.                 'sylius.promotion_coupon' => [
  9665.                     'driver' => 'doctrine/orm',
  9666.                     'classes' => [
  9667.                         'model' => 'Sylius\\Component\\Core\\Model\\PromotionCoupon',
  9668.                         'repository' => 'Sylius\\Bundle\\PromotionBundle\\Doctrine\\ORM\\PromotionCouponRepository',
  9669.                         'interface' => 'Sylius\\Component\\Promotion\\Model\\PromotionCouponInterface',
  9670.                         'controller' => 'Sylius\\Bundle\\PromotionBundle\\Controller\\PromotionCouponController',
  9671.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9672.                         'form' => 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionCouponType',
  9673.                     ],
  9674.                 ],
  9675.                 'sylius.catalog_promotion_action' => [
  9676.                     'driver' => 'doctrine/orm',
  9677.                     'classes' => [
  9678.                         'model' => 'Sylius\\Component\\Promotion\\Model\\CatalogPromotionAction',
  9679.                         'interface' => 'Sylius\\Component\\Promotion\\Model\\CatalogPromotionActionInterface',
  9680.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9681.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9682.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  9683.                     ],
  9684.                 ],
  9685.                 'sylius.promotion_rule' => [
  9686.                     'driver' => 'doctrine/orm',
  9687.                     'classes' => [
  9688.                         'model' => 'Sylius\\Component\\Promotion\\Model\\PromotionRule',
  9689.                         'interface' => 'Sylius\\Component\\Promotion\\Model\\PromotionRuleInterface',
  9690.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9691.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9692.                         'form' => 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionRuleType',
  9693.                     ],
  9694.                 ],
  9695.                 'sylius.promotion_action' => [
  9696.                     'driver' => 'doctrine/orm',
  9697.                     'classes' => [
  9698.                         'model' => 'Sylius\\Component\\Promotion\\Model\\PromotionAction',
  9699.                         'interface' => 'Sylius\\Component\\Promotion\\Model\\PromotionActionInterface',
  9700.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9701.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9702.                         'form' => 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionActionType',
  9703.                     ],
  9704.                 ],
  9705.                 'sylius.address' => [
  9706.                     'driver' => 'doctrine/orm',
  9707.                     'classes' => [
  9708.                         'model' => 'Sylius\\Component\\Core\\Model\\Address',
  9709.                         'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\AddressRepository',
  9710.                         'interface' => 'Sylius\\Component\\Addressing\\Model\\AddressInterface',
  9711.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9712.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9713.                         'form' => 'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\AddressType',
  9714.                     ],
  9715.                 ],
  9716.                 'sylius.address_log_entry' => [
  9717.                     'driver' => 'doctrine/orm',
  9718.                     'classes' => [
  9719.                         'model' => 'Sylius\\Component\\Addressing\\Model\\AddressLogEntry',
  9720.                         'repository' => 'Sylius\\Bundle\\ResourceBundle\\Doctrine\\ORM\\ResourceLogEntryRepository',
  9721.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9722.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9723.                     ],
  9724.                 ],
  9725.                 'sylius.country' => [
  9726.                     'driver' => 'doctrine/orm',
  9727.                     'classes' => [
  9728.                         'model' => 'Sylius\\Component\\Addressing\\Model\\Country',
  9729.                         'interface' => 'Sylius\\Component\\Addressing\\Model\\CountryInterface',
  9730.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9731.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9732.                         'form' => 'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\CountryType',
  9733.                     ],
  9734.                 ],
  9735.                 'sylius.province' => [
  9736.                     'driver' => 'doctrine/orm',
  9737.                     'classes' => [
  9738.                         'model' => 'Sylius\\Component\\Addressing\\Model\\Province',
  9739.                         'interface' => 'Sylius\\Component\\Addressing\\Model\\ProvinceInterface',
  9740.                         'controller' => 'Sylius\\Bundle\\AddressingBundle\\Controller\\ProvinceController',
  9741.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9742.                         'form' => 'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ProvinceType',
  9743.                     ],
  9744.                 ],
  9745.                 'sylius.zone' => [
  9746.                     'driver' => 'doctrine/orm',
  9747.                     'classes' => [
  9748.                         'model' => 'Sylius\\Component\\Addressing\\Model\\Zone',
  9749.                         'interface' => 'Sylius\\Component\\Addressing\\Model\\ZoneInterface',
  9750.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9751.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9752.                         'form' => 'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ZoneType',
  9753.                     ],
  9754.                 ],
  9755.                 'sylius.zone_member' => [
  9756.                     'driver' => 'doctrine/orm',
  9757.                     'classes' => [
  9758.                         'model' => 'Sylius\\Component\\Addressing\\Model\\ZoneMember',
  9759.                         'interface' => 'Sylius\\Component\\Addressing\\Model\\ZoneMemberInterface',
  9760.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9761.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9762.                         'form' => 'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ZoneMemberType',
  9763.                     ],
  9764.                 ],
  9765.                 'sylius.inventory_unit' => [
  9766.                     'driver' => 'doctrine/orm',
  9767.                     'classes' => [
  9768.                         'model' => 'Sylius\\Component\\Core\\Model\\OrderItemUnit',
  9769.                         'interface' => 'Sylius\\Component\\Inventory\\Model\\InventoryUnitInterface',
  9770.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9771.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9772.                     ],
  9773.                 ],
  9774.                 'sylius.taxon' => [
  9775.                     'driver' => 'doctrine/orm',
  9776.                     'classes' => [
  9777.                         'model' => 'Sylius\\Component\\Core\\Model\\Taxon',
  9778.                         'repository' => 'Sylius\\Bundle\\TaxonomyBundle\\Doctrine\\ORM\\TaxonRepository',
  9779.                         'interface' => 'Sylius\\Component\\Taxonomy\\Model\\TaxonInterface',
  9780.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9781.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  9782.                         'form' => 'Sylius\\Bundle\\TaxonomyBundle\\Form\\Type\\TaxonType',
  9783.                     ],
  9784.                     'translation' => [
  9785.                         'classes' => [
  9786.                             'model' => 'Sylius\\Component\\Taxonomy\\Model\\TaxonTranslation',
  9787.                             'interface' => 'Sylius\\Component\\Taxonomy\\Model\\TaxonTranslationInterface',
  9788.                             'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9789.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9790.                             'form' => 'Sylius\\Bundle\\TaxonomyBundle\\Form\\Type\\TaxonTranslationType',
  9791.                         ],
  9792.                     ],
  9793.                 ],
  9794.                 'sylius.taxon_translation' => [
  9795.                     'driver' => 'doctrine/orm',
  9796.                     'classes' => [
  9797.                         'model' => 'Sylius\\Component\\Taxonomy\\Model\\TaxonTranslation',
  9798.                         'interface' => 'Sylius\\Component\\Taxonomy\\Model\\TaxonTranslationInterface',
  9799.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9800.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9801.                         'form' => 'Sylius\\Bundle\\TaxonomyBundle\\Form\\Type\\TaxonTranslationType',
  9802.                     ],
  9803.                 ],
  9804.                 'sylius.admin_user' => [
  9805.                     'driver' => 'doctrine/orm',
  9806.                     'classes' => [
  9807.                         'model' => 'Sylius\\Component\\Core\\Model\\AdminUser',
  9808.                         'interface' => 'Sylius\\Component\\Core\\Model\\AdminUserInterface',
  9809.                         'repository' => 'Sylius\\Bundle\\UserBundle\\Doctrine\\ORM\\UserRepository',
  9810.                         'form' => 'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\AdminUserType',
  9811.                         'controller' => 'Sylius\\Bundle\\UserBundle\\Controller\\UserController',
  9812.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9813.                     ],
  9814.                     'templates' => 'SyliusUserBundle:User',
  9815.                     'encoder' => NULL,
  9816.                     'login_tracking_interval' => NULL,
  9817.                     'resetting' => [
  9818.                         'token' => [
  9819.                             'ttl' => 'P1D',
  9820.                             'length' => 16,
  9821.                             'field_name' => 'passwordResetToken',
  9822.                         ],
  9823.                         'pin' => [
  9824.                             'length' => 4,
  9825.                             'field_name' => 'passwordResetToken',
  9826.                         ],
  9827.                     ],
  9828.                     'verification' => [
  9829.                         'token' => [
  9830.                             'length' => 16,
  9831.                             'field_name' => 'emailVerificationToken',
  9832.                         ],
  9833.                     ],
  9834.                 ],
  9835.                 'sylius.shop_user' => [
  9836.                     'driver' => 'doctrine/orm',
  9837.                     'classes' => [
  9838.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\ShopUser',
  9839.                         'interface' => 'BitBag\\OpenMarketplace\\Entity\\ShopUserInterface',
  9840.                         'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\UserRepository',
  9841.                         'form' => 'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\ShopUserType',
  9842.                         'controller' => 'Sylius\\Bundle\\UserBundle\\Controller\\UserController',
  9843.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9844.                     ],
  9845.                     'templates' => 'SyliusUserBundle:User',
  9846.                     'encoder' => NULL,
  9847.                     'login_tracking_interval' => NULL,
  9848.                     'resetting' => [
  9849.                         'token' => [
  9850.                             'ttl' => 'P1D',
  9851.                             'length' => 16,
  9852.                             'field_name' => 'passwordResetToken',
  9853.                         ],
  9854.                         'pin' => [
  9855.                             'length' => 4,
  9856.                             'field_name' => 'passwordResetToken',
  9857.                         ],
  9858.                     ],
  9859.                     'verification' => [
  9860.                         'token' => [
  9861.                             'length' => 16,
  9862.                             'field_name' => 'emailVerificationToken',
  9863.                         ],
  9864.                     ],
  9865.                 ],
  9866.                 'sylius.oauth_user' => [
  9867.                     'driver' => 'doctrine/orm',
  9868.                     'encoder' => false,
  9869.                     'classes' => [
  9870.                         'model' => 'Sylius\\Component\\User\\Model\\UserOAuth',
  9871.                         'interface' => 'Sylius\\Component\\User\\Model\\UserOAuthInterface',
  9872.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9873.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9874.                     ],
  9875.                     'templates' => 'SyliusUserBundle:User',
  9876.                     'login_tracking_interval' => NULL,
  9877.                     'resetting' => [
  9878.                         'token' => [
  9879.                             'ttl' => 'P1D',
  9880.                             'length' => 16,
  9881.                             'field_name' => 'passwordResetToken',
  9882.                         ],
  9883.                         'pin' => [
  9884.                             'length' => 4,
  9885.                             'field_name' => 'passwordResetToken',
  9886.                         ],
  9887.                     ],
  9888.                     'verification' => [
  9889.                         'token' => [
  9890.                             'length' => 16,
  9891.                             'field_name' => 'emailVerificationToken',
  9892.                         ],
  9893.                     ],
  9894.                 ],
  9895.                 'sylius.customer' => [
  9896.                     'driver' => 'doctrine/orm',
  9897.                     'classes' => [
  9898.                         'repository' => 'BitBag\\OpenMarketplace\\Repository\\CustomerRepository',
  9899.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\Customer',
  9900.                         'controller' => 'BitBag\\OpenMarketplace\\Controller\\Bikers\\InscriptionController',
  9901.                         'interface' => 'Sylius\\Component\\Customer\\Model\\CustomerInterface',
  9902.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9903.                         'form' => 'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerType',
  9904.                     ],
  9905.                 ],
  9906.                 'sylius.customer_group' => [
  9907.                     'driver' => 'doctrine/orm',
  9908.                     'classes' => [
  9909.                         'model' => 'Sylius\\Component\\Customer\\Model\\CustomerGroup',
  9910.                         'interface' => 'Sylius\\Component\\Customer\\Model\\CustomerGroupInterface',
  9911.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9912.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9913.                         'form' => 'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerGroupType',
  9914.                     ],
  9915.                 ],
  9916.                 'sylius.product_review' => [
  9917.                     'driver' => 'doctrine/orm',
  9918.                     'classes' => [
  9919.                         'model' => 'Sylius\\Component\\Core\\Model\\ProductReview',
  9920.                         'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductReviewRepository',
  9921.                         'form' => 'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Product\\ProductReviewType',
  9922.                         'interface' => 'Sylius\\Component\\Review\\Model\\ReviewInterface',
  9923.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9924.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9925.                     ],
  9926.                 ],
  9927.                 'sylius.product_reviewer' => [
  9928.                     'driver' => 'doctrine/orm',
  9929.                     'classes' => [
  9930.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\Customer',
  9931.                         'interface' => 'Sylius\\Component\\Review\\Model\\ReviewerInterface',
  9932.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9933.                     ],
  9934.                 ],
  9935.                 'sylius.product_taxon' => [
  9936.                     'driver' => 'doctrine/orm',
  9937.                     'classes' => [
  9938.                         'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductTaxonRepository',
  9939.                         'model' => 'Sylius\\Component\\Core\\Model\\ProductTaxon',
  9940.                         'interface' => 'Sylius\\Component\\Core\\Model\\ProductTaxonInterface',
  9941.                         'controller' => 'Sylius\\Bundle\\CoreBundle\\Controller\\ProductTaxonController',
  9942.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9943.                     ],
  9944.                 ],
  9945.                 'sylius.product_image' => [
  9946.                     'driver' => 'doctrine/orm',
  9947.                     'classes' => [
  9948.                         'model' => 'Sylius\\Component\\Core\\Model\\ProductImage',
  9949.                         'interface' => 'Sylius\\Component\\Core\\Model\\ProductImageInterface',
  9950.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9951.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9952.                     ],
  9953.                 ],
  9954.                 'sylius.avatar_image' => [
  9955.                     'driver' => 'doctrine/orm',
  9956.                     'classes' => [
  9957.                         'model' => 'Sylius\\Component\\Core\\Model\\AvatarImage',
  9958.                         'interface' => 'Sylius\\Component\\Core\\Model\\AvatarImageInterface',
  9959.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9960.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9961.                     ],
  9962.                 ],
  9963.                 'sylius.taxon_image' => [
  9964.                     'driver' => 'doctrine/orm',
  9965.                     'classes' => [
  9966.                         'model' => 'Sylius\\Component\\Core\\Model\\TaxonImage',
  9967.                         'interface' => 'Sylius\\Component\\Core\\Model\\TaxonImageInterface',
  9968.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9969.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9970.                     ],
  9971.                 ],
  9972.                 'sylius.channel_pricing' => [
  9973.                     'driver' => 'doctrine/orm',
  9974.                     'classes' => [
  9975.                         'model' => 'Sylius\\Component\\Core\\Model\\ChannelPricing',
  9976.                         'interface' => 'Sylius\\Component\\Core\\Model\\ChannelPricingInterface',
  9977.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9978.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9979.                         'form' => 'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Product\\ChannelPricingType',
  9980.                     ],
  9981.                 ],
  9982.                 'sylius.shop_billing_data' => [
  9983.                     'driver' => 'doctrine/orm',
  9984.                     'classes' => [
  9985.                         'model' => 'Sylius\\Component\\Core\\Model\\ShopBillingData',
  9986.                         'interface' => 'Sylius\\Component\\Core\\Model\\ShopBillingDataInterface',
  9987.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9988.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  9989.                         'form' => 'Sylius\\Bundle\\CoreBundle\\Form\\Type\\ShopBillingDataType',
  9990.                     ],
  9991.                 ],
  9992.                 'open_marketplace.conversation' => [
  9993.                     'driver' => 'doctrine/orm',
  9994.                     'classes' => [
  9995.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\Conversation\\Conversation',
  9996.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  9997.                         'interface' => 'BitBag\\OpenMarketplace\\Entity\\Conversation\\ConversationInterface',
  9998.                         'repository' => 'BitBag\\OpenMarketplace\\Repository\\Conversation\\ConversationRepository',
  9999.                         'form' => 'BitBag\\OpenMarketplace\\Form\\Type\\Conversation\\ConversationType',
  10000.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10001.                     ],
  10002.                 ],
  10003.                 'open_marketplace.conversation_category' => [
  10004.                     'driver' => 'doctrine/orm',
  10005.                     'classes' => [
  10006.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\Conversation\\Category',
  10007.                         'interface' => 'BitBag\\OpenMarketplace\\Entity\\Conversation\\CategoryInterface',
  10008.                         'repository' => 'BitBag\\OpenMarketplace\\Repository\\Conversation\\CategoryRepository',
  10009.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10010.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10011.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10012.                     ],
  10013.                 ],
  10014.                 'bitbag_open_marketplace.conversation_message' => [
  10015.                     'driver' => 'doctrine/orm',
  10016.                     'classes' => [
  10017.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\Conversation\\Message',
  10018.                         'interface' => 'BitBag\\OpenMarketplace\\Entity\\Conversation\\MessageInterface',
  10019.                         'repository' => 'BitBag\\OpenMarketplace\\Repository\\Conversation\\MessageRepository',
  10020.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10021.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10022.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10023.                     ],
  10024.                 ],
  10025.                 'open_marketplace.draft_attribute' => [
  10026.                     'classes' => [
  10027.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\DraftAttribute',
  10028.                         'interface' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\DraftAttributeInterface',
  10029.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10030.                         'repository' => 'BitBag\\OpenMarketplace\\Repository\\DraftAttributeRepository',
  10031.                         'form' => 'BitBag\\OpenMarketplace\\Form\\ProductListing\\DraftAttributeType',
  10032.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10033.                     ],
  10034.                     'translation' => [
  10035.                         'classes' => [
  10036.                             'model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\DraftAttributeTranslation',
  10037.                             'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10038.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10039.                             'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10040.                         ],
  10041.                     ],
  10042.                     'driver' => 'doctrine/orm',
  10043.                 ],
  10044.                 'open_marketplace.draft_attribute_translation' => [
  10045.                     'driver' => 'doctrine/orm',
  10046.                     'classes' => [
  10047.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\DraftAttributeTranslation',
  10048.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10049.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10050.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10051.                     ],
  10052.                 ],
  10053.                 'open_marketplace.draft_attribute_value' => [
  10054.                     'classes' => [
  10055.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\DraftAttributeValue',
  10056.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10057.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10058.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10059.                     ],
  10060.                     'driver' => 'doctrine/orm',
  10061.                 ],
  10062.                 'open_marketplace.product_listing' => [
  10063.                     'driver' => 'doctrine/orm',
  10064.                     'classes' => [
  10065.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductListing',
  10066.                         'repository' => 'BitBag\\OpenMarketplace\\Repository\\ProductListing\\ProductListingRepository',
  10067.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10068.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10069.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10070.                     ],
  10071.                 ],
  10072.                 'open_marketplace.product_draft' => [
  10073.                     'driver' => 'doctrine/orm',
  10074.                     'classes' => [
  10075.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductDraft',
  10076.                         'interface' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductDraftInterface',
  10077.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10078.                         'form' => 'BitBag\\OpenMarketplace\\Form\\ProductListing\\ProductType',
  10079.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10080.                     ],
  10081.                 ],
  10082.                 'open_marketplace.product_translation' => [
  10083.                     'driver' => 'doctrine/orm',
  10084.                     'classes' => [
  10085.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductTranslation',
  10086.                         'interface' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductTranslationInterface',
  10087.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10088.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10089.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10090.                     ],
  10091.                 ],
  10092.                 'open_marketplace.product_listing_price' => [
  10093.                     'driver' => 'doctrine/orm',
  10094.                     'classes' => [
  10095.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductListingPrice',
  10096.                         'interface' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductListingPriceInterface',
  10097.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10098.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10099.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10100.                     ],
  10101.                 ],
  10102.                 'open_marketplace.product_draft_image' => [
  10103.                     'driver' => 'doctrine/orm',
  10104.                     'classes' => [
  10105.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductDraftImage',
  10106.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10107.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10108.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10109.                     ],
  10110.                 ],
  10111.                 'open_marketplace.product_draft_taxons' => [
  10112.                     'driver' => 'doctrine/orm',
  10113.                     'classes' => [
  10114.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductDraftTaxon',
  10115.                         'interface' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductDraftTaxonInterface',
  10116.                         'repository' => 'BitBag\\OpenMarketplace\\Repository\\ProductListing\\ProductDraftTaxonRepository',
  10117.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10118.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10119.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10120.                     ],
  10121.                 ],
  10122.                 'open_marketplace.product_value_sc' => [
  10123.                     'driver' => 'doctrine/orm',
  10124.                     'classes' => [
  10125.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductValueSC',
  10126.                         'interface' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductValueSCInterface',
  10127.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10128.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10129.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10130.                     ],
  10131.                 ],
  10132.                 'open_marketplace.vendor' => [
  10133.                     'driver' => 'doctrine/orm',
  10134.                     'classes' => [
  10135.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\Vendor',
  10136.                         'interface' => 'BitBag\\OpenMarketplace\\Entity\\VendorInterface',
  10137.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10138.                         'repository' => 'BitBag\\OpenMarketplace\\Repository\\VendorRepository',
  10139.                         'form' => 'BitBag\\OpenMarketplace\\Form\\Type\\VendorEditType',
  10140.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10141.                     ],
  10142.                 ],
  10143.                 'open_marketplace.vendor_profile_update' => [
  10144.                     'classes' => [
  10145.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\VendorProfileUpdate',
  10146.                         'interface' => 'BitBag\\OpenMarketplace\\Entity\\VendorProfileUpdateInterface',
  10147.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10148.                         'repository' => 'BitBag\\OpenMarketplace\\Repository\\VendorProfileUpdateRepository',
  10149.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10150.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10151.                     ],
  10152.                     'driver' => 'doctrine/orm',
  10153.                 ],
  10154.                 'open_marketplace.vendor_address' => [
  10155.                     'classes' => [
  10156.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\VendorAddress',
  10157.                         'interface' => 'BitBag\\OpenMarketplace\\Entity\\VendorAddressInterface',
  10158.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10159.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10160.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10161.                     ],
  10162.                     'driver' => 'doctrine/orm',
  10163.                 ],
  10164.                 'open_marketplace.vendor_address_update' => [
  10165.                     'classes' => [
  10166.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\VendorAddressUpdate',
  10167.                         'interface' => 'BitBag\\OpenMarketplace\\Entity\\VendorAddressUpdateInterface',
  10168.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10169.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10170.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10171.                     ],
  10172.                     'driver' => 'doctrine/orm',
  10173.                 ],
  10174.                 'open_marketplace.vendor_shipping_method' => [
  10175.                     'classes' => [
  10176.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\VendorShippingMethod',
  10177.                         'interface' => 'BitBag\\OpenMarketplace\\Entity\\VendorShippingMethodInterface',
  10178.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10179.                         'repository' => 'BitBag\\OpenMarketplace\\Repository\\VendorShippingMethodRepository',
  10180.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10181.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10182.                     ],
  10183.                     'driver' => 'doctrine/orm',
  10184.                 ],
  10185.                 'bitbag_open_marketplace.vendor_image' => [
  10186.                     'classes' => [
  10187.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\VendorImage',
  10188.                         'interface' => 'BitBag\\OpenMarketplace\\Entity\\VendorImageInterface',
  10189.                         'form' => 'BitBag\\OpenMarketplace\\Form\\VendorImageType',
  10190.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10191.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10192.                     ],
  10193.                     'driver' => 'doctrine/orm',
  10194.                 ],
  10195.                 'bitbag_open_marketplace.vendor_profile_update_image' => [
  10196.                     'classes' => [
  10197.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\VendorProfileUpdateImage',
  10198.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10199.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10200.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10201.                     ],
  10202.                     'driver' => 'doctrine/orm',
  10203.                 ],
  10204.                 'bitbag_sylius_cms_plugin.block' => [
  10205.                     'driver' => 'doctrine/orm',
  10206.                     'classes' => [
  10207.                         'model' => 'BitBag\\SyliusCmsPlugin\\Entity\\Block',
  10208.                         'interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\BlockInterface',
  10209.                         'form' => 'BitBag\\SyliusCmsPlugin\\Form\\Type\\BlockType',
  10210.                         'repository' => 'BitBag\\SyliusCmsPlugin\\Repository\\BlockRepository',
  10211.                         'controller' => 'BitBag\\SyliusCmsPlugin\\Controller\\BlockController',
  10212.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10213.                     ],
  10214.                     'translation' => [
  10215.                         'classes' => [
  10216.                             'model' => 'BitBag\\SyliusCmsPlugin\\Entity\\BlockTranslation',
  10217.                             'interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\BlockTranslationInterface',
  10218.                             'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10219.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10220.                             'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10221.                         ],
  10222.                     ],
  10223.                 ],
  10224.                 'bitbag_sylius_cms_plugin.block_translation' => [
  10225.                     'driver' => 'doctrine/orm',
  10226.                     'classes' => [
  10227.                         'model' => 'BitBag\\SyliusCmsPlugin\\Entity\\BlockTranslation',
  10228.                         'interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\BlockTranslationInterface',
  10229.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10230.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10231.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10232.                     ],
  10233.                 ],
  10234.                 'bitbag_sylius_cms_plugin.page' => [
  10235.                     'driver' => 'doctrine/orm',
  10236.                     'classes' => [
  10237.                         'model' => 'BitBag\\SyliusCmsPlugin\\Entity\\Page',
  10238.                         'interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\PageInterface',
  10239.                         'form' => 'BitBag\\SyliusCmsPlugin\\Form\\Type\\PageType',
  10240.                         'repository' => 'BitBag\\SyliusCmsPlugin\\Repository\\PageRepository',
  10241.                         'controller' => 'BitBag\\SyliusCmsPlugin\\Controller\\PageController',
  10242.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10243.                     ],
  10244.                     'translation' => [
  10245.                         'classes' => [
  10246.                             'model' => 'BitBag\\SyliusCmsPlugin\\Entity\\PageTranslation',
  10247.                             'interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\PageTranslationInterface',
  10248.                             'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10249.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10250.                             'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10251.                         ],
  10252.                     ],
  10253.                 ],
  10254.                 'bitbag_sylius_cms_plugin.page_translation' => [
  10255.                     'driver' => 'doctrine/orm',
  10256.                     'classes' => [
  10257.                         'model' => 'BitBag\\SyliusCmsPlugin\\Entity\\PageTranslation',
  10258.                         'interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\PageTranslationInterface',
  10259.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10260.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10261.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10262.                     ],
  10263.                 ],
  10264.                 'bitbag_sylius_cms_plugin.frequently_asked_question' => [
  10265.                     'driver' => 'doctrine/orm',
  10266.                     'classes' => [
  10267.                         'model' => 'BitBag\\SyliusCmsPlugin\\Entity\\FrequentlyAskedQuestion',
  10268.                         'interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\FrequentlyAskedQuestionInterface',
  10269.                         'form' => 'BitBag\\SyliusCmsPlugin\\Form\\Type\\FrequentlyAskedQuestionType',
  10270.                         'repository' => 'BitBag\\SyliusCmsPlugin\\Repository\\FrequentlyAskedQuestionRepository',
  10271.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10272.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10273.                     ],
  10274.                     'translation' => [
  10275.                         'classes' => [
  10276.                             'model' => 'BitBag\\SyliusCmsPlugin\\Entity\\FrequentlyAskedQuestionTranslation',
  10277.                             'interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\FrequentlyAskedQuestionTranslationInterface',
  10278.                             'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10279.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10280.                             'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10281.                         ],
  10282.                     ],
  10283.                 ],
  10284.                 'bitbag_sylius_cms_plugin.frequently_asked_question_translation' => [
  10285.                     'driver' => 'doctrine/orm',
  10286.                     'classes' => [
  10287.                         'model' => 'BitBag\\SyliusCmsPlugin\\Entity\\FrequentlyAskedQuestionTranslation',
  10288.                         'interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\FrequentlyAskedQuestionTranslationInterface',
  10289.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10290.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10291.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10292.                     ],
  10293.                 ],
  10294.                 'bitbag_sylius_cms_plugin.section' => [
  10295.                     'driver' => 'doctrine/orm',
  10296.                     'classes' => [
  10297.                         'model' => 'BitBag\\SyliusCmsPlugin\\Entity\\Section',
  10298.                         'interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\SectionInterface',
  10299.                         'form' => 'BitBag\\SyliusCmsPlugin\\Form\\Type\\SectionType',
  10300.                         'repository' => 'BitBag\\SyliusCmsPlugin\\Repository\\SectionRepository',
  10301.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10302.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10303.                     ],
  10304.                     'translation' => [
  10305.                         'classes' => [
  10306.                             'model' => 'BitBag\\SyliusCmsPlugin\\Entity\\SectionTranslation',
  10307.                             'interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\SectionTranslationInterface',
  10308.                             'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10309.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10310.                             'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10311.                         ],
  10312.                     ],
  10313.                 ],
  10314.                 'bitbag_sylius_cms_plugin.section_translation' => [
  10315.                     'driver' => 'doctrine/orm',
  10316.                     'classes' => [
  10317.                         'model' => 'BitBag\\SyliusCmsPlugin\\Entity\\SectionTranslation',
  10318.                         'interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\SectionTranslationInterface',
  10319.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10320.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10321.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10322.                     ],
  10323.                 ],
  10324.                 'bitbag_sylius_cms_plugin.media' => [
  10325.                     'driver' => 'doctrine/orm',
  10326.                     'classes' => [
  10327.                         'model' => 'BitBag\\SyliusCmsPlugin\\Entity\\Media',
  10328.                         'interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\MediaInterface',
  10329.                         'form' => 'BitBag\\SyliusCmsPlugin\\Form\\Type\\MediaType',
  10330.                         'repository' => 'BitBag\\SyliusCmsPlugin\\Repository\\MediaRepository',
  10331.                         'controller' => 'BitBag\\SyliusCmsPlugin\\Controller\\MediaController',
  10332.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10333.                     ],
  10334.                     'translation' => [
  10335.                         'classes' => [
  10336.                             'model' => 'BitBag\\SyliusCmsPlugin\\Entity\\MediaTranslation',
  10337.                             'interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\MediaTranslationInterface',
  10338.                             'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10339.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10340.                             'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10341.                         ],
  10342.                     ],
  10343.                 ],
  10344.                 'bitbag_sylius_cms_plugin.media_translation' => [
  10345.                     'driver' => 'doctrine/orm',
  10346.                     'classes' => [
  10347.                         'model' => 'BitBag\\SyliusCmsPlugin\\Entity\\MediaTranslation',
  10348.                         'interface' => 'BitBag\\SyliusCmsPlugin\\Entity\\MediaTranslationInterface',
  10349.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10350.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10351.                         'form' => 'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType',
  10352.                     ],
  10353.                 ],
  10354.                 'bitbag.shipping_export' => [
  10355.                     'classes' => [
  10356.                         'model' => 'BitBag\\SyliusShippingExportPlugin\\Entity\\ShippingExport',
  10357.                         'interface' => 'BitBag\\SyliusShippingExportPlugin\\Entity\\ShippingExportInterface',
  10358.                         'repository' => 'BitBag\\SyliusShippingExportPlugin\\Repository\\ShippingExportRepository',
  10359.                         'form' => 'BitBag\\SyliusShippingExportPlugin\\Form\\Type\\ShippingGatewayType',
  10360.                         'controller' => 'BitBag\\SyliusShippingExportPlugin\\Controller\\ShippingExportController',
  10361.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10362.                     ],
  10363.                     'driver' => 'doctrine/orm',
  10364.                 ],
  10365.                 'bitbag.shipping_gateway' => [
  10366.                     'classes' => [
  10367.                         'model' => 'BitBag\\SyliusShippingExportPlugin\\Entity\\ShippingGateway',
  10368.                         'interface' => 'BitBag\\SyliusShippingExportPlugin\\Entity\\ShippingGatewayInterface',
  10369.                         'repository' => 'BitBag\\SyliusShippingExportPlugin\\Repository\\ShippingGatewayRepository',
  10370.                         'form' => 'BitBag\\SyliusShippingExportPlugin\\Form\\Type\\ShippingGatewayType',
  10371.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10372.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10373.                     ],
  10374.                     'driver' => 'doctrine/orm',
  10375.                 ],
  10376.                 'sylius.payment_security_token' => [
  10377.                     'driver' => 'doctrine/orm',
  10378.                     'classes' => [
  10379.                         'model' => 'Sylius\\Bundle\\PayumBundle\\Model\\PaymentSecurityToken',
  10380.                         'interface' => 'Sylius\\Bundle\\PayumBundle\\Model\\PaymentSecurityTokenInterface',
  10381.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10382.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10383.                     ],
  10384.                 ],
  10385.                 'sylius.gateway_config' => [
  10386.                     'driver' => 'doctrine/orm',
  10387.                     'classes' => [
  10388.                         'model' => 'Sylius\\Bundle\\PayumBundle\\Model\\GatewayConfig',
  10389.                         'interface' => 'Sylius\\Bundle\\PayumBundle\\Model\\GatewayConfigInterface',
  10390.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10391.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10392.                         'form' => 'Sylius\\Bundle\\PayumBundle\\Form\\Type\\GatewayConfigType',
  10393.                     ],
  10394.                 ],
  10395.                 'bitbag_sylius_wishlist_plugin.wishlist' => [
  10396.                     'driver' => 'doctrine/orm',
  10397.                     'classes' => [
  10398.                         'model' => 'BitBag\\SyliusWishlistPlugin\\Entity\\Wishlist',
  10399.                         'interface' => 'BitBag\\SyliusWishlistPlugin\\Entity\\WishlistInterface',
  10400.                         'repository' => 'BitBag\\SyliusWishlistPlugin\\Repository\\WishlistRepository',
  10401.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10402.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10403.                     ],
  10404.                 ],
  10405.                 'bitbag_sylius_wishlist_plugin.wishlist_product' => [
  10406.                     'driver' => 'doctrine/orm',
  10407.                     'classes' => [
  10408.                         'model' => 'BitBag\\SyliusWishlistPlugin\\Entity\\WishlistProduct',
  10409.                         'interface' => 'BitBag\\SyliusWishlistPlugin\\Entity\\WishlistProductInterface',
  10410.                         'repository' => 'Sylius\\Bundle\\ResourceBundle\\Doctrine\\ORM\\EntityRepository',
  10411.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10412.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10413.                     ],
  10414.                 ],
  10415.                 'odiseo_blog.article' => [
  10416.                     'driver' => 'doctrine/orm',
  10417.                     'classes' => [
  10418.                         'model' => 'BitBag\\OpenMarketplace\\Entity\\Article',
  10419.                         'repository' => 'BitBag\\OpenMarketplace\\Repository\\ArticleExtensionRepository',
  10420.                         'interface' => 'Odiseo\\BlogBundle\\Model\\ArticleInterface',
  10421.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10422.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  10423.                         'form' => 'Odiseo\\BlogBundle\\Form\\Type\\ArticleType',
  10424.                     ],
  10425.                     'translation' => [
  10426.                         'classes' => [
  10427.                             'model' => 'Odiseo\\BlogBundle\\Model\\ArticleTranslation',
  10428.                             'interface' => 'Odiseo\\BlogBundle\\Model\\ArticleTranslationInterface',
  10429.                             'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10430.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10431.                             'form' => 'Odiseo\\BlogBundle\\Form\\Type\\ArticleTranslationType',
  10432.                         ],
  10433.                     ],
  10434.                 ],
  10435.                 'odiseo_blog.article_translation' => [
  10436.                     'driver' => 'doctrine/orm',
  10437.                     'classes' => [
  10438.                         'model' => 'Odiseo\\BlogBundle\\Model\\ArticleTranslation',
  10439.                         'interface' => 'Odiseo\\BlogBundle\\Model\\ArticleTranslationInterface',
  10440.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10441.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10442.                         'form' => 'Odiseo\\BlogBundle\\Form\\Type\\ArticleTranslationType',
  10443.                     ],
  10444.                 ],
  10445.                 'odiseo_blog.article_comment' => [
  10446.                     'driver' => 'doctrine/orm',
  10447.                     'classes' => [
  10448.                         'model' => 'Odiseo\\SyliusBlogPlugin\\Entity\\ArticleComment',
  10449.                         'interface' => 'Odiseo\\BlogBundle\\Model\\ArticleCommentInterface',
  10450.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10451.                         'factory' => 'Odiseo\\BlogBundle\\Factory\\ArticleCommentFactory',
  10452.                         'form' => 'Odiseo\\BlogBundle\\Form\\Type\\ArticleCommentType',
  10453.                     ],
  10454.                 ],
  10455.                 'odiseo_blog.article_category' => [
  10456.                     'driver' => 'doctrine/orm',
  10457.                     'classes' => [
  10458.                         'model' => 'Odiseo\\BlogBundle\\Model\\ArticleCategory',
  10459.                         'interface' => 'Odiseo\\BlogBundle\\Model\\ArticleCategoryInterface',
  10460.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10461.                         'repository' => 'Odiseo\\BlogBundle\\Doctrine\\ORM\\ArticleCategoryRepository',
  10462.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  10463.                         'form' => 'Odiseo\\BlogBundle\\Form\\Type\\ArticleCategoryType',
  10464.                     ],
  10465.                     'translation' => [
  10466.                         'classes' => [
  10467.                             'model' => 'Odiseo\\BlogBundle\\Model\\ArticleCategoryTranslation',
  10468.                             'interface' => 'Odiseo\\BlogBundle\\Model\\ArticleCategoryTranslationInterface',
  10469.                             'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10470.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10471.                             'form' => 'Odiseo\\BlogBundle\\Form\\Type\\ArticleCategoryTranslationType',
  10472.                         ],
  10473.                     ],
  10474.                 ],
  10475.                 'odiseo_blog.article_category_translation' => [
  10476.                     'driver' => 'doctrine/orm',
  10477.                     'classes' => [
  10478.                         'model' => 'Odiseo\\BlogBundle\\Model\\ArticleCategoryTranslation',
  10479.                         'interface' => 'Odiseo\\BlogBundle\\Model\\ArticleCategoryTranslationInterface',
  10480.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10481.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10482.                         'form' => 'Odiseo\\BlogBundle\\Form\\Type\\ArticleCategoryTranslationType',
  10483.                     ],
  10484.                 ],
  10485.                 'odiseo_blog.article_image' => [
  10486.                     'driver' => 'doctrine/orm',
  10487.                     'classes' => [
  10488.                         'model' => 'Odiseo\\BlogBundle\\Model\\ArticleImage',
  10489.                         'interface' => 'Odiseo\\BlogBundle\\Model\\ArticleImageInterface',
  10490.                         'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10491.                         'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10492.                         'form' => 'Odiseo\\BlogBundle\\Form\\Type\\ArticleImageType',
  10493.                     ],
  10494.                 ],
  10495.             ],
  10496.             'sylius.model.adjustment.class' => 'Sylius\\Component\\Core\\Model\\Adjustment',
  10497.             'sylius.controller.adjustment.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10498.             'sylius.factory.adjustment.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10499.             'sylius.doctrine.orm.container_repository_factory.entities' => [
  10500.                 => 'Sylius\\Component\\Core\\Model\\Adjustment',
  10501.                 => 'Sylius\\Component\\Core\\Model\\OrderSequence',
  10502.                 => 'Sylius\\Component\\Currency\\Model\\Currency',
  10503.                 => 'Sylius\\Component\\Locale\\Model\\Locale',
  10504.                 => 'Sylius\\Component\\Core\\Model\\ProductTranslation',
  10505.                 => 'Sylius\\Component\\Product\\Model\\ProductVariantTranslation',
  10506.                 => 'Sylius\\Component\\Product\\Model\\ProductOptionTranslation',
  10507.                 => 'Sylius\\Component\\Product\\Model\\ProductAssociationTypeTranslation',
  10508.                 => 'Sylius\\Component\\Product\\Model\\ProductOptionValue',
  10509.                 => 'Sylius\\Component\\Product\\Model\\ProductOptionValueTranslation',
  10510.                 10 => 'Sylius\\Component\\Product\\Model\\ProductAttribute',
  10511.                 11 => 'Sylius\\Component\\Product\\Model\\ProductAttributeTranslation',
  10512.                 12 => 'Sylius\\Component\\Core\\Model\\TaxRate',
  10513.                 13 => 'Sylius\\Component\\Core\\Model\\OrderItemUnit',
  10514.                 14 => 'Sylius\\Component\\Shipping\\Model\\ShippingMethodTranslation',
  10515.                 15 => 'Sylius\\Component\\Shipping\\Model\\ShippingMethodRule',
  10516.                 16 => 'Sylius\\Component\\Payment\\Model\\PaymentMethodTranslation',
  10517.                 17 => 'Sylius\\Component\\Promotion\\Model\\CatalogPromotionTranslation',
  10518.                 18 => 'Sylius\\Component\\Core\\Model\\CatalogPromotionScope',
  10519.                 19 => 'BitBag\\OpenMarketplace\\Entity\\Order',
  10520.                 20 => 'Sylius\\Component\\Promotion\\Model\\CatalogPromotionAction',
  10521.                 21 => 'Sylius\\Component\\Promotion\\Model\\PromotionRule',
  10522.                 22 => 'Sylius\\Component\\Promotion\\Model\\PromotionAction',
  10523.                 23 => 'Sylius\\Component\\Addressing\\Model\\Country',
  10524.                 24 => 'Sylius\\Component\\Addressing\\Model\\Province',
  10525.                 25 => 'Sylius\\Component\\Addressing\\Model\\Zone',
  10526.                 26 => 'Sylius\\Component\\Addressing\\Model\\ZoneMember',
  10527.                 27 => 'Sylius\\Component\\Core\\Model\\OrderItemUnit',
  10528.                 28 => 'Sylius\\Component\\Taxonomy\\Model\\TaxonTranslation',
  10529.                 29 => 'Sylius\\Component\\User\\Model\\UserOAuth',
  10530.                 30 => 'Sylius\\Component\\Customer\\Model\\CustomerGroup',
  10531.                 31 => 'BitBag\\OpenMarketplace\\Entity\\Customer',
  10532.                 32 => 'Sylius\\Component\\Core\\Model\\ProductImage',
  10533.                 33 => 'Sylius\\Component\\Core\\Model\\TaxonImage',
  10534.                 34 => 'Sylius\\Component\\Core\\Model\\ChannelPricing',
  10535.                 35 => 'Sylius\\Component\\Core\\Model\\ShopBillingData',
  10536.                 36 => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\DraftAttributeTranslation',
  10537.                 37 => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\DraftAttributeValue',
  10538.                 38 => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductDraft',
  10539.                 39 => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductTranslation',
  10540.                 40 => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductListingPrice',
  10541.                 41 => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductDraftImage',
  10542.                 42 => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductValueSC',
  10543.                 43 => 'BitBag\\OpenMarketplace\\Entity\\VendorAddress',
  10544.                 44 => 'BitBag\\OpenMarketplace\\Entity\\VendorAddressUpdate',
  10545.                 45 => 'BitBag\\OpenMarketplace\\Entity\\VendorImage',
  10546.                 46 => 'BitBag\\OpenMarketplace\\Entity\\VendorProfileUpdateImage',
  10547.                 47 => 'BitBag\\SyliusCmsPlugin\\Entity\\BlockTranslation',
  10548.                 48 => 'BitBag\\SyliusCmsPlugin\\Entity\\PageTranslation',
  10549.                 49 => 'BitBag\\SyliusCmsPlugin\\Entity\\FrequentlyAskedQuestionTranslation',
  10550.                 50 => 'BitBag\\SyliusCmsPlugin\\Entity\\SectionTranslation',
  10551.                 51 => 'BitBag\\SyliusCmsPlugin\\Entity\\MediaTranslation',
  10552.                 52 => 'Sylius\\Bundle\\PayumBundle\\Model\\PaymentSecurityToken',
  10553.                 53 => 'Sylius\\Bundle\\PayumBundle\\Model\\GatewayConfig',
  10554.                 54 => 'BitBag\\SyliusWishlistPlugin\\Entity\\WishlistProduct',
  10555.                 55 => 'Odiseo\\BlogBundle\\Model\\ArticleTranslation',
  10556.                 56 => 'Odiseo\\SyliusBlogPlugin\\Entity\\ArticleComment',
  10557.                 57 => 'Odiseo\\BlogBundle\\Model\\ArticleCategoryTranslation',
  10558.                 58 => 'Odiseo\\BlogBundle\\Model\\ArticleImage',
  10559.             ],
  10560.             'sylius.model.order.class' => 'BitBag\\OpenMarketplace\\Entity\\Order',
  10561.             'sylius.controller.order.class' => 'Sylius\\Bundle\\CoreBundle\\Controller\\OrderController',
  10562.             'sylius.factory.order.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10563.             'sylius.model.order_item.class' => 'BitBag\\OpenMarketplace\\Entity\\OrderItem',
  10564.             'sylius.controller.order_item.class' => 'BitBag\\SyliusWishlistPlugin\\Controller\\OrderItemController',
  10565.             'sylius.factory.order_item.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10566.             'sylius.model.order_item_unit.class' => 'Sylius\\Component\\Core\\Model\\OrderItemUnit',
  10567.             'sylius.controller.order_item_unit.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10568.             'sylius.factory.order_item_unit.class' => 'Sylius\\Component\\Order\\Factory\\OrderItemUnitFactory',
  10569.             'sylius.repository.order_item_unit.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\OrderItemUnitRepository',
  10570.             'sylius.model.order_sequence.class' => 'Sylius\\Component\\Core\\Model\\OrderSequence',
  10571.             'sylius.factory.order_sequence.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10572.             'sylius.form.type.order.validation_groups' => [
  10573.                 => 'sylius',
  10574.             ],
  10575.             'sylius.form.type.order_item.validation_groups' => [
  10576.                 => 'sylius',
  10577.             ],
  10578.             'sylius.form.type.cart.validation_groups' => [
  10579.                 => 'sylius',
  10580.             ],
  10581.             'sylius.form.type.cart_item.validation_groups' => [
  10582.                 => 'sylius',
  10583.             ],
  10584.             'sylius_order.cart_expiration_period' => '2 days',
  10585.             'sylius_order.order_expiration_period' => '5 days',
  10586.             'sylius_money.locale' => 'fr_FR',
  10587.             'sylius.repository.exchange_rate.class' => 'Sylius\\Bundle\\CurrencyBundle\\Doctrine\\ORM\\ExchangeRateRepository',
  10588.             'sylius_currency.driver.doctrine/orm' => true,
  10589.             'sylius_currency.driver' => 'doctrine/orm',
  10590.             'sylius.model.currency.class' => 'Sylius\\Component\\Currency\\Model\\Currency',
  10591.             'sylius.controller.currency.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10592.             'sylius.factory.currency.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10593.             'sylius.model.exchange_rate.class' => 'Sylius\\Component\\Currency\\Model\\ExchangeRate',
  10594.             'sylius.controller.exchange_rate.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10595.             'sylius.factory.exchange_rate.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10596.             'sylius.form.type.currency.validation_groups' => [
  10597.                 => 'sylius',
  10598.             ],
  10599.             'sylius.form.type.exchange_rate.validation_groups' => [
  10600.                 => 'sylius',
  10601.             ],
  10602.             'sylius_locale.driver.doctrine/orm' => true,
  10603.             'sylius_locale.driver' => 'doctrine/orm',
  10604.             'sylius.model.locale.class' => 'Sylius\\Component\\Locale\\Model\\Locale',
  10605.             'sylius.controller.locale.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10606.             'sylius.factory.locale.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10607.             'sylius.form.type.locale.validation_groups' => [
  10608.                 => 'sylius',
  10609.             ],
  10610.             'sylius_locale.locale' => 'fr_FR',
  10611.             'sylius.repository.product.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductRepository',
  10612.             'sylius.repository.product_variant.class' => 'BitBag\\OpenMarketplace\\Repository\\ProductVariantRepository',
  10613.             'sylius.repository.product_attribute.class' => 'Sylius\\Bundle\\ResourceBundle\\Doctrine\\ORM\\EntityRepository',
  10614.             'sylius.repository.product_option.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductOptionRepository',
  10615.             'sylius_product.driver.doctrine/orm' => true,
  10616.             'sylius_product.driver' => 'doctrine/orm',
  10617.             'sylius.model.product.class' => 'BitBag\\OpenMarketplace\\Entity\\Product',
  10618.             'sylius.controller.product.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10619.             'sylius.factory.product.class' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  10620.             'sylius.model.product_translation.class' => 'Sylius\\Component\\Core\\Model\\ProductTranslation',
  10621.             'sylius.controller.product_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10622.             'sylius.factory.product_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10623.             'sylius.model.product_variant.class' => 'Sylius\\Component\\Core\\Model\\ProductVariant',
  10624.             'sylius.controller.product_variant.class' => 'Sylius\\Bundle\\CoreBundle\\Controller\\ProductVariantController',
  10625.             'sylius.factory.product_variant.class' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  10626.             'sylius.model.product_variant_translation.class' => 'Sylius\\Component\\Product\\Model\\ProductVariantTranslation',
  10627.             'sylius.controller.product_variant_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10628.             'sylius.factory.product_variant_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10629.             'sylius.model.product_option.class' => 'Sylius\\Component\\Product\\Model\\ProductOption',
  10630.             'sylius.controller.product_option.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10631.             'sylius.factory.product_option.class' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  10632.             'sylius.model.product_option_translation.class' => 'Sylius\\Component\\Product\\Model\\ProductOptionTranslation',
  10633.             'sylius.controller.product_option_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10634.             'sylius.factory.product_option_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10635.             'sylius.model.product_association.class' => 'Sylius\\Component\\Product\\Model\\ProductAssociation',
  10636.             'sylius.controller.product_association.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10637.             'sylius.factory.product_association.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10638.             'sylius.repository.product_association.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductAssociationRepository',
  10639.             'sylius.model.product_association_type.class' => 'Sylius\\Component\\Product\\Model\\ProductAssociationType',
  10640.             'sylius.controller.product_association_type.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10641.             'sylius.factory.product_association_type.class' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  10642.             'sylius.repository.product_association_type.class' => 'Sylius\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductAssociationTypeRepository',
  10643.             'sylius.model.product_association_type_translation.class' => 'Sylius\\Component\\Product\\Model\\ProductAssociationTypeTranslation',
  10644.             'sylius.controller.product_association_type_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10645.             'sylius.factory.product_association_type_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10646.             'sylius.model.product_option_value.class' => 'Sylius\\Component\\Product\\Model\\ProductOptionValue',
  10647.             'sylius.controller.product_option_value.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10648.             'sylius.factory.product_option_value.class' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  10649.             'sylius.model.product_option_value_translation.class' => 'Sylius\\Component\\Product\\Model\\ProductOptionValueTranslation',
  10650.             'sylius.controller.product_option_value_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10651.             'sylius.factory.product_option_value_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10652.             'sylius.form.type.product_association.validation_groups' => [
  10653.                 => 'sylius',
  10654.             ],
  10655.             'sylius.form.type.product_association_type.validation_groups' => [
  10656.                 => 'sylius',
  10657.             ],
  10658.             'sylius.form.type.product_association_type_translation.validation_groups' => [
  10659.                 => 'sylius',
  10660.             ],
  10661.             'sylius.form.type.product_attribute.validation_groups' => [
  10662.                 => 'sylius',
  10663.             ],
  10664.             'sylius.form.type.product_attribute_translation.validation_groups' => [
  10665.                 => 'sylius',
  10666.             ],
  10667.             'sylius.form.type.product_attribute_value.validation_groups' => [
  10668.                 => 'sylius',
  10669.             ],
  10670.             'sylius.form.type.product.validation_groups' => [
  10671.                 => 'sylius',
  10672.             ],
  10673.             'sylius.form.type.product_translation.validation_groups' => [
  10674.                 => 'sylius',
  10675.             ],
  10676.             'sylius.form.type.product_generate_variants.validation_groups' => [
  10677.                 => 'sylius',
  10678.             ],
  10679.             'sylius.form.type.product_option.validation_groups' => [
  10680.                 => 'sylius',
  10681.             ],
  10682.             'sylius.form.type.product_option_translation.validation_groups' => [
  10683.                 => 'sylius',
  10684.             ],
  10685.             'sylius.form.type.product_option_value.validation_groups' => [
  10686.                 => 'sylius',
  10687.             ],
  10688.             'sylius.form.type.product_option_value_translation.validation_groups' => [
  10689.                 => 'sylius',
  10690.             ],
  10691.             'sylius.form.type.product_variant.validation_groups' => [
  10692.                 => 'sylius',
  10693.             ],
  10694.             'sylius.form.type.product_variant_translation.validation_groups' => [
  10695.                 => 'sylius',
  10696.             ],
  10697.             'sylius.form.type.product_variant_generation.validation_groups' => [
  10698.                 => 'sylius',
  10699.             ],
  10700.             'sylius.repository.channel.class' => 'Sylius\\Bundle\\ChannelBundle\\Doctrine\\ORM\\ChannelRepository',
  10701.             'sylius_channel.driver.doctrine/orm' => true,
  10702.             'sylius_channel.driver' => 'doctrine/orm',
  10703.             'sylius.model.channel.class' => 'Sylius\\Component\\Core\\Model\\Channel',
  10704.             'sylius.controller.channel.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10705.             'sylius.factory.channel.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10706.             'sylius.form.type.channel.validation_groups' => [
  10707.                 => 'sylius',
  10708.             ],
  10709.             'sylius.model.attribute.interface' => 'Sylius\\Component\\Attribute\\AttributeType\\AttributeTypeInterface',
  10710.             'sylius.attribute.subjects' => [
  10711.                 'product' => [
  10712.                     'subject' => 'BitBag\\OpenMarketplace\\Entity\\Product',
  10713.                     'attribute' => [
  10714.                         'classes' => [
  10715.                             'model' => 'Sylius\\Component\\Product\\Model\\ProductAttribute',
  10716.                             'interface' => 'Sylius\\Component\\Product\\Model\\ProductAttributeInterface',
  10717.                             'controller' => 'Sylius\\Bundle\\ProductBundle\\Controller\\ProductAttributeController',
  10718.                             'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeType',
  10719.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  10720.                         ],
  10721.                         'translation' => [
  10722.                             'classes' => [
  10723.                                 'model' => 'Sylius\\Component\\Product\\Model\\ProductAttributeTranslation',
  10724.                                 'interface' => 'Sylius\\Component\\Product\\Model\\ProductAttributeTranslationInterface',
  10725.                                 'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeTranslationType',
  10726.                                 'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10727.                                 'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10728.                             ],
  10729.                         ],
  10730.                     ],
  10731.                     'attribute_value' => [
  10732.                         'classes' => [
  10733.                             'model' => 'Sylius\\Component\\Product\\Model\\ProductAttributeValue',
  10734.                             'interface' => 'Sylius\\Component\\Product\\Model\\ProductAttributeValueInterface',
  10735.                             'repository' => 'Sylius\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductAttributeValueRepository',
  10736.                             'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeValueType',
  10737.                             'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10738.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10739.                         ],
  10740.                     ],
  10741.                 ],
  10742.             ],
  10743.             'sylius_attribute.driver.doctrine/orm' => true,
  10744.             'sylius_attribute.driver' => 'doctrine/orm',
  10745.             'sylius.model.product_attribute.class' => 'Sylius\\Component\\Product\\Model\\ProductAttribute',
  10746.             'sylius.controller.product_attribute.class' => 'Sylius\\Bundle\\ProductBundle\\Controller\\ProductAttributeController',
  10747.             'sylius.factory.product_attribute.class' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  10748.             'sylius.model.product_attribute_translation.class' => 'Sylius\\Component\\Product\\Model\\ProductAttributeTranslation',
  10749.             'sylius.controller.product_attribute_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10750.             'sylius.factory.product_attribute_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10751.             'sylius.model.product_attribute_value.class' => 'Sylius\\Component\\Product\\Model\\ProductAttributeValue',
  10752.             'sylius.controller.product_attribute_value.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10753.             'sylius.factory.product_attribute_value.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10754.             'sylius.repository.product_attribute_value.class' => 'Sylius\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductAttributeValueRepository',
  10755.             'sylius.repository.tax_category.class' => 'Sylius\\Bundle\\TaxationBundle\\Doctrine\\ORM\\TaxCategoryRepository',
  10756.             'sylius_taxation.driver.doctrine/orm' => true,
  10757.             'sylius_taxation.driver' => 'doctrine/orm',
  10758.             'sylius.model.tax_rate.class' => 'Sylius\\Component\\Core\\Model\\TaxRate',
  10759.             'sylius.controller.tax_rate.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10760.             'sylius.factory.tax_rate.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10761.             'sylius.model.tax_category.class' => 'Sylius\\Component\\Taxation\\Model\\TaxCategory',
  10762.             'sylius.controller.tax_category.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10763.             'sylius.factory.tax_category.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10764.             'sylius.form.type.tax_category.validation_groups' => [
  10765.                 => 'sylius',
  10766.             ],
  10767.             'sylius.form.type.tax_rate.validation_groups' => [
  10768.                 => 'sylius',
  10769.             ],
  10770.             'sylius.tax_calculator.interface' => 'Sylius\\Component\\Taxation\\Calculator\\CalculatorInterface',
  10771.             'sylius.repository.shipping_method.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShippingMethodRepository',
  10772.             'sylius_shipping.driver.doctrine/orm' => true,
  10773.             'sylius_shipping.driver' => 'doctrine/orm',
  10774.             'sylius.model.shipment.class' => 'BitBag\\OpenMarketplace\\Entity\\Shipment',
  10775.             'sylius.controller.shipment.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10776.             'sylius.factory.shipment.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10777.             'sylius.repository.shipment.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShipmentRepository',
  10778.             'sylius.model.shipment_unit.class' => 'Sylius\\Component\\Core\\Model\\OrderItemUnit',
  10779.             'sylius.controller.shipment_unit.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10780.             'sylius.factory.shipment_unit.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10781.             'sylius.model.shipping_method.class' => 'Sylius\\Component\\Core\\Model\\ShippingMethod',
  10782.             'sylius.controller.shipping_method.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10783.             'sylius.factory.shipping_method.class' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  10784.             'sylius.model.shipping_method_translation.class' => 'Sylius\\Component\\Shipping\\Model\\ShippingMethodTranslation',
  10785.             'sylius.controller.shipping_method_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10786.             'sylius.factory.shipping_method_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10787.             'sylius.model.shipping_category.class' => 'Sylius\\Component\\Shipping\\Model\\ShippingCategory',
  10788.             'sylius.controller.shipping_category.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10789.             'sylius.factory.shipping_category.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10790.             'sylius.repository.shipping_category.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShippingCategoryRepository',
  10791.             'sylius.model.shipping_method_rule.class' => 'Sylius\\Component\\Shipping\\Model\\ShippingMethodRule',
  10792.             'sylius.controller.shipping_method_rule.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10793.             'sylius.factory.shipping_method_rule.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10794.             'sylius.form.type.shipping_method.validation_groups' => [
  10795.                 => 'sylius',
  10796.             ],
  10797.             'sylius.form.type.shipping_method_translation.validation_groups' => [
  10798.                 => 'sylius',
  10799.             ],
  10800.             'sylius.form.type.shipping_method_rule.validation_groups' => [
  10801.                 => 'sylius',
  10802.             ],
  10803.             'sylius.form.type.shipping_category.validation_groups' => [
  10804.                 => 'sylius',
  10805.             ],
  10806.             'sylius.form.type.shipment.validation_groups' => [
  10807.                 => 'sylius',
  10808.             ],
  10809.             'sylius.form.type.shipment_ship.validation_groups' => [
  10810.                 => 'sylius',
  10811.             ],
  10812.             'sylius.shipping_methods_resolver.interface' => 'Sylius\\Component\\Shipping\\Resolver\\ShippingMethodsResolverInterface',
  10813.             'sylius_payment.driver.doctrine/orm' => true,
  10814.             'sylius_payment.driver' => 'doctrine/orm',
  10815.             'sylius.model.payment.class' => 'Sylius\\Component\\Core\\Model\\Payment',
  10816.             'sylius.controller.payment.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10817.             'sylius.factory.payment.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10818.             'sylius.repository.payment.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\PaymentRepository',
  10819.             'sylius.model.payment_method.class' => 'Sylius\\Component\\Core\\Model\\PaymentMethod',
  10820.             'sylius.controller.payment_method.class' => 'Sylius\\Bundle\\CoreBundle\\Controller\\PaymentMethodController',
  10821.             'sylius.factory.payment_method.class' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  10822.             'sylius.repository.payment_method.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\PaymentMethodRepository',
  10823.             'sylius.model.payment_method_translation.class' => 'Sylius\\Component\\Payment\\Model\\PaymentMethodTranslation',
  10824.             'sylius.controller.payment_method_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10825.             'sylius.factory.payment_method_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10826.             'sylius.form.type.payment.validation_groups' => [
  10827.                 => 'sylius',
  10828.             ],
  10829.             'sylius.form.type.payment_method.validation_groups' => [
  10830.                 => 'sylius',
  10831.             ],
  10832.             'sylius.form.type.payment_method_translation.validation_groups' => [
  10833.                 => 'sylius',
  10834.             ],
  10835.             'sylius.payment_methods_resolver.interface' => 'Sylius\\Component\\Payment\\Resolver\\PaymentMethodsResolverInterface',
  10836.             'sylius.payment_gateways' => [
  10837.                 'offline' => 'sylius.payum_gateway.offline',
  10838.             ],
  10839.             'sylius.mailer.sender_name' => 'Bikers Avenue',
  10840.             'sylius.mailer.sender_address' => 'contact@bikers-avenue.com',
  10841.             'sylius.mailer.emails' => [
  10842.                 'vendor_profile_update' => [
  10843.                     'template' => 'Vendor/Email/profile_update.html.twig',
  10844.                     'enabled' => true,
  10845.                 ],
  10846.                 'order_confirmation' => [
  10847.                     'subject' => 'sylius.emails.order_confirmation.subject',
  10848.                     'template' => '@SyliusShop/Email/orderConfirmation.html.twig',
  10849.                     'enabled' => true,
  10850.                 ],
  10851.                 'user_registration' => [
  10852.                     'subject' => 'Bienvenue sur Bikers Avenue',
  10853.                     'template' => '@SyliusShop/Email/userRegistration.html.twig',
  10854.                     'enabled' => false,
  10855.                 ],
  10856.                 'shipment_confirmation' => [
  10857.                     'subject' => 'sylius.emails.shipment_confirmation.subject',
  10858.                     'template' => '@SyliusAdmin/Email/shipmentConfirmation.html.twig',
  10859.                     'enabled' => true,
  10860.                 ],
  10861.                 'password_reset' => [
  10862.                     'subject' => 'sylius.emails.user.password_reset.subject',
  10863.                     'template' => '@SyliusShop/Email/passwordReset.html.twig',
  10864.                     'enabled' => true,
  10865.                 ],
  10866.                 'account_verification_token' => [
  10867.                     'subject' => 'sylius.emails.user.verification_token.subject',
  10868.                     'template' => '@SyliusCore/Email/accountVerification.html.twig',
  10869.                     'enabled' => true,
  10870.                 ],
  10871.                 'order_confirmation_resent' => [
  10872.                     'subject' => 'sylius.emails.order_confirmation.subject',
  10873.                     'template' => '@SyliusAdmin/Email/orderConfirmation.html.twig',
  10874.                     'enabled' => true,
  10875.                 ],
  10876.                 'contact_request' => [
  10877.                     'subject' => 'sylius.emails.contact_request.subject',
  10878.                     'template' => '@SyliusShop/Email/contactRequest.html.twig',
  10879.                     'enabled' => true,
  10880.                 ],
  10881.                 'reset_password_token' => [
  10882.                     'subject' => 'sylius.emails.user.password_reset.subject',
  10883.                     'template' => '@SyliusShop/Email/passwordReset.html.twig',
  10884.                     'enabled' => true,
  10885.                 ],
  10886.                 'reset_password_pin' => [
  10887.                     'subject' => 'sylius.emails.user.password_reset.subject',
  10888.                     'template' => '@SyliusShop/Email/passwordReset.html.twig',
  10889.                     'enabled' => true,
  10890.                 ],
  10891.                 'verification_token' => [
  10892.                     'subject' => 'sylius.emails.user.verification_token.subject',
  10893.                     'template' => '@SyliusShop/Email/verification.html.twig',
  10894.                     'enabled' => true,
  10895.                 ],
  10896.             ],
  10897.             'sylius.mailer.templates' => [
  10898.             ],
  10899.             'sylius.form.type.catalog_promotion.validation_groups' => [
  10900.                 => 'sylius',
  10901.             ],
  10902.             'sylius.form.type.catalog_promotion_translation.validation_groups' => [
  10903.                 => 'sylius',
  10904.             ],
  10905.             'sylius.form.type.promotion.validation_groups' => [
  10906.                 => 'sylius',
  10907.             ],
  10908.             'sylius.form.type.promotion_action.validation_groups' => [
  10909.                 => 'sylius',
  10910.             ],
  10911.             'sylius.form.type.promotion_scope.validation_groups' => [
  10912.                 => 'sylius',
  10913.             ],
  10914.             'sylius.form.type.promotion_coupon.validation_groups' => [
  10915.                 => 'sylius',
  10916.             ],
  10917.             'sylius.repository.catalog_promotion.class' => 'Sylius\\Bundle\\PromotionBundle\\Doctrine\\ORM\\CatalogPromotionRepository',
  10918.             'sylius.repository.promotion.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\PromotionRepository',
  10919.             'sylius.repository.promotion_coupon.class' => 'Sylius\\Bundle\\PromotionBundle\\Doctrine\\ORM\\PromotionCouponRepository',
  10920.             'sylius_promotion.driver.doctrine/orm' => true,
  10921.             'sylius_promotion.driver' => 'doctrine/orm',
  10922.             'sylius.model.catalog_promotion.class' => 'Sylius\\Component\\Core\\Model\\CatalogPromotion',
  10923.             'sylius.controller.catalog_promotion.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10924.             'sylius.factory.catalog_promotion.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10925.             'sylius.model.catalog_promotion_translation.class' => 'Sylius\\Component\\Promotion\\Model\\CatalogPromotionTranslation',
  10926.             'sylius.controller.catalog_promotion_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10927.             'sylius.factory.catalog_promotion_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10928.             'sylius.model.catalog_promotion_scope.class' => 'Sylius\\Component\\Core\\Model\\CatalogPromotionScope',
  10929.             'sylius.controller.catalog_promotion_scope.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10930.             'sylius.factory.catalog_promotion_scope.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10931.             'sylius.model.promotion_subject.class' => 'BitBag\\OpenMarketplace\\Entity\\Order',
  10932.             'sylius.model.promotion.class' => 'Sylius\\Component\\Core\\Model\\Promotion',
  10933.             'sylius.controller.promotion.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10934.             'sylius.factory.promotion.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10935.             'sylius.model.promotion_coupon.class' => 'Sylius\\Component\\Core\\Model\\PromotionCoupon',
  10936.             'sylius.controller.promotion_coupon.class' => 'Sylius\\Bundle\\PromotionBundle\\Controller\\PromotionCouponController',
  10937.             'sylius.factory.promotion_coupon.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10938.             'sylius.model.catalog_promotion_action.class' => 'Sylius\\Component\\Promotion\\Model\\CatalogPromotionAction',
  10939.             'sylius.controller.catalog_promotion_action.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10940.             'sylius.factory.catalog_promotion_action.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10941.             'sylius.model.promotion_rule.class' => 'Sylius\\Component\\Promotion\\Model\\PromotionRule',
  10942.             'sylius.controller.promotion_rule.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10943.             'sylius.factory.promotion_rule.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10944.             'sylius.model.promotion_action.class' => 'Sylius\\Component\\Promotion\\Model\\PromotionAction',
  10945.             'sylius.controller.promotion_action.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10946.             'sylius.factory.promotion_action.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10947.             'sylius_addressing.driver.doctrine/orm' => true,
  10948.             'sylius_addressing.driver' => 'doctrine/orm',
  10949.             'sylius.model.address.class' => 'Sylius\\Component\\Core\\Model\\Address',
  10950.             'sylius.controller.address.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10951.             'sylius.factory.address.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10952.             'sylius.repository.address.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\AddressRepository',
  10953.             'sylius.model.address_log_entry.class' => 'Sylius\\Component\\Addressing\\Model\\AddressLogEntry',
  10954.             'sylius.controller.address_log_entry.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10955.             'sylius.factory.address_log_entry.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10956.             'sylius.repository.address_log_entry.class' => 'Sylius\\Bundle\\ResourceBundle\\Doctrine\\ORM\\ResourceLogEntryRepository',
  10957.             'sylius.model.country.class' => 'Sylius\\Component\\Addressing\\Model\\Country',
  10958.             'sylius.controller.country.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10959.             'sylius.factory.country.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10960.             'sylius.model.province.class' => 'Sylius\\Component\\Addressing\\Model\\Province',
  10961.             'sylius.controller.province.class' => 'Sylius\\Bundle\\AddressingBundle\\Controller\\ProvinceController',
  10962.             'sylius.factory.province.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10963.             'sylius.model.zone.class' => 'Sylius\\Component\\Addressing\\Model\\Zone',
  10964.             'sylius.controller.zone.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10965.             'sylius.factory.zone.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10966.             'sylius.model.zone_member.class' => 'Sylius\\Component\\Addressing\\Model\\ZoneMember',
  10967.             'sylius.controller.zone_member.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10968.             'sylius.factory.zone_member.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10969.             'sylius.form.type.address.validation_groups' => [
  10970.                 => 'sylius',
  10971.             ],
  10972.             'sylius.form.type.country.validation_groups' => [
  10973.                 => 'sylius',
  10974.             ],
  10975.             'sylius.form.type.province.validation_groups' => [
  10976.                 => 'sylius',
  10977.             ],
  10978.             'sylius.form.type.zone.validation_groups' => [
  10979.                 => 'sylius',
  10980.             ],
  10981.             'sylius.form.type.zone_member.validation_groups' => [
  10982.                 => 'sylius',
  10983.             ],
  10984.             'sylius.scope.zone' => [
  10985.                 'shipping' => 'sylius.form.zone.scopes.shipping',
  10986.                 'tax' => 'sylius.form.zone.scopes.tax',
  10987.                 'all' => 'sylius.form.zone.scopes.all',
  10988.             ],
  10989.             'sylius_inventory.driver.doctrine/orm' => true,
  10990.             'sylius_inventory.driver' => 'doctrine/orm',
  10991.             'sylius.model.inventory_unit.class' => 'Sylius\\Component\\Core\\Model\\OrderItemUnit',
  10992.             'sylius.controller.inventory_unit.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10993.             'sylius.factory.inventory_unit.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  10994.             'sylius.repository.taxon.class' => 'Sylius\\Bundle\\TaxonomyBundle\\Doctrine\\ORM\\TaxonRepository',
  10995.             'sylius_taxonomy.driver.doctrine/orm' => true,
  10996.             'sylius_taxonomy.driver' => 'doctrine/orm',
  10997.             'sylius.model.taxon.class' => 'Sylius\\Component\\Core\\Model\\Taxon',
  10998.             'sylius.controller.taxon.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  10999.             'sylius.factory.taxon.class' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  11000.             'sylius.model.taxon_translation.class' => 'Sylius\\Component\\Taxonomy\\Model\\TaxonTranslation',
  11001.             'sylius.controller.taxon_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11002.             'sylius.factory.taxon_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11003.             'sylius.form.type.taxon.validation_groups' => [
  11004.                 => 'sylius',
  11005.             ],
  11006.             'sylius.form.type.taxon_translation.validation_groups' => [
  11007.                 => 'sylius',
  11008.             ],
  11009.             'sylius.form.type.taxon_position.validation_groups' => [
  11010.                 => 'sylius',
  11011.             ],
  11012.             'sylius.repository.user.class' => 'Sylius\\Bundle\\UserBundle\\Doctrine\\ORM\\UserRepository',
  11013.             'sylius.user.users' => [
  11014.                 'admin' => [
  11015.                     'user' => [
  11016.                         'classes' => [
  11017.                             'model' => 'Sylius\\Component\\Core\\Model\\AdminUser',
  11018.                             'interface' => 'Sylius\\Component\\Core\\Model\\AdminUserInterface',
  11019.                             'repository' => 'Sylius\\Bundle\\UserBundle\\Doctrine\\ORM\\UserRepository',
  11020.                             'form' => 'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\AdminUserType',
  11021.                             'controller' => 'Sylius\\Bundle\\UserBundle\\Controller\\UserController',
  11022.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11023.                         ],
  11024.                         'templates' => 'SyliusUserBundle:User',
  11025.                         'encoder' => NULL,
  11026.                         'login_tracking_interval' => NULL,
  11027.                         'resetting' => [
  11028.                             'token' => [
  11029.                                 'ttl' => 'P1D',
  11030.                                 'length' => 16,
  11031.                                 'field_name' => 'passwordResetToken',
  11032.                             ],
  11033.                             'pin' => [
  11034.                                 'length' => 4,
  11035.                                 'field_name' => 'passwordResetToken',
  11036.                             ],
  11037.                         ],
  11038.                         'verification' => [
  11039.                             'token' => [
  11040.                                 'length' => 16,
  11041.                                 'field_name' => 'emailVerificationToken',
  11042.                             ],
  11043.                         ],
  11044.                     ],
  11045.                 ],
  11046.                 'shop' => [
  11047.                     'user' => [
  11048.                         'classes' => [
  11049.                             'model' => 'BitBag\\OpenMarketplace\\Entity\\ShopUser',
  11050.                             'interface' => 'BitBag\\OpenMarketplace\\Entity\\ShopUserInterface',
  11051.                             'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\UserRepository',
  11052.                             'form' => 'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\ShopUserType',
  11053.                             'controller' => 'Sylius\\Bundle\\UserBundle\\Controller\\UserController',
  11054.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11055.                         ],
  11056.                         'templates' => 'SyliusUserBundle:User',
  11057.                         'encoder' => NULL,
  11058.                         'login_tracking_interval' => NULL,
  11059.                         'resetting' => [
  11060.                             'token' => [
  11061.                                 'ttl' => 'P1D',
  11062.                                 'length' => 16,
  11063.                                 'field_name' => 'passwordResetToken',
  11064.                             ],
  11065.                             'pin' => [
  11066.                                 'length' => 4,
  11067.                                 'field_name' => 'passwordResetToken',
  11068.                             ],
  11069.                         ],
  11070.                         'verification' => [
  11071.                             'token' => [
  11072.                                 'length' => 16,
  11073.                                 'field_name' => 'emailVerificationToken',
  11074.                             ],
  11075.                         ],
  11076.                     ],
  11077.                 ],
  11078.                 'oauth' => [
  11079.                     'user' => [
  11080.                         'encoder' => false,
  11081.                         'classes' => [
  11082.                             'model' => 'Sylius\\Component\\User\\Model\\UserOAuth',
  11083.                             'interface' => 'Sylius\\Component\\User\\Model\\UserOAuthInterface',
  11084.                             'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11085.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11086.                         ],
  11087.                         'templates' => 'SyliusUserBundle:User',
  11088.                         'login_tracking_interval' => NULL,
  11089.                         'resetting' => [
  11090.                             'token' => [
  11091.                                 'ttl' => 'P1D',
  11092.                                 'length' => 16,
  11093.                                 'field_name' => 'passwordResetToken',
  11094.                             ],
  11095.                             'pin' => [
  11096.                                 'length' => 4,
  11097.                                 'field_name' => 'passwordResetToken',
  11098.                             ],
  11099.                         ],
  11100.                         'verification' => [
  11101.                             'token' => [
  11102.                                 'length' => 16,
  11103.                                 'field_name' => 'emailVerificationToken',
  11104.                             ],
  11105.                         ],
  11106.                     ],
  11107.                 ],
  11108.             ],
  11109.             'sylius_user.driver.doctrine/orm' => true,
  11110.             'sylius_user.driver' => 'doctrine/orm',
  11111.             'sylius.model.admin_user.class' => 'Sylius\\Component\\Core\\Model\\AdminUser',
  11112.             'sylius.controller.admin_user.class' => 'Sylius\\Bundle\\UserBundle\\Controller\\UserController',
  11113.             'sylius.factory.admin_user.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11114.             'sylius.repository.admin_user.class' => 'Sylius\\Bundle\\UserBundle\\Doctrine\\ORM\\UserRepository',
  11115.             'sylius.model.shop_user.class' => 'BitBag\\OpenMarketplace\\Entity\\ShopUser',
  11116.             'sylius.controller.shop_user.class' => 'Sylius\\Bundle\\UserBundle\\Controller\\UserController',
  11117.             'sylius.factory.shop_user.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11118.             'sylius.repository.shop_user.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\UserRepository',
  11119.             'sylius.model.oauth_user.class' => 'Sylius\\Component\\User\\Model\\UserOAuth',
  11120.             'sylius.controller.oauth_user.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11121.             'sylius.factory.oauth_user.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11122.             'sylius.form.type.user_request_password_reset.validation_groups' => [
  11123.                 => 'sylius',
  11124.             ],
  11125.             'sylius.form.type.user_reset_password.validation_groups' => [
  11126.                 => 'sylius',
  11127.             ],
  11128.             'sylius.form.type.user_change_password.validation_groups' => [
  11129.                 => 'sylius',
  11130.             ],
  11131.             'sylius_customer.driver.doctrine/orm' => true,
  11132.             'sylius_customer.driver' => 'doctrine/orm',
  11133.             'sylius.model.customer.class' => 'BitBag\\OpenMarketplace\\Entity\\Customer',
  11134.             'sylius.controller.customer.class' => 'BitBag\\OpenMarketplace\\Controller\\Bikers\\InscriptionController',
  11135.             'sylius.factory.customer.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11136.             'sylius.repository.customer.class' => 'BitBag\\OpenMarketplace\\Repository\\CustomerRepository',
  11137.             'sylius.model.customer_group.class' => 'Sylius\\Component\\Customer\\Model\\CustomerGroup',
  11138.             'sylius.controller.customer_group.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11139.             'sylius.factory.customer_group.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11140.             'sylius.form.type.customer.validation_groups' => [
  11141.                 => 'sylius',
  11142.             ],
  11143.             'sylius.form.type.customer_profile.validation_groups' => [
  11144.                 => 'sylius',
  11145.                 => 'sylius_customer_profile',
  11146.             ],
  11147.             'sylius.form.type.customer_group.validation_groups' => [
  11148.                 => 'sylius',
  11149.             ],
  11150.             'sylius.review.subjects' => [
  11151.                 'product' => [
  11152.                     'subject' => 'BitBag\\OpenMarketplace\\Entity\\Product',
  11153.                     'review' => [
  11154.                         'classes' => [
  11155.                             'model' => 'Sylius\\Component\\Core\\Model\\ProductReview',
  11156.                             'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductReviewRepository',
  11157.                             'form' => 'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Product\\ProductReviewType',
  11158.                             'interface' => 'Sylius\\Component\\Review\\Model\\ReviewInterface',
  11159.                             'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11160.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11161.                         ],
  11162.                     ],
  11163.                     'reviewer' => [
  11164.                         'classes' => [
  11165.                             'model' => 'BitBag\\OpenMarketplace\\Entity\\Customer',
  11166.                             'interface' => 'Sylius\\Component\\Review\\Model\\ReviewerInterface',
  11167.                             'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11168.                         ],
  11169.                     ],
  11170.                 ],
  11171.             ],
  11172.             'sylius_review.driver.doctrine/orm' => true,
  11173.             'sylius_review.driver' => 'doctrine/orm',
  11174.             'sylius.model.product_review.class' => 'Sylius\\Component\\Core\\Model\\ProductReview',
  11175.             'sylius.controller.product_review.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11176.             'sylius.factory.product_review.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11177.             'sylius.repository.product_review.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductReviewRepository',
  11178.             'sylius.model.product_reviewer.class' => 'BitBag\\OpenMarketplace\\Entity\\Customer',
  11179.             'sylius.factory.product_reviewer.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11180.             'sylius.repository.avatar_image.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\AvatarImageRepository',
  11181.             'sylius_core.driver.doctrine/orm' => true,
  11182.             'sylius_core.driver' => 'doctrine/orm',
  11183.             'sylius.model.product_taxon.class' => 'Sylius\\Component\\Core\\Model\\ProductTaxon',
  11184.             'sylius.controller.product_taxon.class' => 'Sylius\\Bundle\\CoreBundle\\Controller\\ProductTaxonController',
  11185.             'sylius.factory.product_taxon.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11186.             'sylius.repository.product_taxon.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductTaxonRepository',
  11187.             'sylius.model.product_image.class' => 'Sylius\\Component\\Core\\Model\\ProductImage',
  11188.             'sylius.controller.product_image.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11189.             'sylius.factory.product_image.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11190.             'sylius.model.avatar_image.class' => 'Sylius\\Component\\Core\\Model\\AvatarImage',
  11191.             'sylius.controller.avatar_image.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11192.             'sylius.factory.avatar_image.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11193.             'sylius.model.taxon_image.class' => 'Sylius\\Component\\Core\\Model\\TaxonImage',
  11194.             'sylius.controller.taxon_image.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11195.             'sylius.factory.taxon_image.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11196.             'sylius.model.channel_pricing.class' => 'Sylius\\Component\\Core\\Model\\ChannelPricing',
  11197.             'sylius.controller.channel_pricing.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11198.             'sylius.factory.channel_pricing.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11199.             'sylius.model.shop_billing_data.class' => 'Sylius\\Component\\Core\\Model\\ShopBillingData',
  11200.             'sylius.controller.shop_billing_data.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11201.             'sylius.factory.shop_billing_data.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11202.             'sylius.form.type.checkout_address.validation_groups' => [
  11203.                 => 'sylius',
  11204.             ],
  11205.             'sylius.form.type.checkout_shipment.validation_groups' => [
  11206.                 => 'sylius',
  11207.             ],
  11208.             'sylius.form.type.checkout_select_payment.validation_groups' => [
  11209.                 => 'sylius',
  11210.             ],
  11211.             'sylius.form.type.checkout_payment.validation_groups' => [
  11212.                 => 'sylius',
  11213.             ],
  11214.             'sylius.form.type.checkout_complete.validation_groups' => [
  11215.                 => 'sylius',
  11216.             ],
  11217.             'sylius.form.type.product_review.validation_groups' => [
  11218.                 => 'sylius',
  11219.             ],
  11220.             'sylius.form.type.admin_user.validation_groups' => [
  11221.                 => 'sylius',
  11222.             ],
  11223.             'sylius.form.type.shop_user.validation_groups' => [
  11224.                 => 'sylius',
  11225.             ],
  11226.             'sylius.form.type.shop_user_registration.validation_groups' => [
  11227.                 => 'sylius',
  11228.                 => 'sylius_user_registration',
  11229.             ],
  11230.             'sylius.form.type.customer_guest.validation_groups' => [
  11231.                 => 'sylius_customer_guest',
  11232.             ],
  11233.             'sylius.form.type.customer_checkout_guest.validation_groups' => [
  11234.                 => 'sylius_customer_checkout_guest',
  11235.             ],
  11236.             'sylius.form.type.customer_simple_registration.validation_groups' => [
  11237.                 => 'sylius',
  11238.                 => 'sylius_user_registration',
  11239.             ],
  11240.             'sylius.form.type.customer_registration.validation_groups' => [
  11241.                 => 'sylius',
  11242.                 => 'sylius_user_registration',
  11243.                 => 'sylius_customer_profile',
  11244.             ],
  11245.             'sylius.form.type.add_to_cart.validation_groups' => [
  11246.                 => 'sylius',
  11247.             ],
  11248.             'sylius.form.type.channel_pricing.validation_groups' => [
  11249.                 => 'sylius',
  11250.             ],
  11251.             'sylius.form.type.product_image.validation_groups' => [
  11252.                 => 'sylius',
  11253.             ],
  11254.             'sylius.catalog_promotion.action.fixed_discount' => 'fixed_discount',
  11255.             'sylius.catalog_promotion.action.percentage_discount' => 'percentage_discount',
  11256.             'sylius.catalog_promotion.scope.for_products' => 'for_products',
  11257.             'sylius.catalog_promotion.scope.for_taxons' => 'for_taxons',
  11258.             'sylius.catalog_promotion.scope.for_variants' => 'for_variants',
  11259.             'sylius_installer_currency' => 'USD',
  11260.             'sylius.tax_calculation_strategy.interface' => 'Sylius\\Component\\Core\\Taxation\\Strategy\\TaxCalculationStrategyInterface',
  11261.             'sylius.order_item_quantity_modifier.limit' => 9999,
  11262.             'sylius_core.taxation.shipping_address_based_taxation' => false,
  11263.             'sylius_core.order_by_identifier' => true,
  11264.             'sylius_core.catalog_promotions.batch_size' => 100,
  11265.             'sylius.state_machine.class' => 'Sylius\\Component\\Resource\\StateMachine\\StateMachine',
  11266.             'sylius.resource.mapping' => [
  11267.                 'paths' => [
  11268.                     => (\dirname(__DIR__4).'/src/Entity'),
  11269.                 ],
  11270.             ],
  11271.             'sylius.resource.settings' => [
  11272.                 'paginate' => NULL,
  11273.                 'limit' => NULL,
  11274.                 'allowed_paginate' => [
  11275.                     => 10,
  11276.                     => 20,
  11277.                     => 30,
  11278.                 ],
  11279.                 'default_page_size' => 10,
  11280.                 'sortable' => false,
  11281.                 'sorting' => NULL,
  11282.                 'filterable' => false,
  11283.                 'criteria' => NULL,
  11284.                 'state_machine_component' => NULL,
  11285.             ],
  11286.             'sylius.orm.repository.class' => 'Sylius\\Bundle\\ResourceBundle\\Doctrine\\ORM\\EntityRepository',
  11287.             'sylius.translation.translatable_listener.doctrine.orm.class' => 'Sylius\\Bundle\\ResourceBundle\\EventListener\\ORMTranslatableListener',
  11288.             'open_marketplace.model.conversation.class' => 'BitBag\\OpenMarketplace\\Entity\\Conversation\\Conversation',
  11289.             'open_marketplace.controller.conversation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11290.             'open_marketplace.factory.conversation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11291.             'open_marketplace.repository.conversation.class' => 'BitBag\\OpenMarketplace\\Repository\\Conversation\\ConversationRepository',
  11292.             'open_marketplace.model.conversation_category.class' => 'BitBag\\OpenMarketplace\\Entity\\Conversation\\Category',
  11293.             'open_marketplace.controller.conversation_category.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11294.             'open_marketplace.factory.conversation_category.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11295.             'open_marketplace.repository.conversation_category.class' => 'BitBag\\OpenMarketplace\\Repository\\Conversation\\CategoryRepository',
  11296.             'bitbag_open_marketplace.model.conversation_message.class' => 'BitBag\\OpenMarketplace\\Entity\\Conversation\\Message',
  11297.             'bitbag_open_marketplace.controller.conversation_message.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11298.             'bitbag_open_marketplace.factory.conversation_message.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11299.             'bitbag_open_marketplace.repository.conversation_message.class' => 'BitBag\\OpenMarketplace\\Repository\\Conversation\\MessageRepository',
  11300.             'open_marketplace.model.draft_attribute.class' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\DraftAttribute',
  11301.             'open_marketplace.controller.draft_attribute.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11302.             'open_marketplace.factory.draft_attribute.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11303.             'open_marketplace.repository.draft_attribute.class' => 'BitBag\\OpenMarketplace\\Repository\\DraftAttributeRepository',
  11304.             'open_marketplace.model.draft_attribute_translation.class' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\DraftAttributeTranslation',
  11305.             'open_marketplace.controller.draft_attribute_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11306.             'open_marketplace.factory.draft_attribute_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11307.             'open_marketplace.model.draft_attribute_value.class' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\DraftAttributeValue',
  11308.             'open_marketplace.controller.draft_attribute_value.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11309.             'open_marketplace.factory.draft_attribute_value.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11310.             'open_marketplace.model.product_listing.class' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductListing',
  11311.             'open_marketplace.controller.product_listing.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11312.             'open_marketplace.factory.product_listing.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11313.             'open_marketplace.repository.product_listing.class' => 'BitBag\\OpenMarketplace\\Repository\\ProductListing\\ProductListingRepository',
  11314.             'open_marketplace.model.product_draft.class' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductDraft',
  11315.             'open_marketplace.controller.product_draft.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11316.             'open_marketplace.factory.product_draft.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11317.             'open_marketplace.model.product_translation.class' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductTranslation',
  11318.             'open_marketplace.controller.product_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11319.             'open_marketplace.factory.product_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11320.             'open_marketplace.model.product_listing_price.class' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductListingPrice',
  11321.             'open_marketplace.controller.product_listing_price.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11322.             'open_marketplace.factory.product_listing_price.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11323.             'open_marketplace.model.product_draft_image.class' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductDraftImage',
  11324.             'open_marketplace.controller.product_draft_image.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11325.             'open_marketplace.factory.product_draft_image.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11326.             'open_marketplace.model.product_draft_taxons.class' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductDraftTaxon',
  11327.             'open_marketplace.controller.product_draft_taxons.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11328.             'open_marketplace.factory.product_draft_taxons.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11329.             'open_marketplace.repository.product_draft_taxons.class' => 'BitBag\\OpenMarketplace\\Repository\\ProductListing\\ProductDraftTaxonRepository',
  11330.             'open_marketplace.model.product_value_sc.class' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductValueSC',
  11331.             'open_marketplace.controller.product_value_sc.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11332.             'open_marketplace.factory.product_value_sc.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11333.             'open_marketplace.model.vendor.class' => 'BitBag\\OpenMarketplace\\Entity\\Vendor',
  11334.             'open_marketplace.controller.vendor.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11335.             'open_marketplace.factory.vendor.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11336.             'open_marketplace.repository.vendor.class' => 'BitBag\\OpenMarketplace\\Repository\\VendorRepository',
  11337.             'open_marketplace.model.vendor_profile_update.class' => 'BitBag\\OpenMarketplace\\Entity\\VendorProfileUpdate',
  11338.             'open_marketplace.controller.vendor_profile_update.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11339.             'open_marketplace.factory.vendor_profile_update.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11340.             'open_marketplace.repository.vendor_profile_update.class' => 'BitBag\\OpenMarketplace\\Repository\\VendorProfileUpdateRepository',
  11341.             'open_marketplace.model.vendor_address.class' => 'BitBag\\OpenMarketplace\\Entity\\VendorAddress',
  11342.             'open_marketplace.controller.vendor_address.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11343.             'open_marketplace.factory.vendor_address.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11344.             'open_marketplace.model.vendor_address_update.class' => 'BitBag\\OpenMarketplace\\Entity\\VendorAddressUpdate',
  11345.             'open_marketplace.controller.vendor_address_update.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11346.             'open_marketplace.factory.vendor_address_update.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11347.             'open_marketplace.model.vendor_shipping_method.class' => 'BitBag\\OpenMarketplace\\Entity\\VendorShippingMethod',
  11348.             'open_marketplace.controller.vendor_shipping_method.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11349.             'open_marketplace.factory.vendor_shipping_method.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11350.             'open_marketplace.repository.vendor_shipping_method.class' => 'BitBag\\OpenMarketplace\\Repository\\VendorShippingMethodRepository',
  11351.             'bitbag_open_marketplace.model.vendor_image.class' => 'BitBag\\OpenMarketplace\\Entity\\VendorImage',
  11352.             'bitbag_open_marketplace.controller.vendor_image.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11353.             'bitbag_open_marketplace.factory.vendor_image.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11354.             'bitbag_open_marketplace.model.vendor_profile_update_image.class' => 'BitBag\\OpenMarketplace\\Entity\\VendorProfileUpdateImage',
  11355.             'bitbag_open_marketplace.controller.vendor_profile_update_image.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11356.             'bitbag_open_marketplace.factory.vendor_profile_update_image.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11357.             'bitbag_sylius_cms_plugin.model.block.class' => 'BitBag\\SyliusCmsPlugin\\Entity\\Block',
  11358.             'bitbag_sylius_cms_plugin.controller.block.class' => 'BitBag\\SyliusCmsPlugin\\Controller\\BlockController',
  11359.             'bitbag_sylius_cms_plugin.factory.block.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11360.             'bitbag_sylius_cms_plugin.repository.block.class' => 'BitBag\\SyliusCmsPlugin\\Repository\\BlockRepository',
  11361.             'bitbag_sylius_cms_plugin.model.block_translation.class' => 'BitBag\\SyliusCmsPlugin\\Entity\\BlockTranslation',
  11362.             'bitbag_sylius_cms_plugin.controller.block_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11363.             'bitbag_sylius_cms_plugin.factory.block_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11364.             'bitbag_sylius_cms_plugin.model.page.class' => 'BitBag\\SyliusCmsPlugin\\Entity\\Page',
  11365.             'bitbag_sylius_cms_plugin.controller.page.class' => 'BitBag\\SyliusCmsPlugin\\Controller\\PageController',
  11366.             'bitbag_sylius_cms_plugin.factory.page.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11367.             'bitbag_sylius_cms_plugin.repository.page.class' => 'BitBag\\SyliusCmsPlugin\\Repository\\PageRepository',
  11368.             'bitbag_sylius_cms_plugin.model.page_translation.class' => 'BitBag\\SyliusCmsPlugin\\Entity\\PageTranslation',
  11369.             'bitbag_sylius_cms_plugin.controller.page_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11370.             'bitbag_sylius_cms_plugin.factory.page_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11371.             'bitbag_sylius_cms_plugin.model.frequently_asked_question.class' => 'BitBag\\SyliusCmsPlugin\\Entity\\FrequentlyAskedQuestion',
  11372.             'bitbag_sylius_cms_plugin.controller.frequently_asked_question.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11373.             'bitbag_sylius_cms_plugin.factory.frequently_asked_question.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11374.             'bitbag_sylius_cms_plugin.repository.frequently_asked_question.class' => 'BitBag\\SyliusCmsPlugin\\Repository\\FrequentlyAskedQuestionRepository',
  11375.             'bitbag_sylius_cms_plugin.model.frequently_asked_question_translation.class' => 'BitBag\\SyliusCmsPlugin\\Entity\\FrequentlyAskedQuestionTranslation',
  11376.             'bitbag_sylius_cms_plugin.controller.frequently_asked_question_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11377.             'bitbag_sylius_cms_plugin.factory.frequently_asked_question_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11378.             'bitbag_sylius_cms_plugin.model.section.class' => 'BitBag\\SyliusCmsPlugin\\Entity\\Section',
  11379.             'bitbag_sylius_cms_plugin.controller.section.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11380.             'bitbag_sylius_cms_plugin.factory.section.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11381.             'bitbag_sylius_cms_plugin.repository.section.class' => 'BitBag\\SyliusCmsPlugin\\Repository\\SectionRepository',
  11382.             'bitbag_sylius_cms_plugin.model.section_translation.class' => 'BitBag\\SyliusCmsPlugin\\Entity\\SectionTranslation',
  11383.             'bitbag_sylius_cms_plugin.controller.section_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11384.             'bitbag_sylius_cms_plugin.factory.section_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11385.             'bitbag_sylius_cms_plugin.model.media.class' => 'BitBag\\SyliusCmsPlugin\\Entity\\Media',
  11386.             'bitbag_sylius_cms_plugin.controller.media.class' => 'BitBag\\SyliusCmsPlugin\\Controller\\MediaController',
  11387.             'bitbag_sylius_cms_plugin.factory.media.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11388.             'bitbag_sylius_cms_plugin.repository.media.class' => 'BitBag\\SyliusCmsPlugin\\Repository\\MediaRepository',
  11389.             'bitbag_sylius_cms_plugin.model.media_translation.class' => 'BitBag\\SyliusCmsPlugin\\Entity\\MediaTranslation',
  11390.             'bitbag_sylius_cms_plugin.controller.media_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11391.             'bitbag_sylius_cms_plugin.factory.media_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11392.             'bitbag.model.shipping_export.class' => 'BitBag\\SyliusShippingExportPlugin\\Entity\\ShippingExport',
  11393.             'bitbag.controller.shipping_export.class' => 'BitBag\\SyliusShippingExportPlugin\\Controller\\ShippingExportController',
  11394.             'bitbag.factory.shipping_export.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11395.             'bitbag.repository.shipping_export.class' => 'BitBag\\SyliusShippingExportPlugin\\Repository\\ShippingExportRepository',
  11396.             'bitbag.model.shipping_gateway.class' => 'BitBag\\SyliusShippingExportPlugin\\Entity\\ShippingGateway',
  11397.             'bitbag.controller.shipping_gateway.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  11398.             'bitbag.factory.shipping_gateway.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  11399.             'bitbag.repository.shipping_gateway.class' => 'BitBag\\SyliusShippingExportPlugin\\Repository\\ShippingGatewayRepository',
  11400.             'sylius.grid.templates.action' => [
  11401.                 'details' => 'Grid/Action/product_details.html.twig',
  11402.                 'restore' => 'Grid/Action/restore.html.twig',
  11403.                 'enable_vendor_action' => 'Grid/Action/enable_vendor.html.twig',
  11404.                 'edit_vendor' => 'Grid/Action/edit_vendor.html.twig',
  11405.                 'show_product_listings' => 'Grid/Action/show_vendor_product_listings.html.twig',
  11406.                 'archiveConversation' => 'Grid/Conversation/Action/archiveConversation.html.twig',
  11407.                 'render_attribute_types' => 'Grid/Action/createDraftAttribute.html.twig',
  11408.                 'edit_product' => 'Grid/Action/edit_product_listing.html.twig',
  11409.                 'product_listing_dropdown' => 'Grid/Action/product_listing_dropdown.html.twig',
  11410.                 'import' => '@BitBagSyliusCmsPlugin/Grid/Action/import.html.twig',
  11411.                 'default' => '@SyliusUi/Grid/Action/default.html.twig',
  11412.                 'create' => '@SyliusUi/Grid/Action/create.html.twig',
  11413.                 'delete' => '@SyliusUi/Grid/Action/delete.html.twig',
  11414.                 'show' => '@SyliusUi/Grid/Action/show.html.twig',
  11415.                 'update' => '@SyliusUi/Grid/Action/update.html.twig',
  11416.                 'apply_transition' => '@SyliusUi/Grid/Action/applyTransition.html.twig',
  11417.                 'links' => '@SyliusUi/Grid/Action/links.html.twig',
  11418.                 'archive' => '@SyliusUi/Grid/Action/archive.html.twig',
  11419.                 'create_payment_method' => '@SyliusAdmin/PaymentMethod/Grid/Action/create.html.twig',
  11420.                 'create_product_attribute' => '@SyliusAdmin/ProductAttribute/Grid/Action/create.html.twig',
  11421.                 'generate_variants' => '@SyliusAdmin/Product/Grid/Action/generateVariants.html.twig',
  11422.                 'ship_with_tracking_code' => '@SyliusAdmin/Shipment/Grid/Action/shipWithTrackingCode.html.twig',
  11423.                 'update_product_positions' => '@SyliusAdmin/Product/Grid/Action/updatePositions.html.twig',
  11424.                 'update_product_variant_positions' => '@SyliusAdmin/ProductVariant/Grid/Action/updatePositions.html.twig',
  11425.                 'pay' => '@SyliusShop/Account/Order/Grid/Action/_pay_deprecated.html.twig',
  11426.                 'shop_show' => '@SyliusShop/Grid/Action/show.html.twig',
  11427.                 'shop_pay' => '@SyliusShop/Account/Order/Grid/Action/pay.html.twig',
  11428.                 'export_shipments' => '@BitBagSyliusShippingExportPlugin/ShippingExport/Action/_exportShipments.html.twig',
  11429.             ],
  11430.             'sylius.grid.templates.bulk_action' => [
  11431.                 'delete' => '@SyliusUi/Grid/BulkAction/delete.html.twig',
  11432.             ],
  11433.             'sylius.grid.templates.filter' => [
  11434.                 'product_listing_status' => 'Grid/Filter/product_listing_status.html.twig',
  11435.                 'string' => '@SyliusUi/Grid/Filter/string.html.twig',
  11436.                 'boolean' => '@SyliusUi/Grid/Filter/boolean.html.twig',
  11437.                 'date' => '@SyliusUi/Grid/Filter/date.html.twig',
  11438.                 'entity' => '@SyliusUi/Grid/Filter/entity.html.twig',
  11439.                 'money' => '@SyliusUi/Grid/Filter/money.html.twig',
  11440.                 'exists' => '@SyliusUi/Grid/Filter/exists.html.twig',
  11441.                 'select' => '@SyliusUi/Grid/Filter/select.html.twig',
  11442.                 'entities' => '@SyliusUi/Grid/Filter/entities.html.twig',
  11443.                 'shop_string' => '@SyliusShop/Grid/Filter/string.html.twig',
  11444.             ],
  11445.             'sylius.grids_definitions' => [
  11446.                 'conversation_category' => [
  11447.                     'driver' => [
  11448.                         'name' => 'doctrine/orm',
  11449.                         'options' => [
  11450.                             'class' => 'BitBag\\OpenMarketplace\\Entity\\Conversation\\Category',
  11451.                         ],
  11452.                     ],
  11453.                     'fields' => [
  11454.                         'name' => [
  11455.                             'type' => 'string',
  11456.                             'enabled' => true,
  11457.                             'position' => 100,
  11458.                             'options' => [
  11459.                             ],
  11460.                         ],
  11461.                     ],
  11462.                     'actions' => [
  11463.                         'main' => [
  11464.                             'create' => [
  11465.                                 'type' => 'create',
  11466.                                 'enabled' => true,
  11467.                                 'position' => 100,
  11468.                                 'options' => [
  11469.                                 ],
  11470.                             ],
  11471.                         ],
  11472.                         'item' => [
  11473.                             'edit' => [
  11474.                                 'type' => 'update',
  11475.                                 'enabled' => true,
  11476.                                 'position' => 100,
  11477.                                 'options' => [
  11478.                                 ],
  11479.                             ],
  11480.                             'delete' => [
  11481.                                 'type' => 'delete',
  11482.                                 'enabled' => true,
  11483.                                 'position' => 100,
  11484.                                 'options' => [
  11485.                                 ],
  11486.                             ],
  11487.                         ],
  11488.                     ],
  11489.                     'sorting' => [
  11490.                     ],
  11491.                     'limits' => [
  11492.                         => 10,
  11493.                         => 25,
  11494.                         => 50,
  11495.                     ],
  11496.                     'filters' => [
  11497.                     ],
  11498.                 ],
  11499.                 'open_marketplace_admin_product_listing' => [
  11500.                     'driver' => [
  11501.                         'name' => 'doctrine/orm',
  11502.                         'options' => [
  11503.                             'class' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductListing',
  11504.                             'repository' => [
  11505.                                 'method' => 'createQueryBuilderWithLatestDraft',
  11506.                             ],
  11507.                         ],
  11508.                     ],
  11509.                     'sorting' => [
  11510.                         'id' => 'desc',
  11511.                     ],
  11512.                     'filters' => [
  11513.                         'search' => [
  11514.                             'type' => 'string',
  11515.                             'form_options' => [
  11516.                                 'type' => 'contains',
  11517.                             ],
  11518.                             'options' => [
  11519.                                 'fields' => [
  11520.                                     => 'code',
  11521.                                     => 'vendor.companyName',
  11522.                                     => 'vendor.shopUser.customer.firstName',
  11523.                                     => 'vendor.shopUser.customer.lastName',
  11524.                                 ],
  11525.                             ],
  11526.                             'enabled' => true,
  11527.                             'position' => 100,
  11528.                         ],
  11529.                         'vendor' => [
  11530.                             'type' => 'entity',
  11531.                             'label' => 'open_marketplace.ui.vendor',
  11532.                             'form_options' => [
  11533.                                 'class' => 'BitBag\\OpenMarketplace\\Entity\\Vendor',
  11534.                             ],
  11535.                             'enabled' => true,
  11536.                             'position' => 100,
  11537.                             'options' => [
  11538.                             ],
  11539.                         ],
  11540.                         'status' => [
  11541.                             'type' => 'product_listing_status',
  11542.                             'label' => 'open_marketplace.ui.status',
  11543.                             'enabled' => true,
  11544.                             'position' => 100,
  11545.                             'options' => [
  11546.                             ],
  11547.                             'form_options' => [
  11548.                             ],
  11549.                         ],
  11550.                     ],
  11551.                     'fields' => [
  11552.                         'id' => [
  11553.                             'type' => 'string',
  11554.                             'label' => 'open_marketplace.ui.id',
  11555.                             'sortable' => NULL,
  11556.                             'enabled' => true,
  11557.                             'position' => 100,
  11558.                             'options' => [
  11559.                             ],
  11560.                         ],
  11561.                         'code' => [
  11562.                             'type' => 'string',
  11563.                             'label' => 'open_marketplace.ui.code',
  11564.                             'sortable' => NULL,
  11565.                             'enabled' => true,
  11566.                             'position' => 100,
  11567.                             'options' => [
  11568.                             ],
  11569.                         ],
  11570.                         'anyTranslationName' => [
  11571.                             'type' => 'twig',
  11572.                             'label' => 'sylius.ui.name',
  11573.                             'sortable' => NULL,
  11574.                             'options' => [
  11575.                                 'template' => 'Grid/Field/product_listing_name.html.twig',
  11576.                             ],
  11577.                             'enabled' => true,
  11578.                             'position' => 100,
  11579.                         ],
  11580.                         'vendor' => [
  11581.                             'type' => 'twig',
  11582.                             'label' => 'open_marketplace.ui.vendor',
  11583.                             'sortable' => 'vendor.companyName',
  11584.                             'options' => [
  11585.                                 'template' => 'Grid/Field/product_listing_vendor.html.twig',
  11586.                             ],
  11587.                             'enabled' => true,
  11588.                             'position' => 100,
  11589.                         ],
  11590.                         'getLatestDraft.publishedAt' => [
  11591.                             'type' => 'datetime',
  11592.                             'label' => 'open_marketplace.ui.published_at',
  11593.                             'sortable' => NULL,
  11594.                             'enabled' => true,
  11595.                             'position' => 100,
  11596.                             'options' => [
  11597.                             ],
  11598.                         ],
  11599.                         'getLatestDraft.verifiedAt' => [
  11600.                             'type' => 'datetime',
  11601.                             'label' => 'open_marketplace.ui.verified_at',
  11602.                             'sortable' => NULL,
  11603.                             'enabled' => true,
  11604.                             'position' => 100,
  11605.                             'options' => [
  11606.                             ],
  11607.                         ],
  11608.                         'getLatestDraft.status' => [
  11609.                             'type' => 'twig',
  11610.                             'label' => 'open_marketplace.ui.status',
  11611.                             'sortable' => NULL,
  11612.                             'options' => [
  11613.                                 'template' => 'Grid/Field/product_listing_status.html.twig',
  11614.                             ],
  11615.                             'enabled' => true,
  11616.                             'position' => 100,
  11617.                         ],
  11618.                     ],
  11619.                     'actions' => [
  11620.                         'item' => [
  11621.                             'details' => [
  11622.                                 'type' => 'details',
  11623.                                 'label' => 'open_marketplace.ui.details',
  11624.                                 'options' => [
  11625.                                     'link' => [
  11626.                                         'route' => 'open_marketplace_admin_product_listing_show',
  11627.                                         'parameters' => [
  11628.                                             'id' => 'resource.id',
  11629.                                         ],
  11630.                                     ],
  11631.                                 ],
  11632.                                 'enabled' => true,
  11633.                                 'position' => 100,
  11634.                             ],
  11635.                             'restore_visibility' => [
  11636.                                 'type' => 'restore',
  11637.                                 'enabled' => true,
  11638.                                 'position' => 100,
  11639.                                 'options' => [
  11640.                                 ],
  11641.                             ],
  11642.                         ],
  11643.                     ],
  11644.                     'limits' => [
  11645.                         => 10,
  11646.                         => 25,
  11647.                         => 50,
  11648.                     ],
  11649.                 ],
  11650.                 'open_marketplace_admin_vendor' => [
  11651.                     'driver' => [
  11652.                         'name' => 'doctrine/orm',
  11653.                         'options' => [
  11654.                             'class' => 'BitBag\\OpenMarketplace\\Entity\\Vendor',
  11655.                             'repository' => [
  11656.                                 'method' => 'createListQueryBuilder',
  11657.                             ],
  11658.                         ],
  11659.                     ],
  11660.                     'sorting' => [
  11661.                         'id' => 'asc',
  11662.                     ],
  11663.                     'fields' => [
  11664.                         'id' => [
  11665.                             'type' => 'string',
  11666.                             'label' => 'open_marketplace.ui.id',
  11667.                             'sortable' => NULL,
  11668.                             'enabled' => true,
  11669.                             'position' => 100,
  11670.                             'options' => [
  11671.                             ],
  11672.                         ],
  11673.                         'companyName' => [
  11674.                             'type' => 'string',
  11675.                             'label' => 'open_marketplace.ui.company_name',
  11676.                             'sortable' => NULL,
  11677.                             'enabled' => true,
  11678.                             'position' => 100,
  11679.                             'options' => [
  11680.                             ],
  11681.                         ],
  11682.                         'taxIdentifier' => [
  11683.                             'type' => 'string',
  11684.                             'label' => 'open_marketplace.ui.tax_id',
  11685.                             'sortable' => NULL,
  11686.                             'enabled' => true,
  11687.                             'position' => 100,
  11688.                             'options' => [
  11689.                             ],
  11690.                         ],
  11691.                         'status' => [
  11692.                             'type' => 'twig',
  11693.                             'label' => 'open_marketplace.ui.status',
  11694.                             'options' => [
  11695.                                 'template' => 'Grid/status.html.twig',
  11696.                             ],
  11697.                             'sortable' => NULL,
  11698.                             'enabled' => true,
  11699.                             'position' => 100,
  11700.                         ],
  11701.                         'enabled' => [
  11702.                             'type' => 'twig',
  11703.                             'label' => 'open_marketplace.ui.enabled',
  11704.                             'options' => [
  11705.                                 'template' => 'Grid/Field/enabled.html.twig',
  11706.                             ],
  11707.                             'enabled' => true,
  11708.                             'position' => 100,
  11709.                         ],
  11710.                     ],
  11711.                     'actions' => [
  11712.                         'item' => [
  11713.                             'details' => [
  11714.                                 'label' => 'open_marketplace.ui.details',
  11715.                                 'type' => 'show',
  11716.                                 'enabled' => true,
  11717.                                 'position' => 100,
  11718.                                 'options' => [
  11719.                                 ],
  11720.                             ],
  11721.                             'update' => [
  11722.                                 'type' => 'edit_vendor',
  11723.                                 'enabled' => true,
  11724.                                 'position' => 100,
  11725.                                 'options' => [
  11726.                                 ],
  11727.                             ],
  11728.                             'enable_disable' => [
  11729.                                 'type' => 'enable_vendor_action',
  11730.                                 'enabled' => true,
  11731.                                 'position' => 100,
  11732.                                 'options' => [
  11733.                                 ],
  11734.                             ],
  11735.                             'show_product_listings' => [
  11736.                                 'type' => 'show_product_listings',
  11737.                                 'enabled' => true,
  11738.                                 'position' => 100,
  11739.                                 'options' => [
  11740.                                 ],
  11741.                             ],
  11742.                         ],
  11743.                     ],
  11744.                     'limits' => [
  11745.                         => 10,
  11746.                         => 25,
  11747.                         => 50,
  11748.                     ],
  11749.                     'filters' => [
  11750.                     ],
  11751.                 ],
  11752.                 'open_marketplace_admin_conversation' => [
  11753.                     'driver' => [
  11754.                         'name' => 'doctrine/orm',
  11755.                         'options' => [
  11756.                             'class' => 'BitBag\\OpenMarketplace\\Entity\\Conversation\\Conversation',
  11757.                         ],
  11758.                     ],
  11759.                     'fields' => [
  11760.                         'category' => [
  11761.                             'type' => 'twig',
  11762.                             'label' => 'open_marketplace.ui.form.conversation.category',
  11763.                             'options' => [
  11764.                                 'template' => 'Grid/Conversation/Ui/category.html.twig',
  11765.                             ],
  11766.                             'enabled' => true,
  11767.                             'position' => 100,
  11768.                         ],
  11769.                         'shopUser' => [
  11770.                             'type' => 'twig',
  11771.                             'label' => 'open_marketplace.ui.grid.conversation.applicant',
  11772.                             'options' => [
  11773.                                 'template' => 'Grid/Conversation/Ui/applicant.html.twig',
  11774.                             ],
  11775.                             'enabled' => true,
  11776.                             'position' => 100,
  11777.                         ],
  11778.                     ],
  11779.                     'filters' => [
  11780.                         'status' => [
  11781.                             'label' => 'open_marketplace.ui.status',
  11782.                             'type' => 'select',
  11783.                             'form_options' => [
  11784.                                 'choices' => [
  11785.                                     'mvm.ui.open' => 'open',
  11786.                                     'mvm.ui.closed' => 'closed',
  11787.                                 ],
  11788.                             ],
  11789.                             'enabled' => true,
  11790.                             'position' => 100,
  11791.                             'options' => [
  11792.                             ],
  11793.                         ],
  11794.                         'createdAt' => [
  11795.                             'type' => 'date',
  11796.                             'label' => 'sylius.ui.date',
  11797.                             'options' => [
  11798.                                 'field' => 'messages.createdAt',
  11799.                                 'inclusive_to' => true,
  11800.                             ],
  11801.                             'enabled' => true,
  11802.                             'position' => 100,
  11803.                             'form_options' => [
  11804.                             ],
  11805.                         ],
  11806.                     ],
  11807.                     'actions' => [
  11808.                         'main' => [
  11809.                             'create' => [
  11810.                                 'type' => 'create',
  11811.                                 'options' => [
  11812.                                     'link' => [
  11813.                                         'route' => 'open_marketplace_admin_conversation_create',
  11814.                                     ],
  11815.                                 ],
  11816.                                 'enabled' => true,
  11817.                                 'position' => 100,
  11818.                             ],
  11819.                         ],
  11820.                         'item' => [
  11821.                             'show' => [
  11822.                                 'type' => 'show',
  11823.                                 'enabled' => true,
  11824.                                 'position' => 100,
  11825.                                 'options' => [
  11826.                                 ],
  11827.                             ],
  11828.                             'delete' => [
  11829.                                 'type' => 'delete',
  11830.                                 'enabled' => true,
  11831.                                 'position' => 100,
  11832.                                 'options' => [
  11833.                                 ],
  11834.                             ],
  11835.                             'archive' => [
  11836.                                 'type' => 'archiveConversation',
  11837.                                 'label' => 'open_marketplace.ui.grid.conversation.archive',
  11838.                                 'enabled' => true,
  11839.                                 'position' => 100,
  11840.                                 'options' => [
  11841.                                 ],
  11842.                             ],
  11843.                         ],
  11844.                     ],
  11845.                     'sorting' => [
  11846.                     ],
  11847.                     'limits' => [
  11848.                         => 10,
  11849.                         => 25,
  11850.                         => 50,
  11851.                     ],
  11852.                 ],
  11853.                 'open_marketplace_account_order' => [
  11854.                     'driver' => [
  11855.                         'name' => 'doctrine/orm',
  11856.                         'options' => [
  11857.                             'class' => 'BitBag\\OpenMarketplace\\Entity\\Order',
  11858.                             'repository' => [
  11859.                                 'method' => 'createByCustomerAndChannelIdAndSecondaryQueryBuilder',
  11860.                                 'arguments' => [
  11861.                                     => 'expr:service(\'sylius.context.customer\').getCustomer().getId()',
  11862.                                     => 'expr:service(\'sylius.context.channel\').getChannel().getId()',
  11863.                                 ],
  11864.                             ],
  11865.                         ],
  11866.                     ],
  11867.                     'sorting' => [
  11868.                         'checkoutCompletedAt' => 'desc',
  11869.                     ],
  11870.                     'fields' => [
  11871.                         'number' => [
  11872.                             'type' => 'twig',
  11873.                             'label' => 'sylius.ui.number',
  11874.                             'sortable' => NULL,
  11875.                             'options' => [
  11876.                                 'template' => '@SyliusShop/Account/Order/Grid/Field/number.html.twig',
  11877.                             ],
  11878.                             'enabled' => true,
  11879.                             'position' => 100,
  11880.                         ],
  11881.                         'checkoutCompletedAt' => [
  11882.                             'type' => 'datetime',
  11883.                             'label' => 'sylius.ui.date',
  11884.                             'sortable' => NULL,
  11885.                             'options' => [
  11886.                                 'format' => 'm/d/Y',
  11887.                             ],
  11888.                             'enabled' => true,
  11889.                             'position' => 100,
  11890.                         ],
  11891.                         'shippingAddress' => [
  11892.                             'type' => 'twig',
  11893.                             'label' => 'sylius.ui.ship_to',
  11894.                             'options' => [
  11895.                                 'template' => '@SyliusShop/Account/Order/Grid/Field/address.html.twig',
  11896.                             ],
  11897.                             'enabled' => true,
  11898.                             'position' => 100,
  11899.                         ],
  11900.                         'total' => [
  11901.                             'type' => 'twig',
  11902.                             'label' => 'sylius.ui.total',
  11903.                             'path' => '.',
  11904.                             'sortable' => 'total',
  11905.                             'options' => [
  11906.                                 'template' => '@SyliusShop/Account/Order/Grid/Field/total.html.twig',
  11907.                             ],
  11908.                             'enabled' => true,
  11909.                             'position' => 100,
  11910.                         ],
  11911.                         'state' => [
  11912.                             'type' => 'twig',
  11913.                             'label' => 'sylius.ui.state',
  11914.                             'sortable' => NULL,
  11915.                             'options' => [
  11916.                                 'template' => '@SyliusUi/Grid/Field/label.html.twig',
  11917.                                 'vars' => [
  11918.                                     'labels' => '@SyliusShop/Account/Order/Label/State',
  11919.                                 ],
  11920.                             ],
  11921.                             'enabled' => true,
  11922.                             'position' => 100,
  11923.                         ],
  11924.                     ],
  11925.                     'actions' => [
  11926.                         'item' => [
  11927.                             'show' => [
  11928.                                 'type' => 'shop_show',
  11929.                                 'label' => 'sylius.ui.show',
  11930.                                 'options' => [
  11931.                                     'link' => [
  11932.                                         'route' => 'sylius_shop_account_order_show',
  11933.                                         'parameters' => [
  11934.                                             'number' => 'resource.number',
  11935.                                         ],
  11936.                                     ],
  11937.                                 ],
  11938.                                 'enabled' => true,
  11939.                                 'position' => 100,
  11940.                             ],
  11941.                             'pay' => [
  11942.                                 'type' => 'shop_pay',
  11943.                                 'label' => 'sylius.ui.pay',
  11944.                                 'options' => [
  11945.                                     'link' => [
  11946.                                         'route' => 'sylius_shop_order_show',
  11947.                                         'parameters' => [
  11948.                                             'tokenValue' => 'resource.primaryOrder.tokenValue',
  11949.                                         ],
  11950.                                     ],
  11951.                                 ],
  11952.                                 'enabled' => true,
  11953.                                 'position' => 100,
  11954.                             ],
  11955.                         ],
  11956.                     ],
  11957.                     'limits' => [
  11958.                         => 10,
  11959.                         => 25,
  11960.                         => 50,
  11961.                     ],
  11962.                     'filters' => [
  11963.                     ],
  11964.                 ],
  11965.                 'open_marketplace_vendor_clients' => [
  11966.                     'driver' => [
  11967.                         'name' => 'doctrine/orm',
  11968.                         'options' => [
  11969.                             'class' => 'BitBag\\OpenMarketplace\\Entity\\Customer',
  11970.                             'repository' => [
  11971.                                 'method' => 'findVendorCustomers',
  11972.                                 'arguments' => [
  11973.                                     => 'expr:service(\'open_marketplace.provider.vendor\').provideCurrentVendor()',
  11974.                                 ],
  11975.                             ],
  11976.                         ],
  11977.                     ],
  11978.                     'sorting' => [
  11979.                         'createdAt' => 'desc',
  11980.                     ],
  11981.                     'fields' => [
  11982.                         'firstName' => [
  11983.                             'type' => 'string',
  11984.                             'label' => 'sylius.ui.first_name',
  11985.                             'sortable' => NULL,
  11986.                             'enabled' => true,
  11987.                             'position' => 100,
  11988.                             'options' => [
  11989.                             ],
  11990.                         ],
  11991.                         'lastName' => [
  11992.                             'type' => 'string',
  11993.                             'label' => 'sylius.ui.last_name',
  11994.                             'sortable' => NULL,
  11995.                             'enabled' => true,
  11996.                             'position' => 100,
  11997.                             'options' => [
  11998.                             ],
  11999.                         ],
  12000.                         'email' => [
  12001.                             'type' => 'string',
  12002.                             'label' => 'sylius.ui.email',
  12003.                             'sortable' => NULL,
  12004.                             'enabled' => true,
  12005.                             'position' => 100,
  12006.                             'options' => [
  12007.                             ],
  12008.                         ],
  12009.                         'createdAt' => [
  12010.                             'type' => 'datetime',
  12011.                             'label' => 'sylius.ui.registration_date',
  12012.                             'sortable' => NULL,
  12013.                             'options' => [
  12014.                                 'format' => 'd-m-Y H:i',
  12015.                             ],
  12016.                             'enabled' => true,
  12017.                             'position' => 100,
  12018.                         ],
  12019.                         'enabled' => [
  12020.                             'type' => 'twig',
  12021.                             'label' => 'sylius.ui.enabled',
  12022.                             'path' => '.',
  12023.                             'options' => [
  12024.                                 'template' => '@SyliusAdmin/Customer/Grid/Field/enabled.html.twig',
  12025.                             ],
  12026.                             'enabled' => true,
  12027.                             'position' => 100,
  12028.                         ],
  12029.                         'verified' => [
  12030.                             'type' => 'twig',
  12031.                             'label' => 'sylius.ui.verified',
  12032.                             'path' => '.',
  12033.                             'options' => [
  12034.                                 'template' => '@SyliusAdmin/Customer/Grid/Field/verified.html.twig',
  12035.                             ],
  12036.                             'enabled' => true,
  12037.                             'position' => 100,
  12038.                         ],
  12039.                     ],
  12040.                     'filters' => [
  12041.                         'search' => [
  12042.                             'type' => 'string',
  12043.                             'label' => 'sylius.ui.search',
  12044.                             'options' => [
  12045.                                 'fields' => [
  12046.                                     => 'email',
  12047.                                     => 'firstName',
  12048.                                     => 'lastName',
  12049.                                 ],
  12050.                             ],
  12051.                             'enabled' => true,
  12052.                             'position' => 100,
  12053.                             'form_options' => [
  12054.                             ],
  12055.                         ],
  12056.                     ],
  12057.                     'actions' => [
  12058.                         'item' => [
  12059.                             'show' => [
  12060.                                 'type' => 'shop_show',
  12061.                                 'label' => 'sylius.ui.show',
  12062.                                 'options' => [
  12063.                                     'link' => [
  12064.                                         'route' => 'open_marketplace_vendor_customer_show',
  12065.                                         'parameters' => [
  12066.                                             'id' => 'resource.id',
  12067.                                         ],
  12068.                                     ],
  12069.                                 ],
  12070.                                 'enabled' => true,
  12071.                                 'position' => 100,
  12072.                             ],
  12073.                             'show_orders' => [
  12074.                                 'type' => 'shop_show',
  12075.                                 'label' => 'sylius.ui.show_orders',
  12076.                                 'options' => [
  12077.                                     'link' => [
  12078.                                         'route' => 'open_marketplace_vendor_customer_order_index',
  12079.                                         'parameters' => [
  12080.                                             'id' => 'resource.id',
  12081.                                         ],
  12082.                                     ],
  12083.                                 ],
  12084.                                 'enabled' => true,
  12085.                                 'position' => 100,
  12086.                             ],
  12087.                         ],
  12088.                     ],
  12089.                     'limits' => [
  12090.                         => 10,
  12091.                         => 25,
  12092.                         => 50,
  12093.                     ],
  12094.                 ],
  12095.                 'vendor_draft_attribute' => [
  12096.                     'driver' => [
  12097.                         'name' => 'doctrine/orm',
  12098.                         'options' => [
  12099.                             'class' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\DraftAttribute',
  12100.                             'repository' => [
  12101.                                 'method' => 'findVendorDraftAttributesQuery',
  12102.                                 'arguments' => [
  12103.                                     => 'expr:service(\'open_marketplace.provider.vendor\').provideCurrentVendor()',
  12104.                                 ],
  12105.                             ],
  12106.                         ],
  12107.                     ],
  12108.                     'sorting' => [
  12109.                         'position' => 'asc',
  12110.                     ],
  12111.                     'fields' => [
  12112.                         'code' => [
  12113.                             'type' => 'string',
  12114.                             'label' => 'sylius.ui.code',
  12115.                             'sortable' => NULL,
  12116.                             'enabled' => true,
  12117.                             'position' => 100,
  12118.                             'options' => [
  12119.                             ],
  12120.                         ],
  12121.                         'name' => [
  12122.                             'type' => 'string',
  12123.                             'label' => 'sylius.ui.name',
  12124.                             'enabled' => true,
  12125.                             'position' => 100,
  12126.                             'options' => [
  12127.                             ],
  12128.                         ],
  12129.                         'position' => [
  12130.                             'type' => 'string',
  12131.                             'enabled' => false,
  12132.                             'sortable' => NULL,
  12133.                             'position' => 100,
  12134.                             'options' => [
  12135.                             ],
  12136.                         ],
  12137.                         'type' => [
  12138.                             'type' => 'twig',
  12139.                             'label' => 'sylius.ui.type',
  12140.                             'sortable' => NULL,
  12141.                             'options' => [
  12142.                                 'template' => '@SyliusUi/Grid/Field/label.html.twig',
  12143.                             ],
  12144.                             'enabled' => true,
  12145.                             'position' => 100,
  12146.                         ],
  12147.                         'translatable' => [
  12148.                             'type' => 'twig',
  12149.                             'label' => 'sylius.ui.translatable',
  12150.                             'sortable' => NULL,
  12151.                             'options' => [
  12152.                                 'template' => '@SyliusUi/Grid/Field/enabled.html.twig',
  12153.                             ],
  12154.                             'enabled' => true,
  12155.                             'position' => 100,
  12156.                         ],
  12157.                     ],
  12158.                     'filters' => [
  12159.                         'code' => [
  12160.                             'type' => 'string',
  12161.                             'label' => 'sylius.ui.code',
  12162.                             'enabled' => true,
  12163.                             'position' => 100,
  12164.                             'options' => [
  12165.                             ],
  12166.                             'form_options' => [
  12167.                             ],
  12168.                         ],
  12169.                         'translatable' => [
  12170.                             'type' => 'boolean',
  12171.                             'label' => 'sylius.ui.translatable',
  12172.                             'enabled' => true,
  12173.                             'position' => 100,
  12174.                             'options' => [
  12175.                             ],
  12176.                             'form_options' => [
  12177.                             ],
  12178.                         ],
  12179.                     ],
  12180.                     'actions' => [
  12181.                         'main' => [
  12182.                             'create' => [
  12183.                                 'type' => 'render_attribute_types',
  12184.                                 'enabled' => true,
  12185.                                 'position' => 100,
  12186.                                 'options' => [
  12187.                                 ],
  12188.                             ],
  12189.                         ],
  12190.                         'item' => [
  12191.                             'update' => [
  12192.                                 'type' => 'update',
  12193.                                 'enabled' => true,
  12194.                                 'position' => 100,
  12195.                                 'options' => [
  12196.                                 ],
  12197.                             ],
  12198.                             'delete' => [
  12199.                                 'type' => 'delete',
  12200.                                 'enabled' => true,
  12201.                                 'position' => 100,
  12202.                                 'options' => [
  12203.                                 ],
  12204.                             ],
  12205.                         ],
  12206.                     ],
  12207.                     'limits' => [
  12208.                         => 10,
  12209.                         => 25,
  12210.                         => 50,
  12211.                     ],
  12212.                 ],
  12213.                 'open_marketplace_vendor_product_listing' => [
  12214.                     'driver' => [
  12215.                         'name' => 'doctrine/orm',
  12216.                         'options' => [
  12217.                             'class' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductListing',
  12218.                             'repository' => [
  12219.                                 'method' => 'createQueryBuilderByVendorAndDeleted',
  12220.                                 'arguments' => [
  12221.                                     => 'expr:service(\'open_marketplace.provider.vendor\').provideCurrentVendor()',
  12222.                                 ],
  12223.                             ],
  12224.                         ],
  12225.                     ],
  12226.                     'filters' => [
  12227.                         'search' => [
  12228.                             'type' => 'string',
  12229.                             'form_options' => [
  12230.                                 'type' => 'contains',
  12231.                             ],
  12232.                             'options' => [
  12233.                                 'fields' => [
  12234.                                     => 'code',
  12235.                                 ],
  12236.                             ],
  12237.                             'enabled' => true,
  12238.                             'position' => 100,
  12239.                         ],
  12240.                         'status' => [
  12241.                             'type' => 'product_listing_status',
  12242.                             'label' => 'open_marketplace.ui.status',
  12243.                             'enabled' => true,
  12244.                             'position' => 100,
  12245.                             'options' => [
  12246.                             ],
  12247.                             'form_options' => [
  12248.                             ],
  12249.                         ],
  12250.                     ],
  12251.                     'fields' => [
  12252.                         'code' => [
  12253.                             'type' => 'string',
  12254.                             'label' => 'open_marketplace.ui.code',
  12255.                             'enabled' => true,
  12256.                             'position' => 100,
  12257.                             'options' => [
  12258.                             ],
  12259.                         ],
  12260.                         'name' => [
  12261.                             'type' => 'twig',
  12262.                             'label' => 'open_marketplace.ui.name',
  12263.                             'path' => 'getLatestDraft',
  12264.                             'options' => [
  12265.                                 'template' => 'Grid/Field/product_listing_product_name.html.twig',
  12266.                             ],
  12267.                             'enabled' => true,
  12268.                             'position' => 100,
  12269.                         ],
  12270.                         'getLatestDraft.verifiedAt' => [
  12271.                             'type' => 'twig',
  12272.                             'label' => 'open_marketplace.ui.verified_at',
  12273.                             'options' => [
  12274.                                 'template' => 'Grid/Field/product_listing_verified_at.html.twig',
  12275.                             ],
  12276.                             'enabled' => true,
  12277.                             'position' => 100,
  12278.                         ],
  12279.                         'getLatestDraft.status' => [
  12280.                             'type' => 'twig',
  12281.                             'label' => 'open_marketplace.ui.status',
  12282.                             'options' => [
  12283.                                 'template' => 'Grid/Field/product_listing_status.html.twig',
  12284.                             ],
  12285.                             'enabled' => true,
  12286.                             'position' => 100,
  12287.                         ],
  12288.                     ],
  12289.                     'actions' => [
  12290.                         'main' => [
  12291.                             'create' => [
  12292.                                 'type' => 'create',
  12293.                                 'label' => 'open_marketplace.ui.create_new_product',
  12294.                                 'options' => [
  12295.                                     'link' => [
  12296.                                         'route' => 'open_marketplace_vendor_product_listing_create_product',
  12297.                                     ],
  12298.                                 ],
  12299.                                 'enabled' => true,
  12300.                                 'position' => 100,
  12301.                             ],
  12302.                         ],
  12303.                         'item' => [
  12304.                             'dropdown' => [
  12305.                                 'type' => 'product_listing_dropdown',
  12306.                                 'enabled' => true,
  12307.                                 'position' => 100,
  12308.                                 'options' => [
  12309.                                 ],
  12310.                             ],
  12311.                         ],
  12312.                     ],
  12313.                     'sorting' => [
  12314.                     ],
  12315.                     'limits' => [
  12316.                         => 10,
  12317.                         => 25,
  12318.                         => 50,
  12319.                     ],
  12320.                 ],
  12321.                 'vendor_account_customer_orders' => [
  12322.                     'driver' => [
  12323.                         'name' => 'doctrine/orm',
  12324.                         'options' => [
  12325.                             'class' => 'BitBag\\OpenMarketplace\\Entity\\Order',
  12326.                             'repository' => [
  12327.                                 'method' => 'findOrdersForVendorByCustomer',
  12328.                                 'arguments' => [
  12329.                                     => 'expr:service(\'open_marketplace.provider.vendor\').provideCurrentVendor()',
  12330.                                     => '$id',
  12331.                                 ],
  12332.                             ],
  12333.                         ],
  12334.                     ],
  12335.                     'sorting' => [
  12336.                         'checkoutCompletedAt' => 'desc',
  12337.                     ],
  12338.                     'fields' => [
  12339.                         'number' => [
  12340.                             'type' => 'twig',
  12341.                             'label' => 'sylius.ui.number',
  12342.                             'sortable' => NULL,
  12343.                             'options' => [
  12344.                                 'template' => '@SyliusShop/Account/Order/Grid/Field/number.html.twig',
  12345.                             ],
  12346.                             'enabled' => true,
  12347.                             'position' => 100,
  12348.                         ],
  12349.                         'checkoutCompletedAt' => [
  12350.                             'type' => 'datetime',
  12351.                             'label' => 'sylius.ui.date',
  12352.                             'sortable' => NULL,
  12353.                             'options' => [
  12354.                                 'format' => 'm/d/Y',
  12355.                             ],
  12356.                             'enabled' => true,
  12357.                             'position' => 100,
  12358.                         ],
  12359.                         'total' => [
  12360.                             'type' => 'twig',
  12361.                             'label' => 'sylius.ui.total',
  12362.                             'path' => '.',
  12363.                             'sortable' => 'total',
  12364.                             'options' => [
  12365.                                 'template' => '@SyliusShop/Account/Order/Grid/Field/total.html.twig',
  12366.                             ],
  12367.                             'enabled' => true,
  12368.                             'position' => 100,
  12369.                         ],
  12370.                         'customer' => [
  12371.                             'type' => 'twig',
  12372.                             'label' => 'sylius.ui.customer',
  12373.                             'sortable' => 'customer.lastName',
  12374.                             'options' => [
  12375.                                 'template' => '@SyliusAdmin/Order/Grid/Field/customer.html.twig',
  12376.                             ],
  12377.                             'enabled' => true,
  12378.                             'position' => 100,
  12379.                         ],
  12380.                         'state' => [
  12381.                             'type' => 'twig',
  12382.                             'label' => 'sylius.ui.state',
  12383.                             'sortable' => NULL,
  12384.                             'options' => [
  12385.                                 'template' => '@SyliusUi/Grid/Field/label.html.twig',
  12386.                                 'vars' => [
  12387.                                     'labels' => '@SyliusShop/Account/Order/Label/State',
  12388.                                 ],
  12389.                             ],
  12390.                             'enabled' => true,
  12391.                             'position' => 100,
  12392.                         ],
  12393.                         'paymentState' => [
  12394.                             'type' => 'twig',
  12395.                             'label' => 'sylius.ui.payment_state',
  12396.                             'sortable' => NULL,
  12397.                             'options' => [
  12398.                                 'template' => '@SyliusUi/Grid/Field/state.html.twig',
  12399.                                 'vars' => [
  12400.                                     'labels' => '@SyliusAdmin/Order/Label/PaymentState',
  12401.                                 ],
  12402.                             ],
  12403.                             'enabled' => true,
  12404.                             'position' => 100,
  12405.                         ],
  12406.                         'shippingState' => [
  12407.                             'type' => 'twig',
  12408.                             'label' => 'sylius.ui.shipping_state',
  12409.                             'sortable' => NULL,
  12410.                             'options' => [
  12411.                                 'template' => '@SyliusUi/Grid/Field/state.html.twig',
  12412.                                 'vars' => [
  12413.                                     'labels' => '@SyliusAdmin/Order/Label/ShippingState',
  12414.                                 ],
  12415.                             ],
  12416.                             'enabled' => true,
  12417.                             'position' => 100,
  12418.                         ],
  12419.                     ],
  12420.                     'filters' => [
  12421.                         'state' => [
  12422.                             'type' => 'select',
  12423.                             'label' => 'sylius.ui.state',
  12424.                             'form_options' => [
  12425.                                 'choices' => [
  12426.                                     'sylius.ui.cancelled' => 'cancelled',
  12427.                                     'sylius.ui.completed' => 'completed',
  12428.                                     'sylius.ui.failed' => 'failed',
  12429.                                     'sylius.ui.new' => 'new',
  12430.                                     'sylius.ui.processing' => 'processing',
  12431.                                     'sylius.ui.refunded' => 'refunded',
  12432.                                 ],
  12433.                             ],
  12434.                             'enabled' => true,
  12435.                             'position' => 100,
  12436.                             'options' => [
  12437.                             ],
  12438.                         ],
  12439.                         'paymentState' => [
  12440.                             'type' => 'select',
  12441.                             'label' => 'sylius.ui.payment_state',
  12442.                             'form_options' => [
  12443.                                 'choices' => [
  12444.                                     'sylius.ui.awaiting_payment' => 'awaiting_payment',
  12445.                                     'sylius.ui.paid' => 'paid',
  12446.                                     'sylius.ui.cancelled' => 'cancelled',
  12447.                                 ],
  12448.                             ],
  12449.                             'enabled' => true,
  12450.                             'position' => 100,
  12451.                             'options' => [
  12452.                             ],
  12453.                         ],
  12454.                         'shippingState' => [
  12455.                             'type' => 'select',
  12456.                             'label' => 'sylius.ui.shipping_state',
  12457.                             'form_options' => [
  12458.                                 'choices' => [
  12459.                                     'sylius.ui.cancelled' => 'cancelled',
  12460.                                     'sylius.ui.ready' => 'ready',
  12461.                                     'sylius.ui.shipped' => 'shipped',
  12462.                                 ],
  12463.                             ],
  12464.                             'enabled' => true,
  12465.                             'position' => 100,
  12466.                             'options' => [
  12467.                             ],
  12468.                         ],
  12469.                         'number' => [
  12470.                             'type' => 'string',
  12471.                             'label' => 'sylius.ui.number',
  12472.                             'enabled' => true,
  12473.                             'position' => 100,
  12474.                             'options' => [
  12475.                             ],
  12476.                             'form_options' => [
  12477.                             ],
  12478.                         ],
  12479.                         'date' => [
  12480.                             'type' => 'date',
  12481.                             'label' => 'sylius.ui.date',
  12482.                             'options' => [
  12483.                                 'field' => 'checkoutCompletedAt',
  12484.                                 'inclusive_to' => true,
  12485.                             ],
  12486.                             'enabled' => true,
  12487.                             'position' => 100,
  12488.                             'form_options' => [
  12489.                             ],
  12490.                         ],
  12491.                         'shipping_method' => [
  12492.                             'type' => 'entity',
  12493.                             'label' => 'sylius.ui.shipping_method',
  12494.                             'options' => [
  12495.                                 'fields' => [
  12496.                                     => 'shipments.method',
  12497.                                 ],
  12498.                             ],
  12499.                             'form_options' => [
  12500.                                 'class' => 'Sylius\\Component\\Core\\Model\\ShippingMethod',
  12501.                             ],
  12502.                             'enabled' => true,
  12503.                             'position' => 100,
  12504.                         ],
  12505.                     ],
  12506.                     'actions' => [
  12507.                         'item' => [
  12508.                             'show' => [
  12509.                                 'type' => 'shop_show',
  12510.                                 'label' => 'sylius.ui.show',
  12511.                                 'options' => [
  12512.                                     'link' => [
  12513.                                         'route' => 'open_marketplace_vendor_order_show',
  12514.                                         'parameters' => [
  12515.                                             'id' => 'resource.id',
  12516.                                         ],
  12517.                                     ],
  12518.                                 ],
  12519.                                 'enabled' => true,
  12520.                                 'position' => 100,
  12521.                             ],
  12522.                         ],
  12523.                     ],
  12524.                     'limits' => [
  12525.                         => 10,
  12526.                         => 25,
  12527.                         => 50,
  12528.                     ],
  12529.                 ],
  12530.                 'vendor_account_order' => [
  12531.                     'driver' => [
  12532.                         'name' => 'doctrine/orm',
  12533.                         'options' => [
  12534.                             'class' => 'BitBag\\OpenMarketplace\\Entity\\Order',
  12535.                             'repository' => [
  12536.                                 'method' => 'findAllByVendor',
  12537.                                 'arguments' => [
  12538.                                     => 'expr:service(\'open_marketplace.provider.vendor\').provideCurrentVendor()',
  12539.                                 ],
  12540.                             ],
  12541.                         ],
  12542.                     ],
  12543.                     'sorting' => [
  12544.                         'checkoutCompletedAt' => 'desc',
  12545.                     ],
  12546.                     'fields' => [
  12547.                         'number' => [
  12548.                             'type' => 'twig',
  12549.                             'label' => 'sylius.ui.number',
  12550.                             'sortable' => NULL,
  12551.                             'options' => [
  12552.                                 'template' => '@SyliusShop/Account/Order/Grid/Field/number.html.twig',
  12553.                             ],
  12554.                             'enabled' => true,
  12555.                             'position' => 100,
  12556.                         ],
  12557.                         'checkoutCompletedAt' => [
  12558.                             'type' => 'datetime',
  12559.                             'label' => 'sylius.ui.date',
  12560.                             'sortable' => NULL,
  12561.                             'options' => [
  12562.                                 'format' => 'm/d/Y',
  12563.                             ],
  12564.                             'enabled' => true,
  12565.                             'position' => 100,
  12566.                         ],
  12567.                         'total' => [
  12568.                             'type' => 'twig',
  12569.                             'label' => 'sylius.ui.total',
  12570.                             'path' => '.',
  12571.                             'sortable' => 'total',
  12572.                             'options' => [
  12573.                                 'template' => '@SyliusShop/Account/Order/Grid/Field/total.html.twig',
  12574.                             ],
  12575.                             'enabled' => true,
  12576.                             'position' => 100,
  12577.                         ],
  12578.                         'customer' => [
  12579.                             'type' => 'twig',
  12580.                             'label' => 'sylius.ui.customer',
  12581.                             'sortable' => 'customer.lastName',
  12582.                             'options' => [
  12583.                                 'template' => '@SyliusAdmin/Order/Grid/Field/customer.html.twig',
  12584.                             ],
  12585.                             'enabled' => true,
  12586.                             'position' => 100,
  12587.                         ],
  12588.                         'state' => [
  12589.                             'type' => 'twig',
  12590.                             'label' => 'sylius.ui.state',
  12591.                             'sortable' => NULL,
  12592.                             'options' => [
  12593.                                 'template' => '@SyliusUi/Grid/Field/label.html.twig',
  12594.                                 'vars' => [
  12595.                                     'labels' => '@SyliusShop/Account/Order/Label/State',
  12596.                                 ],
  12597.                             ],
  12598.                             'enabled' => true,
  12599.                             'position' => 100,
  12600.                         ],
  12601.                         'paymentState' => [
  12602.                             'type' => 'twig',
  12603.                             'label' => 'sylius.ui.payment_state',
  12604.                             'sortable' => NULL,
  12605.                             'options' => [
  12606.                                 'template' => '@SyliusUi/Grid/Field/state.html.twig',
  12607.                                 'vars' => [
  12608.                                     'labels' => '@SyliusAdmin/Order/Label/PaymentState',
  12609.                                 ],
  12610.                             ],
  12611.                             'enabled' => true,
  12612.                             'position' => 100,
  12613.                         ],
  12614.                         'shippingState' => [
  12615.                             'type' => 'twig',
  12616.                             'label' => 'sylius.ui.shipping_state',
  12617.                             'sortable' => NULL,
  12618.                             'options' => [
  12619.                                 'template' => '@SyliusUi/Grid/Field/state.html.twig',
  12620.                                 'vars' => [
  12621.                                     'labels' => '@SyliusAdmin/Order/Label/ShippingState',
  12622.                                 ],
  12623.                             ],
  12624.                             'enabled' => true,
  12625.                             'position' => 100,
  12626.                         ],
  12627.                     ],
  12628.                     'filters' => [
  12629.                         'state' => [
  12630.                             'type' => 'select',
  12631.                             'label' => 'sylius.ui.state',
  12632.                             'form_options' => [
  12633.                                 'choices' => [
  12634.                                     'sylius.ui.cancelled' => 'cancelled',
  12635.                                     'sylius.ui.completed' => 'completed',
  12636.                                     'sylius.ui.failed' => 'failed',
  12637.                                     'sylius.ui.new' => 'new',
  12638.                                     'sylius.ui.processing' => 'processing',
  12639.                                     'sylius.ui.refunded' => 'refunded',
  12640.                                 ],
  12641.                             ],
  12642.                             'enabled' => true,
  12643.                             'position' => 100,
  12644.                             'options' => [
  12645.                             ],
  12646.                         ],
  12647.                         'paymentState' => [
  12648.                             'type' => 'select',
  12649.                             'label' => 'sylius.ui.payment_state',
  12650.                             'form_options' => [
  12651.                                 'choices' => [
  12652.                                     'sylius.ui.awaiting_payment' => 'awaiting_payment',
  12653.                                     'sylius.ui.paid' => 'paid',
  12654.                                     'sylius.ui.cancelled' => 'cancelled',
  12655.                                 ],
  12656.                             ],
  12657.                             'enabled' => true,
  12658.                             'position' => 100,
  12659.                             'options' => [
  12660.                             ],
  12661.                         ],
  12662.                         'shippingState' => [
  12663.                             'type' => 'select',
  12664.                             'label' => 'sylius.ui.shipping_state',
  12665.                             'form_options' => [
  12666.                                 'choices' => [
  12667.                                     'sylius.ui.cancelled' => 'cancelled',
  12668.                                     'sylius.ui.ready' => 'ready',
  12669.                                     'sylius.ui.shipped' => 'shipped',
  12670.                                 ],
  12671.                             ],
  12672.                             'enabled' => true,
  12673.                             'position' => 100,
  12674.                             'options' => [
  12675.                             ],
  12676.                         ],
  12677.                         'number' => [
  12678.                             'type' => 'string',
  12679.                             'label' => 'sylius.ui.number',
  12680.                             'enabled' => true,
  12681.                             'position' => 100,
  12682.                             'options' => [
  12683.                             ],
  12684.                             'form_options' => [
  12685.                             ],
  12686.                         ],
  12687.                         'customer' => [
  12688.                             'type' => 'string',
  12689.                             'label' => 'sylius.ui.customer',
  12690.                             'options' => [
  12691.                                 'fields' => [
  12692.                                     => 'customer.email',
  12693.                                     => 'customer.firstName',
  12694.                                     => 'customer.lastName',
  12695.                                 ],
  12696.                             ],
  12697.                             'enabled' => true,
  12698.                             'position' => 100,
  12699.                             'form_options' => [
  12700.                             ],
  12701.                         ],
  12702.                         'date' => [
  12703.                             'type' => 'date',
  12704.                             'label' => 'sylius.ui.date',
  12705.                             'options' => [
  12706.                                 'field' => 'checkoutCompletedAt',
  12707.                                 'inclusive_to' => true,
  12708.                             ],
  12709.                             'enabled' => true,
  12710.                             'position' => 100,
  12711.                             'form_options' => [
  12712.                             ],
  12713.                         ],
  12714.                         'shipping_method' => [
  12715.                             'type' => 'entity',
  12716.                             'label' => 'sylius.ui.shipping_method',
  12717.                             'options' => [
  12718.                                 'fields' => [
  12719.                                     => 'shipments.method',
  12720.                                 ],
  12721.                             ],
  12722.                             'form_options' => [
  12723.                                 'class' => 'Sylius\\Component\\Core\\Model\\ShippingMethod',
  12724.                             ],
  12725.                             'enabled' => true,
  12726.                             'position' => 100,
  12727.                         ],
  12728.                     ],
  12729.                     'actions' => [
  12730.                         'item' => [
  12731.                             'show' => [
  12732.                                 'type' => 'shop_show',
  12733.                                 'label' => 'sylius.ui.show',
  12734.                                 'options' => [
  12735.                                     'link' => [
  12736.                                         'route' => 'open_marketplace_vendor_order_show',
  12737.                                         'parameters' => [
  12738.                                             'id' => 'resource.id',
  12739.                                         ],
  12740.                                     ],
  12741.                                 ],
  12742.                                 'enabled' => true,
  12743.                                 'position' => 100,
  12744.                             ],
  12745.                         ],
  12746.                     ],
  12747.                     'limits' => [
  12748.                         => 10,
  12749.                         => 25,
  12750.                         => 50,
  12751.                     ],
  12752.                 ],
  12753.                 'vendor_product_variant' => [
  12754.                     'driver' => [
  12755.                         'name' => 'doctrine/orm',
  12756.                         'options' => [
  12757.                             'class' => 'Sylius\\Component\\Core\\Model\\ProductVariant',
  12758.                             'repository' => [
  12759.                                 'method' => 'createQueryBuilderByVendor',
  12760.                                 'arguments' => [
  12761.                                     => 'expr:service(\'open_marketplace.provider.vendor\').provideCurrentVendor()',
  12762.                                 ],
  12763.                             ],
  12764.                         ],
  12765.                     ],
  12766.                     'sorting' => [
  12767.                         'position' => 'asc',
  12768.                     ],
  12769.                     'fields' => [
  12770.                         'name' => [
  12771.                             'type' => 'twig',
  12772.                             'path' => '.',
  12773.                             'label' => 'sylius.ui.name',
  12774.                             'options' => [
  12775.                                 'template' => '@SyliusAdmin/ProductVariant/Grid/Field/name.html.twig',
  12776.                             ],
  12777.                             'enabled' => true,
  12778.                             'position' => 100,
  12779.                         ],
  12780.                         'code' => [
  12781.                             'type' => 'string',
  12782.                             'label' => 'sylius.ui.code',
  12783.                             'enabled' => true,
  12784.                             'position' => 100,
  12785.                             'options' => [
  12786.                             ],
  12787.                         ],
  12788.                         'inventory' => [
  12789.                             'type' => 'twig',
  12790.                             'path' => '.',
  12791.                             'label' => 'sylius.ui.inventory',
  12792.                             'options' => [
  12793.                                 'template' => '@SyliusAdmin/ProductVariant/Grid/Field/inventory.html.twig',
  12794.                             ],
  12795.                             'enabled' => true,
  12796.                             'position' => 100,
  12797.                         ],
  12798.                         'position' => [
  12799.                             'type' => 'twig',
  12800.                             'label' => 'sylius.ui.position',
  12801.                             'path' => '.',
  12802.                             'sortable' => 'position',
  12803.                             'options' => [
  12804.                                 'template' => '@SyliusAdmin/ProductVariant/Grid/Field/position.html.twig',
  12805.                             ],
  12806.                             'enabled' => true,
  12807.                             'position' => 100,
  12808.                         ],
  12809.                     ],
  12810.                     'filters' => [
  12811.                         'code' => [
  12812.                             'type' => 'string',
  12813.                             'label' => 'sylius.ui.code',
  12814.                             'enabled' => true,
  12815.                             'position' => 100,
  12816.                             'options' => [
  12817.                             ],
  12818.                             'form_options' => [
  12819.                             ],
  12820.                         ],
  12821.                         'name' => [
  12822.                             'type' => 'string',
  12823.                             'label' => 'sylius.ui.name',
  12824.                             'options' => [
  12825.                                 'fields' => [
  12826.                                     => 'translation.name',
  12827.                                 ],
  12828.                             ],
  12829.                             'enabled' => true,
  12830.                             'position' => 100,
  12831.                             'form_options' => [
  12832.                             ],
  12833.                         ],
  12834.                     ],
  12835.                     'actions' => [
  12836.                         'main' => [
  12837.                             'generate' => [
  12838.                                 'type' => 'generate_variants',
  12839.                                 'options' => [
  12840.                                     'product' => 'expr:service(\'sylius.repository.product\').find($productId)',
  12841.                                 ],
  12842.                                 'enabled' => true,
  12843.                                 'position' => 100,
  12844.                             ],
  12845.                             'update_positions' => [
  12846.                                 'type' => 'update_product_variant_positions',
  12847.                                 'enabled' => true,
  12848.                                 'position' => 100,
  12849.                                 'options' => [
  12850.                                 ],
  12851.                             ],
  12852.                             'create' => [
  12853.                                 'type' => 'create',
  12854.                                 'options' => [
  12855.                                     'link' => [
  12856.                                         'parameters' => [
  12857.                                             'productId' => '$productId',
  12858.                                         ],
  12859.                                     ],
  12860.                                 ],
  12861.                                 'enabled' => true,
  12862.                                 'position' => 100,
  12863.                             ],
  12864.                         ],
  12865.                         'item' => [
  12866.                             'update' => [
  12867.                                 'type' => 'update',
  12868.                                 'options' => [
  12869.                                     'link' => [
  12870.                                         'route' => 'vendor_product_variant_update',
  12871.                                         'parameters' => [
  12872.                                             'id' => 'resource.id',
  12873.                                             'productId' => '$productId',
  12874.                                         ],
  12875.                                     ],
  12876.                                 ],
  12877.                                 'enabled' => true,
  12878.                                 'position' => 100,
  12879.                             ],
  12880.                         ],
  12881.                     ],
  12882.                     'limits' => [
  12883.                         => 10,
  12884.                         => 25,
  12885.                         => 50,
  12886.                     ],
  12887.                 ],
  12888.                 'bitbag_sylius_cms_plugin_admin_block' => [
  12889.                     'driver' => [
  12890.                         'name' => 'doctrine/orm',
  12891.                         'options' => [
  12892.                             'class' => 'BitBag\\SyliusCmsPlugin\\Entity\\Block',
  12893.                             'repository' => [
  12894.                                 'method' => 'createListQueryBuilder',
  12895.                                 'arguments' => [
  12896.                                     => 'fr_FR',
  12897.                                 ],
  12898.                             ],
  12899.                         ],
  12900.                     ],
  12901.                     'sorting' => [
  12902.                         'code' => 'asc',
  12903.                     ],
  12904.                     'limits' => [
  12905.                         => 10,
  12906.                         => 25,
  12907.                         => 50,
  12908.                     ],
  12909.                     'fields' => [
  12910.                         'code' => [
  12911.                             'type' => 'string',
  12912.                             'label' => 'sylius.ui.code',
  12913.                             'sortable' => NULL,
  12914.                             'enabled' => true,
  12915.                             'position' => 100,
  12916.                             'options' => [
  12917.                             ],
  12918.                         ],
  12919.                         'enabled' => [
  12920.                             'type' => 'twig',
  12921.                             'label' => 'sylius.ui.enabled',
  12922.                             'path' => 'enabled',
  12923.                             'sortable' => NULL,
  12924.                             'options' => [
  12925.                                 'template' => '@SyliusUi/Grid/Field/enabled.html.twig',
  12926.                             ],
  12927.                             'enabled' => true,
  12928.                             'position' => 100,
  12929.                         ],
  12930.                         'sections' => [
  12931.                             'type' => 'twig',
  12932.                             'label' => 'bitbag_sylius_cms_plugin.ui.sections',
  12933.                             'path' => '.',
  12934.                             'options' => [
  12935.                                 'template' => '@BitBagSyliusCmsPlugin/Grid/Field/sections.html.twig',
  12936.                             ],
  12937.                             'enabled' => true,
  12938.                             'position' => 100,
  12939.                         ],
  12940.                     ],
  12941.                     'filters' => [
  12942.                         'search' => [
  12943.                             'type' => 'string',
  12944.                             'label' => 'sylius.ui.search',
  12945.                             'options' => [
  12946.                                 'fields' => [
  12947.                                     => 'code',
  12948.                                 ],
  12949.                             ],
  12950.                             'enabled' => true,
  12951.                             'position' => 100,
  12952.                             'form_options' => [
  12953.                             ],
  12954.                         ],
  12955.                         'enabled' => [
  12956.                             'type' => 'boolean',
  12957.                             'enabled' => true,
  12958.                             'position' => 100,
  12959.                             'options' => [
  12960.                             ],
  12961.                             'form_options' => [
  12962.                             ],
  12963.                         ],
  12964.                     ],
  12965.                     'actions' => [
  12966.                         'main' => [
  12967.                             'import' => [
  12968.                                 'type' => 'import',
  12969.                                 'options' => [
  12970.                                     'resourceCode' => 'block',
  12971.                                 ],
  12972.                                 'enabled' => true,
  12973.                                 'position' => 100,
  12974.                             ],
  12975.                             'create' => [
  12976.                                 'type' => 'create',
  12977.                                 'enabled' => true,
  12978.                                 'position' => 100,
  12979.                                 'options' => [
  12980.                                 ],
  12981.                             ],
  12982.                         ],
  12983.                         'item' => [
  12984.                             'update' => [
  12985.                                 'type' => 'update',
  12986.                                 'enabled' => true,
  12987.                                 'position' => 100,
  12988.                                 'options' => [
  12989.                                 ],
  12990.                             ],
  12991.                             'delete' => [
  12992.                                 'type' => 'delete',
  12993.                                 'enabled' => true,
  12994.                                 'position' => 100,
  12995.                                 'options' => [
  12996.                                 ],
  12997.                             ],
  12998.                         ],
  12999.                         'bulk' => [
  13000.                             'delete' => [
  13001.                                 'type' => 'delete',
  13002.                                 'enabled' => true,
  13003.                                 'position' => 100,
  13004.                                 'options' => [
  13005.                                 ],
  13006.                             ],
  13007.                         ],
  13008.                     ],
  13009.                 ],
  13010.                 'bitbag_sylius_cms_plugin_admin_page' => [
  13011.                     'driver' => [
  13012.                         'name' => 'doctrine/orm',
  13013.                         'options' => [
  13014.                             'class' => 'BitBag\\SyliusCmsPlugin\\Entity\\Page',
  13015.                             'repository' => [
  13016.                                 'method' => 'createListQueryBuilder',
  13017.                                 'arguments' => [
  13018.                                     => 'fr_FR',
  13019.                                 ],
  13020.                             ],
  13021.                         ],
  13022.                     ],
  13023.                     'sorting' => [
  13024.                         'code' => 'asc',
  13025.                     ],
  13026.                     'limits' => [
  13027.                         => 10,
  13028.                         => 25,
  13029.                         => 50,
  13030.                     ],
  13031.                     'fields' => [
  13032.                         'page_image' => [
  13033.                             'type' => 'twig',
  13034.                             'label' => 'bitbag_sylius_cms_plugin.ui.image',
  13035.                             'path' => '.',
  13036.                             'options' => [
  13037.                                 'template' => '@BitBagSyliusCmsPlugin/Grid/Field/page_image.html.twig',
  13038.                             ],
  13039.                             'enabled' => true,
  13040.                             'position' => 100,
  13041.                         ],
  13042.                         'code' => [
  13043.                             'type' => 'string',
  13044.                             'label' => 'bitbag_sylius_cms_plugin.ui.code',
  13045.                             'sortable' => NULL,
  13046.                             'enabled' => true,
  13047.                             'position' => 100,
  13048.                             'options' => [
  13049.                             ],
  13050.                         ],
  13051.                         'name' => [
  13052.                             'type' => 'string',
  13053.                             'label' => 'bitbag_sylius_cms_plugin.ui.name',
  13054.                             'sortable' => 'translation.name',
  13055.                             'enabled' => true,
  13056.                             'position' => 100,
  13057.                             'options' => [
  13058.                             ],
  13059.                         ],
  13060.                         'slug' => [
  13061.                             'type' => 'string',
  13062.                             'label' => 'bitbag_sylius_cms_plugin.ui.slug',
  13063.                             'sortable' => 'translation.slug',
  13064.                             'enabled' => true,
  13065.                             'position' => 100,
  13066.                             'options' => [
  13067.                             ],
  13068.                         ],
  13069.                         'sections' => [
  13070.                             'type' => 'twig',
  13071.                             'label' => 'bitbag_sylius_cms_plugin.ui.sections',
  13072.                             'path' => '.',
  13073.                             'options' => [
  13074.                                 'template' => '@BitBagSyliusCmsPlugin/Grid/Field/sections.html.twig',
  13075.                             ],
  13076.                             'enabled' => true,
  13077.                             'position' => 100,
  13078.                         ],
  13079.                     ],
  13080.                     'filters' => [
  13081.                         'search' => [
  13082.                             'type' => 'string',
  13083.                             'label' => 'sylius.ui.search',
  13084.                             'options' => [
  13085.                                 'fields' => [
  13086.                                     => 'code',
  13087.                                 ],
  13088.                             ],
  13089.                             'enabled' => true,
  13090.                             'position' => 100,
  13091.                             'form_options' => [
  13092.                             ],
  13093.                         ],
  13094.                         'sections' => [
  13095.                             'type' => 'entity',
  13096.                             'label' => 'bitbag_sylius_cms_plugin.ui.sections',
  13097.                             'form_options' => [
  13098.                                 'class' => 'BitBag\\SyliusCmsPlugin\\Entity\\Section',
  13099.                                 'choice_label' => 'name',
  13100.                                 'choice_value' => 'code',
  13101.                             ],
  13102.                             'options' => [
  13103.                                 'fields' => [
  13104.                                     => 'sections.code',
  13105.                                 ],
  13106.                             ],
  13107.                             'enabled' => true,
  13108.                             'position' => 100,
  13109.                         ],
  13110.                     ],
  13111.                     'actions' => [
  13112.                         'main' => [
  13113.                             'import' => [
  13114.                                 'type' => 'import',
  13115.                                 'options' => [
  13116.                                     'resourceCode' => 'page',
  13117.                                 ],
  13118.                                 'enabled' => true,
  13119.                                 'position' => 100,
  13120.                             ],
  13121.                             'create' => [
  13122.                                 'type' => 'create',
  13123.                                 'enabled' => true,
  13124.                                 'position' => 100,
  13125.                                 'options' => [
  13126.                                 ],
  13127.                             ],
  13128.                         ],
  13129.                         'item' => [
  13130.                             'update' => [
  13131.                                 'type' => 'update',
  13132.                                 'enabled' => true,
  13133.                                 'position' => 100,
  13134.                                 'options' => [
  13135.                                 ],
  13136.                             ],
  13137.                             'delete' => [
  13138.                                 'type' => 'delete',
  13139.                                 'enabled' => true,
  13140.                                 'position' => 100,
  13141.                                 'options' => [
  13142.                                 ],
  13143.                             ],
  13144.                         ],
  13145.                         'bulk' => [
  13146.                             'delete' => [
  13147.                                 'type' => 'delete',
  13148.                                 'enabled' => true,
  13149.                                 'position' => 100,
  13150.                                 'options' => [
  13151.                                 ],
  13152.                             ],
  13153.                         ],
  13154.                     ],
  13155.                 ],
  13156.                 'bitbag_sylius_cms_plugin_admin_frequently_asked_question' => [
  13157.                     'driver' => [
  13158.                         'name' => 'doctrine/orm',
  13159.                         'options' => [
  13160.                             'class' => 'BitBag\\SyliusCmsPlugin\\Entity\\FrequentlyAskedQuestion',
  13161.                             'repository' => [
  13162.                                 'method' => 'createListQueryBuilder',
  13163.                                 'arguments' => [
  13164.                                     => 'fr_FR',
  13165.                                 ],
  13166.                             ],
  13167.                         ],
  13168.                     ],
  13169.                     'sorting' => [
  13170.                         'position' => 'asc',
  13171.                     ],
  13172.                     'limits' => [
  13173.                         => 10,
  13174.                         => 25,
  13175.                         => 50,
  13176.                     ],
  13177.                     'fields' => [
  13178.                         'position' => [
  13179.                             'type' => 'string',
  13180.                             'label' => 'sylius.ui.position',
  13181.                             'sortable' => NULL,
  13182.                             'enabled' => true,
  13183.                             'position' => 100,
  13184.                             'options' => [
  13185.                             ],
  13186.                         ],
  13187.                         'code' => [
  13188.                             'type' => 'string',
  13189.                             'label' => 'sylius.ui.code',
  13190.                             'sortable' => NULL,
  13191.                             'enabled' => true,
  13192.                             'position' => 100,
  13193.                             'options' => [
  13194.                             ],
  13195.                         ],
  13196.                         'question' => [
  13197.                             'type' => 'string',
  13198.                             'label' => 'bitbag_sylius_cms_plugin.ui.question',
  13199.                             'sortable' => 'translation.question',
  13200.                             'enabled' => true,
  13201.                             'position' => 100,
  13202.                             'options' => [
  13203.                             ],
  13204.                         ],
  13205.                         'answer' => [
  13206.                             'type' => 'string',
  13207.                             'label' => 'bitbag_sylius_cms_plugin.ui.answer',
  13208.                             'sortable' => 'translation.answer',
  13209.                             'enabled' => true,
  13210.                             'position' => 100,
  13211.                             'options' => [
  13212.                             ],
  13213.                         ],
  13214.                     ],
  13215.                     'filters' => [
  13216.                         'search' => [
  13217.                             'type' => 'string',
  13218.                             'label' => 'sylius.ui.search',
  13219.                             'options' => [
  13220.                                 'fields' => [
  13221.                                     => 'code',
  13222.                                 ],
  13223.                             ],
  13224.                             'enabled' => true,
  13225.                             'position' => 100,
  13226.                             'form_options' => [
  13227.                             ],
  13228.                         ],
  13229.                     ],
  13230.                     'actions' => [
  13231.                         'main' => [
  13232.                             'create' => [
  13233.                                 'type' => 'create',
  13234.                                 'enabled' => true,
  13235.                                 'position' => 100,
  13236.                                 'options' => [
  13237.                                 ],
  13238.                             ],
  13239.                         ],
  13240.                         'item' => [
  13241.                             'update' => [
  13242.                                 'type' => 'update',
  13243.                                 'enabled' => true,
  13244.                                 'position' => 100,
  13245.                                 'options' => [
  13246.                                 ],
  13247.                             ],
  13248.                             'delete' => [
  13249.                                 'type' => 'delete',
  13250.                                 'enabled' => true,
  13251.                                 'position' => 100,
  13252.                                 'options' => [
  13253.                                 ],
  13254.                             ],
  13255.                         ],
  13256.                         'bulk' => [
  13257.                             'delete' => [
  13258.                                 'type' => 'delete',
  13259.                                 'enabled' => true,
  13260.                                 'position' => 100,
  13261.                                 'options' => [
  13262.                                 ],
  13263.                             ],
  13264.                         ],
  13265.                     ],
  13266.                 ],
  13267.                 'bitbag_sylius_cms_plugin_admin_section' => [
  13268.                     'driver' => [
  13269.                         'name' => 'doctrine/orm',
  13270.                         'options' => [
  13271.                             'class' => 'BitBag\\SyliusCmsPlugin\\Entity\\Section',
  13272.                             'repository' => [
  13273.                                 'method' => 'createListQueryBuilder',
  13274.                                 'arguments' => [
  13275.                                     => 'fr_FR',
  13276.                                 ],
  13277.                             ],
  13278.                         ],
  13279.                     ],
  13280.                     'sorting' => [
  13281.                         'code' => 'asc',
  13282.                     ],
  13283.                     'limits' => [
  13284.                         => 10,
  13285.                         => 25,
  13286.                         => 50,
  13287.                     ],
  13288.                     'fields' => [
  13289.                         'code' => [
  13290.                             'type' => 'string',
  13291.                             'label' => 'bitbag_sylius_cms_plugin.ui.code',
  13292.                             'sortable' => NULL,
  13293.                             'enabled' => true,
  13294.                             'position' => 100,
  13295.                             'options' => [
  13296.                             ],
  13297.                         ],
  13298.                         'name' => [
  13299.                             'type' => 'string',
  13300.                             'label' => 'bitbag_sylius_cms_plugin.ui.name',
  13301.                             'sortable' => 'translation.name',
  13302.                             'enabled' => true,
  13303.                             'position' => 100,
  13304.                             'options' => [
  13305.                             ],
  13306.                         ],
  13307.                     ],
  13308.                     'filters' => [
  13309.                         'search' => [
  13310.                             'type' => 'string',
  13311.                             'label' => 'sylius.ui.search',
  13312.                             'options' => [
  13313.                                 'fields' => [
  13314.                                     => 'code',
  13315.                                 ],
  13316.                             ],
  13317.                             'enabled' => true,
  13318.                             'position' => 100,
  13319.                             'form_options' => [
  13320.                             ],
  13321.                         ],
  13322.                     ],
  13323.                     'actions' => [
  13324.                         'main' => [
  13325.                             'create' => [
  13326.                                 'type' => 'create',
  13327.                                 'enabled' => true,
  13328.                                 'position' => 100,
  13329.                                 'options' => [
  13330.                                 ],
  13331.                             ],
  13332.                         ],
  13333.                         'item' => [
  13334.                             'update' => [
  13335.                                 'type' => 'update',
  13336.                                 'enabled' => true,
  13337.                                 'position' => 100,
  13338.                                 'options' => [
  13339.                                 ],
  13340.                             ],
  13341.                             'delete' => [
  13342.                                 'type' => 'delete',
  13343.                                 'enabled' => true,
  13344.                                 'position' => 100,
  13345.                                 'options' => [
  13346.                                 ],
  13347.                             ],
  13348.                         ],
  13349.                         'bulk' => [
  13350.                             'delete' => [
  13351.                                 'type' => 'delete',
  13352.                                 'enabled' => true,
  13353.                                 'position' => 100,
  13354.                                 'options' => [
  13355.                                 ],
  13356.                             ],
  13357.                         ],
  13358.                     ],
  13359.                 ],
  13360.                 'bitbag_sylius_cms_plugin_admin_media' => [
  13361.                     'driver' => [
  13362.                         'name' => 'doctrine/orm',
  13363.                         'options' => [
  13364.                             'class' => 'BitBag\\SyliusCmsPlugin\\Entity\\Media',
  13365.                             'repository' => [
  13366.                                 'method' => 'createListQueryBuilder',
  13367.                                 'arguments' => [
  13368.                                     => 'fr_FR',
  13369.                                 ],
  13370.                             ],
  13371.                         ],
  13372.                     ],
  13373.                     'sorting' => [
  13374.                         'code' => 'asc',
  13375.                     ],
  13376.                     'limits' => [
  13377.                         => 10,
  13378.                         => 25,
  13379.                         => 50,
  13380.                     ],
  13381.                     'fields' => [
  13382.                         'media_file' => [
  13383.                             'type' => 'twig',
  13384.                             'label' => 'bitbag_sylius_cms_plugin.ui.preview',
  13385.                             'path' => '.',
  13386.                             'options' => [
  13387.                                 'template' => '@BitBagSyliusCmsPlugin/Grid/Field/image_preview.html.twig',
  13388.                             ],
  13389.                             'enabled' => true,
  13390.                             'position' => 100,
  13391.                         ],
  13392.                         'name' => [
  13393.                             'type' => 'string',
  13394.                             'label' => 'bitbag_sylius_cms_plugin.ui.name',
  13395.                             'enabled' => true,
  13396.                             'position' => 100,
  13397.                             'options' => [
  13398.                             ],
  13399.                         ],
  13400.                         'code' => [
  13401.                             'type' => 'string',
  13402.                             'label' => 'bitbag_sylius_cms_plugin.ui.code',
  13403.                             'sortable' => NULL,
  13404.                             'enabled' => true,
  13405.                             'position' => 100,
  13406.                             'options' => [
  13407.                             ],
  13408.                         ],
  13409.                         'path' => [
  13410.                             'type' => 'string',
  13411.                             'label' => 'bitbag_sylius_cms_plugin.ui.path',
  13412.                             'enabled' => true,
  13413.                             'position' => 100,
  13414.                             'options' => [
  13415.                             ],
  13416.                         ],
  13417.                         'type' => [
  13418.                             'type' => 'string',
  13419.                             'label' => 'bitbag_sylius_cms_plugin.ui.type',
  13420.                             'enabled' => true,
  13421.                             'position' => 100,
  13422.                             'options' => [
  13423.                             ],
  13424.                         ],
  13425.                     ],
  13426.                     'filters' => [
  13427.                         'search' => [
  13428.                             'type' => 'string',
  13429.                             'label' => 'sylius.ui.search',
  13430.                             'options' => [
  13431.                                 'fields' => [
  13432.                                     => 'code',
  13433.                                     => 'translations.name',
  13434.                                 ],
  13435.                             ],
  13436.                             'enabled' => true,
  13437.                             'position' => 100,
  13438.                             'form_options' => [
  13439.                             ],
  13440.                         ],
  13441.                         'type' => [
  13442.                             'type' => 'select',
  13443.                             'label' => 'sylius.ui.type',
  13444.                             'form_options' => [
  13445.                                 'choices' => [
  13446.                                     'sylius.ui.image' => 'image',
  13447.                                     'bitbag_sylius_cms_plugin.ui.file' => 'file',
  13448.                                     'bitbag_sylius_cms_plugin.ui.video' => 'video',
  13449.                                 ],
  13450.                             ],
  13451.                             'enabled' => true,
  13452.                             'position' => 100,
  13453.                             'options' => [
  13454.                             ],
  13455.                         ],
  13456.                     ],
  13457.                     'actions' => [
  13458.                         'main' => [
  13459.                             'import' => [
  13460.                                 'type' => 'import',
  13461.                                 'options' => [
  13462.                                     'resourceCode' => 'media',
  13463.                                 ],
  13464.                                 'enabled' => true,
  13465.                                 'position' => 100,
  13466.                             ],
  13467.                             'create' => [
  13468.                                 'type' => 'create',
  13469.                                 'enabled' => true,
  13470.                                 'position' => 100,
  13471.                                 'options' => [
  13472.                                 ],
  13473.                             ],
  13474.                         ],
  13475.                         'item' => [
  13476.                             'update' => [
  13477.                                 'type' => 'update',
  13478.                                 'enabled' => true,
  13479.                                 'position' => 100,
  13480.                                 'options' => [
  13481.                                 ],
  13482.                             ],
  13483.                             'delete' => [
  13484.                                 'type' => 'delete',
  13485.                                 'enabled' => true,
  13486.                                 'position' => 100,
  13487.                                 'options' => [
  13488.                                 ],
  13489.                             ],
  13490.                         ],
  13491.                         'bulk' => [
  13492.                             'delete' => [
  13493.                                 'type' => 'delete',
  13494.                                 'enabled' => true,
  13495.                                 'position' => 100,
  13496.                                 'options' => [
  13497.                                 ],
  13498.                             ],
  13499.                         ],
  13500.                     ],
  13501.                 ],
  13502.                 'bitbag_sylius_cms_plugin_shop_page' => [
  13503.                     'driver' => [
  13504.                         'name' => 'doctrine/orm',
  13505.                         'options' => [
  13506.                             'class' => 'BitBag\\SyliusCmsPlugin\\Entity\\Page',
  13507.                             'repository' => [
  13508.                                 'method' => 'createShopListQueryBuilder',
  13509.                                 'arguments' => [
  13510.                                     'sectionCode' => '$sectionCode',
  13511.                                     'channelCode' => 'expr:service(\'sylius.context.channel\').getChannel().getCode()',
  13512.                                 ],
  13513.                             ],
  13514.                         ],
  13515.                     ],
  13516.                     'sorting' => [
  13517.                         'createdAt' => 'desc',
  13518.                     ],
  13519.                     'fields' => [
  13520.                         'createdAt' => [
  13521.                             'type' => 'datetime',
  13522.                             'sortable' => NULL,
  13523.                             'enabled' => true,
  13524.                             'position' => 100,
  13525.                             'options' => [
  13526.                             ],
  13527.                         ],
  13528.                     ],
  13529.                     'limits' => [
  13530.                         => 10,
  13531.                     ],
  13532.                     'filters' => [
  13533.                     ],
  13534.                     'actions' => [
  13535.                     ],
  13536.                 ],
  13537.                 'sylius_admin_address_log_entry' => [
  13538.                     'driver' => [
  13539.                         'name' => 'doctrine/orm',
  13540.                         'options' => [
  13541.                             'class' => 'Sylius\\Component\\Addressing\\Model\\AddressLogEntry',
  13542.                             'repository' => [
  13543.                                 'method' => 'createByObjectIdQueryBuilder',
  13544.                                 'arguments' => [
  13545.                                     'objectId' => '$id',
  13546.                                 ],
  13547.                             ],
  13548.                         ],
  13549.                     ],
  13550.                     'fields' => [
  13551.                         'action' => [
  13552.                             'type' => 'twig',
  13553.                             'label' => 'sylius.ui.action',
  13554.                             'options' => [
  13555.                                 'template' => '@SyliusUi/Grid/Field/logAction.html.twig',
  13556.                             ],
  13557.                             'enabled' => true,
  13558.                             'position' => 100,
  13559.                         ],
  13560.                         'loggedAt' => [
  13561.                             'type' => 'datetime',
  13562.                             'label' => 'sylius.ui.logged_at',
  13563.                             'options' => [
  13564.                                 'format' => 'd-m-Y H:i:s',
  13565.                             ],
  13566.                             'enabled' => true,
  13567.                             'position' => 100,
  13568.                         ],
  13569.                         'data' => [
  13570.                             'type' => 'twig',
  13571.                             'label' => 'sylius.ui.changes',
  13572.                             'options' => [
  13573.                                 'template' => '@SyliusUi/Grid/Field/logData.html.twig',
  13574.                             ],
  13575.                             'enabled' => true,
  13576.                             'position' => 100,
  13577.                         ],
  13578.                     ],
  13579.                     'sorting' => [
  13580.                     ],
  13581.                     'limits' => [
  13582.                         => 10,
  13583.                         => 25,
  13584.                         => 50,
  13585.                     ],
  13586.                     'filters' => [
  13587.                     ],
  13588.                     'actions' => [
  13589.                     ],
  13590.                 ],
  13591.                 'sylius_admin_admin_user' => [
  13592.                     'driver' => [
  13593.                         'name' => 'doctrine/orm',
  13594.                         'options' => [
  13595.                             'class' => 'Sylius\\Component\\Core\\Model\\AdminUser',
  13596.                         ],
  13597.                     ],
  13598.                     'sorting' => [
  13599.                         'createdAt' => 'desc',
  13600.                     ],
  13601.                     'fields' => [
  13602.                         'firstName' => [
  13603.                             'type' => 'string',
  13604.                             'label' => 'sylius.ui.first_name',
  13605.                             'sortable' => NULL,
  13606.                             'enabled' => true,
  13607.                             'position' => 100,
  13608.                             'options' => [
  13609.                             ],
  13610.                         ],
  13611.                         'lastName' => [
  13612.                             'type' => 'string',
  13613.                             'label' => 'sylius.ui.last_name',
  13614.                             'sortable' => NULL,
  13615.                             'enabled' => true,
  13616.                             'position' => 100,
  13617.                             'options' => [
  13618.                             ],
  13619.                         ],
  13620.                         'username' => [
  13621.                             'type' => 'string',
  13622.                             'label' => 'sylius.ui.username',
  13623.                             'sortable' => NULL,
  13624.                             'enabled' => true,
  13625.                             'position' => 100,
  13626.                             'options' => [
  13627.                             ],
  13628.                         ],
  13629.                         'email' => [
  13630.                             'type' => 'string',
  13631.                             'label' => 'sylius.ui.email',
  13632.                             'sortable' => NULL,
  13633.                             'enabled' => true,
  13634.                             'position' => 100,
  13635.                             'options' => [
  13636.                             ],
  13637.                         ],
  13638.                         'createdAt' => [
  13639.                             'type' => 'datetime',
  13640.                             'label' => 'sylius.ui.registration_date',
  13641.                             'sortable' => NULL,
  13642.                             'options' => [
  13643.                                 'format' => 'd-m-Y H:i',
  13644.                             ],
  13645.                             'enabled' => true,
  13646.                             'position' => 100,
  13647.                         ],
  13648.                         'enabled' => [
  13649.                             'type' => 'twig',
  13650.                             'label' => 'sylius.ui.enabled',
  13651.                             'sortable' => NULL,
  13652.                             'options' => [
  13653.                                 'template' => '@SyliusUi/Grid/Field/enabled.html.twig',
  13654.                             ],
  13655.                             'enabled' => true,
  13656.                             'position' => 100,
  13657.                         ],
  13658.                     ],
  13659.                     'filters' => [
  13660.                         'search' => [
  13661.                             'type' => 'string',
  13662.                             'label' => 'sylius.ui.search',
  13663.                             'options' => [
  13664.                                 'fields' => [
  13665.                                     => 'email',
  13666.                                     => 'username',
  13667.                                     => 'firstName',
  13668.                                     => 'lastName',
  13669.                                 ],
  13670.                             ],
  13671.                             'enabled' => true,
  13672.                             'position' => 100,
  13673.                             'form_options' => [
  13674.                             ],
  13675.                         ],
  13676.                         'enabled' => [
  13677.                             'type' => 'boolean',
  13678.                             'label' => 'sylius.ui.enabled',
  13679.                             'enabled' => true,
  13680.                             'position' => 100,
  13681.                             'options' => [
  13682.                             ],
  13683.                             'form_options' => [
  13684.                             ],
  13685.                         ],
  13686.                     ],
  13687.                     'actions' => [
  13688.                         'main' => [
  13689.                             'create' => [
  13690.                                 'type' => 'create',
  13691.                                 'enabled' => true,
  13692.                                 'position' => 100,
  13693.                                 'options' => [
  13694.                                 ],
  13695.                             ],
  13696.                         ],
  13697.                         'item' => [
  13698.                             'update' => [
  13699.                                 'type' => 'update',
  13700.                                 'enabled' => true,
  13701.                                 'position' => 100,
  13702.                                 'options' => [
  13703.                                 ],
  13704.                             ],
  13705.                             'delete' => [
  13706.                                 'type' => 'delete',
  13707.                                 'enabled' => true,
  13708.                                 'position' => 100,
  13709.                                 'options' => [
  13710.                                 ],
  13711.                             ],
  13712.                         ],
  13713.                         'bulk' => [
  13714.                             'delete' => [
  13715.                                 'type' => 'delete',
  13716.                                 'enabled' => true,
  13717.                                 'position' => 100,
  13718.                                 'options' => [
  13719.                                 ],
  13720.                             ],
  13721.                         ],
  13722.                     ],
  13723.                     'limits' => [
  13724.                         => 10,
  13725.                         => 25,
  13726.                         => 50,
  13727.                     ],
  13728.                 ],
  13729.                 'sylius_admin_catalog_promotion' => [
  13730.                     'driver' => [
  13731.                         'name' => 'doctrine/orm',
  13732.                         'options' => [
  13733.                             'class' => 'Sylius\\Component\\Core\\Model\\CatalogPromotion',
  13734.                         ],
  13735.                     ],
  13736.                     'fields' => [
  13737.                         'code' => [
  13738.                             'type' => 'string',
  13739.                             'label' => 'sylius.ui.code',
  13740.                             'sortable' => NULL,
  13741.                             'enabled' => true,
  13742.                             'position' => 100,
  13743.                             'options' => [
  13744.                             ],
  13745.                         ],
  13746.                         'name' => [
  13747.                             'type' => 'string',
  13748.                             'label' => 'sylius.ui.name',
  13749.                             'sortable' => NULL,
  13750.                             'enabled' => true,
  13751.                             'position' => 100,
  13752.                             'options' => [
  13753.                             ],
  13754.                         ],
  13755.                         'startDate' => [
  13756.                             'type' => 'datetime',
  13757.                             'label' => 'sylius.ui.start_date',
  13758.                             'sortable' => NULL,
  13759.                             'options' => [
  13760.                                 'format' => 'Y-m-d H:i',
  13761.                             ],
  13762.                             'enabled' => true,
  13763.                             'position' => 100,
  13764.                         ],
  13765.                         'endDate' => [
  13766.                             'type' => 'datetime',
  13767.                             'label' => 'sylius.ui.end_date',
  13768.                             'sortable' => NULL,
  13769.                             'options' => [
  13770.                                 'format' => 'Y-m-d H:i',
  13771.                             ],
  13772.                             'enabled' => true,
  13773.                             'position' => 100,
  13774.                         ],
  13775.                         'priority' => [
  13776.                             'type' => 'string',
  13777.                             'label' => 'sylius.ui.priority',
  13778.                             'sortable' => NULL,
  13779.                             'enabled' => true,
  13780.                             'position' => 100,
  13781.                             'options' => [
  13782.                             ],
  13783.                         ],
  13784.                         'channels' => [
  13785.                             'type' => 'twig',
  13786.                             'label' => 'sylius.ui.channels',
  13787.                             'options' => [
  13788.                                 'template' => '@SyliusAdmin/Grid/Field/_channels.html.twig',
  13789.                             ],
  13790.                             'enabled' => true,
  13791.                             'position' => 100,
  13792.                         ],
  13793.                         'state' => [
  13794.                             'type' => 'twig',
  13795.                             'label' => 'sylius.ui.state',
  13796.                             'options' => [
  13797.                                 'template' => '@SyliusAdmin/Common/Label/catalogPromotionState.html.twig',
  13798.                             ],
  13799.                             'enabled' => true,
  13800.                             'position' => 100,
  13801.                         ],
  13802.                         'enabled' => [
  13803.                             'type' => 'twig',
  13804.                             'label' => 'sylius.ui.enabled',
  13805.                             'sortable' => NULL,
  13806.                             'options' => [
  13807.                                 'template' => '@SyliusUi/Grid/Field/enabled.html.twig',
  13808.                             ],
  13809.                             'enabled' => true,
  13810.                             'position' => 100,
  13811.                         ],
  13812.                     ],
  13813.                     'actions' => [
  13814.                         'main' => [
  13815.                             'create' => [
  13816.                                 'type' => 'create',
  13817.                                 'enabled' => true,
  13818.                                 'position' => 100,
  13819.                                 'options' => [
  13820.                                 ],
  13821.                             ],
  13822.                         ],
  13823.                         'item' => [
  13824.                             'show' => [
  13825.                                 'type' => 'show',
  13826.                                 'enabled' => true,
  13827.                                 'position' => 100,
  13828.                                 'options' => [
  13829.                                 ],
  13830.                             ],
  13831.                             'update' => [
  13832.                                 'type' => 'update',
  13833.                                 'enabled' => true,
  13834.                                 'position' => 100,
  13835.                                 'options' => [
  13836.                                 ],
  13837.                             ],
  13838.                         ],
  13839.                     ],
  13840.                     'sorting' => [
  13841.                     ],
  13842.                     'limits' => [
  13843.                         => 10,
  13844.                         => 25,
  13845.                         => 50,
  13846.                     ],
  13847.                     'filters' => [
  13848.                     ],
  13849.                 ],
  13850.                 'sylius_admin_channel' => [
  13851.                     'driver' => [
  13852.                         'name' => 'doctrine/orm',
  13853.                         'options' => [
  13854.                             'class' => 'Sylius\\Component\\Core\\Model\\Channel',
  13855.                         ],
  13856.                     ],
  13857.                     'sorting' => [
  13858.                         'nameAndDescription' => 'asc',
  13859.                     ],
  13860.                     'fields' => [
  13861.                         'nameAndDescription' => [
  13862.                             'type' => 'twig',
  13863.                             'label' => 'sylius.ui.name',
  13864.                             'path' => '.',
  13865.                             'sortable' => 'name',
  13866.                             'options' => [
  13867.                                 'template' => '@SyliusAdmin/Channel/Grid/Field/name.html.twig',
  13868.                             ],
  13869.                             'enabled' => true,
  13870.                             'position' => 100,
  13871.                         ],
  13872.                         'code' => [
  13873.                             'type' => 'twig',
  13874.                             'label' => 'sylius.ui.code',
  13875.                             'path' => '.',
  13876.                             'sortable' => 'code',
  13877.                             'options' => [
  13878.                                 'template' => '@SyliusAdmin/Channel/Grid/Field/code.html.twig',
  13879.                             ],
  13880.                             'enabled' => true,
  13881.                             'position' => 100,
  13882.                         ],
  13883.                         'themeName' => [
  13884.                             'type' => 'twig',
  13885.                             'label' => 'sylius.ui.theme',
  13886.                             'sortable' => NULL,
  13887.                             'options' => [
  13888.                                 'template' => '@SyliusAdmin/Channel/Grid/Field/themeName.html.twig',
  13889.                             ],
  13890.                             'enabled' => true,
  13891.                             'position' => 100,
  13892.                         ],
  13893.                         'enabled' => [
  13894.                             'type' => 'twig',
  13895.                             'label' => 'sylius.ui.enabled',
  13896.                             'sortable' => NULL,
  13897.                             'options' => [
  13898.                                 'template' => '@SyliusUi/Grid/Field/enabled.html.twig',
  13899.                             ],
  13900.                             'enabled' => true,
  13901.                             'position' => 100,
  13902.                         ],
  13903.                     ],
  13904.                     'filters' => [
  13905.                         'search' => [
  13906.                             'type' => 'string',
  13907.                             'label' => 'sylius.ui.search',
  13908.                             'options' => [
  13909.                                 'fields' => [
  13910.                                     => 'code',
  13911.                                     => 'name',
  13912.                                 ],
  13913.                             ],
  13914.                             'enabled' => true,
  13915.                             'position' => 100,
  13916.                             'form_options' => [
  13917.                             ],
  13918.                         ],
  13919.                         'enabled' => [
  13920.                             'type' => 'boolean',
  13921.                             'label' => 'sylius.ui.enabled',
  13922.                             'enabled' => true,
  13923.                             'position' => 100,
  13924.                             'options' => [
  13925.                             ],
  13926.                             'form_options' => [
  13927.                             ],
  13928.                         ],
  13929.                     ],
  13930.                     'actions' => [
  13931.                         'main' => [
  13932.                             'create' => [
  13933.                                 'type' => 'create',
  13934.                                 'enabled' => true,
  13935.                                 'position' => 100,
  13936.                                 'options' => [
  13937.                                 ],
  13938.                             ],
  13939.                         ],
  13940.                         'item' => [
  13941.                             'update' => [
  13942.                                 'type' => 'update',
  13943.                                 'enabled' => true,
  13944.                                 'position' => 100,
  13945.                                 'options' => [
  13946.                                 ],
  13947.                             ],
  13948.                             'delete' => [
  13949.                                 'type' => 'delete',
  13950.                                 'enabled' => true,
  13951.                                 'position' => 100,
  13952.                                 'options' => [
  13953.                                 ],
  13954.                             ],
  13955.                         ],
  13956.                         'bulk' => [
  13957.                             'delete' => [
  13958.                                 'type' => 'delete',
  13959.                                 'enabled' => true,
  13960.                                 'position' => 100,
  13961.                                 'options' => [
  13962.                                 ],
  13963.                             ],
  13964.                         ],
  13965.                     ],
  13966.                     'limits' => [
  13967.                         => 10,
  13968.                         => 25,
  13969.                         => 50,
  13970.                     ],
  13971.                 ],
  13972.                 'sylius_admin_country' => [
  13973.                     'driver' => [
  13974.                         'name' => 'doctrine/orm',
  13975.                         'options' => [
  13976.                             'class' => 'Sylius\\Component\\Addressing\\Model\\Country',
  13977.                         ],
  13978.                     ],
  13979.                     'sorting' => [
  13980.                         'code' => 'asc',
  13981.                     ],
  13982.                     'fields' => [
  13983.                         'code' => [
  13984.                             'type' => 'string',
  13985.                             'label' => 'sylius.ui.code',
  13986.                             'sortable' => NULL,
  13987.                             'enabled' => true,
  13988.                             'position' => 100,
  13989.                             'options' => [
  13990.                             ],
  13991.                         ],
  13992.                         'name' => [
  13993.                             'type' => 'twig',
  13994.                             'label' => 'sylius.ui.name',
  13995.                             'path' => '.',
  13996.                             'sortable' => 'code',
  13997.                             'options' => [
  13998.                                 'template' => '@SyliusAdmin/Country/Grid/Field/name.html.twig',
  13999.                             ],
  14000.                             'enabled' => true,
  14001.                             'position' => 100,
  14002.                         ],
  14003.                         'enabled' => [
  14004.                             'type' => 'twig',
  14005.                             'label' => 'sylius.ui.enabled',
  14006.                             'sortable' => NULL,
  14007.                             'options' => [
  14008.                                 'template' => '@SyliusUi/Grid/Field/enabled.html.twig',
  14009.                             ],
  14010.                             'enabled' => true,
  14011.                             'position' => 100,
  14012.                         ],
  14013.                     ],
  14014.                     'filters' => [
  14015.                         'code' => [
  14016.                             'type' => 'string',
  14017.                             'label' => 'sylius.ui.code',
  14018.                             'enabled' => true,
  14019.                             'position' => 100,
  14020.                             'options' => [
  14021.                             ],
  14022.                             'form_options' => [
  14023.                             ],
  14024.                         ],
  14025.                         'enabled' => [
  14026.                             'type' => 'boolean',
  14027.                             'label' => 'sylius.ui.enabled',
  14028.                             'enabled' => true,
  14029.                             'position' => 100,
  14030.                             'options' => [
  14031.                             ],
  14032.                             'form_options' => [
  14033.                             ],
  14034.                         ],
  14035.                     ],
  14036.                     'actions' => [
  14037.                         'main' => [
  14038.                             'create' => [
  14039.                                 'type' => 'create',
  14040.                                 'enabled' => true,
  14041.                                 'position' => 100,
  14042.                                 'options' => [
  14043.                                 ],
  14044.                             ],
  14045.                         ],
  14046.                         'item' => [
  14047.                             'update' => [
  14048.                                 'type' => 'update',
  14049.                                 'enabled' => true,
  14050.                                 'position' => 100,
  14051.                                 'options' => [
  14052.                                 ],
  14053.                             ],
  14054.                         ],
  14055.                     ],
  14056.                     'limits' => [
  14057.                         => 10,
  14058.                         => 25,
  14059.                         => 50,
  14060.                     ],
  14061.                 ],
  14062.                 'sylius_admin_currency' => [
  14063.                     'driver' => [
  14064.                         'name' => 'doctrine/orm',
  14065.                         'options' => [
  14066.                             'class' => 'Sylius\\Component\\Currency\\Model\\Currency',
  14067.                         ],
  14068.                     ],
  14069.                     'sorting' => [
  14070.                         'code' => 'asc',
  14071.                     ],
  14072.                     'fields' => [
  14073.                         'code' => [
  14074.                             'type' => 'string',
  14075.                             'label' => 'sylius.ui.code',
  14076.                             'sortable' => NULL,
  14077.                             'enabled' => true,
  14078.                             'position' => 100,
  14079.                             'options' => [
  14080.                             ],
  14081.                         ],
  14082.                         'name' => [
  14083.                             'type' => 'string',
  14084.                             'label' => 'sylius.ui.name',
  14085.                             'enabled' => true,
  14086.                             'position' => 100,
  14087.                             'options' => [
  14088.                             ],
  14089.                         ],
  14090.                     ],
  14091.                     'filters' => [
  14092.                         'code' => [
  14093.                             'type' => 'string',
  14094.                             'label' => 'sylius.ui.code',
  14095.                             'enabled' => true,
  14096.                             'position' => 100,
  14097.                             'options' => [
  14098.                             ],
  14099.                             'form_options' => [
  14100.                             ],
  14101.                         ],
  14102.                     ],
  14103.                     'actions' => [
  14104.                         'main' => [
  14105.                             'create' => [
  14106.                                 'type' => 'create',
  14107.                                 'enabled' => true,
  14108.                                 'position' => 100,
  14109.                                 'options' => [
  14110.                                 ],
  14111.                             ],
  14112.                         ],
  14113.                         'item' => [
  14114.                             'update' => [
  14115.                                 'type' => 'update',
  14116.                                 'enabled' => true,
  14117.                                 'position' => 100,
  14118.                                 'options' => [
  14119.                                 ],
  14120.                             ],
  14121.                         ],
  14122.                     ],
  14123.                     'limits' => [
  14124.                         => 10,
  14125.                         => 25,
  14126.                         => 50,
  14127.                     ],
  14128.                 ],
  14129.                 'sylius_admin_customer' => [
  14130.                     'driver' => [
  14131.                         'name' => 'doctrine/orm',
  14132.                         'options' => [
  14133.                             'class' => 'BitBag\\OpenMarketplace\\Entity\\Customer',
  14134.                         ],
  14135.                     ],
  14136.                     'sorting' => [
  14137.                         'createdAt' => 'desc',
  14138.                     ],
  14139.                     'fields' => [
  14140.                         'firstName' => [
  14141.                             'type' => 'string',
  14142.                             'label' => 'sylius.ui.first_name',
  14143.                             'sortable' => NULL,
  14144.                             'enabled' => true,
  14145.                             'position' => 100,
  14146.                             'options' => [
  14147.                             ],
  14148.                         ],
  14149.                         'lastName' => [
  14150.                             'type' => 'string',
  14151.                             'label' => 'sylius.ui.last_name',
  14152.                             'sortable' => NULL,
  14153.                             'enabled' => true,
  14154.                             'position' => 100,
  14155.                             'options' => [
  14156.                             ],
  14157.                         ],
  14158.                         'email' => [
  14159.                             'type' => 'string',
  14160.                             'label' => 'sylius.ui.email',
  14161.                             'sortable' => NULL,
  14162.                             'enabled' => true,
  14163.                             'position' => 100,
  14164.                             'options' => [
  14165.                             ],
  14166.                         ],
  14167.                         'createdAt' => [
  14168.                             'type' => 'datetime',
  14169.                             'label' => 'sylius.ui.registration_date',
  14170.                             'sortable' => NULL,
  14171.                             'options' => [
  14172.                                 'format' => 'd-m-Y H:i',
  14173.                             ],
  14174.                             'enabled' => true,
  14175.                             'position' => 100,
  14176.                         ],
  14177.                         'enabled' => [
  14178.                             'type' => 'twig',
  14179.                             'label' => 'sylius.ui.enabled',
  14180.                             'path' => '.',
  14181.                             'options' => [
  14182.                                 'template' => '@SyliusAdmin/Customer/Grid/Field/enabled.html.twig',
  14183.                             ],
  14184.                             'enabled' => true,
  14185.                             'position' => 100,
  14186.                         ],
  14187.                         'verified' => [
  14188.                             'type' => 'twig',
  14189.                             'label' => 'sylius.ui.verified',
  14190.                             'path' => '.',
  14191.                             'options' => [
  14192.                                 'template' => '@SyliusAdmin/Customer/Grid/Field/verified.html.twig',
  14193.                             ],
  14194.                             'enabled' => true,
  14195.                             'position' => 100,
  14196.                         ],
  14197.                     ],
  14198.                     'filters' => [
  14199.                         'search' => [
  14200.                             'type' => 'string',
  14201.                             'label' => 'sylius.ui.search',
  14202.                             'options' => [
  14203.                                 'fields' => [
  14204.                                     => 'email',
  14205.                                     => 'firstName',
  14206.                                     => 'lastName',
  14207.                                 ],
  14208.                             ],
  14209.                             'enabled' => true,
  14210.                             'position' => 100,
  14211.                             'form_options' => [
  14212.                             ],
  14213.                         ],
  14214.                     ],
  14215.                     'actions' => [
  14216.                         'main' => [
  14217.                             'create' => [
  14218.                                 'type' => 'create',
  14219.                                 'enabled' => true,
  14220.                                 'position' => 100,
  14221.                                 'options' => [
  14222.                                 ],
  14223.                             ],
  14224.                         ],
  14225.                         'item' => [
  14226.                             'show_orders' => [
  14227.                                 'type' => 'show',
  14228.                                 'label' => 'sylius.ui.show_orders',
  14229.                                 'options' => [
  14230.                                     'link' => [
  14231.                                         'route' => 'sylius_admin_customer_order_index',
  14232.                                         'parameters' => [
  14233.                                             'id' => 'resource.id',
  14234.                                         ],
  14235.                                     ],
  14236.                                 ],
  14237.                                 'enabled' => true,
  14238.                                 'position' => 100,
  14239.                             ],
  14240.                             'show' => [
  14241.                                 'type' => 'show',
  14242.                                 'enabled' => true,
  14243.                                 'position' => 100,
  14244.                                 'options' => [
  14245.                                 ],
  14246.                             ],
  14247.                             'update' => [
  14248.                                 'type' => 'update',
  14249.                                 'enabled' => true,
  14250.                                 'position' => 100,
  14251.                                 'options' => [
  14252.                                 ],
  14253.                             ],
  14254.                         ],
  14255.                     ],
  14256.                     'limits' => [
  14257.                         => 10,
  14258.                         => 25,
  14259.                         => 50,
  14260.                     ],
  14261.                 ],
  14262.                 'sylius_admin_customer_group' => [
  14263.                     'driver' => [
  14264.                         'name' => 'doctrine/orm',
  14265.                         'options' => [
  14266.                             'class' => 'Sylius\\Component\\Customer\\Model\\CustomerGroup',
  14267.                         ],
  14268.                     ],
  14269.                     'sorting' => [
  14270.                         'name' => 'asc',
  14271.                     ],
  14272.                     'fields' => [
  14273.                         'code' => [
  14274.                             'type' => 'string',
  14275.                             'label' => 'sylius.ui.code',
  14276.                             'sortable' => NULL,
  14277.                             'enabled' => true,
  14278.                             'position' => 100,
  14279.                             'options' => [
  14280.                             ],
  14281.                         ],
  14282.                         'name' => [
  14283.                             'type' => 'string',
  14284.                             'label' => 'sylius.ui.name',
  14285.                             'sortable' => NULL,
  14286.                             'enabled' => true,
  14287.                             'position' => 100,
  14288.                             'options' => [
  14289.                             ],
  14290.                         ],
  14291.                     ],
  14292.                     'filters' => [
  14293.                         'search' => [
  14294.                             'type' => 'string',
  14295.                             'label' => 'sylius.ui.search',
  14296.                             'options' => [
  14297.                                 'fields' => [
  14298.                                     => 'code',
  14299.                                     => 'name',
  14300.                                 ],
  14301.                             ],
  14302.                             'enabled' => true,
  14303.                             'position' => 100,
  14304.                             'form_options' => [
  14305.                             ],
  14306.                         ],
  14307.                     ],
  14308.                     'actions' => [
  14309.                         'main' => [
  14310.                             'create' => [
  14311.                                 'type' => 'create',
  14312.                                 'enabled' => true,
  14313.                                 'position' => 100,
  14314.                                 'options' => [
  14315.                                 ],
  14316.                             ],
  14317.                         ],
  14318.                         'item' => [
  14319.                             'update' => [
  14320.                                 'type' => 'update',
  14321.                                 'enabled' => true,
  14322.                                 'position' => 100,
  14323.                                 'options' => [
  14324.                                 ],
  14325.                             ],
  14326.                             'delete' => [
  14327.                                 'type' => 'delete',
  14328.                                 'enabled' => true,
  14329.                                 'position' => 100,
  14330.                                 'options' => [
  14331.                                 ],
  14332.                             ],
  14333.                         ],
  14334.                         'bulk' => [
  14335.                             'delete' => [
  14336.                                 'type' => 'delete',
  14337.                                 'enabled' => true,
  14338.                                 'position' => 100,
  14339.                                 'options' => [
  14340.                                 ],
  14341.                             ],
  14342.                         ],
  14343.                     ],
  14344.                     'limits' => [
  14345.                         => 10,
  14346.                         => 25,
  14347.                         => 50,
  14348.                     ],
  14349.                 ],
  14350.                 'sylius_admin_customer_order' => [
  14351.                     'extends' => 'sylius_admin_order',
  14352.                     'driver' => [
  14353.                         'options' => [
  14354.                             'repository' => [
  14355.                                 'method' => 'createByCustomerIdQueryBuilder',
  14356.                                 'arguments' => [
  14357.                                     'customerId' => '$id',
  14358.                                 ],
  14359.                             ],
  14360.                         ],
  14361.                         'name' => 'doctrine/orm',
  14362.                     ],
  14363.                     'fields' => [
  14364.                         'customer' => [
  14365.                             'type' => 'string',
  14366.                             'enabled' => false,
  14367.                             'position' => 100,
  14368.                             'options' => [
  14369.                             ],
  14370.                         ],
  14371.                     ],
  14372.                     'sorting' => [
  14373.                         'number' => 'desc',
  14374.                     ],
  14375.                     'filters' => [
  14376.                         'customer' => [
  14377.                             'type' => 'string',
  14378.                             'enabled' => false,
  14379.                             'position' => 100,
  14380.                             'options' => [
  14381.                             ],
  14382.                             'form_options' => [
  14383.                             ],
  14384.                         ],
  14385.                     ],
  14386.                     'limits' => [
  14387.                         => 10,
  14388.                         => 25,
  14389.                         => 50,
  14390.                     ],
  14391.                     'actions' => [
  14392.                     ],
  14393.                 ],
  14394.                 'sylius_admin_exchange_rate' => [
  14395.                     'driver' => [
  14396.                         'name' => 'doctrine/orm',
  14397.                         'options' => [
  14398.                             'class' => 'Sylius\\Component\\Currency\\Model\\ExchangeRate',
  14399.                         ],
  14400.                     ],
  14401.                     'sorting' => [
  14402.                         'id' => 'desc',
  14403.                     ],
  14404.                     'fields' => [
  14405.                         'id' => [
  14406.                             'type' => 'string',
  14407.                             'enabled' => false,
  14408.                             'sortable' => NULL,
  14409.                             'position' => 100,
  14410.                             'options' => [
  14411.                             ],
  14412.                         ],
  14413.                         'sourceCurrency' => [
  14414.                             'type' => 'twig',
  14415.                             'label' => 'sylius.ui.source_currency',
  14416.                             'path' => '.',
  14417.                             'options' => [
  14418.                                 'template' => '@SyliusAdmin/ExchangeRate/Grid/Field/sourceCurrencyName.html.twig',
  14419.                             ],
  14420.                             'enabled' => true,
  14421.                             'position' => 100,
  14422.                         ],
  14423.                         'targetCurrency' => [
  14424.                             'type' => 'twig',
  14425.                             'label' => 'sylius.ui.target_currency',
  14426.                             'path' => '.',
  14427.                             'options' => [
  14428.                                 'template' => '@SyliusAdmin/ExchangeRate/Grid/Field/targetCurrencyName.html.twig',
  14429.                             ],
  14430.                             'enabled' => true,
  14431.                             'position' => 100,
  14432.                         ],
  14433.                         'ratio' => [
  14434.                             'type' => 'string',
  14435.                             'label' => 'sylius.ui.ratio',
  14436.                             'sortable' => NULL,
  14437.                             'enabled' => true,
  14438.                             'position' => 100,
  14439.                             'options' => [
  14440.                             ],
  14441.                         ],
  14442.                     ],
  14443.                     'filters' => [
  14444.                         'currency' => [
  14445.                             'type' => 'entity',
  14446.                             'label' => 'sylius.ui.currency',
  14447.                             'options' => [
  14448.                                 'fields' => [
  14449.                                     => 'sourceCurrency',
  14450.                                     => 'targetCurrency',
  14451.                                 ],
  14452.                             ],
  14453.                             'form_options' => [
  14454.                                 'class' => 'Sylius\\Component\\Currency\\Model\\Currency',
  14455.                                 'choice_label' => 'name',
  14456.                             ],
  14457.                             'enabled' => true,
  14458.                             'position' => 100,
  14459.                         ],
  14460.                     ],
  14461.                     'actions' => [
  14462.                         'main' => [
  14463.                             'create' => [
  14464.                                 'type' => 'create',
  14465.                                 'enabled' => true,
  14466.                                 'position' => 100,
  14467.                                 'options' => [
  14468.                                 ],
  14469.                             ],
  14470.                         ],
  14471.                         'item' => [
  14472.                             'update' => [
  14473.                                 'type' => 'update',
  14474.                                 'enabled' => true,
  14475.                                 'position' => 100,
  14476.                                 'options' => [
  14477.                                 ],
  14478.                             ],
  14479.                             'delete' => [
  14480.                                 'type' => 'delete',
  14481.                                 'enabled' => true,
  14482.                                 'position' => 100,
  14483.                                 'options' => [
  14484.                                 ],
  14485.                             ],
  14486.                         ],
  14487.                         'bulk' => [
  14488.                             'delete' => [
  14489.                                 'type' => 'delete',
  14490.                                 'enabled' => true,
  14491.                                 'position' => 100,
  14492.                                 'options' => [
  14493.                                 ],
  14494.                             ],
  14495.                         ],
  14496.                     ],
  14497.                     'limits' => [
  14498.                         => 10,
  14499.                         => 25,
  14500.                         => 50,
  14501.                     ],
  14502.                 ],
  14503.                 'sylius_admin_inventory' => [
  14504.                     'driver' => [
  14505.                         'name' => 'doctrine/orm',
  14506.                         'options' => [
  14507.                             'class' => 'Sylius\\Component\\Core\\Model\\ProductVariant',
  14508.                             'repository' => [
  14509.                                 'method' => 'createInventoryListQueryBuilder',
  14510.                                 'arguments' => [
  14511.                                     => 'fr_FR',
  14512.                                 ],
  14513.                             ],
  14514.                         ],
  14515.                     ],
  14516.                     'fields' => [
  14517.                         'name' => [
  14518.                             'type' => 'twig',
  14519.                             'path' => '.',
  14520.                             'label' => 'sylius.ui.name',
  14521.                             'options' => [
  14522.                                 'template' => '@SyliusAdmin/ProductVariant/Grid/Field/name.html.twig',
  14523.                             ],
  14524.                             'enabled' => true,
  14525.                             'position' => 100,
  14526.                         ],
  14527.                         'code' => [
  14528.                             'type' => 'string',
  14529.                             'label' => 'sylius.ui.code',
  14530.                             'enabled' => true,
  14531.                             'position' => 100,
  14532.                             'options' => [
  14533.                             ],
  14534.                         ],
  14535.                         'inventory' => [
  14536.                             'type' => 'twig',
  14537.                             'path' => '.',
  14538.                             'label' => 'sylius.ui.inventory',
  14539.                             'options' => [
  14540.                                 'template' => '@SyliusAdmin/ProductVariant/Grid/Field/inventory.html.twig',
  14541.                             ],
  14542.                             'enabled' => true,
  14543.                             'position' => 100,
  14544.                         ],
  14545.                     ],
  14546.                     'filters' => [
  14547.                         'code' => [
  14548.                             'type' => 'string',
  14549.                             'label' => 'sylius.ui.code',
  14550.                             'enabled' => true,
  14551.                             'position' => 100,
  14552.                             'options' => [
  14553.                             ],
  14554.                             'form_options' => [
  14555.                             ],
  14556.                         ],
  14557.                         'name' => [
  14558.                             'type' => 'string',
  14559.                             'label' => 'sylius.ui.name',
  14560.                             'options' => [
  14561.                                 'fields' => [
  14562.                                     => 'translation.name',
  14563.                                 ],
  14564.                             ],
  14565.                             'enabled' => true,
  14566.                             'position' => 100,
  14567.                             'form_options' => [
  14568.                             ],
  14569.                         ],
  14570.                     ],
  14571.                     'actions' => [
  14572.                         'item' => [
  14573.                             'update_product' => [
  14574.                                 'type' => 'update',
  14575.                                 'label' => 'sylius.ui.edit_product',
  14576.                                 'options' => [
  14577.                                     'link' => [
  14578.                                         'route' => 'sylius_admin_product_update',
  14579.                                         'parameters' => [
  14580.                                             'id' => 'resource.product.id',
  14581.                                         ],
  14582.                                     ],
  14583.                                 ],
  14584.                                 'enabled' => true,
  14585.                                 'position' => 100,
  14586.                             ],
  14587.                             'update' => [
  14588.                                 'type' => 'update',
  14589.                                 'options' => [
  14590.                                     'link' => [
  14591.                                         'parameters' => [
  14592.                                             'id' => 'resource.id',
  14593.                                             'productId' => 'resource.product.id',
  14594.                                         ],
  14595.                                     ],
  14596.                                 ],
  14597.                                 'enabled' => true,
  14598.                                 'position' => 100,
  14599.                             ],
  14600.                         ],
  14601.                     ],
  14602.                     'sorting' => [
  14603.                     ],
  14604.                     'limits' => [
  14605.                         => 10,
  14606.                         => 25,
  14607.                         => 50,
  14608.                     ],
  14609.                 ],
  14610.                 'sylius_admin_locale' => [
  14611.                     'driver' => [
  14612.                         'name' => 'doctrine/orm',
  14613.                         'options' => [
  14614.                             'class' => 'Sylius\\Component\\Locale\\Model\\Locale',
  14615.                         ],
  14616.                     ],
  14617.                     'sorting' => [
  14618.                         'code' => 'asc',
  14619.                     ],
  14620.                     'fields' => [
  14621.                         'code' => [
  14622.                             'type' => 'string',
  14623.                             'label' => 'sylius.ui.code',
  14624.                             'sortable' => NULL,
  14625.                             'enabled' => true,
  14626.                             'position' => 100,
  14627.                             'options' => [
  14628.                             ],
  14629.                         ],
  14630.                         'name' => [
  14631.                             'type' => 'twig',
  14632.                             'label' => 'sylius.ui.name',
  14633.                             'path' => '.',
  14634.                             'sortable' => 'code',
  14635.                             'options' => [
  14636.                                 'template' => '@SyliusAdmin/Locale/Grid/Field/name.html.twig',
  14637.                             ],
  14638.                             'enabled' => true,
  14639.                             'position' => 100,
  14640.                         ],
  14641.                     ],
  14642.                     'filters' => [
  14643.                         'code' => [
  14644.                             'type' => 'string',
  14645.                             'label' => 'sylius.ui.code',
  14646.                             'enabled' => true,
  14647.                             'position' => 100,
  14648.                             'options' => [
  14649.                             ],
  14650.                             'form_options' => [
  14651.                             ],
  14652.                         ],
  14653.                     ],
  14654.                     'actions' => [
  14655.                         'main' => [
  14656.                             'create' => [
  14657.                                 'type' => 'create',
  14658.                                 'enabled' => true,
  14659.                                 'position' => 100,
  14660.                                 'options' => [
  14661.                                 ],
  14662.                             ],
  14663.                         ],
  14664.                         'item' => [
  14665.                             'update' => [
  14666.                                 'type' => 'update',
  14667.                                 'enabled' => true,
  14668.                                 'position' => 100,
  14669.                                 'options' => [
  14670.                                 ],
  14671.                             ],
  14672.                         ],
  14673.                     ],
  14674.                     'limits' => [
  14675.                         => 10,
  14676.                         => 25,
  14677.                         => 50,
  14678.                     ],
  14679.                 ],
  14680.                 'sylius_admin_order' => [
  14681.                     'driver' => [
  14682.                         'name' => 'doctrine/orm',
  14683.                         'options' => [
  14684.                             'class' => 'BitBag\\OpenMarketplace\\Entity\\Order',
  14685.                             'repository' => [
  14686.                                 'method' => 'createListQueryBuilder',
  14687.                             ],
  14688.                         ],
  14689.                     ],
  14690.                     'sorting' => [
  14691.                         'number' => 'desc',
  14692.                     ],
  14693.                     'fields' => [
  14694.                         'date' => [
  14695.                             'type' => 'datetime',
  14696.                             'label' => 'sylius.ui.date',
  14697.                             'path' => 'checkoutCompletedAt',
  14698.                             'sortable' => 'checkoutCompletedAt',
  14699.                             'options' => [
  14700.                                 'format' => 'd-m-Y H:i:s',
  14701.                             ],
  14702.                             'enabled' => true,
  14703.                             'position' => 100,
  14704.                         ],
  14705.                         'number' => [
  14706.                             'type' => 'twig',
  14707.                             'label' => 'sylius.ui.number',
  14708.                             'path' => '.',
  14709.                             'sortable' => NULL,
  14710.                             'options' => [
  14711.                                 'template' => '@SyliusAdmin/Order/Grid/Field/number.html.twig',
  14712.                             ],
  14713.                             'enabled' => true,
  14714.                             'position' => 100,
  14715.                         ],
  14716.                         'channel' => [
  14717.                             'type' => 'twig',
  14718.                             'label' => 'sylius.ui.channel',
  14719.                             'sortable' => 'channel.code',
  14720.                             'options' => [
  14721.                                 'template' => '@SyliusAdmin/Order/Grid/Field/channel.html.twig',
  14722.                             ],
  14723.                             'enabled' => true,
  14724.                             'position' => 100,
  14725.                         ],
  14726.                         'customer' => [
  14727.                             'type' => 'twig',
  14728.                             'label' => 'sylius.ui.customer',
  14729.                             'sortable' => 'customer.lastName',
  14730.                             'options' => [
  14731.                                 'template' => '@SyliusAdmin/Order/Grid/Field/customer.html.twig',
  14732.                             ],
  14733.                             'enabled' => true,
  14734.                             'position' => 100,
  14735.                         ],
  14736.                         'state' => [
  14737.                             'type' => 'twig',
  14738.                             'label' => 'sylius.ui.state',
  14739.                             'sortable' => NULL,
  14740.                             'options' => [
  14741.                                 'template' => '@SyliusUi/Grid/Field/state.html.twig',
  14742.                                 'vars' => [
  14743.                                     'labels' => '@SyliusAdmin/Order/Label/State',
  14744.                                 ],
  14745.                             ],
  14746.                             'enabled' => true,
  14747.                             'position' => 100,
  14748.                         ],
  14749.                         'paymentState' => [
  14750.                             'type' => 'twig',
  14751.                             'label' => 'sylius.ui.payment_state',
  14752.                             'sortable' => NULL,
  14753.                             'options' => [
  14754.                                 'template' => '@SyliusUi/Grid/Field/state.html.twig',
  14755.                                 'vars' => [
  14756.                                     'labels' => '@SyliusAdmin/Order/Label/PaymentState',
  14757.                                 ],
  14758.                             ],
  14759.                             'enabled' => true,
  14760.                             'position' => 100,
  14761.                         ],
  14762.                         'shippingState' => [
  14763.                             'type' => 'twig',
  14764.                             'label' => 'sylius.ui.shipping_state',
  14765.                             'sortable' => NULL,
  14766.                             'options' => [
  14767.                                 'template' => '@SyliusUi/Grid/Field/state.html.twig',
  14768.                                 'vars' => [
  14769.                                     'labels' => '@SyliusAdmin/Order/Label/ShippingState',
  14770.                                 ],
  14771.                             ],
  14772.                             'enabled' => true,
  14773.                             'position' => 100,
  14774.                         ],
  14775.                         'total' => [
  14776.                             'type' => 'twig',
  14777.                             'label' => 'sylius.ui.total',
  14778.                             'path' => '.',
  14779.                             'sortable' => 'total',
  14780.                             'options' => [
  14781.                                 'template' => '@SyliusAdmin/Order/Grid/Field/total.html.twig',
  14782.                             ],
  14783.                             'enabled' => true,
  14784.                             'position' => 100,
  14785.                         ],
  14786.                         'currencyCode' => [
  14787.                             'type' => 'string',
  14788.                             'label' => 'sylius.ui.currency',
  14789.                             'sortable' => NULL,
  14790.                             'enabled' => true,
  14791.                             'position' => 100,
  14792.                             'options' => [
  14793.                             ],
  14794.                         ],
  14795.                     ],
  14796.                     'filters' => [
  14797.                         'number' => [
  14798.                             'type' => 'string',
  14799.                             'label' => 'sylius.ui.number',
  14800.                             'enabled' => true,
  14801.                             'position' => 100,
  14802.                             'options' => [
  14803.                             ],
  14804.                             'form_options' => [
  14805.                             ],
  14806.                         ],
  14807.                         'customer' => [
  14808.                             'type' => 'string',
  14809.                             'label' => 'sylius.ui.customer',
  14810.                             'options' => [
  14811.                                 'fields' => [
  14812.                                     => 'customer.email',
  14813.                                     => 'customer.firstName',
  14814.                                     => 'customer.lastName',
  14815.                                 ],
  14816.                             ],
  14817.                             'enabled' => true,
  14818.                             'position' => 100,
  14819.                             'form_options' => [
  14820.                             ],
  14821.                         ],
  14822.                         'date' => [
  14823.                             'type' => 'date',
  14824.                             'label' => 'sylius.ui.date',
  14825.                             'options' => [
  14826.                                 'field' => 'checkoutCompletedAt',
  14827.                                 'inclusive_to' => true,
  14828.                             ],
  14829.                             'enabled' => true,
  14830.                             'position' => 100,
  14831.                             'form_options' => [
  14832.                             ],
  14833.                         ],
  14834.                         'channel' => [
  14835.                             'type' => 'entity',
  14836.                             'label' => 'sylius.ui.channel',
  14837.                             'form_options' => [
  14838.                                 'class' => 'Sylius\\Component\\Core\\Model\\Channel',
  14839.                             ],
  14840.                             'enabled' => true,
  14841.                             'position' => 100,
  14842.                             'options' => [
  14843.                             ],
  14844.                         ],
  14845.                         'total' => [
  14846.                             'type' => 'money',
  14847.                             'label' => 'sylius.ui.total',
  14848.                             'options' => [
  14849.                                 'currency_field' => 'currencyCode',
  14850.                             ],
  14851.                             'enabled' => true,
  14852.                             'position' => 100,
  14853.                             'form_options' => [
  14854.                             ],
  14855.                         ],
  14856.                         'shipping_method' => [
  14857.                             'type' => 'entity',
  14858.                             'label' => 'sylius.ui.shipping_method',
  14859.                             'options' => [
  14860.                                 'fields' => [
  14861.                                     => 'shipments.method',
  14862.                                 ],
  14863.                             ],
  14864.                             'form_options' => [
  14865.                                 'class' => 'Sylius\\Component\\Core\\Model\\ShippingMethod',
  14866.                             ],
  14867.                             'enabled' => true,
  14868.                             'position' => 100,
  14869.                         ],
  14870.                     ],
  14871.                     'actions' => [
  14872.                         'item' => [
  14873.                             'show' => [
  14874.                                 'type' => 'show',
  14875.                                 'enabled' => true,
  14876.                                 'position' => 100,
  14877.                                 'options' => [
  14878.                                 ],
  14879.                             ],
  14880.                         ],
  14881.                     ],
  14882.                     'limits' => [
  14883.                         => 10,
  14884.                         => 25,
  14885.                         => 50,
  14886.                     ],
  14887.                 ],
  14888.                 'sylius_admin_payment' => [
  14889.                     'driver' => [
  14890.                         'name' => 'doctrine/orm',
  14891.                         'options' => [
  14892.                             'class' => 'Sylius\\Component\\Core\\Model\\Payment',
  14893.                             'repository' => [
  14894.                                 'method' => 'createListQueryBuilder',
  14895.                             ],
  14896.                         ],
  14897.                     ],
  14898.                     'sorting' => [
  14899.                         'createdAt' => 'desc',
  14900.                     ],
  14901.                     'fields' => [
  14902.                         'createdAt' => [
  14903.                             'type' => 'datetime',
  14904.                             'label' => 'sylius.ui.date',
  14905.                             'sortable' => NULL,
  14906.                             'options' => [
  14907.                                 'format' => 'd-m-Y H:i:s',
  14908.                             ],
  14909.                             'enabled' => true,
  14910.                             'position' => 100,
  14911.                         ],
  14912.                         'number' => [
  14913.                             'type' => 'twig',
  14914.                             'label' => 'sylius.ui.order',
  14915.                             'path' => 'order',
  14916.                             'options' => [
  14917.                                 'template' => '@SyliusAdmin/Order/Grid/Field/number.html.twig',
  14918.                             ],
  14919.                             'enabled' => true,
  14920.                             'position' => 100,
  14921.                         ],
  14922.                         'channel' => [
  14923.                             'type' => 'twig',
  14924.                             'label' => 'sylius.ui.channel',
  14925.                             'path' => 'order.channel',
  14926.                             'options' => [
  14927.                                 'template' => '@SyliusAdmin/Order/Grid/Field/channel.html.twig',
  14928.                             ],
  14929.                             'enabled' => true,
  14930.                             'position' => 100,
  14931.                         ],
  14932.                         'customer' => [
  14933.                             'type' => 'twig',
  14934.                             'label' => 'sylius.ui.customer',
  14935.                             'path' => 'order.customer',
  14936.                             'options' => [
  14937.                                 'template' => '@SyliusAdmin/Order/Grid/Field/customer.html.twig',
  14938.                             ],
  14939.                             'enabled' => true,
  14940.                             'position' => 100,
  14941.                         ],
  14942.                         'state' => [
  14943.                             'type' => 'twig',
  14944.                             'label' => 'sylius.ui.state',
  14945.                             'options' => [
  14946.                                 'template' => '@SyliusAdmin/Common/Label/paymentState.html.twig',
  14947.                             ],
  14948.                             'enabled' => true,
  14949.                             'position' => 100,
  14950.                         ],
  14951.                     ],
  14952.                     'filters' => [
  14953.                         'state' => [
  14954.                             'type' => 'select',
  14955.                             'label' => 'sylius.ui.state',
  14956.                             'form_options' => [
  14957.                                 'choices' => [
  14958.                                     'sylius.ui.cancelled' => 'cancelled',
  14959.                                     'sylius.ui.completed' => 'completed',
  14960.                                     'sylius.ui.failed' => 'failed',
  14961.                                     'sylius.ui.new' => 'new',
  14962.                                     'sylius.ui.processing' => 'processing',
  14963.                                     'sylius.ui.refunded' => 'refunded',
  14964.                                 ],
  14965.                             ],
  14966.                             'enabled' => true,
  14967.                             'position' => 100,
  14968.                             'options' => [
  14969.                             ],
  14970.                         ],
  14971.                         'channel' => [
  14972.                             'type' => 'entity',
  14973.                             'label' => 'sylius.ui.channel',
  14974.                             'options' => [
  14975.                                 'fields' => [
  14976.                                     => 'order.channel',
  14977.                                 ],
  14978.                             ],
  14979.                             'form_options' => [
  14980.                                 'class' => 'Sylius\\Component\\Core\\Model\\Channel',
  14981.                             ],
  14982.                             'enabled' => true,
  14983.                             'position' => 100,
  14984.                         ],
  14985.                     ],
  14986.                     'actions' => [
  14987.                         'item' => [
  14988.                             'complete' => [
  14989.                                 'type' => 'apply_transition',
  14990.                                 'label' => 'sylius.ui.complete',
  14991.                                 'icon' => 'payment',
  14992.                                 'options' => [
  14993.                                     'link' => [
  14994.                                         'route' => 'sylius_admin_payment_complete',
  14995.                                         'parameters' => [
  14996.                                             'id' => 'resource.id',
  14997.                                         ],
  14998.                                     ],
  14999.                                     'class' => 'teal',
  15000.                                     'transition' => 'complete',
  15001.                                     'graph' => 'sylius_payment',
  15002.                                 ],
  15003.                                 'enabled' => true,
  15004.                                 'position' => 100,
  15005.                             ],
  15006.                         ],
  15007.                     ],
  15008.                     'limits' => [
  15009.                         => 10,
  15010.                         => 25,
  15011.                         => 50,
  15012.                     ],
  15013.                 ],
  15014.                 'sylius_admin_payment_method' => [
  15015.                     'driver' => [
  15016.                         'name' => 'doctrine/orm',
  15017.                         'options' => [
  15018.                             'class' => 'Sylius\\Component\\Core\\Model\\PaymentMethod',
  15019.                             'repository' => [
  15020.                                 'method' => 'createListQueryBuilder',
  15021.                                 'arguments' => [
  15022.                                     => 'fr_FR',
  15023.                                 ],
  15024.                             ],
  15025.                         ],
  15026.                     ],
  15027.                     'sorting' => [
  15028.                         'position' => 'asc',
  15029.                     ],
  15030.                     'fields' => [
  15031.                         'position' => [
  15032.                             'type' => 'twig',
  15033.                             'label' => 'sylius.ui.position',
  15034.                             'sortable' => NULL,
  15035.                             'options' => [
  15036.                                 'template' => '@SyliusUi/Grid/Field/position.html.twig',
  15037.                             ],
  15038.                             'enabled' => true,
  15039.                             'position' => 100,
  15040.                         ],
  15041.                         'code' => [
  15042.                             'type' => 'string',
  15043.                             'label' => 'sylius.ui.code',
  15044.                             'sortable' => NULL,
  15045.                             'enabled' => true,
  15046.                             'position' => 100,
  15047.                             'options' => [
  15048.                             ],
  15049.                         ],
  15050.                         'name' => [
  15051.                             'type' => 'string',
  15052.                             'label' => 'sylius.ui.name',
  15053.                             'sortable' => 'translation.name',
  15054.                             'enabled' => true,
  15055.                             'position' => 100,
  15056.                             'options' => [
  15057.                             ],
  15058.                         ],
  15059.                         'gateway' => [
  15060.                             'type' => 'twig',
  15061.                             'path' => 'gatewayConfig.factoryName',
  15062.                             'label' => 'sylius.ui.gateway',
  15063.                             'sortable' => 'gatewayConfig.factoryName',
  15064.                             'options' => [
  15065.                                 'template' => '@SyliusUi/Grid/Field/humanized.html.twig',
  15066.                             ],
  15067.                             'enabled' => true,
  15068.                             'position' => 100,
  15069.                         ],
  15070.                         'enabled' => [
  15071.                             'type' => 'twig',
  15072.                             'label' => 'sylius.ui.enabled',
  15073.                             'sortable' => NULL,
  15074.                             'options' => [
  15075.                                 'template' => '@SyliusUi/Grid/Field/enabled.html.twig',
  15076.                             ],
  15077.                             'enabled' => true,
  15078.                             'position' => 100,
  15079.                         ],
  15080.                     ],
  15081.                     'filters' => [
  15082.                         'search' => [
  15083.                             'type' => 'string',
  15084.                             'label' => 'sylius.ui.search',
  15085.                             'options' => [
  15086.                                 'fields' => [
  15087.                                     => 'code',
  15088.                                     => 'translation.name',
  15089.                                 ],
  15090.                             ],
  15091.                             'enabled' => true,
  15092.                             'position' => 100,
  15093.                             'form_options' => [
  15094.                             ],
  15095.                         ],
  15096.                         'enabled' => [
  15097.                             'type' => 'boolean',
  15098.                             'label' => 'sylius.ui.enabled',
  15099.                             'enabled' => true,
  15100.                             'position' => 100,
  15101.                             'options' => [
  15102.                             ],
  15103.                             'form_options' => [
  15104.                             ],
  15105.                         ],
  15106.                     ],
  15107.                     'actions' => [
  15108.                         'main' => [
  15109.                             'create' => [
  15110.                                 'type' => 'create_payment_method',
  15111.                                 'enabled' => true,
  15112.                                 'position' => 100,
  15113.                                 'options' => [
  15114.                                 ],
  15115.                             ],
  15116.                         ],
  15117.                         'item' => [
  15118.                             'update' => [
  15119.                                 'type' => 'update',
  15120.                                 'enabled' => true,
  15121.                                 'position' => 100,
  15122.                                 'options' => [
  15123.                                 ],
  15124.                             ],
  15125.                             'delete' => [
  15126.                                 'type' => 'delete',
  15127.                                 'enabled' => true,
  15128.                                 'position' => 100,
  15129.                                 'options' => [
  15130.                                 ],
  15131.                             ],
  15132.                         ],
  15133.                         'bulk' => [
  15134.                             'delete' => [
  15135.                                 'type' => 'delete',
  15136.                                 'enabled' => true,
  15137.                                 'position' => 100,
  15138.                                 'options' => [
  15139.                                 ],
  15140.                             ],
  15141.                         ],
  15142.                     ],
  15143.                     'limits' => [
  15144.                         => 10,
  15145.                         => 25,
  15146.                         => 50,
  15147.                     ],
  15148.                 ],
  15149.                 'sylius_admin_product' => [
  15150.                     'driver' => [
  15151.                         'name' => 'doctrine/orm',
  15152.                         'options' => [
  15153.                             'class' => 'BitBag\\OpenMarketplace\\Entity\\Product',
  15154.                             'repository' => [
  15155.                                 'method' => 'createListQueryBuilder',
  15156.                                 'arguments' => [
  15157.                                     => 'expr:service(\'sylius.context.locale\').getLocaleCode()',
  15158.                                     => '$taxonId',
  15159.                                 ],
  15160.                             ],
  15161.                         ],
  15162.                     ],
  15163.                     'sorting' => [
  15164.                         'code' => 'asc',
  15165.                     ],
  15166.                     'fields' => [
  15167.                         'image' => [
  15168.                             'type' => 'twig',
  15169.                             'label' => 'sylius.ui.image',
  15170.                             'path' => '.',
  15171.                             'options' => [
  15172.                                 'template' => '@SyliusAdmin/Product/Grid/Field/image.html.twig',
  15173.                             ],
  15174.                             'enabled' => true,
  15175.                             'position' => 100,
  15176.                         ],
  15177.                         'code' => [
  15178.                             'type' => 'string',
  15179.                             'label' => 'sylius.ui.code',
  15180.                             'sortable' => NULL,
  15181.                             'enabled' => true,
  15182.                             'position' => 100,
  15183.                             'options' => [
  15184.                             ],
  15185.                         ],
  15186.                         'name' => [
  15187.                             'type' => 'twig',
  15188.                             'label' => 'sylius.ui.name',
  15189.                             'sortable' => 'translation.name',
  15190.                             'options' => [
  15191.                                 'template' => '@SyliusAdmin/Product/Grid/Field/name.html.twig',
  15192.                             ],
  15193.                             'enabled' => true,
  15194.                             'position' => 100,
  15195.                         ],
  15196.                         'mainTaxon' => [
  15197.                             'type' => 'twig',
  15198.                             'label' => 'sylius.ui.main_taxon',
  15199.                             'options' => [
  15200.                                 'template' => '@SyliusAdmin/Product/Grid/Field/mainTaxon.html.twig',
  15201.                             ],
  15202.                             'enabled' => true,
  15203.                             'position' => 100,
  15204.                         ],
  15205.                         'enabled' => [
  15206.                             'type' => 'twig',
  15207.                             'label' => 'sylius.ui.enabled',
  15208.                             'options' => [
  15209.                                 'template' => '@SyliusUi/Grid/Field/enabled.html.twig',
  15210.                             ],
  15211.                             'enabled' => true,
  15212.                             'position' => 100,
  15213.                         ],
  15214.                     ],
  15215.                     'filters' => [
  15216.                         'search' => [
  15217.                             'type' => 'string',
  15218.                             'label' => 'sylius.ui.search',
  15219.                             'options' => [
  15220.                                 'fields' => [
  15221.                                     => 'code',
  15222.                                     => 'translation.name',
  15223.                                 ],
  15224.                             ],
  15225.                             'enabled' => true,
  15226.                             'position' => 100,
  15227.                             'form_options' => [
  15228.                             ],
  15229.                         ],
  15230.                         'enabled' => [
  15231.                             'type' => 'boolean',
  15232.                             'label' => 'sylius.ui.enabled',
  15233.                             'enabled' => true,
  15234.                             'position' => 100,
  15235.                             'options' => [
  15236.                             ],
  15237.                             'form_options' => [
  15238.                             ],
  15239.                         ],
  15240.                         'channel' => [
  15241.                             'type' => 'entities',
  15242.                             'label' => 'sylius.ui.channel',
  15243.                             'form_options' => [
  15244.                                 'class' => 'Sylius\\Component\\Core\\Model\\Channel',
  15245.                             ],
  15246.                             'options' => [
  15247.                                 'field' => 'channels.id',
  15248.                             ],
  15249.                             'enabled' => true,
  15250.                             'position' => 100,
  15251.                         ],
  15252.                     ],
  15253.                     'actions' => [
  15254.                         'main' => [
  15255.                             'create' => [
  15256.                                 'type' => 'links',
  15257.                                 'label' => 'sylius.ui.create',
  15258.                                 'options' => [
  15259.                                     'class' => 'primary',
  15260.                                     'icon' => 'plus',
  15261.                                     'header' => [
  15262.                                         'icon' => 'cube',
  15263.                                         'label' => 'sylius.ui.type',
  15264.                                     ],
  15265.                                     'links' => [
  15266.                                         'simple' => [
  15267.                                             'label' => 'sylius.ui.simple_product',
  15268.                                             'icon' => 'plus',
  15269.                                             'route' => 'sylius_admin_product_create_simple',
  15270.                                         ],
  15271.                                         'configurable' => [
  15272.                                             'label' => 'sylius.ui.configurable_product',
  15273.                                             'icon' => 'plus',
  15274.                                             'route' => 'sylius_admin_product_create',
  15275.                                         ],
  15276.                                     ],
  15277.                                 ],
  15278.                                 'enabled' => true,
  15279.                                 'position' => 100,
  15280.                             ],
  15281.                         ],
  15282.                         'item' => [
  15283.                             'details' => [
  15284.                                 'label' => 'sylius.ui.details',
  15285.                                 'type' => 'show',
  15286.                                 'enabled' => true,
  15287.                                 'position' => 100,
  15288.                                 'options' => [
  15289.                                 ],
  15290.                             ],
  15291.                             'update' => [
  15292.                                 'type' => 'update',
  15293.                                 'enabled' => true,
  15294.                                 'position' => 100,
  15295.                                 'options' => [
  15296.                                 ],
  15297.                             ],
  15298.                             'delete' => [
  15299.                                 'type' => 'delete',
  15300.                                 'enabled' => true,
  15301.                                 'position' => 100,
  15302.                                 'options' => [
  15303.                                 ],
  15304.                             ],
  15305.                         ],
  15306.                         'subitem' => [
  15307.                             'variants' => [
  15308.                                 'type' => 'links',
  15309.                                 'label' => 'sylius.ui.manage_variants',
  15310.                                 'options' => [
  15311.                                     'icon' => 'cubes',
  15312.                                     'links' => [
  15313.                                         'index' => [
  15314.                                             'label' => 'sylius.ui.list_variants',
  15315.                                             'icon' => 'list',
  15316.                                             'route' => 'sylius_admin_product_variant_index',
  15317.                                             'parameters' => [
  15318.                                                 'productId' => 'resource.id',
  15319.                                             ],
  15320.                                         ],
  15321.                                         'create' => [
  15322.                                             'label' => 'sylius.ui.create',
  15323.                                             'icon' => 'plus',
  15324.                                             'route' => 'sylius_admin_product_variant_create',
  15325.                                             'parameters' => [
  15326.                                                 'productId' => 'resource.id',
  15327.                                             ],
  15328.                                         ],
  15329.                                         'generate' => [
  15330.                                             'label' => 'sylius.ui.generate',
  15331.                                             'icon' => 'random',
  15332.                                             'route' => 'sylius_admin_product_variant_generate',
  15333.                                             'visible' => 'resource.hasOptions',
  15334.                                             'parameters' => [
  15335.                                                 'productId' => 'resource.id',
  15336.                                             ],
  15337.                                         ],
  15338.                                     ],
  15339.                                 ],
  15340.                                 'enabled' => true,
  15341.                                 'position' => 100,
  15342.                             ],
  15343.                         ],
  15344.                         'bulk' => [
  15345.                             'delete' => [
  15346.                                 'type' => 'delete',
  15347.                                 'enabled' => true,
  15348.                                 'position' => 100,
  15349.                                 'options' => [
  15350.                                 ],
  15351.                             ],
  15352.                         ],
  15353.                     ],
  15354.                     'limits' => [
  15355.                         => 10,
  15356.                         => 25,
  15357.                         => 50,
  15358.                     ],
  15359.                 ],
  15360.                 'sylius_admin_product_association_type' => [
  15361.                     'driver' => [
  15362.                         'name' => 'doctrine/orm',
  15363.                         'options' => [
  15364.                             'class' => 'Sylius\\Component\\Product\\Model\\ProductAssociationType',
  15365.                             'repository' => [
  15366.                                 'method' => 'createListQueryBuilder',
  15367.                                 'arguments' => [
  15368.                                     => 'fr_FR',
  15369.                                 ],
  15370.                             ],
  15371.                         ],
  15372.                     ],
  15373.                     'sorting' => [
  15374.                         'code' => 'asc',
  15375.                     ],
  15376.                     'fields' => [
  15377.                         'code' => [
  15378.                             'type' => 'string',
  15379.                             'label' => 'sylius.ui.code',
  15380.                             'sortable' => NULL,
  15381.                             'enabled' => true,
  15382.                             'position' => 100,
  15383.                             'options' => [
  15384.                             ],
  15385.                         ],
  15386.                         'name' => [
  15387.                             'type' => 'string',
  15388.                             'label' => 'sylius.ui.name',
  15389.                             'enabled' => true,
  15390.                             'position' => 100,
  15391.                             'options' => [
  15392.                             ],
  15393.                         ],
  15394.                     ],
  15395.                     'filters' => [
  15396.                         'code' => [
  15397.                             'type' => 'string',
  15398.                             'label' => 'sylius.ui.code',
  15399.                             'enabled' => true,
  15400.                             'position' => 100,
  15401.                             'options' => [
  15402.                             ],
  15403.                             'form_options' => [
  15404.                             ],
  15405.                         ],
  15406.                         'name' => [
  15407.                             'type' => 'string',
  15408.                             'label' => 'sylius.ui.name',
  15409.                             'options' => [
  15410.                                 'fields' => [
  15411.                                     => 'translation.name',
  15412.                                 ],
  15413.                             ],
  15414.                             'enabled' => true,
  15415.                             'position' => 100,
  15416.                             'form_options' => [
  15417.                             ],
  15418.                         ],
  15419.                     ],
  15420.                     'actions' => [
  15421.                         'main' => [
  15422.                             'create' => [
  15423.                                 'type' => 'create',
  15424.                                 'enabled' => true,
  15425.                                 'position' => 100,
  15426.                                 'options' => [
  15427.                                 ],
  15428.                             ],
  15429.                         ],
  15430.                         'item' => [
  15431.                             'update' => [
  15432.                                 'type' => 'update',
  15433.                                 'enabled' => true,
  15434.                                 'position' => 100,
  15435.                                 'options' => [
  15436.                                 ],
  15437.                             ],
  15438.                             'delete' => [
  15439.                                 'type' => 'delete',
  15440.                                 'enabled' => true,
  15441.                                 'position' => 100,
  15442.                                 'options' => [
  15443.                                 ],
  15444.                             ],
  15445.                         ],
  15446.                         'bulk' => [
  15447.                             'delete' => [
  15448.                                 'type' => 'delete',
  15449.                                 'enabled' => true,
  15450.                                 'position' => 100,
  15451.                                 'options' => [
  15452.                                 ],
  15453.                             ],
  15454.                         ],
  15455.                     ],
  15456.                     'limits' => [
  15457.                         => 10,
  15458.                         => 25,
  15459.                         => 50,
  15460.                     ],
  15461.                 ],
  15462.                 'sylius_admin_product_attribute' => [
  15463.                     'driver' => [
  15464.                         'name' => 'doctrine/orm',
  15465.                         'options' => [
  15466.                             'class' => 'Sylius\\Component\\Product\\Model\\ProductAttribute',
  15467.                         ],
  15468.                     ],
  15469.                     'sorting' => [
  15470.                         'position' => 'asc',
  15471.                     ],
  15472.                     'fields' => [
  15473.                         'code' => [
  15474.                             'type' => 'string',
  15475.                             'label' => 'sylius.ui.code',
  15476.                             'sortable' => NULL,
  15477.                             'enabled' => true,
  15478.                             'position' => 100,
  15479.                             'options' => [
  15480.                             ],
  15481.                         ],
  15482.                         'name' => [
  15483.                             'type' => 'string',
  15484.                             'label' => 'sylius.ui.name',
  15485.                             'enabled' => true,
  15486.                             'position' => 100,
  15487.                             'options' => [
  15488.                             ],
  15489.                         ],
  15490.                         'position' => [
  15491.                             'type' => 'string',
  15492.                             'enabled' => false,
  15493.                             'sortable' => NULL,
  15494.                             'position' => 100,
  15495.                             'options' => [
  15496.                             ],
  15497.                         ],
  15498.                         'type' => [
  15499.                             'type' => 'twig',
  15500.                             'label' => 'sylius.ui.type',
  15501.                             'sortable' => NULL,
  15502.                             'options' => [
  15503.                                 'template' => '@SyliusUi/Grid/Field/label.html.twig',
  15504.                             ],
  15505.                             'enabled' => true,
  15506.                             'position' => 100,
  15507.                         ],
  15508.                         'translatable' => [
  15509.                             'type' => 'twig',
  15510.                             'label' => 'sylius.ui.translatable',
  15511.                             'sortable' => NULL,
  15512.                             'options' => [
  15513.                                 'template' => '@SyliusUi/Grid/Field/yesNo.html.twig',
  15514.                             ],
  15515.                             'enabled' => true,
  15516.                             'position' => 100,
  15517.                         ],
  15518.                     ],
  15519.                     'filters' => [
  15520.                         'code' => [
  15521.                             'type' => 'string',
  15522.                             'label' => 'sylius.ui.code',
  15523.                             'enabled' => true,
  15524.                             'position' => 100,
  15525.                             'options' => [
  15526.                             ],
  15527.                             'form_options' => [
  15528.                             ],
  15529.                         ],
  15530.                         'translatable' => [
  15531.                             'type' => 'boolean',
  15532.                             'label' => 'sylius.ui.translatable',
  15533.                             'enabled' => true,
  15534.                             'position' => 100,
  15535.                             'options' => [
  15536.                             ],
  15537.                             'form_options' => [
  15538.                             ],
  15539.                         ],
  15540.                     ],
  15541.                     'actions' => [
  15542.                         'main' => [
  15543.                             'create' => [
  15544.                                 'type' => 'create_product_attribute',
  15545.                                 'enabled' => true,
  15546.                                 'position' => 100,
  15547.                                 'options' => [
  15548.                                 ],
  15549.                             ],
  15550.                         ],
  15551.                         'item' => [
  15552.                             'update' => [
  15553.                                 'type' => 'update',
  15554.                                 'enabled' => true,
  15555.                                 'position' => 100,
  15556.                                 'options' => [
  15557.                                 ],
  15558.                             ],
  15559.                             'delete' => [
  15560.                                 'type' => 'delete',
  15561.                                 'enabled' => true,
  15562.                                 'position' => 100,
  15563.                                 'options' => [
  15564.                                 ],
  15565.                             ],
  15566.                         ],
  15567.                         'bulk' => [
  15568.                             'delete' => [
  15569.                                 'type' => 'delete',
  15570.                                 'enabled' => true,
  15571.                                 'position' => 100,
  15572.                                 'options' => [
  15573.                                 ],
  15574.                             ],
  15575.                         ],
  15576.                     ],
  15577.                     'limits' => [
  15578.                         => 10,
  15579.                         => 25,
  15580.                         => 50,
  15581.                     ],
  15582.                 ],
  15583.                 'sylius_admin_product_from_taxon' => [
  15584.                     'extends' => 'sylius_admin_product',
  15585.                     'sorting' => [
  15586.                         'position' => 'asc',
  15587.                     ],
  15588.                     'fields' => [
  15589.                         'position' => [
  15590.                             'type' => 'twig',
  15591.                             'label' => 'sylius.ui.position',
  15592.                             'path' => '.',
  15593.                             'sortable' => 'productTaxon.position',
  15594.                             'options' => [
  15595.                                 'template' => '@SyliusAdmin/Product/Grid/Field/position.html.twig',
  15596.                             ],
  15597.                             'enabled' => true,
  15598.                             'position' => 100,
  15599.                         ],
  15600.                     ],
  15601.                     'actions' => [
  15602.                         'main' => [
  15603.                             'update_positions' => [
  15604.                                 'type' => 'update_product_positions',
  15605.                                 'enabled' => true,
  15606.                                 'position' => 100,
  15607.                                 'options' => [
  15608.                                 ],
  15609.                             ],
  15610.                         ],
  15611.                     ],
  15612.                     'driver' => [
  15613.                         'name' => 'doctrine/orm',
  15614.                         'options' => [
  15615.                         ],
  15616.                     ],
  15617.                     'limits' => [
  15618.                         => 10,
  15619.                         => 25,
  15620.                         => 50,
  15621.                     ],
  15622.                     'filters' => [
  15623.                     ],
  15624.                 ],
  15625.                 'sylius_admin_product_option' => [
  15626.                     'driver' => [
  15627.                         'name' => 'doctrine/orm',
  15628.                         'options' => [
  15629.                             'class' => 'Sylius\\Component\\Product\\Model\\ProductOption',
  15630.                             'repository' => [
  15631.                                 'method' => 'createListQueryBuilder',
  15632.                                 'arguments' => [
  15633.                                     => 'fr_FR',
  15634.                                 ],
  15635.                             ],
  15636.                         ],
  15637.                     ],
  15638.                     'sorting' => [
  15639.                         'position' => 'asc',
  15640.                     ],
  15641.                     'fields' => [
  15642.                         'position' => [
  15643.                             'type' => 'twig',
  15644.                             'label' => 'sylius.ui.position',
  15645.                             'sortable' => NULL,
  15646.                             'options' => [
  15647.                                 'template' => '@SyliusUi/Grid/Field/position.html.twig',
  15648.                             ],
  15649.                             'enabled' => true,
  15650.                             'position' => 100,
  15651.                         ],
  15652.                         'code' => [
  15653.                             'type' => 'string',
  15654.                             'label' => 'sylius.ui.code',
  15655.                             'sortable' => NULL,
  15656.                             'enabled' => true,
  15657.                             'position' => 100,
  15658.                             'options' => [
  15659.                             ],
  15660.                         ],
  15661.                         'name' => [
  15662.                             'type' => 'string',
  15663.                             'label' => 'sylius.ui.name',
  15664.                             'sortable' => 'translation.name',
  15665.                             'enabled' => true,
  15666.                             'position' => 100,
  15667.                             'options' => [
  15668.                             ],
  15669.                         ],
  15670.                     ],
  15671.                     'filters' => [
  15672.                         'search' => [
  15673.                             'type' => 'string',
  15674.                             'label' => 'sylius.ui.search',
  15675.                             'options' => [
  15676.                                 'fields' => [
  15677.                                     => 'code',
  15678.                                     => 'translation.name',
  15679.                                 ],
  15680.                             ],
  15681.                             'enabled' => true,
  15682.                             'position' => 100,
  15683.                             'form_options' => [
  15684.                             ],
  15685.                         ],
  15686.                     ],
  15687.                     'actions' => [
  15688.                         'main' => [
  15689.                             'create' => [
  15690.                                 'type' => 'create',
  15691.                                 'enabled' => true,
  15692.                                 'position' => 100,
  15693.                                 'options' => [
  15694.                                 ],
  15695.                             ],
  15696.                         ],
  15697.                         'item' => [
  15698.                             'update' => [
  15699.                                 'type' => 'update',
  15700.                                 'enabled' => true,
  15701.                                 'position' => 100,
  15702.                                 'options' => [
  15703.                                 ],
  15704.                             ],
  15705.                             'delete' => [
  15706.                                 'type' => 'delete',
  15707.                                 'enabled' => true,
  15708.                                 'position' => 100,
  15709.                                 'options' => [
  15710.                                 ],
  15711.                             ],
  15712.                         ],
  15713.                         'bulk' => [
  15714.                             'delete' => [
  15715.                                 'type' => 'delete',
  15716.                                 'enabled' => true,
  15717.                                 'position' => 100,
  15718.                                 'options' => [
  15719.                                 ],
  15720.                             ],
  15721.                         ],
  15722.                     ],
  15723.                     'limits' => [
  15724.                         => 10,
  15725.                         => 25,
  15726.                         => 50,
  15727.                     ],
  15728.                 ],
  15729.                 'sylius_admin_product_review' => [
  15730.                     'driver' => [
  15731.                         'name' => 'doctrine/orm',
  15732.                         'options' => [
  15733.                             'class' => 'Sylius\\Component\\Core\\Model\\ProductReview',
  15734.                         ],
  15735.                     ],
  15736.                     'sorting' => [
  15737.                         'date' => 'desc',
  15738.                     ],
  15739.                     'fields' => [
  15740.                         'date' => [
  15741.                             'type' => 'datetime',
  15742.                             'label' => 'sylius.ui.date',
  15743.                             'path' => 'createdAt',
  15744.                             'sortable' => 'createdAt',
  15745.                             'options' => [
  15746.                                 'format' => 'd-m-Y H:i:s',
  15747.                             ],
  15748.                             'enabled' => true,
  15749.                             'position' => 100,
  15750.                         ],
  15751.                         'title' => [
  15752.                             'type' => 'string',
  15753.                             'label' => 'sylius.ui.title',
  15754.                             'sortable' => NULL,
  15755.                             'enabled' => true,
  15756.                             'position' => 100,
  15757.                             'options' => [
  15758.                             ],
  15759.                         ],
  15760.                         'rating' => [
  15761.                             'type' => 'string',
  15762.                             'label' => 'sylius.ui.rating',
  15763.                             'sortable' => NULL,
  15764.                             'enabled' => true,
  15765.                             'position' => 100,
  15766.                             'options' => [
  15767.                             ],
  15768.                         ],
  15769.                         'status' => [
  15770.                             'type' => 'twig',
  15771.                             'label' => 'sylius.ui.status',
  15772.                             'sortable' => NULL,
  15773.                             'options' => [
  15774.                                 'template' => '@SyliusUi/Grid/Field/state.html.twig',
  15775.                                 'vars' => [
  15776.                                     'labels' => '@SyliusAdmin/ProductReview/Label/Status',
  15777.                                 ],
  15778.                             ],
  15779.                             'enabled' => true,
  15780.                             'position' => 100,
  15781.                         ],
  15782.                         'reviewSubject' => [
  15783.                             'type' => 'string',
  15784.                             'label' => 'sylius.ui.product',
  15785.                             'enabled' => true,
  15786.                             'position' => 100,
  15787.                             'options' => [
  15788.                             ],
  15789.                         ],
  15790.                         'author' => [
  15791.                             'type' => 'string',
  15792.                             'label' => 'sylius.ui.customer',
  15793.                             'enabled' => true,
  15794.                             'position' => 100,
  15795.                             'options' => [
  15796.                             ],
  15797.                         ],
  15798.                     ],
  15799.                     'filters' => [
  15800.                         'title' => [
  15801.                             'type' => 'string',
  15802.                             'label' => 'sylius.ui.title',
  15803.                             'enabled' => true,
  15804.                             'position' => 100,
  15805.                             'options' => [
  15806.                             ],
  15807.                             'form_options' => [
  15808.                             ],
  15809.                         ],
  15810.                     ],
  15811.                     'actions' => [
  15812.                         'item' => [
  15813.                             'update' => [
  15814.                                 'type' => 'update',
  15815.                                 'enabled' => true,
  15816.                                 'position' => 100,
  15817.                                 'options' => [
  15818.                                 ],
  15819.                             ],
  15820.                             'accept' => [
  15821.                                 'type' => 'apply_transition',
  15822.                                 'label' => 'sylius.ui.accept',
  15823.                                 'icon' => 'checkmark',
  15824.                                 'options' => [
  15825.                                     'link' => [
  15826.                                         'route' => 'sylius_admin_product_review_accept',
  15827.                                         'parameters' => [
  15828.                                             'id' => 'resource.id',
  15829.                                         ],
  15830.                                     ],
  15831.                                     'class' => 'green',
  15832.                                     'transition' => 'accept',
  15833.                                     'graph' => 'sylius_product_review',
  15834.                                 ],
  15835.                                 'enabled' => true,
  15836.                                 'position' => 100,
  15837.                             ],
  15838.                             'reject' => [
  15839.                                 'type' => 'apply_transition',
  15840.                                 'label' => 'sylius.ui.reject',
  15841.                                 'icon' => 'remove',
  15842.                                 'options' => [
  15843.                                     'link' => [
  15844.                                         'route' => 'sylius_admin_product_review_reject',
  15845.                                         'parameters' => [
  15846.                                             'id' => 'resource.id',
  15847.                                         ],
  15848.                                     ],
  15849.                                     'class' => 'yellow',
  15850.                                     'transition' => 'reject',
  15851.                                     'graph' => 'sylius_product_review',
  15852.                                 ],
  15853.                                 'enabled' => true,
  15854.                                 'position' => 100,
  15855.                             ],
  15856.                             'delete' => [
  15857.                                 'type' => 'delete',
  15858.                                 'enabled' => true,
  15859.                                 'position' => 100,
  15860.                                 'options' => [
  15861.                                 ],
  15862.                             ],
  15863.                         ],
  15864.                         'bulk' => [
  15865.                             'delete' => [
  15866.                                 'type' => 'delete',
  15867.                                 'enabled' => true,
  15868.                                 'position' => 100,
  15869.                                 'options' => [
  15870.                                 ],
  15871.                             ],
  15872.                         ],
  15873.                     ],
  15874.                     'limits' => [
  15875.                         => 10,
  15876.                         => 25,
  15877.                         => 50,
  15878.                     ],
  15879.                 ],
  15880.                 'sylius_admin_product_variant' => [
  15881.                     'driver' => [
  15882.                         'name' => 'doctrine/orm',
  15883.                         'options' => [
  15884.                             'class' => 'Sylius\\Component\\Core\\Model\\ProductVariant',
  15885.                             'repository' => [
  15886.                                 'method' => 'createQueryBuilderByProductId',
  15887.                                 'arguments' => [
  15888.                                     => 'fr_FR',
  15889.                                     => '$productId',
  15890.                                 ],
  15891.                             ],
  15892.                         ],
  15893.                     ],
  15894.                     'sorting' => [
  15895.                         'position' => 'asc',
  15896.                     ],
  15897.                     'fields' => [
  15898.                         'name' => [
  15899.                             'type' => 'twig',
  15900.                             'path' => '.',
  15901.                             'label' => 'sylius.ui.name',
  15902.                             'options' => [
  15903.                                 'template' => '@SyliusAdmin/ProductVariant/Grid/Field/name.html.twig',
  15904.                             ],
  15905.                             'enabled' => true,
  15906.                             'position' => 100,
  15907.                         ],
  15908.                         'code' => [
  15909.                             'type' => 'string',
  15910.                             'label' => 'sylius.ui.code',
  15911.                             'enabled' => true,
  15912.                             'position' => 100,
  15913.                             'options' => [
  15914.                             ],
  15915.                         ],
  15916.                         'enabled' => [
  15917.                             'type' => 'twig',
  15918.                             'label' => 'sylius.ui.enabled',
  15919.                             'options' => [
  15920.                                 'template' => '@SyliusUi/Grid/Field/enabled.html.twig',
  15921.                             ],
  15922.                             'enabled' => true,
  15923.                             'position' => 100,
  15924.                         ],
  15925.                         'inventory' => [
  15926.                             'type' => 'twig',
  15927.                             'path' => '.',
  15928.                             'label' => 'sylius.ui.inventory',
  15929.                             'options' => [
  15930.                                 'template' => '@SyliusAdmin/ProductVariant/Grid/Field/inventory.html.twig',
  15931.                             ],
  15932.                             'enabled' => true,
  15933.                             'position' => 100,
  15934.                         ],
  15935.                         'position' => [
  15936.                             'type' => 'twig',
  15937.                             'label' => 'sylius.ui.position',
  15938.                             'path' => '.',
  15939.                             'sortable' => 'position',
  15940.                             'options' => [
  15941.                                 'template' => '@SyliusAdmin/ProductVariant/Grid/Field/position.html.twig',
  15942.                             ],
  15943.                             'enabled' => true,
  15944.                             'position' => 100,
  15945.                         ],
  15946.                     ],
  15947.                     'filters' => [
  15948.                         'code' => [
  15949.                             'type' => 'string',
  15950.                             'label' => 'sylius.ui.code',
  15951.                             'enabled' => true,
  15952.                             'position' => 100,
  15953.                             'options' => [
  15954.                             ],
  15955.                             'form_options' => [
  15956.                             ],
  15957.                         ],
  15958.                         'name' => [
  15959.                             'type' => 'string',
  15960.                             'label' => 'sylius.ui.name',
  15961.                             'options' => [
  15962.                                 'fields' => [
  15963.                                     => 'translation.name',
  15964.                                 ],
  15965.                             ],
  15966.                             'enabled' => true,
  15967.                             'position' => 100,
  15968.                             'form_options' => [
  15969.                             ],
  15970.                         ],
  15971.                     ],
  15972.                     'actions' => [
  15973.                         'main' => [
  15974.                             'generate' => [
  15975.                                 'type' => 'generate_variants',
  15976.                                 'options' => [
  15977.                                     'product' => 'expr:service(\'sylius.repository.product\').find($productId)',
  15978.                                 ],
  15979.                                 'enabled' => true,
  15980.                                 'position' => 100,
  15981.                             ],
  15982.                             'update_positions' => [
  15983.                                 'type' => 'update_product_variant_positions',
  15984.                                 'enabled' => true,
  15985.                                 'position' => 100,
  15986.                                 'options' => [
  15987.                                 ],
  15988.                             ],
  15989.                             'create' => [
  15990.                                 'type' => 'create',
  15991.                                 'options' => [
  15992.                                     'link' => [
  15993.                                         'parameters' => [
  15994.                                             'productId' => '$productId',
  15995.                                         ],
  15996.                                     ],
  15997.                                 ],
  15998.                                 'enabled' => true,
  15999.                                 'position' => 100,
  16000.                             ],
  16001.                         ],
  16002.                         'item' => [
  16003.                             'update' => [
  16004.                                 'type' => 'update',
  16005.                                 'options' => [
  16006.                                     'link' => [
  16007.                                         'parameters' => [
  16008.                                             'id' => 'resource.id',
  16009.                                             'productId' => '$productId',
  16010.                                         ],
  16011.                                     ],
  16012.                                 ],
  16013.                                 'enabled' => true,
  16014.                                 'position' => 100,
  16015.                             ],
  16016.                             'delete' => [
  16017.                                 'type' => 'delete',
  16018.                                 'options' => [
  16019.                                     'link' => [
  16020.                                         'parameters' => [
  16021.                                             'id' => 'resource.id',
  16022.                                             'productId' => '$productId',
  16023.                                         ],
  16024.                                     ],
  16025.                                 ],
  16026.                                 'enabled' => true,
  16027.                                 'position' => 100,
  16028.                             ],
  16029.                         ],
  16030.                         'bulk' => [
  16031.                             'delete' => [
  16032.                                 'type' => 'delete',
  16033.                                 'options' => [
  16034.                                     'link' => [
  16035.                                         'parameters' => [
  16036.                                             'productId' => '$productId',
  16037.                                         ],
  16038.                                     ],
  16039.                                 ],
  16040.                                 'enabled' => true,
  16041.                                 'position' => 100,
  16042.                             ],
  16043.                         ],
  16044.                     ],
  16045.                     'limits' => [
  16046.                         => 10,
  16047.                         => 25,
  16048.                         => 50,
  16049.                     ],
  16050.                 ],
  16051.                 'sylius_admin_promotion' => [
  16052.                     'driver' => [
  16053.                         'name' => 'doctrine/orm',
  16054.                         'options' => [
  16055.                             'class' => 'Sylius\\Component\\Core\\Model\\Promotion',
  16056.                         ],
  16057.                     ],
  16058.                     'sorting' => [
  16059.                         'priority' => 'desc',
  16060.                     ],
  16061.                     'fields' => [
  16062.                         'priority' => [
  16063.                             'type' => 'twig',
  16064.                             'label' => 'sylius.ui.priority',
  16065.                             'sortable' => NULL,
  16066.                             'options' => [
  16067.                                 'template' => '@SyliusUi/Grid/Field/position.html.twig',
  16068.                             ],
  16069.                             'enabled' => true,
  16070.                             'position' => 100,
  16071.                         ],
  16072.                         'code' => [
  16073.                             'type' => 'string',
  16074.                             'label' => 'sylius.ui.code',
  16075.                             'sortable' => NULL,
  16076.                             'enabled' => true,
  16077.                             'position' => 100,
  16078.                             'options' => [
  16079.                             ],
  16080.                         ],
  16081.                         'name' => [
  16082.                             'type' => 'twig',
  16083.                             'label' => 'sylius.ui.name',
  16084.                             'path' => '.',
  16085.                             'sortable' => NULL,
  16086.                             'options' => [
  16087.                                 'template' => '@SyliusUi/Grid/Field/nameAndDescription.html.twig',
  16088.                             ],
  16089.                             'enabled' => true,
  16090.                             'position' => 100,
  16091.                         ],
  16092.                         'couponBased' => [
  16093.                             'type' => 'twig',
  16094.                             'label' => 'sylius.ui.coupons',
  16095.                             'options' => [
  16096.                                 'template' => '@SyliusUi/Grid/Field/yesNo.html.twig',
  16097.                             ],
  16098.                             'enabled' => true,
  16099.                             'position' => 100,
  16100.                         ],
  16101.                         'usage' => [
  16102.                             'type' => 'twig',
  16103.                             'label' => 'sylius.ui.usage',
  16104.                             'path' => '.',
  16105.                             'sortable' => 'used',
  16106.                             'options' => [
  16107.                                 'template' => '@SyliusAdmin/Promotion/Grid/Field/usage.html.twig',
  16108.                             ],
  16109.                             'enabled' => true,
  16110.                             'position' => 100,
  16111.                         ],
  16112.                     ],
  16113.                     'filters' => [
  16114.                         'search' => [
  16115.                             'type' => 'string',
  16116.                             'label' => 'sylius.ui.search',
  16117.                             'options' => [
  16118.                                 'fields' => [
  16119.                                     => 'code',
  16120.                                     => 'name',
  16121.                                 ],
  16122.                             ],
  16123.                             'enabled' => true,
  16124.                             'position' => 100,
  16125.                             'form_options' => [
  16126.                             ],
  16127.                         ],
  16128.                         'couponBased' => [
  16129.                             'type' => 'boolean',
  16130.                             'label' => 'sylius.ui.coupon_based',
  16131.                             'enabled' => true,
  16132.                             'position' => 100,
  16133.                             'options' => [
  16134.                             ],
  16135.                             'form_options' => [
  16136.                             ],
  16137.                         ],
  16138.                         'coupon_code' => [
  16139.                             'type' => 'string',
  16140.                             'label' => 'sylius.ui.coupon',
  16141.                             'options' => [
  16142.                                 'fields' => [
  16143.                                     => 'coupons.code',
  16144.                                 ],
  16145.                             ],
  16146.                             'enabled' => true,
  16147.                             'position' => 100,
  16148.                             'form_options' => [
  16149.                             ],
  16150.                         ],
  16151.                     ],
  16152.                     'actions' => [
  16153.                         'main' => [
  16154.                             'create' => [
  16155.                                 'type' => 'create',
  16156.                                 'enabled' => true,
  16157.                                 'position' => 100,
  16158.                                 'options' => [
  16159.                                 ],
  16160.                             ],
  16161.                         ],
  16162.                         'item' => [
  16163.                             'coupons' => [
  16164.                                 'type' => 'links',
  16165.                                 'label' => 'sylius.ui.manage_coupons',
  16166.                                 'options' => [
  16167.                                     'visible' => 'resource.couponBased',
  16168.                                     'icon' => 'ticket',
  16169.                                     'links' => [
  16170.                                         'index' => [
  16171.                                             'label' => 'sylius.ui.list_coupons',
  16172.                                             'icon' => 'list',
  16173.                                             'route' => 'sylius_admin_promotion_coupon_index',
  16174.                                             'parameters' => [
  16175.                                                 'promotionId' => 'resource.id',
  16176.                                             ],
  16177.                                         ],
  16178.                                         'create' => [
  16179.                                             'label' => 'sylius.ui.create',
  16180.                                             'icon' => 'plus',
  16181.                                             'route' => 'sylius_admin_promotion_coupon_create',
  16182.                                             'parameters' => [
  16183.                                                 'promotionId' => 'resource.id',
  16184.                                             ],
  16185.                                         ],
  16186.                                         'generate' => [
  16187.                                             'label' => 'sylius.ui.generate',
  16188.                                             'icon' => 'random',
  16189.                                             'route' => 'sylius_admin_promotion_coupon_generate',
  16190.                                             'parameters' => [
  16191.                                                 'promotionId' => 'resource.id',
  16192.                                             ],
  16193.                                         ],
  16194.                                     ],
  16195.                                 ],
  16196.                                 'enabled' => true,
  16197.                                 'position' => 100,
  16198.                             ],
  16199.                             'update' => [
  16200.                                 'type' => 'update',
  16201.                                 'enabled' => true,
  16202.                                 'position' => 100,
  16203.                                 'options' => [
  16204.                                 ],
  16205.                             ],
  16206.                             'delete' => [
  16207.                                 'type' => 'delete',
  16208.                                 'enabled' => true,
  16209.                                 'position' => 100,
  16210.                                 'options' => [
  16211.                                 ],
  16212.                             ],
  16213.                         ],
  16214.                         'bulk' => [
  16215.                             'delete' => [
  16216.                                 'type' => 'delete',
  16217.                                 'enabled' => true,
  16218.                                 'position' => 100,
  16219.                                 'options' => [
  16220.                                 ],
  16221.                             ],
  16222.                         ],
  16223.                     ],
  16224.                     'limits' => [
  16225.                         => 10,
  16226.                         => 25,
  16227.                         => 50,
  16228.                     ],
  16229.                 ],
  16230.                 'sylius_admin_promotion_coupon' => [
  16231.                     'driver' => [
  16232.                         'name' => 'doctrine/orm',
  16233.                         'options' => [
  16234.                             'class' => 'Sylius\\Component\\Core\\Model\\PromotionCoupon',
  16235.                             'repository' => [
  16236.                                 'method' => 'createQueryBuilderByPromotionId',
  16237.                                 'arguments' => [
  16238.                                     'promotionId' => '$promotionId',
  16239.                                 ],
  16240.                             ],
  16241.                         ],
  16242.                     ],
  16243.                     'fields' => [
  16244.                         'code' => [
  16245.                             'type' => 'string',
  16246.                             'label' => 'sylius.ui.code',
  16247.                             'sortable' => NULL,
  16248.                             'enabled' => true,
  16249.                             'position' => 100,
  16250.                             'options' => [
  16251.                             ],
  16252.                         ],
  16253.                         'usageLimit' => [
  16254.                             'type' => 'string',
  16255.                             'label' => 'sylius.ui.usage_limit',
  16256.                             'sortable' => NULL,
  16257.                             'enabled' => true,
  16258.                             'position' => 100,
  16259.                             'options' => [
  16260.                             ],
  16261.                         ],
  16262.                         'perCustomerUsageLimit' => [
  16263.                             'type' => 'string',
  16264.                             'label' => 'sylius.ui.per_customer_usage_limit',
  16265.                             'sortable' => NULL,
  16266.                             'enabled' => true,
  16267.                             'position' => 100,
  16268.                             'options' => [
  16269.                             ],
  16270.                         ],
  16271.                         'used' => [
  16272.                             'type' => 'string',
  16273.                             'label' => 'sylius.ui.used',
  16274.                             'sortable' => NULL,
  16275.                             'enabled' => true,
  16276.                             'position' => 100,
  16277.                             'options' => [
  16278.                             ],
  16279.                         ],
  16280.                         'expiresAt' => [
  16281.                             'type' => 'datetime',
  16282.                             'label' => 'sylius.ui.expires_at',
  16283.                             'sortable' => NULL,
  16284.                             'options' => [
  16285.                                 'format' => 'd-m-Y',
  16286.                             ],
  16287.                             'enabled' => true,
  16288.                             'position' => 100,
  16289.                         ],
  16290.                     ],
  16291.                     'filters' => [
  16292.                         'code' => [
  16293.                             'type' => 'string',
  16294.                             'label' => 'sylius.ui.code',
  16295.                             'enabled' => true,
  16296.                             'position' => 100,
  16297.                             'options' => [
  16298.                             ],
  16299.                             'form_options' => [
  16300.                             ],
  16301.                         ],
  16302.                     ],
  16303.                     'actions' => [
  16304.                         'main' => [
  16305.                             'generate' => [
  16306.                                 'type' => 'default',
  16307.                                 'label' => 'sylius.ui.generate',
  16308.                                 'icon' => 'random',
  16309.                                 'options' => [
  16310.                                     'link' => [
  16311.                                         'route' => 'sylius_admin_promotion_coupon_generate',
  16312.                                         'parameters' => [
  16313.                                             'promotionId' => '$promotionId',
  16314.                                         ],
  16315.                                     ],
  16316.                                 ],
  16317.                                 'enabled' => true,
  16318.                                 'position' => 100,
  16319.                             ],
  16320.                             'create' => [
  16321.                                 'type' => 'create',
  16322.                                 'options' => [
  16323.                                     'link' => [
  16324.                                         'parameters' => [
  16325.                                             'promotionId' => '$promotionId',
  16326.                                         ],
  16327.                                     ],
  16328.                                 ],
  16329.                                 'enabled' => true,
  16330.                                 'position' => 100,
  16331.                             ],
  16332.                         ],
  16333.                         'item' => [
  16334.                             'update' => [
  16335.                                 'type' => 'update',
  16336.                                 'options' => [
  16337.                                     'link' => [
  16338.                                         'parameters' => [
  16339.                                             'id' => 'resource.id',
  16340.                                             'promotionId' => '$promotionId',
  16341.                                         ],
  16342.                                     ],
  16343.                                 ],
  16344.                                 'enabled' => true,
  16345.                                 'position' => 100,
  16346.                             ],
  16347.                             'delete' => [
  16348.                                 'type' => 'delete',
  16349.                                 'options' => [
  16350.                                     'link' => [
  16351.                                         'parameters' => [
  16352.                                             'id' => 'resource.id',
  16353.                                             'promotionId' => '$promotionId',
  16354.                                         ],
  16355.                                     ],
  16356.                                 ],
  16357.                                 'enabled' => true,
  16358.                                 'position' => 100,
  16359.                             ],
  16360.                         ],
  16361.                         'bulk' => [
  16362.                             'delete' => [
  16363.                                 'type' => 'delete',
  16364.                                 'options' => [
  16365.                                     'link' => [
  16366.                                         'parameters' => [
  16367.                                             'promotionId' => '$promotionId',
  16368.                                         ],
  16369.                                     ],
  16370.                                 ],
  16371.                                 'enabled' => true,
  16372.                                 'position' => 100,
  16373.                             ],
  16374.                         ],
  16375.                     ],
  16376.                     'sorting' => [
  16377.                     ],
  16378.                     'limits' => [
  16379.                         => 10,
  16380.                         => 25,
  16381.                         => 50,
  16382.                     ],
  16383.                 ],
  16384.                 'sylius_admin_shipment' => [
  16385.                     'driver' => [
  16386.                         'name' => 'doctrine/orm',
  16387.                         'options' => [
  16388.                             'class' => 'BitBag\\OpenMarketplace\\Entity\\Shipment',
  16389.                             'repository' => [
  16390.                                 'method' => 'createListQueryBuilder',
  16391.                             ],
  16392.                         ],
  16393.                     ],
  16394.                     'sorting' => [
  16395.                         'createdAt' => 'desc',
  16396.                     ],
  16397.                     'fields' => [
  16398.                         'createdAt' => [
  16399.                             'type' => 'datetime',
  16400.                             'label' => 'sylius.ui.created_at',
  16401.                             'sortable' => NULL,
  16402.                             'options' => [
  16403.                                 'format' => 'd-m-Y H:i:s',
  16404.                             ],
  16405.                             'enabled' => true,
  16406.                             'position' => 100,
  16407.                         ],
  16408.                         'shippedAt' => [
  16409.                             'type' => 'datetime',
  16410.                             'label' => 'sylius.ui.shipped_at',
  16411.                             'sortable' => NULL,
  16412.                             'options' => [
  16413.                                 'format' => 'd-m-Y H:i:s',
  16414.                             ],
  16415.                             'enabled' => true,
  16416.                             'position' => 100,
  16417.                         ],
  16418.                         'number' => [
  16419.                             'type' => 'twig',
  16420.                             'label' => 'sylius.ui.order',
  16421.                             'path' => 'order',
  16422.                             'options' => [
  16423.                                 'template' => '@SyliusAdmin/Order/Grid/Field/number.html.twig',
  16424.                             ],
  16425.                             'enabled' => true,
  16426.                             'position' => 100,
  16427.                         ],
  16428.                         'channel' => [
  16429.                             'type' => 'twig',
  16430.                             'label' => 'sylius.ui.channel',
  16431.                             'path' => 'order.channel',
  16432.                             'options' => [
  16433.                                 'template' => '@SyliusAdmin/Order/Grid/Field/channel.html.twig',
  16434.                             ],
  16435.                             'enabled' => true,
  16436.                             'position' => 100,
  16437.                         ],
  16438.                         'state' => [
  16439.                             'type' => 'twig',
  16440.                             'label' => 'sylius.ui.state',
  16441.                             'options' => [
  16442.                                 'template' => '@SyliusAdmin/Common/Label/shipmentState.html.twig',
  16443.                             ],
  16444.                             'enabled' => true,
  16445.                             'position' => 100,
  16446.                         ],
  16447.                     ],
  16448.                     'filters' => [
  16449.                         'state' => [
  16450.                             'type' => 'select',
  16451.                             'label' => 'sylius.ui.state',
  16452.                             'form_options' => [
  16453.                                 'choices' => [
  16454.                                     'sylius.ui.cancelled' => 'cancelled',
  16455.                                     'sylius.ui.ready' => 'ready',
  16456.                                     'sylius.ui.shipped' => 'shipped',
  16457.                                 ],
  16458.                             ],
  16459.                             'enabled' => true,
  16460.                             'position' => 100,
  16461.                             'options' => [
  16462.                             ],
  16463.                         ],
  16464.                         'channel' => [
  16465.                             'type' => 'entity',
  16466.                             'label' => 'sylius.ui.channel',
  16467.                             'options' => [
  16468.                                 'fields' => [
  16469.                                     => 'order.channel',
  16470.                                 ],
  16471.                             ],
  16472.                             'form_options' => [
  16473.                                 'class' => 'Sylius\\Component\\Core\\Model\\Channel',
  16474.                             ],
  16475.                             'enabled' => true,
  16476.                             'position' => 100,
  16477.                         ],
  16478.                         'method' => [
  16479.                             'type' => 'entity',
  16480.                             'label' => 'sylius.ui.shipping_method',
  16481.                             'form_options' => [
  16482.                                 'class' => 'Sylius\\Component\\Core\\Model\\ShippingMethod',
  16483.                             ],
  16484.                             'enabled' => true,
  16485.                             'position' => 100,
  16486.                             'options' => [
  16487.                             ],
  16488.                         ],
  16489.                     ],
  16490.                     'actions' => [
  16491.                         'item' => [
  16492.                             'ship' => [
  16493.                                 'type' => 'ship_with_tracking_code',
  16494.                                 'enabled' => true,
  16495.                                 'position' => 100,
  16496.                                 'options' => [
  16497.                                 ],
  16498.                             ],
  16499.                             'show' => [
  16500.                                 'type' => 'show',
  16501.                                 'enabled' => true,
  16502.                                 'position' => 100,
  16503.                                 'options' => [
  16504.                                 ],
  16505.                             ],
  16506.                         ],
  16507.                     ],
  16508.                     'limits' => [
  16509.                         => 10,
  16510.                         => 25,
  16511.                         => 50,
  16512.                     ],
  16513.                 ],
  16514.                 'sylius_admin_shipping_category' => [
  16515.                     'driver' => [
  16516.                         'name' => 'doctrine/orm',
  16517.                         'options' => [
  16518.                             'class' => 'Sylius\\Component\\Shipping\\Model\\ShippingCategory',
  16519.                             'repository' => [
  16520.                                 'method' => 'createListQueryBuilder',
  16521.                             ],
  16522.                         ],
  16523.                     ],
  16524.                     'fields' => [
  16525.                         'code' => [
  16526.                             'type' => 'string',
  16527.                             'label' => 'sylius.ui.code',
  16528.                             'enabled' => true,
  16529.                             'position' => 100,
  16530.                             'options' => [
  16531.                             ],
  16532.                         ],
  16533.                         'name' => [
  16534.                             'type' => 'string',
  16535.                             'label' => 'sylius.ui.name',
  16536.                             'enabled' => true,
  16537.                             'position' => 100,
  16538.                             'options' => [
  16539.                             ],
  16540.                         ],
  16541.                         'createdAt' => [
  16542.                             'type' => 'datetime',
  16543.                             'label' => 'sylius.ui.creation_date',
  16544.                             'options' => [
  16545.                                 'format' => 'd-m-Y H:i',
  16546.                             ],
  16547.                             'enabled' => true,
  16548.                             'position' => 100,
  16549.                         ],
  16550.                         'updatedAt' => [
  16551.                             'type' => 'datetime',
  16552.                             'label' => 'sylius.ui.updating_date',
  16553.                             'options' => [
  16554.                                 'format' => 'd-m-Y H:i',
  16555.                             ],
  16556.                             'enabled' => true,
  16557.                             'position' => 100,
  16558.                         ],
  16559.                     ],
  16560.                     'filters' => [
  16561.                         'search' => [
  16562.                             'type' => 'string',
  16563.                             'label' => 'sylius.ui.search',
  16564.                             'options' => [
  16565.                                 'fields' => [
  16566.                                     => 'code',
  16567.                                     => 'name',
  16568.                                 ],
  16569.                             ],
  16570.                             'enabled' => true,
  16571.                             'position' => 100,
  16572.                             'form_options' => [
  16573.                             ],
  16574.                         ],
  16575.                     ],
  16576.                     'actions' => [
  16577.                         'main' => [
  16578.                             'create' => [
  16579.                                 'type' => 'create',
  16580.                                 'enabled' => true,
  16581.                                 'position' => 100,
  16582.                                 'options' => [
  16583.                                 ],
  16584.                             ],
  16585.                         ],
  16586.                         'item' => [
  16587.                             'update' => [
  16588.                                 'type' => 'update',
  16589.                                 'enabled' => true,
  16590.                                 'position' => 100,
  16591.                                 'options' => [
  16592.                                 ],
  16593.                             ],
  16594.                             'delete' => [
  16595.                                 'type' => 'delete',
  16596.                                 'enabled' => true,
  16597.                                 'position' => 100,
  16598.                                 'options' => [
  16599.                                 ],
  16600.                             ],
  16601.                         ],
  16602.                         'bulk' => [
  16603.                             'delete' => [
  16604.                                 'type' => 'delete',
  16605.                                 'enabled' => true,
  16606.                                 'position' => 100,
  16607.                                 'options' => [
  16608.                                 ],
  16609.                             ],
  16610.                         ],
  16611.                     ],
  16612.                     'sorting' => [
  16613.                     ],
  16614.                     'limits' => [
  16615.                         => 10,
  16616.                         => 25,
  16617.                         => 50,
  16618.                     ],
  16619.                 ],
  16620.                 'sylius_admin_shipping_method' => [
  16621.                     'driver' => [
  16622.                         'name' => 'doctrine/orm',
  16623.                         'options' => [
  16624.                             'class' => 'Sylius\\Component\\Core\\Model\\ShippingMethod',
  16625.                             'repository' => [
  16626.                                 'method' => 'createListQueryBuilder',
  16627.                                 'arguments' => [
  16628.                                     => 'expr:service(\'sylius.context.locale\').getLocaleCode()',
  16629.                                 ],
  16630.                             ],
  16631.                         ],
  16632.                     ],
  16633.                     'sorting' => [
  16634.                         'position' => 'asc',
  16635.                     ],
  16636.                     'fields' => [
  16637.                         'position' => [
  16638.                             'type' => 'twig',
  16639.                             'label' => 'sylius.ui.position',
  16640.                             'sortable' => NULL,
  16641.                             'options' => [
  16642.                                 'template' => '@SyliusUi/Grid/Field/position.html.twig',
  16643.                             ],
  16644.                             'enabled' => true,
  16645.                             'position' => 100,
  16646.                         ],
  16647.                         'code' => [
  16648.                             'type' => 'string',
  16649.                             'label' => 'sylius.ui.code',
  16650.                             'sortable' => NULL,
  16651.                             'enabled' => true,
  16652.                             'position' => 100,
  16653.                             'options' => [
  16654.                             ],
  16655.                         ],
  16656.                         'name' => [
  16657.                             'type' => 'string',
  16658.                             'label' => 'sylius.ui.name',
  16659.                             'sortable' => 'translation.name',
  16660.                             'enabled' => true,
  16661.                             'position' => 100,
  16662.                             'options' => [
  16663.                             ],
  16664.                         ],
  16665.                         'zone' => [
  16666.                             'type' => 'string',
  16667.                             'label' => 'sylius.ui.zone',
  16668.                             'enabled' => true,
  16669.                             'position' => 100,
  16670.                             'options' => [
  16671.                             ],
  16672.                         ],
  16673.                         'enabled' => [
  16674.                             'type' => 'twig',
  16675.                             'label' => 'sylius.ui.enabled',
  16676.                             'sortable' => NULL,
  16677.                             'options' => [
  16678.                                 'template' => '@SyliusUi/Grid/Field/enabled.html.twig',
  16679.                             ],
  16680.                             'enabled' => true,
  16681.                             'position' => 100,
  16682.                         ],
  16683.                     ],
  16684.                     'filters' => [
  16685.                         'search' => [
  16686.                             'type' => 'string',
  16687.                             'label' => 'sylius.ui.search',
  16688.                             'options' => [
  16689.                                 'fields' => [
  16690.                                     => 'code',
  16691.                                     => 'translation.name',
  16692.                                 ],
  16693.                             ],
  16694.                             'enabled' => true,
  16695.                             'position' => 100,
  16696.                             'form_options' => [
  16697.                             ],
  16698.                         ],
  16699.                         'enabled' => [
  16700.                             'type' => 'boolean',
  16701.                             'label' => 'sylius.ui.enabled',
  16702.                             'enabled' => true,
  16703.                             'position' => 100,
  16704.                             'options' => [
  16705.                             ],
  16706.                             'form_options' => [
  16707.                             ],
  16708.                         ],
  16709.                         'archival' => [
  16710.                             'type' => 'exists',
  16711.                             'label' => 'sylius.ui.archival',
  16712.                             'options' => [
  16713.                                 'field' => 'archivedAt',
  16714.                             ],
  16715.                             'default_value' => false,
  16716.                             'enabled' => true,
  16717.                             'position' => 100,
  16718.                             'form_options' => [
  16719.                             ],
  16720.                         ],
  16721.                     ],
  16722.                     'actions' => [
  16723.                         'main' => [
  16724.                             'create' => [
  16725.                                 'type' => 'create',
  16726.                                 'enabled' => true,
  16727.                                 'position' => 100,
  16728.                                 'options' => [
  16729.                                 ],
  16730.                             ],
  16731.                         ],
  16732.                         'item' => [
  16733.                             'update' => [
  16734.                                 'type' => 'update',
  16735.                                 'enabled' => true,
  16736.                                 'position' => 100,
  16737.                                 'options' => [
  16738.                                 ],
  16739.                             ],
  16740.                             'delete' => [
  16741.                                 'type' => 'delete',
  16742.                                 'enabled' => true,
  16743.                                 'position' => 100,
  16744.                                 'options' => [
  16745.                                 ],
  16746.                             ],
  16747.                             'archive' => [
  16748.                                 'type' => 'archive',
  16749.                                 'enabled' => true,
  16750.                                 'position' => 100,
  16751.                                 'options' => [
  16752.                                 ],
  16753.                             ],
  16754.                         ],
  16755.                         'bulk' => [
  16756.                             'delete' => [
  16757.                                 'type' => 'delete',
  16758.                                 'enabled' => true,
  16759.                                 'position' => 100,
  16760.                                 'options' => [
  16761.                                 ],
  16762.                             ],
  16763.                         ],
  16764.                     ],
  16765.                     'limits' => [
  16766.                         => 10,
  16767.                         => 25,
  16768.                         => 50,
  16769.                     ],
  16770.                 ],
  16771.                 'sylius_admin_tax_category' => [
  16772.                     'driver' => [
  16773.                         'name' => 'doctrine/orm',
  16774.                         'options' => [
  16775.                             'class' => 'Sylius\\Component\\Taxation\\Model\\TaxCategory',
  16776.                         ],
  16777.                     ],
  16778.                     'sorting' => [
  16779.                         'nameAndDescription' => 'asc',
  16780.                     ],
  16781.                     'fields' => [
  16782.                         'code' => [
  16783.                             'type' => 'string',
  16784.                             'label' => 'sylius.ui.code',
  16785.                             'sortable' => NULL,
  16786.                             'enabled' => true,
  16787.                             'position' => 100,
  16788.                             'options' => [
  16789.                             ],
  16790.                         ],
  16791.                         'nameAndDescription' => [
  16792.                             'type' => 'twig',
  16793.                             'label' => 'sylius.ui.name',
  16794.                             'path' => '.',
  16795.                             'sortable' => 'name',
  16796.                             'options' => [
  16797.                                 'template' => '@SyliusUi/Grid/Field/nameAndDescription.html.twig',
  16798.                             ],
  16799.                             'enabled' => true,
  16800.                             'position' => 100,
  16801.                         ],
  16802.                     ],
  16803.                     'filters' => [
  16804.                         'search' => [
  16805.                             'type' => 'string',
  16806.                             'label' => 'sylius.ui.search',
  16807.                             'options' => [
  16808.                                 'fields' => [
  16809.                                     => 'code',
  16810.                                     => 'name',
  16811.                                 ],
  16812.                             ],
  16813.                             'enabled' => true,
  16814.                             'position' => 100,
  16815.                             'form_options' => [
  16816.                             ],
  16817.                         ],
  16818.                     ],
  16819.                     'actions' => [
  16820.                         'main' => [
  16821.                             'create' => [
  16822.                                 'type' => 'create',
  16823.                                 'enabled' => true,
  16824.                                 'position' => 100,
  16825.                                 'options' => [
  16826.                                 ],
  16827.                             ],
  16828.                         ],
  16829.                         'item' => [
  16830.                             'update' => [
  16831.                                 'type' => 'update',
  16832.                                 'enabled' => true,
  16833.                                 'position' => 100,
  16834.                                 'options' => [
  16835.                                 ],
  16836.                             ],
  16837.                             'delete' => [
  16838.                                 'type' => 'delete',
  16839.                                 'enabled' => true,
  16840.                                 'position' => 100,
  16841.                                 'options' => [
  16842.                                 ],
  16843.                             ],
  16844.                         ],
  16845.                         'bulk' => [
  16846.                             'delete' => [
  16847.                                 'type' => 'delete',
  16848.                                 'enabled' => true,
  16849.                                 'position' => 100,
  16850.                                 'options' => [
  16851.                                 ],
  16852.                             ],
  16853.                         ],
  16854.                     ],
  16855.                     'limits' => [
  16856.                         => 10,
  16857.                         => 25,
  16858.                         => 50,
  16859.                     ],
  16860.                 ],
  16861.                 'sylius_admin_tax_rate' => [
  16862.                     'driver' => [
  16863.                         'name' => 'doctrine/orm',
  16864.                         'options' => [
  16865.                             'class' => 'Sylius\\Component\\Core\\Model\\TaxRate',
  16866.                         ],
  16867.                     ],
  16868.                     'sorting' => [
  16869.                         'name' => 'asc',
  16870.                     ],
  16871.                     'fields' => [
  16872.                         'code' => [
  16873.                             'type' => 'string',
  16874.                             'label' => 'sylius.ui.code',
  16875.                             'sortable' => NULL,
  16876.                             'enabled' => true,
  16877.                             'position' => 100,
  16878.                             'options' => [
  16879.                             ],
  16880.                         ],
  16881.                         'name' => [
  16882.                             'type' => 'string',
  16883.                             'label' => 'sylius.ui.name',
  16884.                             'sortable' => NULL,
  16885.                             'enabled' => true,
  16886.                             'position' => 100,
  16887.                             'options' => [
  16888.                             ],
  16889.                         ],
  16890.                         'zone' => [
  16891.                             'type' => 'string',
  16892.                             'label' => 'sylius.ui.zone',
  16893.                             'enabled' => true,
  16894.                             'position' => 100,
  16895.                             'options' => [
  16896.                             ],
  16897.                         ],
  16898.                         'category' => [
  16899.                             'type' => 'string',
  16900.                             'label' => 'sylius.ui.category',
  16901.                             'enabled' => true,
  16902.                             'position' => 100,
  16903.                             'options' => [
  16904.                             ],
  16905.                         ],
  16906.                         'amount' => [
  16907.                             'type' => 'twig',
  16908.                             'label' => 'sylius.ui.amount',
  16909.                             'sortable' => NULL,
  16910.                             'options' => [
  16911.                                 'template' => '@SyliusUi/Grid/Field/percent.html.twig',
  16912.                             ],
  16913.                             'enabled' => true,
  16914.                             'position' => 100,
  16915.                         ],
  16916.                     ],
  16917.                     'filters' => [
  16918.                         'search' => [
  16919.                             'type' => 'string',
  16920.                             'label' => 'sylius.ui.search',
  16921.                             'options' => [
  16922.                                 'fields' => [
  16923.                                     => 'code',
  16924.                                     => 'name',
  16925.                                 ],
  16926.                             ],
  16927.                             'enabled' => true,
  16928.                             'position' => 100,
  16929.                             'form_options' => [
  16930.                             ],
  16931.                         ],
  16932.                     ],
  16933.                     'actions' => [
  16934.                         'main' => [
  16935.                             'create' => [
  16936.                                 'type' => 'create',
  16937.                                 'enabled' => true,
  16938.                                 'position' => 100,
  16939.                                 'options' => [
  16940.                                 ],
  16941.                             ],
  16942.                         ],
  16943.                         'item' => [
  16944.                             'update' => [
  16945.                                 'type' => 'update',
  16946.                                 'enabled' => true,
  16947.                                 'position' => 100,
  16948.                                 'options' => [
  16949.                                 ],
  16950.                             ],
  16951.                             'delete' => [
  16952.                                 'type' => 'delete',
  16953.                                 'enabled' => true,
  16954.                                 'position' => 100,
  16955.                                 'options' => [
  16956.                                 ],
  16957.                             ],
  16958.                         ],
  16959.                         'bulk' => [
  16960.                             'delete' => [
  16961.                                 'type' => 'delete',
  16962.                                 'enabled' => true,
  16963.                                 'position' => 100,
  16964.                                 'options' => [
  16965.                                 ],
  16966.                             ],
  16967.                         ],
  16968.                     ],
  16969.                     'limits' => [
  16970.                         => 10,
  16971.                         => 25,
  16972.                         => 50,
  16973.                     ],
  16974.                 ],
  16975.                 'sylius_admin_taxon' => [
  16976.                     'driver' => [
  16977.                         'name' => 'doctrine/orm',
  16978.                         'options' => [
  16979.                             'class' => 'Sylius\\Component\\Core\\Model\\Taxon',
  16980.                             'repository' => [
  16981.                                 'method' => 'createListQueryBuilder',
  16982.                             ],
  16983.                         ],
  16984.                     ],
  16985.                     'filters' => [
  16986.                         'code' => [
  16987.                             'type' => 'string',
  16988.                             'options' => [
  16989.                                 'fields' => [
  16990.                                     => 'code',
  16991.                                 ],
  16992.                             ],
  16993.                             'enabled' => true,
  16994.                             'position' => 100,
  16995.                             'form_options' => [
  16996.                             ],
  16997.                         ],
  16998.                         'name' => [
  16999.                             'type' => 'string',
  17000.                             'options' => [
  17001.                                 'fields' => [
  17002.                                     => 'translation.name',
  17003.                                 ],
  17004.                             ],
  17005.                             'enabled' => true,
  17006.                             'position' => 100,
  17007.                             'form_options' => [
  17008.                             ],
  17009.                         ],
  17010.                     ],
  17011.                     'sorting' => [
  17012.                     ],
  17013.                     'limits' => [
  17014.                         => 10,
  17015.                         => 25,
  17016.                         => 50,
  17017.                     ],
  17018.                     'fields' => [
  17019.                     ],
  17020.                     'actions' => [
  17021.                     ],
  17022.                 ],
  17023.                 'sylius_admin_zone' => [
  17024.                     'driver' => [
  17025.                         'name' => 'doctrine/orm',
  17026.                         'options' => [
  17027.                             'class' => 'Sylius\\Component\\Addressing\\Model\\Zone',
  17028.                         ],
  17029.                     ],
  17030.                     'fields' => [
  17031.                         'code' => [
  17032.                             'type' => 'string',
  17033.                             'label' => 'sylius.ui.code',
  17034.                             'enabled' => true,
  17035.                             'position' => 100,
  17036.                             'options' => [
  17037.                             ],
  17038.                         ],
  17039.                         'name' => [
  17040.                             'type' => 'string',
  17041.                             'label' => 'sylius.ui.name',
  17042.                             'enabled' => true,
  17043.                             'position' => 100,
  17044.                             'options' => [
  17045.                             ],
  17046.                         ],
  17047.                         'type' => [
  17048.                             'type' => 'twig',
  17049.                             'label' => 'sylius.ui.type',
  17050.                             'options' => [
  17051.                                 'template' => '@SyliusUi/Grid/Field/label.html.twig',
  17052.                             ],
  17053.                             'enabled' => true,
  17054.                             'position' => 100,
  17055.                         ],
  17056.                     ],
  17057.                     'filters' => [
  17058.                         'name' => [
  17059.                             'type' => 'string',
  17060.                             'label' => 'sylius.ui.name',
  17061.                             'enabled' => true,
  17062.                             'position' => 100,
  17063.                             'options' => [
  17064.                             ],
  17065.                             'form_options' => [
  17066.                             ],
  17067.                         ],
  17068.                         'code' => [
  17069.                             'type' => 'string',
  17070.                             'label' => 'sylius.ui.code',
  17071.                             'enabled' => true,
  17072.                             'position' => 100,
  17073.                             'options' => [
  17074.                             ],
  17075.                             'form_options' => [
  17076.                             ],
  17077.                         ],
  17078.                     ],
  17079.                     'actions' => [
  17080.                         'main' => [
  17081.                             'create' => [
  17082.                                 'type' => 'links',
  17083.                                 'label' => 'sylius.ui.create',
  17084.                                 'options' => [
  17085.                                     'class' => 'primary',
  17086.                                     'icon' => 'plus',
  17087.                                     'header' => [
  17088.                                         'icon' => 'cube',
  17089.                                         'label' => 'sylius.ui.type',
  17090.                                     ],
  17091.                                     'links' => [
  17092.                                         'country' => [
  17093.                                             'label' => 'sylius.ui.zone_consisting_of_countries',
  17094.                                             'icon' => 'plus',
  17095.                                             'route' => 'sylius_admin_zone_create',
  17096.                                             'parameters' => [
  17097.                                                 'type' => 'country',
  17098.                                             ],
  17099.                                         ],
  17100.                                         'province' => [
  17101.                                             'label' => 'sylius.ui.zone_consisting_of_provinces',
  17102.                                             'icon' => 'plus',
  17103.                                             'route' => 'sylius_admin_zone_create',
  17104.                                             'parameters' => [
  17105.                                                 'type' => 'province',
  17106.                                             ],
  17107.                                         ],
  17108.                                         'zone' => [
  17109.                                             'label' => 'sylius.ui.zone_consisting_of_other_zones',
  17110.                                             'icon' => 'plus',
  17111.                                             'route' => 'sylius_admin_zone_create',
  17112.                                             'parameters' => [
  17113.                                                 'type' => 'zone',
  17114.                                             ],
  17115.                                         ],
  17116.                                     ],
  17117.                                 ],
  17118.                                 'enabled' => true,
  17119.                                 'position' => 100,
  17120.                             ],
  17121.                         ],
  17122.                         'item' => [
  17123.                             'update' => [
  17124.                                 'type' => 'update',
  17125.                                 'enabled' => true,
  17126.                                 'position' => 100,
  17127.                                 'options' => [
  17128.                                 ],
  17129.                             ],
  17130.                             'delete' => [
  17131.                                 'type' => 'delete',
  17132.                                 'enabled' => true,
  17133.                                 'position' => 100,
  17134.                                 'options' => [
  17135.                                 ],
  17136.                             ],
  17137.                         ],
  17138.                         'bulk' => [
  17139.                             'delete' => [
  17140.                                 'type' => 'delete',
  17141.                                 'enabled' => true,
  17142.                                 'position' => 100,
  17143.                                 'options' => [
  17144.                                 ],
  17145.                             ],
  17146.                         ],
  17147.                     ],
  17148.                     'sorting' => [
  17149.                     ],
  17150.                     'limits' => [
  17151.                         => 10,
  17152.                         => 25,
  17153.                         => 50,
  17154.                     ],
  17155.                 ],
  17156.                 'sylius_shop_account_order' => [
  17157.                     'driver' => [
  17158.                         'name' => 'doctrine/orm',
  17159.                         'options' => [
  17160.                             'class' => 'BitBag\\OpenMarketplace\\Entity\\Order',
  17161.                             'repository' => [
  17162.                                 'method' => 'createByCustomerAndChannelIdQueryBuilder',
  17163.                                 'arguments' => [
  17164.                                     => 'expr:service(\'sylius.context.customer\').getCustomer().getId()',
  17165.                                     => 'expr:service(\'sylius.context.channel\').getChannel().getId()',
  17166.                                 ],
  17167.                             ],
  17168.                         ],
  17169.                     ],
  17170.                     'sorting' => [
  17171.                         'checkoutCompletedAt' => 'desc',
  17172.                     ],
  17173.                     'fields' => [
  17174.                         'number' => [
  17175.                             'type' => 'twig',
  17176.                             'label' => 'sylius.ui.number',
  17177.                             'sortable' => NULL,
  17178.                             'options' => [
  17179.                                 'template' => '@SyliusShop/Account/Order/Grid/Field/number.html.twig',
  17180.                             ],
  17181.                             'enabled' => true,
  17182.                             'position' => 100,
  17183.                         ],
  17184.                         'checkoutCompletedAt' => [
  17185.                             'type' => 'datetime',
  17186.                             'label' => 'sylius.ui.date',
  17187.                             'sortable' => NULL,
  17188.                             'options' => [
  17189.                                 'format' => 'm/d/Y',
  17190.                             ],
  17191.                             'enabled' => true,
  17192.                             'position' => 100,
  17193.                         ],
  17194.                         'shippingAddress' => [
  17195.                             'type' => 'twig',
  17196.                             'label' => 'sylius.ui.ship_to',
  17197.                             'options' => [
  17198.                                 'template' => '@SyliusShop/Account/Order/Grid/Field/address.html.twig',
  17199.                             ],
  17200.                             'enabled' => true,
  17201.                             'position' => 100,
  17202.                         ],
  17203.                         'total' => [
  17204.                             'type' => 'twig',
  17205.                             'label' => 'sylius.ui.total',
  17206.                             'path' => '.',
  17207.                             'sortable' => 'total',
  17208.                             'options' => [
  17209.                                 'template' => '@SyliusShop/Account/Order/Grid/Field/total.html.twig',
  17210.                             ],
  17211.                             'enabled' => true,
  17212.                             'position' => 100,
  17213.                         ],
  17214.                         'state' => [
  17215.                             'type' => 'twig',
  17216.                             'label' => 'sylius.ui.state',
  17217.                             'sortable' => NULL,
  17218.                             'options' => [
  17219.                                 'template' => '@SyliusUi/Grid/Field/label.html.twig',
  17220.                                 'vars' => [
  17221.                                     'labels' => '@SyliusShop/Account/Order/Label/State',
  17222.                                 ],
  17223.                             ],
  17224.                             'enabled' => true,
  17225.                             'position' => 100,
  17226.                         ],
  17227.                     ],
  17228.                     'actions' => [
  17229.                         'item' => [
  17230.                             'show' => [
  17231.                                 'type' => 'shop_show',
  17232.                                 'label' => 'sylius.ui.show',
  17233.                                 'options' => [
  17234.                                     'link' => [
  17235.                                         'route' => 'sylius_shop_account_order_show',
  17236.                                         'parameters' => [
  17237.                                             'number' => 'resource.number',
  17238.                                         ],
  17239.                                     ],
  17240.                                 ],
  17241.                                 'enabled' => true,
  17242.                                 'position' => 100,
  17243.                             ],
  17244.                             'pay' => [
  17245.                                 'type' => 'shop_pay',
  17246.                                 'label' => 'sylius.ui.pay',
  17247.                                 'options' => [
  17248.                                     'link' => [
  17249.                                         'route' => 'sylius_shop_order_show',
  17250.                                         'parameters' => [
  17251.                                             'tokenValue' => 'resource.tokenValue',
  17252.                                         ],
  17253.                                     ],
  17254.                                 ],
  17255.                                 'enabled' => true,
  17256.                                 'position' => 100,
  17257.                             ],
  17258.                         ],
  17259.                     ],
  17260.                     'limits' => [
  17261.                         => 10,
  17262.                         => 25,
  17263.                         => 50,
  17264.                     ],
  17265.                     'filters' => [
  17266.                     ],
  17267.                 ],
  17268.                 'sylius_shop_product' => [
  17269.                     'driver' => [
  17270.                         'name' => 'doctrine/orm',
  17271.                         'options' => [
  17272.                             'class' => 'BitBag\\OpenMarketplace\\Entity\\Product',
  17273.                             'repository' => [
  17274.                                 'method' => 'createShopListQueryBuilder',
  17275.                                 'arguments' => [
  17276.                                     'channel' => 'expr:service(\'sylius.context.channel\').getChannel()',
  17277.                                     'taxon' => 'expr:notFoundOnNull(service(\'sylius.repository.taxon\').findOneBySlug($slug, service(\'sylius.context.locale\').getLocaleCode()))',
  17278.                                     'locale' => 'expr:service(\'sylius.context.locale\').getLocaleCode()',
  17279.                                     'sorting' => 'expr:service(\'request_stack\').getCurrentRequest().get(\'sorting\', [])',
  17280.                                     'includeAllDescendants' => 'expr:parameter(\'sylius_shop.product_grid.include_all_descendants\')',
  17281.                                 ],
  17282.                             ],
  17283.                         ],
  17284.                     ],
  17285.                     'sorting' => [
  17286.                         'position' => 'asc',
  17287.                     ],
  17288.                     'limits' => [
  17289.                         => 9,
  17290.                         => 18,
  17291.                         => 27,
  17292.                     ],
  17293.                     'fields' => [
  17294.                         'createdAt' => [
  17295.                             'type' => 'datetime',
  17296.                             'sortable' => NULL,
  17297.                             'enabled' => true,
  17298.                             'position' => 100,
  17299.                             'options' => [
  17300.                             ],
  17301.                         ],
  17302.                         'position' => [
  17303.                             'type' => 'string
',
  17304.                             'sortable' => 'productTaxon.position',
  17305.                             'enabled' => true,
  17306.                             'position' => 100,
  17307.                             'options' => [
  17308.                             ],
  17309.                         ],
  17310.                         'name' => [
  17311.                             'type' => 'string
',
  17312.                             'sortable' => 'translation.name',
  17313.                             'enabled' => true,
  17314.                             'position' => 100,
  17315.                             'options' => [
  17316.                             ],
  17317.                         ],
  17318.                         'price' => [
  17319.                             'type' => 'int',
  17320.                             'sortable' => 'channelPricing.price',
  17321.                             'enabled' => true,
  17322.                             'position' => 100,
  17323.                             'options' => [
  17324.                             ],
  17325.                         ],
  17326.                     ],
  17327.                     'filters' => [
  17328.                         'search' => [
  17329.                             'type' => 'shop_string',
  17330.                             'label' => false,
  17331.                             'options' => [
  17332.                                 'fields' => [
  17333.                                     => 'translation.name',
  17334.                                 ],
  17335.                             ],
  17336.                             'form_options' => [
  17337.                                 'type' => 'contains',
  17338.                             ],
  17339.                             'enabled' => true,
  17340.                             'position' => 100,
  17341.                         ],
  17342.                     ],
  17343.                     'actions' => [
  17344.                     ],
  17345.                 ],
  17346.                 'odiseo_blog_article' => [
  17347.                     'driver' => [
  17348.                         'name' => 'doctrine/orm',
  17349.                         'options' => [
  17350.                             'class' => 'BitBag\\OpenMarketplace\\Entity\\Article',
  17351.                         ],
  17352.                     ],
  17353.                     'sorting' => [
  17354.                         'id' => 'desc',
  17355.                     ],
  17356.                     'fields' => [
  17357.                         'id' => [
  17358.                             'type' => 'string',
  17359.                             'sortable' => NULL,
  17360.                             'position' => 1,
  17361.                             'label' => 'sylius.ui.id',
  17362.                             'enabled' => true,
  17363.                             'options' => [
  17364.                             ],
  17365.                         ],
  17366.                         'code' => [
  17367.                             'type' => 'string',
  17368.                             'sortable' => NULL,
  17369.                             'position' => 2,
  17370.                             'label' => 'sylius.ui.code',
  17371.                             'enabled' => true,
  17372.                             'options' => [
  17373.                             ],
  17374.                         ],
  17375.                         'title' => [
  17376.                             'type' => 'string',
  17377.                             'sortable' => NULL,
  17378.                             'position' => 4,
  17379.                             'label' => 'sylius.ui.title',
  17380.                             'enabled' => true,
  17381.                             'options' => [
  17382.                             ],
  17383.                         ],
  17384.                         'enabled' => [
  17385.                             'type' => 'twig',
  17386.                             'sortable' => NULL,
  17387.                             'position' => 5,
  17388.                             'label' => 'sylius.ui.enabled',
  17389.                             'options' => [
  17390.                                 'template' => '@SyliusUi/Grid/Field/enabled.html.twig',
  17391.                             ],
  17392.                             'enabled' => true,
  17393.                         ],
  17394.                         'createdAt' => [
  17395.                             'type' => 'datetime',
  17396.                             'sortable' => NULL,
  17397.                             'position' => 6,
  17398.                             'label' => 'sylius.ui.created_at',
  17399.                             'enabled' => true,
  17400.                             'options' => [
  17401.                             ],
  17402.                         ],
  17403.                         'image' => [
  17404.                             'position' => 3,
  17405.                             'type' => 'twig',
  17406.                             'label' => 'sylius.ui.image',
  17407.                             'path' => '.',
  17408.                             'options' => [
  17409.                                 'template' => '@OdiseoSyliusBlogPlugin/Field/_image.html.twig',
  17410.                             ],
  17411.                             'enabled' => true,
  17412.                         ],
  17413.                     ],
  17414.                     'filters' => [
  17415.                         'title' => [
  17416.                             'type' => 'string',
  17417.                             'enabled' => true,
  17418.                             'position' => 100,
  17419.                             'options' => [
  17420.                             ],
  17421.                             'form_options' => [
  17422.                             ],
  17423.                         ],
  17424.                     ],
  17425.                     'actions' => [
  17426.                         'main' => [
  17427.                             'create' => [
  17428.                                 'type' => 'create',
  17429.                                 'enabled' => true,
  17430.                                 'position' => 100,
  17431.                                 'options' => [
  17432.                                 ],
  17433.                             ],
  17434.                         ],
  17435.                         'item' => [
  17436.                             'update' => [
  17437.                                 'type' => 'update',
  17438.                                 'enabled' => true,
  17439.                                 'position' => 100,
  17440.                                 'options' => [
  17441.                                 ],
  17442.                             ],
  17443.                             'delete' => [
  17444.                                 'type' => 'delete',
  17445.                                 'enabled' => true,
  17446.                                 'position' => 100,
  17447.                                 'options' => [
  17448.                                 ],
  17449.                             ],
  17450.                         ],
  17451.                     ],
  17452.                     'limits' => [
  17453.                         => 10,
  17454.                         => 25,
  17455.                         => 50,
  17456.                     ],
  17457.                 ],
  17458.                 'odiseo_blog_article_category' => [
  17459.                     'driver' => [
  17460.                         'name' => 'doctrine/orm',
  17461.                         'options' => [
  17462.                             'class' => 'Odiseo\\BlogBundle\\Model\\ArticleCategory',
  17463.                         ],
  17464.                     ],
  17465.                     'sorting' => [
  17466.                         'id' => 'desc',
  17467.                     ],
  17468.                     'fields' => [
  17469.                         'id' => [
  17470.                             'type' => 'string',
  17471.                             'sortable' => NULL,
  17472.                             'label' => 'sylius.ui.id',
  17473.                             'enabled' => true,
  17474.                             'position' => 100,
  17475.                             'options' => [
  17476.                             ],
  17477.                         ],
  17478.                         'code' => [
  17479.                             'type' => 'string',
  17480.                             'sortable' => NULL,
  17481.                             'label' => 'sylius.ui.code',
  17482.                             'enabled' => true,
  17483.                             'position' => 100,
  17484.                             'options' => [
  17485.                             ],
  17486.                         ],
  17487.                         'title' => [
  17488.                             'type' => 'string',
  17489.                             'sortable' => NULL,
  17490.                             'label' => 'sylius.ui.title',
  17491.                             'enabled' => true,
  17492.                             'position' => 100,
  17493.                             'options' => [
  17494.                             ],
  17495.                         ],
  17496.                         'enabled' => [
  17497.                             'type' => 'twig',
  17498.                             'sortable' => NULL,
  17499.                             'label' => 'sylius.ui.enabled',
  17500.                             'options' => [
  17501.                                 'template' => '@SyliusUi/Grid/Field/enabled.html.twig',
  17502.                             ],
  17503.                             'enabled' => true,
  17504.                             'position' => 100,
  17505.                         ],
  17506.                         'createdAt' => [
  17507.                             'type' => 'datetime',
  17508.                             'sortable' => NULL,
  17509.                             'label' => 'sylius.ui.created_at',
  17510.                             'enabled' => true,
  17511.                             'position' => 100,
  17512.                             'options' => [
  17513.                             ],
  17514.                         ],
  17515.                     ],
  17516.                     'filters' => [
  17517.                         'title' => [
  17518.                             'type' => 'string',
  17519.                             'enabled' => true,
  17520.                             'position' => 100,
  17521.                             'options' => [
  17522.                             ],
  17523.                             'form_options' => [
  17524.                             ],
  17525.                         ],
  17526.                     ],
  17527.                     'actions' => [
  17528.                         'main' => [
  17529.                             'create' => [
  17530.                                 'type' => 'create',
  17531.                                 'enabled' => true,
  17532.                                 'position' => 100,
  17533.                                 'options' => [
  17534.                                 ],
  17535.                             ],
  17536.                         ],
  17537.                         'item' => [
  17538.                             'update' => [
  17539.                                 'type' => 'update',
  17540.                                 'enabled' => true,
  17541.                                 'position' => 100,
  17542.                                 'options' => [
  17543.                                 ],
  17544.                             ],
  17545.                             'delete' => [
  17546.                                 'type' => 'delete',
  17547.                                 'enabled' => true,
  17548.                                 'position' => 100,
  17549.                                 'options' => [
  17550.                                 ],
  17551.                             ],
  17552.                         ],
  17553.                     ],
  17554.                     'limits' => [
  17555.                         => 10,
  17556.                         => 25,
  17557.                         => 50,
  17558.                     ],
  17559.                 ],
  17560.                 'odiseo_blog_article_comment' => [
  17561.                     'driver' => [
  17562.                         'name' => 'doctrine/orm',
  17563.                         'options' => [
  17564.                             'class' => 'Odiseo\\SyliusBlogPlugin\\Entity\\ArticleComment',
  17565.                         ],
  17566.                     ],
  17567.                     'sorting' => [
  17568.                         'id' => 'desc',
  17569.                     ],
  17570.                     'fields' => [
  17571.                         'id' => [
  17572.                             'type' => 'string',
  17573.                             'sortable' => NULL,
  17574.                             'position' => 1,
  17575.                             'label' => 'sylius.ui.id',
  17576.                             'enabled' => true,
  17577.                             'options' => [
  17578.                             ],
  17579.                         ],
  17580.                         'comment' => [
  17581.                             'type' => 'string',
  17582.                             'sortable' => NULL,
  17583.                             'position' => 3,
  17584.                             'label' => 'sylius.ui.comment',
  17585.                             'enabled' => true,
  17586.                             'options' => [
  17587.                             ],
  17588.                         ],
  17589.                         'enabled' => [
  17590.                             'type' => 'twig',
  17591.                             'sortable' => NULL,
  17592.                             'position' => 4,
  17593.                             'label' => 'sylius.ui.enabled',
  17594.                             'options' => [
  17595.                                 'template' => '@SyliusUi/Grid/Field/enabled.html.twig',
  17596.                             ],
  17597.                             'enabled' => true,
  17598.                         ],
  17599.                         'createdAt' => [
  17600.                             'type' => 'datetime',
  17601.                             'sortable' => NULL,
  17602.                             'position' => 5,
  17603.                             'label' => 'sylius.ui.created_at',
  17604.                             'enabled' => true,
  17605.                             'options' => [
  17606.                             ],
  17607.                         ],
  17608.                         'article_parent' => [
  17609.                             'position' => 2,
  17610.                             'label' => 'odiseo_sylius_blog_plugin.ui.article_parent',
  17611.                             'type' => 'twig',
  17612.                             'path' => '.',
  17613.                             'options' => [
  17614.                                 'template' => '@OdiseoSyliusBlogPlugin/Field/_article_parent.html.twig',
  17615.                             ],
  17616.                             'enabled' => true,
  17617.                         ],
  17618.                     ],
  17619.                     'filters' => [
  17620.                         'comment' => [
  17621.                             'type' => 'string',
  17622.                             'enabled' => true,
  17623.                             'position' => 100,
  17624.                             'options' => [
  17625.                             ],
  17626.                             'form_options' => [
  17627.                             ],
  17628.                         ],
  17629.                         'enabled' => [
  17630.                             'type' => 'boolean',
  17631.                             'enabled' => true,
  17632.                             'position' => 100,
  17633.                             'options' => [
  17634.                             ],
  17635.                             'form_options' => [
  17636.                             ],
  17637.                         ],
  17638.                     ],
  17639.                     'actions' => [
  17640.                         'item' => [
  17641.                             'update' => [
  17642.                                 'type' => 'update',
  17643.                                 'enabled' => true,
  17644.                                 'position' => 100,
  17645.                                 'options' => [
  17646.                                 ],
  17647.                             ],
  17648.                             'delete' => [
  17649.                                 'type' => 'delete',
  17650.                                 'enabled' => true,
  17651.                                 'position' => 100,
  17652.                                 'options' => [
  17653.                                 ],
  17654.                             ],
  17655.                         ],
  17656.                     ],
  17657.                     'limits' => [
  17658.                         => 10,
  17659.                         => 25,
  17660.                         => 50,
  17661.                     ],
  17662.                 ],
  17663.                 'bitbag_admin_shipping_export' => [
  17664.                     'driver' => [
  17665.                         'name' => 'doctrine/orm',
  17666.                         'options' => [
  17667.                             'class' => 'BitBag\\SyliusShippingExportPlugin\\Entity\\ShippingExport',
  17668.                             'repository' => [
  17669.                                 'method' => 'createListQueryBuilder',
  17670.                             ],
  17671.                         ],
  17672.                     ],
  17673.                     'sorting' => [
  17674.                         'shipment' => 'desc',
  17675.                     ],
  17676.                     'fields' => [
  17677.                         'order' => [
  17678.                             'type' => 'twig',
  17679.                             'label' => 'sylius.ui.order',
  17680.                             'path' => '.',
  17681.                             'sortable' => 'shipment.order',
  17682.                             'options' => [
  17683.                                 'template' => '@BitBagSyliusShippingExportPlugin/ShippingExport/Grid/Field/orderNumber.html.twig',
  17684.                             ],
  17685.                             'enabled' => true,
  17686.                             'position' => 100,
  17687.                         ],
  17688.                         'shipment' => [
  17689.                             'type' => 'datetime',
  17690.                             'label' => 'sylius.ui.created_at',
  17691.                             'path' => 'shipment.createdAt',
  17692.                             'sortable' => 'shipment.createdAt',
  17693.                             'options' => [
  17694.                                 'format' => 'd-m-Y H:i:s',
  17695.                             ],
  17696.                             'enabled' => true,
  17697.                             'position' => 100,
  17698.                         ],
  17699.                         'exportedAt' => [
  17700.                             'type' => 'twig',
  17701.                             'label' => 'bitbag.ui.exported_at',
  17702.                             'path' => '.',
  17703.                             'sortable' => NULL,
  17704.                             'options' => [
  17705.                                 'template' => '@BitBagSyliusShippingExportPlugin/ShippingExport/Grid/Field/exportedAt.html.twig',
  17706.                             ],
  17707.                             'enabled' => true,
  17708.                             'position' => 100,
  17709.                         ],
  17710.                         'shippingMethod' => [
  17711.                             'type' => 'twig',
  17712.                             'label' => 'sylius.ui.shipping_method',
  17713.                             'path' => '.',
  17714.                             'sortable' => NULL,
  17715.                             'options' => [
  17716.                                 'template' => '@BitBagSyliusShippingExportPlugin/ShippingExport/Grid/Field/shippingMethod.html.twig',
  17717.                             ],
  17718.                             'enabled' => true,
  17719.                             'position' => 100,
  17720.                         ],
  17721.                         'labelPath' => [
  17722.                             'type' => 'twig',
  17723.                             'label' => 'bitbag.ui.shipping_export_label',
  17724.                             'path' => '.',
  17725.                             'sortable' => NULL,
  17726.                             'options' => [
  17727.                                 'template' => '@BitBagSyliusShippingExportPlugin/ShippingExport/Grid/Field/shippingExportLabel.html.twig',
  17728.                             ],
  17729.                             'enabled' => true,
  17730.                             'position' => 100,
  17731.                         ],
  17732.                         'state' => [
  17733.                             'type' => 'twig',
  17734.                             'label' => 'sylius.ui.state',
  17735.                             'path' => '.',
  17736.                             'sortable' => NULL,
  17737.                             'options' => [
  17738.                                 'template' => '@BitBagSyliusShippingExportPlugin/ShippingExport/Grid/Field/state.html.twig',
  17739.                             ],
  17740.                             'enabled' => true,
  17741.                             'position' => 100,
  17742.                         ],
  17743.                     ],
  17744.                     'filters' => [
  17745.                         'order' => [
  17746.                             'type' => 'string',
  17747.                             'label' => 'sylius.ui.order',
  17748.                             'form_options' => [
  17749.                                 'type' => 'contains',
  17750.                             ],
  17751.                             'options' => [
  17752.                                 'fields' => [
  17753.                                     => 'shipment.order.number',
  17754.                                 ],
  17755.                             ],
  17756.                             'enabled' => true,
  17757.                             'position' => 100,
  17758.                         ],
  17759.                         'state' => [
  17760.                             'type' => 'select',
  17761.                             'label' => 'sylius.ui.state',
  17762.                             'form_options' => [
  17763.                                 'choices' => [
  17764.                                     'bitbag.ui.new' => 'New',
  17765.                                     'bitbag.ui.pending' => 'Pending',
  17766.                                     'bitbag.ui.exported' => 'Exported',
  17767.                                 ],
  17768.                             ],
  17769.                             'enabled' => true,
  17770.                             'position' => 100,
  17771.                             'options' => [
  17772.                             ],
  17773.                         ],
  17774.                         'shippingMethod' => [
  17775.                             'type' => 'entity',
  17776.                             'label' => 'sylius.ui.shipping_method',
  17777.                             'form_options' => [
  17778.                                 'class' => 'Sylius\\Component\\Core\\Model\\ShippingMethod',
  17779.                             ],
  17780.                             'options' => [
  17781.                                 'fields' => [
  17782.                                     => 'shipment.method',
  17783.                                 ],
  17784.                             ],
  17785.                             'enabled' => true,
  17786.                             'position' => 100,
  17787.                         ],
  17788.                         'createdAt' => [
  17789.                             'type' => 'date',
  17790.                             'label' => 'sylius.ui.created_at',
  17791.                             'options' => [
  17792.                                 'field' => 'shipment.createdAt',
  17793.                             ],
  17794.                             'enabled' => true,
  17795.                             'position' => 100,
  17796.                             'form_options' => [
  17797.                             ],
  17798.                         ],
  17799.                         'exportedAt' => [
  17800.                             'type' => 'date',
  17801.                             'label' => 'bitbag.ui.exported_at',
  17802.                             'enabled' => true,
  17803.                             'position' => 100,
  17804.                             'options' => [
  17805.                             ],
  17806.                             'form_options' => [
  17807.                             ],
  17808.                         ],
  17809.                     ],
  17810.                     'actions' => [
  17811.                         'main' => [
  17812.                             'create' => [
  17813.                                 'type' => 'export_shipments',
  17814.                                 'enabled' => true,
  17815.                                 'position' => 100,
  17816.                                 'options' => [
  17817.                                 ],
  17818.                             ],
  17819.                         ],
  17820.                     ],
  17821.                     'limits' => [
  17822.                         => 10,
  17823.                         => 25,
  17824.                         => 50,
  17825.                     ],
  17826.                 ],
  17827.                 'bitbag_admin_shipping_gateway' => [
  17828.                     'driver' => [
  17829.                         'name' => 'doctrine/orm',
  17830.                         'options' => [
  17831.                             'class' => 'BitBag\\SyliusShippingExportPlugin\\Entity\\ShippingGateway',
  17832.                             'repository' => [
  17833.                                 'method' => 'createListQueryBuilder',
  17834.                             ],
  17835.                         ],
  17836.                     ],
  17837.                     'fields' => [
  17838.                         'code' => [
  17839.                             'type' => 'string',
  17840.                             'label' => 'sylius.ui.code',
  17841.                             'sortable' => 'code',
  17842.                             'enabled' => true,
  17843.                             'position' => 100,
  17844.                             'options' => [
  17845.                             ],
  17846.                         ],
  17847.                         'name' => [
  17848.                             'type' => 'string',
  17849.                             'label' => 'sylius.ui.name',
  17850.                             'sortable' => 'name',
  17851.                             'enabled' => true,
  17852.                             'position' => 100,
  17853.                             'options' => [
  17854.                             ],
  17855.                         ],
  17856.                     ],
  17857.                     'filters' => [
  17858.                         'search' => [
  17859.                             'type' => 'string',
  17860.                             'label' => 'sylius.ui.search',
  17861.                             'options' => [
  17862.                                 'fields' => [
  17863.                                     => 'code',
  17864.                                     => 'shippingMethod.translation.name',
  17865.                                     => 'status',
  17866.                                 ],
  17867.                             ],
  17868.                             'enabled' => true,
  17869.                             'position' => 100,
  17870.                             'form_options' => [
  17871.                             ],
  17872.                         ],
  17873.                     ],
  17874.                     'actions' => [
  17875.                         'main' => [
  17876.                             'create' => [
  17877.                                 'type' => 'links',
  17878.                                 'label' => 'sylius.ui.create',
  17879.                                 'options' => [
  17880.                                     'class' => 'primary',
  17881.                                     'icon' => 'plus',
  17882.                                     'header' => [
  17883.                                         'icon' => 'cube',
  17884.                                         'label' => 'sylius.ui.type',
  17885.                                     ],
  17886.                                     'links' => NULL,
  17887.                                 ],
  17888.                                 'enabled' => true,
  17889.                                 'position' => 100,
  17890.                             ],
  17891.                         ],
  17892.                         'item' => [
  17893.                             'update' => [
  17894.                                 'type' => 'update',
  17895.                                 'enabled' => true,
  17896.                                 'position' => 100,
  17897.                                 'options' => [
  17898.                                 ],
  17899.                             ],
  17900.                             'delete' => [
  17901.                                 'type' => 'delete',
  17902.                                 'enabled' => true,
  17903.                                 'position' => 100,
  17904.                                 'options' => [
  17905.                                 ],
  17906.                             ],
  17907.                         ],
  17908.                     ],
  17909.                     'sorting' => [
  17910.                     ],
  17911.                     'limits' => [
  17912.                         => 10,
  17913.                         => 25,
  17914.                         => 50,
  17915.                     ],
  17916.                 ],
  17917.             ],
  17918.             'sm.configs' => [
  17919.                 'mvm_conversation' => [
  17920.                     'class' => 'BitBag\\OpenMarketplace\\Entity\\Conversation\\Conversation',
  17921.                     'property_path' => 'status',
  17922.                     'graph' => 'mvm_conversation',
  17923.                     'state_machine_class' => 'Sylius\\Component\\Resource\\StateMachine\\StateMachine',
  17924.                     'states' => [
  17925.                         => 'open',
  17926.                         => 'closed',
  17927.                     ],
  17928.                     'transitions' => [
  17929.                         'close' => [
  17930.                             'from' => [
  17931.                                 => 'open',
  17932.                             ],
  17933.                             'to' => 'closed',
  17934.                         ],
  17935.                     ],
  17936.                 ],
  17937.                 'mvm_product_listing' => [
  17938.                     'class' => 'BitBag\\OpenMarketplace\\Entity\\ProductListing\\ProductDraft',
  17939.                     'property_path' => 'status',
  17940.                     'graph' => 'product_draft',
  17941.                     'state_machine_class' => 'Sylius\\Component\\Resource\\StateMachine\\StateMachine',
  17942.                     'states' => [
  17943.                         => 'created',
  17944.                         => 'under_verification',
  17945.                         => 'accepted',
  17946.                         => 'rejected',
  17947.                     ],
  17948.                     'transitions' => [
  17949.                         'send_to_verification' => [
  17950.                             'from' => [
  17951.                                 => 'created',
  17952.                             ],
  17953.                             'to' => 'under_verification',
  17954.                         ],
  17955.                         'accept_product_draft' => [
  17956.                             'from' => [
  17957.                                 => 'under_verification',
  17958.                             ],
  17959.                             'to' => 'accepted',
  17960.                         ],
  17961.                         'reject_product_draft' => [
  17962.                             'from' => [
  17963.                                 => 'under_verification',
  17964.                             ],
  17965.                             'to' => 'rejected',
  17966.                         ],
  17967.                     ],
  17968.                     'callbacks' => [
  17969.                         'after' => [
  17970.                             'send_to_verification' => [
  17971.                                 'on' => [
  17972.                                     => 'send_to_verification',
  17973.                                 ],
  17974.                                 'do' => [
  17975.                                     => '@open_marketplace.state_machine.product_draft',
  17976.                                     => 'sendToVerify',
  17977.                                 ],
  17978.                                 'args' => [
  17979.                                     => 'object',
  17980.                                 ],
  17981.                                 'disabled' => false,
  17982.                                 'priority' => 0,
  17983.                             ],
  17984.                             'accept_product_listing' => [
  17985.                                 'on' => [
  17986.                                     => 'accept_product_draft',
  17987.                                 ],
  17988.                                 'do' => [
  17989.                                     => '@open_marketplace.state_machine.product_draft',
  17990.                                     => 'accept',
  17991.                                 ],
  17992.                                 'args' => [
  17993.                                     => 'object',
  17994.                                 ],
  17995.                                 'disabled' => false,
  17996.                                 'priority' => 0,
  17997.                             ],
  17998.                             'reject_product_listing' => [
  17999.                                 'on' => [
  18000.                                     => 'reject_product_draft',
  18001.                                 ],
  18002.                                 'do' => [
  18003.                                     => '@open_marketplace.state_machine.product_draft',
  18004.                                     => 'reject',
  18005.                                 ],
  18006.                                 'args' => [
  18007.                                     => 'object',
  18008.                                 ],
  18009.                                 'disabled' => false,
  18010.                                 'priority' => 0,
  18011.                             ],
  18012.                         ],
  18013.                         'guard' => [
  18014.                         ],
  18015.                         'before' => [
  18016.                         ],
  18017.                     ],
  18018.                 ],
  18019.                 'sylius_catalog_promotion' => [
  18020.                     'class' => 'Sylius\\Component\\Core\\Model\\CatalogPromotion',
  18021.                     'property_path' => 'state',
  18022.                     'graph' => 'sylius_catalog_promotion',
  18023.                     'state_machine_class' => 'Sylius\\Component\\Resource\\StateMachine\\StateMachine',
  18024.                     'states' => [
  18025.                         => 'inactive',
  18026.                         => 'active',
  18027.                     ],
  18028.                     'transitions' => [
  18029.                         'activate' => [
  18030.                             'from' => [
  18031.                                 => 'inactive',
  18032.                             ],
  18033.                             'to' => 'active',
  18034.                         ],
  18035.                         'deactivate' => [
  18036.                             'from' => [
  18037.                                 => 'active',
  18038.                             ],
  18039.                             'to' => 'inactive',
  18040.                         ],
  18041.                     ],
  18042.                 ],
  18043.                 'sylius_order_checkout' => [
  18044.                     'class' => 'BitBag\\OpenMarketplace\\Entity\\Order',
  18045.                     'property_path' => 'checkoutState',
  18046.                     'graph' => 'sylius_order_checkout',
  18047.                     'state_machine_class' => 'Sylius\\Component\\Resource\\StateMachine\\StateMachine',
  18048.                     'states' => [
  18049.                         => 'cart',
  18050.                         => 'addressed',
  18051.                         => 'shipping_selected',
  18052.                         => 'shipping_skipped',
  18053.                         => 'payment_skipped',
  18054.                         => 'payment_selected',
  18055.                         => 'completed',
  18056.                     ],
  18057.                     'transitions' => [
  18058.                         'address' => [
  18059.                             'from' => [
  18060.                                 => 'cart',
  18061.                                 => 'addressed',
  18062.                                 => 'shipping_selected',
  18063.                                 => 'shipping_skipped',
  18064.                                 => 'payment_selected',
  18065.                                 => 'payment_skipped',
  18066.                             ],
  18067.                             'to' => 'addressed',
  18068.                         ],
  18069.                         'skip_shipping' => [
  18070.                             'from' => [
  18071.                                 => 'addressed',
  18072.                             ],
  18073.                             'to' => 'shipping_skipped',
  18074.                         ],
  18075.                         'select_shipping' => [
  18076.                             'from' => [
  18077.                                 => 'addressed',
  18078.                                 => 'shipping_selected',
  18079.                                 => 'payment_selected',
  18080.                                 => 'payment_skipped',
  18081.                             ],
  18082.                             'to' => 'shipping_selected',
  18083.                         ],
  18084.                         'skip_payment' => [
  18085.                             'from' => [
  18086.                                 => 'shipping_selected',
  18087.                                 => 'shipping_skipped',
  18088.                             ],
  18089.                             'to' => 'payment_skipped',
  18090.                         ],
  18091.                         'select_payment' => [
  18092.                             'from' => [
  18093.                                 => 'payment_selected',
  18094.                                 => 'shipping_skipped',
  18095.                                 => 'shipping_selected',
  18096.                             ],
  18097.                             'to' => 'payment_selected',
  18098.                         ],
  18099.                         'complete' => [
  18100.                             'from' => [
  18101.                                 => 'payment_selected',
  18102.                                 => 'payment_skipped',
  18103.                             ],
  18104.                             'to' => 'completed',
  18105.                         ],
  18106.                     ],
  18107.                     'callbacks' => [
  18108.                         'after' => [
  18109.                             'sylius_create_order' => [
  18110.                                 'on' => [
  18111.                                     => 'complete',
  18112.                                 ],
  18113.                                 'do' => [
  18114.                                     => '@sm.callback.cascade_transition',
  18115.                                     => 'apply',
  18116.                                 ],
  18117.                                 'args' => [
  18118.                                     => 'object',
  18119.                                     => 'event',
  18120.                                     => '\'create\'',
  18121.                                     => '\'sylius_order\'',
  18122.                                 ],
  18123.                                 'priority' => -400,
  18124.                                 'disabled' => false,
  18125.                             ],
  18126.                             'sylius_save_checkout_completion_date' => [
  18127.                                 'on' => [
  18128.                                     => 'complete',
  18129.                                 ],
  18130.                                 'do' => [
  18131.                                     => 'object',
  18132.                                     => 'completeCheckout',
  18133.                                 ],
  18134.                                 'args' => [
  18135.                                     => 'object',
  18136.                                 ],
  18137.                                 'priority' => -300,
  18138.                                 'disabled' => false,
  18139.                             ],
  18140.                             'sylius_process_cart' => [
  18141.                                 'on' => [
  18142.                                     => 'select_shipping',
  18143.                                     => 'address',
  18144.                                     => 'select_payment',
  18145.                                     => 'skip_shipping',
  18146.                                     => 'skip_payment',
  18147.                                 ],
  18148.                                 'do' => [
  18149.                                     => '@sylius.order_processing.order_processor',
  18150.                                     => 'process',
  18151.                                 ],
  18152.                                 'args' => [
  18153.                                     => 'object',
  18154.                                 ],
  18155.                                 'priority' => -200,
  18156.                                 'disabled' => false,
  18157.                             ],
  18158.                             'sylius_control_payment_state' => [
  18159.                                 'on' => [
  18160.                                     => 'complete',
  18161.                                 ],
  18162.                                 'do' => [
  18163.                                     => '@sylius.state_resolver.order_payment',
  18164.                                     => 'resolve',
  18165.                                 ],
  18166.                                 'args' => [
  18167.                                     => 'object',
  18168.                                 ],
  18169.                                 'priority' => -200,
  18170.                                 'disabled' => false,
  18171.                             ],
  18172.                             'sylius_skip_shipping' => [
  18173.                                 'on' => [
  18174.                                     => 'address',
  18175.                                 ],
  18176.                                 'do' => [
  18177.                                     => '@sylius.state_resolver.order_checkout',
  18178.                                     => 'resolve',
  18179.                                 ],
  18180.                                 'args' => [
  18181.                                     => 'object',
  18182.                                 ],
  18183.                                 'priority' => -100,
  18184.                                 'disabled' => false,
  18185.                             ],
  18186.                             'sylius_skip_payment' => [
  18187.                                 'on' => [
  18188.                                     => 'select_shipping',
  18189.                                 ],
  18190.                                 'do' => [
  18191.                                     => '@sylius.state_resolver.order_checkout',
  18192.                                     => 'resolve',
  18193.                                 ],
  18194.                                 'args' => [
  18195.                                     => 'object',
  18196.                                 ],
  18197.                                 'priority' => -100,
  18198.                                 'disabled' => false,
  18199.                             ],
  18200.                             'sylius_control_shipping_state' => [
  18201.                                 'on' => [
  18202.                                     => 'complete',
  18203.                                 ],
  18204.                                 'do' => [
  18205.                                     => '@sylius.state_resolver.order_shipping',
  18206.                                     => 'resolve',
  18207.                                 ],
  18208.                                 'args' => [
  18209.                                     => 'object',
  18210.                                 ],
  18211.                                 'priority' => -100,
  18212.                                 'disabled' => false,
  18213.                             ],
  18214.                         ],
  18215.                         'guard' => [
  18216.                         ],
  18217.                         'before' => [
  18218.                         ],
  18219.                     ],
  18220.                 ],
  18221.                 'sylius_order_shipping' => [
  18222.                     'class' => 'BitBag\\OpenMarketplace\\Entity\\Order',
  18223.                     'property_path' => 'shippingState',
  18224.                     'graph' => 'sylius_order_shipping',
  18225.                     'state_machine_class' => 'Sylius\\Component\\Resource\\StateMachine\\StateMachine',
  18226.                     'states' => [
  18227.                         => 'cart',
  18228.                         => 'ready',
  18229.                         => 'cancelled',
  18230.                         => 'partially_shipped',
  18231.                         => 'shipped',
  18232.                     ],
  18233.                     'transitions' => [
  18234.                         'request_shipping' => [
  18235.                             'from' => [
  18236.                                 => 'cart',
  18237.                             ],
  18238.                             'to' => 'ready',
  18239.                         ],
  18240.                         'cancel' => [
  18241.                             'from' => [
  18242.                                 => 'ready',
  18243.                             ],
  18244.                             'to' => 'cancelled',
  18245.                         ],
  18246.                         'partially_ship' => [
  18247.                             'from' => [
  18248.                                 => 'ready',
  18249.                             ],
  18250.                             'to' => 'partially_shipped',
  18251.                         ],
  18252.                         'ship' => [
  18253.                             'from' => [
  18254.                                 => 'ready',
  18255.                                 => 'partially_shipped',
  18256.                             ],
  18257.                             'to' => 'shipped',
  18258.                         ],
  18259.                     ],
  18260.                     'callbacks' => [
  18261.                         'after' => [
  18262.                             'sylius_resolve_state' => [
  18263.                                 'on' => [
  18264.                                     => 'ship',
  18265.                                 ],
  18266.                                 'do' => [
  18267.                                     => '@sylius.state_resolver.order',
  18268.                                     => 'resolve',
  18269.                                 ],
  18270.                                 'args' => [
  18271.                                     => 'object',
  18272.                                 ],
  18273.                                 'priority' => -100,
  18274.                                 'disabled' => false,
  18275.                             ],
  18276.                         ],
  18277.                         'guard' => [
  18278.                         ],
  18279.                         'before' => [
  18280.                         ],
  18281.                     ],
  18282.                 ],
  18283.                 'sylius_order_payment' => [
  18284.                     'class' => 'BitBag\\OpenMarketplace\\Entity\\Order',
  18285.                     'property_path' => 'paymentState',
  18286.                     'graph' => 'sylius_order_payment',
  18287.                     'state_machine_class' => 'Sylius\\Component\\Resource\\StateMachine\\StateMachine',
  18288.                     'states' => [
  18289.                         => 'cart',
  18290.                         => 'awaiting_payment',
  18291.                         => 'partially_authorized',
  18292.                         => 'authorized',
  18293.                         => 'partially_paid',
  18294.                         => 'cancelled',
  18295.                         => 'paid',
  18296.                         => 'partially_refunded',
  18297.                         => 'refunded',
  18298.                     ],
  18299.                     'transitions' => [
  18300.                         'request_payment' => [
  18301.                             'from' => [
  18302.                                 => 'cart',
  18303.                             ],
  18304.                             'to' => 'awaiting_payment',
  18305.                         ],
  18306.                         'partially_authorize' => [
  18307.                             'from' => [
  18308.                                 => 'awaiting_payment',
  18309.                                 => 'partially_authorized',
  18310.                             ],
  18311.                             'to' => 'partially_authorized',
  18312.                         ],
  18313.                         'authorize' => [
  18314.                             'from' => [
  18315.                                 => 'awaiting_payment',
  18316.                                 => 'partially_authorized',
  18317.                             ],
  18318.                             'to' => 'authorized',
  18319.                         ],
  18320.                         'partially_pay' => [
  18321.                             'from' => [
  18322.                                 => 'awaiting_payment',
  18323.                                 => 'partially_paid',
  18324.                                 => 'partially_authorized',
  18325.                             ],
  18326.                             'to' => 'partially_paid',
  18327.                         ],
  18328.                         'cancel' => [
  18329.                             'from' => [
  18330.                                 => 'awaiting_payment',
  18331.                                 => 'authorized',
  18332.                                 => 'partially_authorized',
  18333.                             ],
  18334.                             'to' => 'cancelled',
  18335.                         ],
  18336.                         'pay' => [
  18337.                             'from' => [
  18338.                                 => 'awaiting_payment',
  18339.                                 => 'partially_paid',
  18340.                                 => 'authorized',
  18341.                             ],
  18342.                             'to' => 'paid',
  18343.                         ],
  18344.                         'partially_refund' => [
  18345.                             'from' => [
  18346.                                 => 'paid',
  18347.                                 => 'partially_paid',
  18348.                                 => 'partially_refunded',
  18349.                             ],
  18350.                             'to' => 'partially_refunded',
  18351.                         ],
  18352.                         'refund' => [
  18353.                             'from' => [
  18354.                                 => 'paid',
  18355.                                 => 'partially_paid',
  18356.                                 => 'partially_refunded',
  18357.                             ],
  18358.                             'to' => 'refunded',
  18359.                         ],
  18360.                     ],
  18361.                     'callbacks' => [
  18362.                         'after' => [
  18363.                             'sylius_order_paid' => [
  18364.                                 'on' => [
  18365.                                     => 'pay',
  18366.                                 ],
  18367.                                 'do' => [
  18368.                                     => '@sylius.inventory.order_inventory_operator',
  18369.                                     => 'sell',
  18370.                                 ],
  18371.                                 'args' => [
  18372.                                     => 'object',
  18373.                                 ],
  18374.                                 'priority' => -200,
  18375.                                 'disabled' => false,
  18376.                             ],
  18377.                             'sylius_resolve_state' => [
  18378.                                 'on' => [
  18379.                                     => 'pay',
  18380.                                 ],
  18381.                                 'do' => [
  18382.                                     => '@sylius.state_resolver.order',
  18383.                                     => 'resolve',
  18384.                                 ],
  18385.                                 'args' => [
  18386.                                     => 'object',
  18387.                                 ],
  18388.                                 'priority' => -100,
  18389.                                 'disabled' => false,
  18390.                             ],
  18391.                         ],
  18392.                         'guard' => [
  18393.                         ],
  18394.                         'before' => [
  18395.                         ],
  18396.                     ],
  18397.                 ],
  18398.                 'sylius_order' => [
  18399.                     'class' => 'BitBag\\OpenMarketplace\\Entity\\Order',
  18400.                     'property_path' => 'state',
  18401.                     'graph' => 'sylius_order',
  18402.                     'state_machine_class' => 'Sylius\\Component\\Resource\\StateMachine\\StateMachine',
  18403.                     'states' => [
  18404.                         => 'cart',
  18405.                         => 'new',
  18406.                         => 'cancelled',
  18407.                         => 'fulfilled',
  18408.                     ],
  18409.                     'transitions' => [
  18410.                         'create' => [
  18411.                             'from' => [
  18412.                                 => 'cart',
  18413.                             ],
  18414.                             'to' => 'new',
  18415.                         ],
  18416.                         'cancel' => [
  18417.                             'from' => [
  18418.                                 => 'new',
  18419.                             ],
  18420.                             'to' => 'cancelled',
  18421.                         ],
  18422.                         'fulfill' => [
  18423.                             'from' => [
  18424.                                 => 'new',
  18425.                             ],
  18426.                             'to' => 'fulfilled',
  18427.                         ],
  18428.                     ],
  18429.                     'callbacks' => [
  18430.                         'before' => [
  18431.                             'sylius_assign_number' => [
  18432.                                 'on' => [
  18433.                                     => 'create',
  18434.                                 ],
  18435.                                 'do' => [
  18436.                                     => '@sylius.order_number_assigner',
  18437.                                     => 'assignNumber',
  18438.                                 ],
  18439.                                 'args' => [
  18440.                                     => 'object',
  18441.                                 ],
  18442.                                 'priority' => -200,
  18443.                                 'disabled' => false,
  18444.                             ],
  18445.                             'sylius_assign_token' => [
  18446.                                 'on' => [
  18447.                                     => 'create',
  18448.                                 ],
  18449.                                 'do' => [
  18450.                                     => '@sylius.unique_id_based_order_token_assigner',
  18451.                                     => 'assignTokenValueIfNotSet',
  18452.                                 ],
  18453.                                 'args' => [
  18454.                                     => 'object',
  18455.                                 ],
  18456.                                 'priority' => -100,
  18457.                                 'disabled' => false,
  18458.                             ],
  18459.                         ],
  18460.                         'after' => [
  18461.                             'sylius_request_shipping' => [
  18462.                                 'on' => [
  18463.                                     => 'create',
  18464.                                 ],
  18465.                                 'do' => [
  18466.                                     => '@sm.callback.cascade_transition',
  18467.                                     => 'apply',
  18468.                                 ],
  18469.                                 'args' => [
  18470.                                     => 'object',
  18471.                                     => 'event',
  18472.                                     => '\'request_shipping\'',
  18473.                                     => '\'sylius_order_shipping\'',
  18474.                                 ],
  18475.                                 'priority' => -800,
  18476.                                 'disabled' => false,
  18477.                             ],
  18478.                             'sylius_request_payment' => [
  18479.                                 'on' => [
  18480.                                     => 'create',
  18481.                                 ],
  18482.                                 'do' => [
  18483.                                     => '@sm.callback.cascade_transition',
  18484.                                     => 'apply',
  18485.                                 ],
  18486.                                 'args' => [
  18487.                                     => 'object',
  18488.                                     => 'event',
  18489.                                     => '\'request_payment\'',
  18490.                                     => '\'sylius_order_payment\'',
  18491.                                 ],
  18492.                                 'priority' => -700,
  18493.                                 'disabled' => false,
  18494.                             ],
  18495.                             'sylius_create_payment' => [
  18496.                                 'on' => [
  18497.                                     => 'create',
  18498.                                 ],
  18499.                                 'do' => [
  18500.                                     => '@sm.callback.cascade_transition',
  18501.                                     => 'apply',
  18502.                                 ],
  18503.                                 'args' => [
  18504.                                     => 'object.getPayments()',
  18505.                                     => 'event',
  18506.                                     => '\'create\'',
  18507.                                     => '\'sylius_payment\'',
  18508.                                 ],
  18509.                                 'priority' => -600,
  18510.                                 'disabled' => false,
  18511.                             ],
  18512.                             'sylius_cancel_payment' => [
  18513.                                 'on' => [
  18514.                                     => 'cancel',
  18515.                                 ],
  18516.                                 'do' => [
  18517.                                     => '@sm.callback.cascade_transition',
  18518.                                     => 'apply',
  18519.                                 ],
  18520.                                 'args' => [
  18521.                                     => 'object.getPayments()',
  18522.                                     => 'event',
  18523.                                     => '\'cancel\'',
  18524.                                     => '\'sylius_payment\'',
  18525.                                 ],
  18526.                                 'priority' => -600,
  18527.                                 'disabled' => false,
  18528.                             ],
  18529.                             'sylius_create_shipment' => [
  18530.                                 'on' => [
  18531.                                     => 'create',
  18532.                                 ],
  18533.                                 'do' => [
  18534.                                     => '@sm.callback.cascade_transition',
  18535.                                     => 'apply',
  18536.                                 ],
  18537.                                 'args' => [
  18538.                                     => 'object.getShipments()',
  18539.                                     => 'event',
  18540.                                     => '\'create\'',
  18541.                                     => '\'sylius_shipment\'',
  18542.                                 ],
  18543.                                 'priority' => -500,
  18544.                                 'disabled' => false,
  18545.                             ],
  18546.                             'sylius_cancel_shipment' => [
  18547.                                 'on' => [
  18548.                                     => 'cancel',
  18549.                                 ],
  18550.                                 'do' => [
  18551.                                     => '@sm.callback.cascade_transition',
  18552.                                     => 'apply',
  18553.                                 ],
  18554.                                 'args' => [
  18555.                                     => 'object.getShipments()',
  18556.                                     => 'event',
  18557.                                     => '\'cancel\'',
  18558.                                     => '\'sylius_shipment\'',
  18559.                                 ],
  18560.                                 'priority' => -500,
  18561.                                 'disabled' => false,
  18562.                             ],
  18563.                             'sylius_hold_inventory' => [
  18564.                                 'on' => [
  18565.                                     => 'create',
  18566.                                 ],
  18567.                                 'do' => [
  18568.                                     => '@sylius.inventory.order_inventory_operator',
  18569.                                     => 'hold',
  18570.                                 ],
  18571.                                 'args' => [
  18572.                                     => 'object',
  18573.                                 ],
  18574.                                 'priority' => -400,
  18575.                                 'disabled' => false,
  18576.                             ],
  18577.                             'sylius_cancel_order_payment' => [
  18578.                                 'on' => [
  18579.                                     => 'cancel',
  18580.                                 ],
  18581.                                 'do' => [
  18582.                                     => '@sm.callback.cascade_transition',
  18583.                                     => 'apply',
  18584.                                 ],
  18585.                                 'args' => [
  18586.                                     => 'object',
  18587.                                     => 'event',
  18588.                                     => '\'cancel\'',
  18589.                                     => '\'sylius_order_payment\'',
  18590.                                 ],
  18591.                                 'priority' => -400,
  18592.                                 'disabled' => false,
  18593.                             ],
  18594.                             'sylius_increment_promotions_usages' => [
  18595.                                 'on' => [
  18596.                                     => 'create',
  18597.                                 ],
  18598.                                 'do' => [
  18599.                                     => '@sylius.promotion_usage_modifier',
  18600.                                     => 'increment',
  18601.                                 ],
  18602.                                 'args' => [
  18603.                                     => 'object',
  18604.                                 ],
  18605.                                 'priority' => -300,
  18606.                                 'disabled' => false,
  18607.                             ],
  18608.                             'sylius_cancel_order_shipment' => [
  18609.                                 'on' => [
  18610.                                     => 'cancel',
  18611.                                 ],
  18612.                                 'do' => [
  18613.                                     => '@sm.callback.cascade_transition',
  18614.                                     => 'apply',
  18615.                                 ],
  18616.                                 'args' => [
  18617.                                     => 'object',
  18618.                                     => 'event',
  18619.                                     => '\'cancel\'',
  18620.                                     => '\'sylius_order_shipping\'',
  18621.                                 ],
  18622.                                 'priority' => -300,
  18623.                                 'disabled' => false,
  18624.                             ],
  18625.                             'sylius_save_addresses_on_customer' => [
  18626.                                 'on' => [
  18627.                                     => 'create',
  18628.                                 ],
  18629.                                 'do' => [
  18630.                                     => '@sylius.customer_order_addresses_saver',
  18631.                                     => 'saveAddresses',
  18632.                                 ],
  18633.                                 'args' => [
  18634.                                     => 'object',
  18635.                                 ],
  18636.                                 'priority' => -200,
  18637.                                 'disabled' => false,
  18638.                             ],
  18639.                             'sylius_cancel_order' => [
  18640.                                 'on' => [
  18641.                                     => 'cancel',
  18642.                                 ],
  18643.                                 'do' => [
  18644.                                     => '@sylius.inventory.order_inventory_operator',
  18645.                                     => 'cancel',
  18646.                                 ],
  18647.                                 'args' => [
  18648.                                     => 'object',
  18649.                                 ],
  18650.                                 'priority' => -200,
  18651.                                 'disabled' => false,
  18652.                             ],
  18653.                             'sylius_set_order_immutable_names' => [
  18654.                                 'on' => [
  18655.                                     => 'create',
  18656.                                 ],
  18657.                                 'do' => [
  18658.                                     => '@sylius.order_item_names_setter',
  18659.                                     => '__invoke',
  18660.                                 ],
  18661.                                 'args' => [
  18662.                                     => 'object',
  18663.                                 ],
  18664.                                 'priority' => -100,
  18665.                                 'disabled' => false,
  18666.                             ],
  18667.                             'sylius_decrement_promotions_usages' => [
  18668.                                 'on' => [
  18669.                                     => 'cancel',
  18670.                                 ],
  18671.                                 'do' => [
  18672.                                     => '@sylius.promotion_usage_modifier',
  18673.                                     => 'decrement',
  18674.                                 ],
  18675.                                 'args' => [
  18676.                                     => 'object',
  18677.                                 ],
  18678.                                 'priority' => -100,
  18679.                                 'disabled' => false,
  18680.                             ],
  18681.                         ],
  18682.                         'guard' => [
  18683.                         ],
  18684.                     ],
  18685.                 ],
  18686.                 'sylius_shipment' => [
  18687.                     'class' => 'BitBag\\OpenMarketplace\\Entity\\Shipment',
  18688.                     'property_path' => 'state',
  18689.                     'graph' => 'sylius_shipment',
  18690.                     'state_machine_class' => 'Sylius\\Component\\Resource\\StateMachine\\StateMachine',
  18691.                     'states' => [
  18692.                         => 'cart',
  18693.                         => 'ready',
  18694.                         => 'shipped',
  18695.                         => 'cancelled',
  18696.                     ],
  18697.                     'transitions' => [
  18698.                         'create' => [
  18699.                             'from' => [
  18700.                                 => 'cart',
  18701.                             ],
  18702.                             'to' => 'ready',
  18703.                         ],
  18704.                         'ship' => [
  18705.                             'from' => [
  18706.                                 => 'ready',
  18707.                             ],
  18708.                             'to' => 'shipped',
  18709.                         ],
  18710.                         'cancel' => [
  18711.                             'from' => [
  18712.                                 => 'ready',
  18713.                             ],
  18714.                             'to' => 'cancelled',
  18715.                         ],
  18716.                     ],
  18717.                     'callbacks' => [
  18718.                         'before' => [
  18719.                             'sylius_assign_date' => [
  18720.                                 'on' => [
  18721.                                     => 'ship',
  18722.                                 ],
  18723.                                 'do' => [
  18724.                                     => '@sylius.shipping_date_assigner',
  18725.                                     => 'assign',
  18726.                                 ],
  18727.                                 'args' => [
  18728.                                     => 'object',
  18729.                                 ],
  18730.                                 'priority' => -200,
  18731.                                 'disabled' => false,
  18732.                             ],
  18733.                         ],
  18734.                         'after' => [
  18735.                             'sylius_resolve_state' => [
  18736.                                 'on' => [
  18737.                                     => 'ship',
  18738.                                 ],
  18739.                                 'do' => [
  18740.                                     => '@sylius.state_resolver.order_shipping',
  18741.                                     => 'resolve',
  18742.                                 ],
  18743.                                 'args' => [
  18744.                                     => 'object.getOrder()',
  18745.                                 ],
  18746.                                 'priority' => -100,
  18747.                                 'disabled' => false,
  18748.                             ],
  18749.                         ],
  18750.                         'guard' => [
  18751.                         ],
  18752.                     ],
  18753.                 ],
  18754.                 'sylius_payment' => [
  18755.                     'class' => 'Sylius\\Component\\Core\\Model\\Payment',
  18756.                     'property_path' => 'state',
  18757.                     'graph' => 'sylius_payment',
  18758.                     'state_machine_class' => 'Sylius\\Component\\Resource\\StateMachine\\StateMachine',
  18759.                     'states' => [
  18760.                         => 'cart',
  18761.                         => 'new',
  18762.                         => 'processing',
  18763.                         => 'authorized',
  18764.                         => 'completed',
  18765.                         => 'failed',
  18766.                         => 'cancelled',
  18767.                         => 'refunded',
  18768.                     ],
  18769.                     'transitions' => [
  18770.                         'create' => [
  18771.                             'from' => [
  18772.                                 => 'cart',
  18773.                             ],
  18774.                             'to' => 'new',
  18775.                         ],
  18776.                         'process' => [
  18777.                             'from' => [
  18778.                                 => 'new',
  18779.                             ],
  18780.                             'to' => 'processing',
  18781.                         ],
  18782.                         'authorize' => [
  18783.                             'from' => [
  18784.                                 => 'new',
  18785.                                 => 'processing',
  18786.                             ],
  18787.                             'to' => 'authorized',
  18788.                         ],
  18789.                         'complete' => [
  18790.                             'from' => [
  18791.                                 => 'new',
  18792.                                 => 'processing',
  18793.                                 => 'authorized',
  18794.                             ],
  18795.                             'to' => 'completed',
  18796.                         ],
  18797.                         'fail' => [
  18798.                             'from' => [
  18799.                                 => 'new',
  18800.                                 => 'processing',
  18801.                             ],
  18802.                             'to' => 'failed',
  18803.                         ],
  18804.                         'cancel' => [
  18805.                             'from' => [
  18806.                                 => 'new',
  18807.                                 => 'processing',
  18808.                                 => 'authorized',
  18809.                             ],
  18810.                             'to' => 'cancelled',
  18811.                         ],
  18812.                         'refund' => [
  18813.                             'from' => [
  18814.                                 => 'completed',
  18815.                             ],
  18816.                             'to' => 'refunded',
  18817.                         ],
  18818.                     ],
  18819.                     'callbacks' => [
  18820.                         'after' => [
  18821.                             'sylius_process_order' => [
  18822.                                 'on' => [
  18823.                                     => 'fail',
  18824.                                     => 'cancel',
  18825.                                 ],
  18826.                                 'do' => [
  18827.                                     => '@sylius.order_processing.order_payment_processor.after_checkout',
  18828.                                     => 'process',
  18829.                                 ],
  18830.                                 'args' => [
  18831.                                     => 'object.getOrder()',
  18832.                                 ],
  18833.                                 'priority' => -100,
  18834.                                 'disabled' => false,
  18835.                             ],
  18836.                             'sylius_resolve_state' => [
  18837.                                 'on' => [
  18838.                                     => 'complete',
  18839.                                     => 'process',
  18840.                                     => 'refund',
  18841.                                     => 'authorize',
  18842.                                 ],
  18843.                                 'do' => [
  18844.                                     => '@sylius.state_resolver.order_payment',
  18845.                                     => 'resolve',
  18846.                                 ],
  18847.                                 'args' => [
  18848.                                     => 'object.getOrder()',
  18849.                                 ],
  18850.                                 'priority' => -100,
  18851.                                 'disabled' => false,
  18852.                             ],
  18853.                         ],
  18854.                         'guard' => [
  18855.                         ],
  18856.                         'before' => [
  18857.                         ],
  18858.                     ],
  18859.                 ],
  18860.                 'sylius_product_review' => [
  18861.                     'class' => 'Sylius\\Component\\Core\\Model\\ProductReview',
  18862.                     'property_path' => 'status',
  18863.                     'graph' => 'sylius_product_review',
  18864.                     'state_machine_class' => 'Sylius\\Component\\Resource\\StateMachine\\StateMachine',
  18865.                     'states' => [
  18866.                         => 'new',
  18867.                         => 'accepted',
  18868.                         => 'rejected',
  18869.                     ],
  18870.                     'transitions' => [
  18871.                         'accept' => [
  18872.                             'from' => [
  18873.                                 => 'new',
  18874.                             ],
  18875.                             'to' => 'accepted',
  18876.                         ],
  18877.                         'reject' => [
  18878.                             'from' => [
  18879.                                 => 'new',
  18880.                             ],
  18881.                             'to' => 'rejected',
  18882.                         ],
  18883.                     ],
  18884.                     'callbacks' => [
  18885.                         'after' => [
  18886.                             'sylius_update_rating' => [
  18887.                                 'on' => [
  18888.                                     => 'accept',
  18889.                                 ],
  18890.                                 'do' => [
  18891.                                     => '@sylius.product_review.average_rating_updater',
  18892.                                     => 'updateFromReview',
  18893.                                 ],
  18894.                                 'args' => [
  18895.                                     => 'object',
  18896.                                 ],
  18897.                                 'priority' => -100,
  18898.                                 'disabled' => false,
  18899.                             ],
  18900.                         ],
  18901.                         'guard' => [
  18902.                         ],
  18903.                         'before' => [
  18904.                         ],
  18905.                     ],
  18906.                 ],
  18907.             ],
  18908.             'sm.callback.class' => 'winzou\\Bundle\\StateMachineBundle\\Callback\\ContainerAwareCallback',
  18909.             'sonata.block.container.types' => [
  18910.                 => 'sonata.block.service.container',
  18911.                 => 'sonata.page.block.container',
  18912.                 => 'sonata.dashboard.block.container',
  18913.                 => 'cmf.block.container',
  18914.                 => 'cmf.block.slideshow',
  18915.             ],
  18916.             'sonata_block.blocks' => [
  18917.                 'sonata.block.service.template' => [
  18918.                     'settings' => [
  18919.                         'address' => NULL,
  18920.                         'addresses' => NULL,
  18921.                         'cart' => NULL,
  18922.                         'channel' => NULL,
  18923.                         'customer' => NULL,
  18924.                         'form' => NULL,
  18925.                         'order' => NULL,
  18926.                         'order_item' => NULL,
  18927.                         'orders' => NULL,
  18928.                         'product' => NULL,
  18929.                         'product_review' => NULL,
  18930.                         'product_reviews' => NULL,
  18931.                         'products' => NULL,
  18932.                         'resource' => NULL,
  18933.                         'resources' => NULL,
  18934.                         'statistics' => NULL,
  18935.                         'taxon' => NULL,
  18936.                     ],
  18937.                     'contexts' => [
  18938.                     ],
  18939.                     'templates' => [
  18940.                     ],
  18941.                     'cache' => 'sonata.cache.noop',
  18942.                 ],
  18943.                 'sonata.block.service.container' => [
  18944.                     'contexts' => [
  18945.                     ],
  18946.                     'templates' => [
  18947.                     ],
  18948.                     'cache' => 'sonata.cache.noop',
  18949.                     'settings' => [
  18950.                     ],
  18951.                 ],
  18952.                 'sonata.block.service.empty' => [
  18953.                     'contexts' => [
  18954.                     ],
  18955.                     'templates' => [
  18956.                     ],
  18957.                     'cache' => 'sonata.cache.noop',
  18958.                     'settings' => [
  18959.                     ],
  18960.                 ],
  18961.                 'sonata.block.service.text' => [
  18962.                     'contexts' => [
  18963.                     ],
  18964.                     'templates' => [
  18965.                     ],
  18966.                     'cache' => 'sonata.cache.noop',
  18967.                     'settings' => [
  18968.                     ],
  18969.                 ],
  18970.                 'sonata.block.service.rss' => [
  18971.                     'contexts' => [
  18972.                     ],
  18973.                     'templates' => [
  18974.                     ],
  18975.                     'cache' => 'sonata.cache.noop',
  18976.                     'settings' => [
  18977.                     ],
  18978.                 ],
  18979.                 'sonata.block.service.menu' => [
  18980.                     'contexts' => [
  18981.                     ],
  18982.                     'templates' => [
  18983.                     ],
  18984.                     'cache' => 'sonata.cache.noop',
  18985.                     'settings' => [
  18986.                     ],
  18987.                 ],
  18988.             ],
  18989.             'sonata_block.blocks_by_class' => [
  18990.             ],
  18991.             'sonata_blocks.block_types' => [
  18992.                 => 'sonata.block.service.template',
  18993.                 => 'sonata.block.service.container',
  18994.                 => 'sonata.block.service.empty',
  18995.                 => 'sonata.block.service.text',
  18996.                 => 'sonata.block.service.rss',
  18997.                 => 'sonata.block.service.menu',
  18998.             ],
  18999.             'sonata_block.cache_blocks' => [
  19000.                 'by_class' => [
  19001.                 ],
  19002.                 'by_type' => [
  19003.                     'sonata.block.service.template' => 'sonata.cache.noop',
  19004.                     'sonata.block.service.container' => 'sonata.cache.noop',
  19005.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  19006.                     'sonata.block.service.text' => 'sonata.cache.noop',
  19007.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  19008.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  19009.                 ],
  19010.             ],
  19011.             'sonata_blocks.default_contexts' => [
  19012.             ],
  19013.             'fos_rest.format_listener.rules' => NULL,
  19014.             'knp_gaufrette.filesystem_map.class' => 'Knp\\Bundle\\GaufretteBundle\\FilesystemMap',
  19015.             'knp_menu.renderer.list.options' => [
  19016.             ],
  19017.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  19018.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  19019.             'knp_menu.renderer.twig.options' => [
  19020.             ],
  19021.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  19022.             'knp_menu.default_renderer' => 'twig',
  19023.             'liip_imagine.resolvers' => [
  19024.                 'default' => [
  19025.                     'web_path' => [
  19026.                         'web_root' => (\dirname(__DIR__4).'/public'),
  19027.                         'cache_prefix' => 'media/cache',
  19028.                     ],
  19029.                 ],
  19030.             ],
  19031.             'liip_imagine.loaders' => [
  19032.                 'default' => [
  19033.                     'filesystem' => [
  19034.                         'data_root' => [
  19035.                             => (\dirname(__DIR__4).'/public'),
  19036.                             => (\dirname(__DIR__4).'/public/media/image'),
  19037.                             => (\dirname(__DIR__4).'/public'),
  19038.                         ],
  19039.                         'locator' => 'filesystem',
  19040.                         'allow_unresolvable_data_roots' => false,
  19041.                         'bundle_resources' => [
  19042.                             'enabled' => false,
  19043.                             'access_control_type' => 'blacklist',
  19044.                             'access_control_list' => [
  19045.                             ],
  19046.                         ],
  19047.                     ],
  19048.                 ],
  19049.             ],
  19050.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  19051.             'liip_imagine.jpegoptim.stripAll' => true,
  19052.             'liip_imagine.jpegoptim.max' => NULL,
  19053.             'liip_imagine.jpegoptim.progressive' => true,
  19054.             'liip_imagine.jpegoptim.tempDir' => NULL,
  19055.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  19056.             'liip_imagine.optipng.level' => 7,
  19057.             'liip_imagine.optipng.stripAll' => true,
  19058.             'liip_imagine.optipng.tempDir' => NULL,
  19059.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  19060.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  19061.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  19062.             'liip_imagine.cwebp.tempDir' => NULL,
  19063.             'liip_imagine.cwebp.q' => 75,
  19064.             'liip_imagine.cwebp.alphaQ' => 100,
  19065.             'liip_imagine.cwebp.m' => 4,
  19066.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  19067.             'liip_imagine.cwebp.alphaMethod' => 1,
  19068.             'liip_imagine.cwebp.exact' => false,
  19069.             'liip_imagine.cwebp.metadata' => [
  19070.                 => 'none',
  19071.             ],
  19072.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  19073.             'liip_imagine.cache.resolver.default' => 'default',
  19074.             'liip_imagine.default_image' => NULL,
  19075.             'liip_imagine.filter_sets' => [
  19076.                 'sylius_small' => [
  19077.                     'quality' => 100,
  19078.                     'jpeg_quality' => NULL,
  19079.                     'png_compression_level' => NULL,
  19080.                     'png_compression_filter' => NULL,
  19081.                     'format' => NULL,
  19082.                     'animated' => false,
  19083.                     'cache' => NULL,
  19084.                     'data_loader' => NULL,
  19085.                     'default_image' => NULL,
  19086.                     'filters' => [
  19087.                         'thumbnail' => [
  19088.                             'size' => [
  19089.                                 => 120,
  19090.                                 => 90,
  19091.                             ],
  19092.                             'mode' => 'outbound',
  19093.                         ],
  19094.                     ],
  19095.                     'post_processors' => [
  19096.                     ],
  19097.                 ],
  19098.                 'sylius_medium' => [
  19099.                     'quality' => 100,
  19100.                     'jpeg_quality' => NULL,
  19101.                     'png_compression_level' => NULL,
  19102.                     'png_compression_filter' => NULL,
  19103.                     'format' => NULL,
  19104.                     'animated' => false,
  19105.                     'cache' => NULL,
  19106.                     'data_loader' => NULL,
  19107.                     'default_image' => NULL,
  19108.                     'filters' => [
  19109.                         'thumbnail' => [
  19110.                             'size' => [
  19111.                                 => 240,
  19112.                                 => 180,
  19113.                             ],
  19114.                             'mode' => 'outbound',
  19115.                         ],
  19116.                     ],
  19117.                     'post_processors' => [
  19118.                     ],
  19119.                 ],
  19120.                 'sylius_large' => [
  19121.                     'quality' => 100,
  19122.                     'jpeg_quality' => NULL,
  19123.                     'png_compression_level' => NULL,
  19124.                     'png_compression_filter' => NULL,
  19125.                     'format' => NULL,
  19126.                     'animated' => false,
  19127.                     'cache' => NULL,
  19128.                     'data_loader' => NULL,
  19129.                     'default_image' => NULL,
  19130.                     'filters' => [
  19131.                         'thumbnail' => [
  19132.                             'size' => [
  19133.                                 => 640,
  19134.                                 => 480,
  19135.                             ],
  19136.                             'mode' => 'outbound',
  19137.                         ],
  19138.                     ],
  19139.                     'post_processors' => [
  19140.                     ],
  19141.                 ],
  19142.                 'sylius_admin_product_original' => [
  19143.                     'quality' => 100,
  19144.                     'jpeg_quality' => NULL,
  19145.                     'png_compression_level' => NULL,
  19146.                     'png_compression_filter' => NULL,
  19147.                     'format' => NULL,
  19148.                     'animated' => false,
  19149.                     'cache' => NULL,
  19150.                     'data_loader' => NULL,
  19151.                     'default_image' => NULL,
  19152.                     'filters' => [
  19153.                     ],
  19154.                     'post_processors' => [
  19155.                     ],
  19156.                 ],
  19157.                 'sylius_admin_admin_user_avatar_thumbnail' => [
  19158.                     'quality' => 100,
  19159.                     'jpeg_quality' => NULL,
  19160.                     'png_compression_level' => NULL,
  19161.                     'png_compression_filter' => NULL,
  19162.                     'format' => NULL,
  19163.                     'animated' => false,
  19164.                     'cache' => NULL,
  19165.                     'data_loader' => NULL,
  19166.                     'default_image' => NULL,
  19167.                     'filters' => [
  19168.                         'thumbnail' => [
  19169.                             'size' => [
  19170.                                 => 50,
  19171.                                 => 50,
  19172.                             ],
  19173.                             'mode' => 'outbound',
  19174.                         ],
  19175.                     ],
  19176.                     'post_processors' => [
  19177.                     ],
  19178.                 ],
  19179.                 'sylius_admin_product_tiny_thumbnail' => [
  19180.                     'quality' => 100,
  19181.                     'jpeg_quality' => NULL,
  19182.                     'png_compression_level' => NULL,
  19183.                     'png_compression_filter' => NULL,
  19184.                     'format' => NULL,
  19185.                     'animated' => false,
  19186.                     'cache' => NULL,
  19187.                     'data_loader' => NULL,
  19188.                     'default_image' => NULL,
  19189.                     'filters' => [
  19190.                         'thumbnail' => [
  19191.                             'size' => [
  19192.                                 => 64,
  19193.                                 => 64,
  19194.                             ],
  19195.                             'mode' => 'outbound',
  19196.                         ],
  19197.                     ],
  19198.                     'post_processors' => [
  19199.                     ],
  19200.                 ],
  19201.                 'sylius_admin_product_thumbnail' => [
  19202.                     'quality' => 100,
  19203.                     'jpeg_quality' => NULL,
  19204.                     'png_compression_level' => NULL,
  19205.                     'png_compression_filter' => NULL,
  19206.                     'format' => NULL,
  19207.                     'animated' => false,
  19208.                     'cache' => NULL,
  19209.                     'data_loader' => NULL,
  19210.                     'default_image' => NULL,
  19211.                     'filters' => [
  19212.                         'thumbnail' => [
  19213.                             'size' => [
  19214.                                 => 50,
  19215.                                 => 50,
  19216.                             ],
  19217.                             'mode' => 'outbound',
  19218.                         ],
  19219.                     ],
  19220.                     'post_processors' => [
  19221.                     ],
  19222.                 ],
  19223.                 'sylius_admin_product_small_thumbnail' => [
  19224.                     'quality' => 100,
  19225.                     'jpeg_quality' => NULL,
  19226.                     'png_compression_level' => NULL,
  19227.                     'png_compression_filter' => NULL,
  19228.                     'format' => NULL,
  19229.                     'animated' => false,
  19230.                     'cache' => NULL,
  19231.                     'data_loader' => NULL,
  19232.                     'default_image' => NULL,
  19233.                     'filters' => [
  19234.                         'thumbnail' => [
  19235.                             'size' => [
  19236.                                 => 150,
  19237.                                 => 112,
  19238.                             ],
  19239.                             'mode' => 'outbound',
  19240.                         ],
  19241.                     ],
  19242.                     'post_processors' => [
  19243.                     ],
  19244.                 ],
  19245.                 'sylius_admin_product_large_thumbnail' => [
  19246.                     'quality' => 100,
  19247.                     'jpeg_quality' => NULL,
  19248.                     'png_compression_level' => NULL,
  19249.                     'png_compression_filter' => NULL,
  19250.                     'format' => NULL,
  19251.                     'animated' => false,
  19252.                     'cache' => NULL,
  19253.                     'data_loader' => NULL,
  19254.                     'default_image' => NULL,
  19255.                     'filters' => [
  19256.                         'thumbnail' => [
  19257.                             'size' => [
  19258.                                 => 550,
  19259.                                 => 412,
  19260.                             ],
  19261.                             'mode' => 'outbound',
  19262.                         ],
  19263.                     ],
  19264.                     'post_processors' => [
  19265.                     ],
  19266.                 ],
  19267.                 'sylius_shop_product_original' => [
  19268.                     'quality' => 100,
  19269.                     'jpeg_quality' => NULL,
  19270.                     'png_compression_level' => NULL,
  19271.                     'png_compression_filter' => NULL,
  19272.                     'format' => NULL,
  19273.                     'animated' => false,
  19274.                     'cache' => NULL,
  19275.                     'data_loader' => NULL,
  19276.                     'default_image' => NULL,
  19277.                     'filters' => [
  19278.                     ],
  19279.                     'post_processors' => [
  19280.                     ],
  19281.                 ],
  19282.                 'sylius_shop_product_tiny_thumbnail' => [
  19283.                     'quality' => 100,
  19284.                     'jpeg_quality' => NULL,
  19285.                     'png_compression_level' => NULL,
  19286.                     'png_compression_filter' => NULL,
  19287.                     'format' => NULL,
  19288.                     'animated' => false,
  19289.                     'cache' => NULL,
  19290.                     'data_loader' => NULL,
  19291.                     'default_image' => NULL,
  19292.                     'filters' => [
  19293.                         'thumbnail' => [
  19294.                             'size' => [
  19295.                                 => 64,
  19296.                                 => 64,
  19297.                             ],
  19298.                             'mode' => 'outbound',
  19299.                         ],
  19300.                     ],
  19301.                     'post_processors' => [
  19302.                     ],
  19303.                 ],
  19304.                 'sylius_shop_product_small_thumbnail' => [
  19305.                     'quality' => 100,
  19306.                     'jpeg_quality' => NULL,
  19307.                     'png_compression_level' => NULL,
  19308.                     'png_compression_filter' => NULL,
  19309.                     'format' => NULL,
  19310.                     'animated' => false,
  19311.                     'cache' => NULL,
  19312.                     'data_loader' => NULL,
  19313.                     'default_image' => NULL,
  19314.                     'filters' => [
  19315.                         'thumbnail' => [
  19316.                             'size' => [
  19317.                                 => 150,
  19318.                                 => 112,
  19319.                             ],
  19320.                             'mode' => 'outbound',
  19321.                         ],
  19322.                     ],
  19323.                     'post_processors' => [
  19324.                     ],
  19325.                 ],
  19326.                 'sylius_shop_product_thumbnail' => [
  19327.                     'quality' => 100,
  19328.                     'jpeg_quality' => NULL,
  19329.                     'png_compression_level' => NULL,
  19330.                     'png_compression_filter' => NULL,
  19331.                     'format' => NULL,
  19332.                     'animated' => false,
  19333.                     'cache' => NULL,
  19334.                     'data_loader' => NULL,
  19335.                     'default_image' => NULL,
  19336.                     'filters' => [
  19337.                         'thumbnail' => [
  19338.                             'size' => [
  19339.                                 => 260,
  19340.                                 => 260,
  19341.                             ],
  19342.                             'mode' => 'outbound',
  19343.                         ],
  19344.                     ],
  19345.                     'post_processors' => [
  19346.                     ],
  19347.                 ],
  19348.                 'sylius_shop_product_large_thumbnail' => [
  19349.                     'quality' => 100,
  19350.                     'jpeg_quality' => NULL,
  19351.                     'png_compression_level' => NULL,
  19352.                     'png_compression_filter' => NULL,
  19353.                     'format' => NULL,
  19354.                     'animated' => false,
  19355.                     'cache' => NULL,
  19356.                     'data_loader' => NULL,
  19357.                     'default_image' => NULL,
  19358.                     'filters' => [
  19359.                         'thumbnail' => [
  19360.                             'size' => [
  19361.                                 => 550,
  19362.                                 => 412,
  19363.                             ],
  19364.                             'mode' => 'outbound',
  19365.                         ],
  19366.                     ],
  19367.                     'post_processors' => [
  19368.                     ],
  19369.                 ],
  19370.                 'open_marketplace_fixture_size' => [
  19371.                     'quality' => 100,
  19372.                     'jpeg_quality' => NULL,
  19373.                     'png_compression_level' => NULL,
  19374.                     'png_compression_filter' => NULL,
  19375.                     'format' => NULL,
  19376.                     'animated' => false,
  19377.                     'cache' => NULL,
  19378.                     'data_loader' => NULL,
  19379.                     'default_image' => NULL,
  19380.                     'filters' => [
  19381.                         'thumbnail' => [
  19382.                             'size' => [
  19383.                                 => 800,
  19384.                                 => 600,
  19385.                             ],
  19386.                             'mode' => 'outbound',
  19387.                         ],
  19388.                     ],
  19389.                     'post_processors' => [
  19390.                     ],
  19391.                 ],
  19392.             ],
  19393.             'liip_imagine.binary.loader.default' => 'default',
  19394.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  19395.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  19396.             'liip_imagine.webp.generate' => false,
  19397.             'liip_imagine.webp.options' => [
  19398.                 'quality' => 100,
  19399.                 'cache' => NULL,
  19400.                 'data_loader' => NULL,
  19401.                 'post_processors' => [
  19402.                 ],
  19403.             ],
  19404.             'payum.capture_path' => 'payum_capture_do',
  19405.             'payum.notify_path' => 'payum_notify_do',
  19406.             'payum.authorize_path' => 'payum_authorize_do',
  19407.             'payum.refund_path' => 'payum_refund_do',
  19408.             'payum.cancel_path' => 'payum_cancel_do',
  19409.             'payum.payout_path' => 'payum_payout_do',
  19410.             'payum.available_gateway_factories' => [
  19411.             ],
  19412.             'payum.storage.doctrine.orm.class' => 'Sylius\\Bundle\\PayumBundle\\Storage\\DoctrineStorage',
  19413.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  19414.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  19415.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  19416.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  19417.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  19418.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  19419.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  19420.             'stof_doctrine_extensions.translation_fallback' => false,
  19421.             'stof_doctrine_extensions.persist_default_translation' => false,
  19422.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  19423.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  19424.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  19425.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  19426.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  19427.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  19428.             'doctrine.migrations.preferred_em' => NULL,
  19429.             'doctrine.migrations.preferred_connection' => NULL,
  19430.             'sylius_payum.driver.doctrine/orm' => true,
  19431.             'sylius_payum.driver' => 'doctrine/orm',
  19432.             'sylius.model.payment_security_token.class' => 'Sylius\\Bundle\\PayumBundle\\Model\\PaymentSecurityToken',
  19433.             'sylius.controller.payment_security_token.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  19434.             'sylius.factory.payment_security_token.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  19435.             'sylius.model.gateway_config.class' => 'Sylius\\Bundle\\PayumBundle\\Model\\GatewayConfig',
  19436.             'sylius.controller.gateway_config.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  19437.             'sylius.factory.gateway_config.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  19438.             'sylius.form.type.gateway_config.validation_groups' => [
  19439.                 => 'sylius',
  19440.             ],
  19441.             'payum.template.layout' => '@SyliusPayum/layout.html.twig',
  19442.             'payum.template.obtain_credit_card' => '@SyliusPayum/Action/obtainCreditCard.html.twig',
  19443.             'sylius.admin.notification.enabled' => true,
  19444.             'sylius.admin.notification.frequency' => 60,
  19445.             'sylius.admin.shop_enabled' => true,
  19446.             'sylius.admin.notification.uri' => 'https://gus.sylius.com/version',
  19447.             'sylius.ajax.product.variant_autocomplete_limit' => 25,
  19448.             'sylius_shop.firewall_context_name' => 'shop',
  19449.             'sylius_shop.product_grid.include_all_descendants' => true,
  19450.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  19451.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  19452.             'web_profiler.debug_toolbar.mode' => 2,
  19453.             'api_platform.metadata_backward_compatibility_layer' => true,
  19454.             'api_platform.enable_entrypoint' => true,
  19455.             'api_platform.enable_docs' => true,
  19456.             'api_platform.title' => '',
  19457.             'api_platform.description' => '',
  19458.             'api_platform.version' => '0.0.0',
  19459.             'api_platform.show_webby' => true,
  19460.             'api_platform.url_generation_strategy' => 1,
  19461.             'api_platform.exception_to_status' => [
  19462.                 'SM\\SMException' => 422,
  19463.                 'Sylius\\Bundle\\ApiBundle\\Exception\\CannotRemoveCurrentlyLoggedInUser' => 422,
  19464.                 'Sylius\\Bundle\\ApiBundle\\Exception\\ShippingMethodCannotBeRemoved' => 422,
  19465.                 'Sylius\\Bundle\\ApiBundle\\Exception\\ZoneCannotBeRemoved' => 422,
  19466.                 'Sylius\\Bundle\\ApiBundle\\Exception\\ProvinceCannotBeRemoved' => 422,
  19467.                 'Symfony\\Component\\Serializer\\Exception\\MissingConstructorArgumentsException' => 400,
  19468.             ],
  19469.             'api_platform.formats' => [
  19470.                 'jsonld' => [
  19471.                     => 'application/ld+json',
  19472.                 ],
  19473.                 'json' => [
  19474.                     => 'application/json',
  19475.                 ],
  19476.                 'html' => [
  19477.                     => 'text/html',
  19478.                 ],
  19479.             ],
  19480.             'api_platform.patch_formats' => [
  19481.                 'json' => [
  19482.                     => 'application/merge-patch+json',
  19483.                     => 'application/merge-patch+json',
  19484.                 ],
  19485.             ],
  19486.             'api_platform.error_formats' => [
  19487.                 'jsonproblem' => [
  19488.                     => 'application/problem+json',
  19489.                 ],
  19490.                 'jsonld' => [
  19491.                     => 'application/ld+json',
  19492.                 ],
  19493.             ],
  19494.             'api_platform.allow_plain_identifiers' => false,
  19495.             'api_platform.eager_loading.enabled' => true,
  19496.             'api_platform.eager_loading.max_joins' => 30,
  19497.             'api_platform.eager_loading.fetch_partial' => false,
  19498.             'api_platform.eager_loading.force_eager' => true,
  19499.             'api_platform.collection.exists_parameter_name' => 'exists',
  19500.             'api_platform.collection.order' => 'ASC',
  19501.             'api_platform.collection.order_parameter_name' => 'order',
  19502.             'api_platform.collection.order_nulls_comparison' => NULL,
  19503.             'api_platform.collection.pagination.enabled' => true,
  19504.             'api_platform.collection.pagination.partial' => false,
  19505.             'api_platform.collection.pagination.client_enabled' => false,
  19506.             'api_platform.collection.pagination.client_items_per_page' => true,
  19507.             'api_platform.collection.pagination.client_partial' => false,
  19508.             'api_platform.collection.pagination.items_per_page' => 30,
  19509.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  19510.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  19511.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  19512.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  19513.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  19514.             'api_platform.collection.pagination' => [
  19515.                 'client_items_per_page' => true,
  19516.                 'enabled' => true,
  19517.                 'partial' => false,
  19518.                 'client_enabled' => false,
  19519.                 'client_partial' => false,
  19520.                 'items_per_page' => 30,
  19521.                 'maximum_items_per_page' => NULL,
  19522.                 'page_parameter_name' => 'page',
  19523.                 'enabled_parameter_name' => 'pagination',
  19524.                 'items_per_page_parameter_name' => 'itemsPerPage',
  19525.                 'partial_parameter_name' => 'partial',
  19526.             ],
  19527.             'api_platform.http_cache.etag' => true,
  19528.             'api_platform.http_cache.max_age' => NULL,
  19529.             'api_platform.http_cache.shared_max_age' => NULL,
  19530.             'api_platform.http_cache.vary' => [
  19531.                 => 'Accept',
  19532.             ],
  19533.             'api_platform.http_cache.public' => NULL,
  19534.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  19535.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  19536.             'api_platform.asset_package' => NULL,
  19537.             'api_platform.defaults' => [
  19538.                 'attributes' => [
  19539.                 ],
  19540.             ],
  19541.             'api_platform.resource_class_directories' => [
  19542.                 => (\dirname(__DIR__4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources'),
  19543.                 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Resources/config/api_resources'),
  19544.                 => (\dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Entity'),
  19545.                 => (\dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Resources/config/api_resources'),
  19546.                 => (\dirname(__DIR__4).'/vendor/bitbag/wishlist-plugin/src/Entity'),
  19547.                 => (\dirname(__DIR__4).'/vendor/odiseoteam/sylius-blog-plugin/src/Entity'),
  19548.                 => (\dirname(__DIR__4).'/vendor/bitbag/shipping-export-plugin/src/Entity'),
  19549.                 => (\dirname(__DIR__4).'/config/api_platform'),
  19550.                 => (\dirname(__DIR__4).'/src/Entity'),
  19551.             ],
  19552.             'api_platform.oauth.enabled' => false,
  19553.             'api_platform.oauth.clientId' => '',
  19554.             'api_platform.oauth.clientSecret' => '',
  19555.             'api_platform.oauth.type' => 'oauth2',
  19556.             'api_platform.oauth.flow' => 'application',
  19557.             'api_platform.oauth.tokenUrl' => '',
  19558.             'api_platform.oauth.authorizationUrl' => '',
  19559.             'api_platform.oauth.refreshUrl' => '',
  19560.             'api_platform.oauth.scopes' => [
  19561.             ],
  19562.             'api_platform.oauth.pkce' => false,
  19563.             'api_platform.openapi.termsOfService' => NULL,
  19564.             'api_platform.openapi.contact.name' => NULL,
  19565.             'api_platform.openapi.contact.url' => NULL,
  19566.             'api_platform.openapi.contact.email' => NULL,
  19567.             'api_platform.openapi.license.name' => NULL,
  19568.             'api_platform.openapi.license.url' => NULL,
  19569.             'api_platform.swagger.versions' => [
  19570.                 => 3,
  19571.                 => 3,
  19572.             ],
  19573.             'api_platform.enable_swagger_ui' => true,
  19574.             'api_platform.enable_re_doc' => true,
  19575.             'api_platform.swagger_ui.extra_configuration' => [
  19576.             ],
  19577.             'api_platform.graphql.enabled' => false,
  19578.             'api_platform.graphql.graphiql.enabled' => false,
  19579.             'api_platform.graphql.graphql_playground.enabled' => false,
  19580.             'api_platform.graphql.collection.pagination' => [
  19581.                 'enabled' => true,
  19582.             ],
  19583.             'api_platform.validator.serialize_payload_fields' => [
  19584.             ],
  19585.             'api_platform.validator.query_parameter_validation' => true,
  19586.             'api_platform.elasticsearch.enabled' => false,
  19587.             'lexik_jwt_authentication.token_ttl' => 3600,
  19588.             'lexik_jwt_authentication.clock_skew' => 0,
  19589.             'lexik_jwt_authentication.user_identity_field' => 'username',
  19590.             'lexik_jwt_authentication.allow_no_expiration' => false,
  19591.             'lexik_jwt_authentication.user_id_claim' => 'username',
  19592.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  19593.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  19594.             'sylius_api.enabled' => true,
  19595.             'sylius_api.legacy_error_handling' => false,
  19596.             'sylius_api.product_image_prefix' => 'media/image',
  19597.             'sylius_api.filter_eager_loading_extension.restricted_resources' => [
  19598.                 'BitBag\\OpenMarketplace\\Entity\\Product' => [
  19599.                     'operations' => [
  19600.                         'shop_get' => [
  19601.                             'enabled' => true,
  19602.                         ],
  19603.                     ],
  19604.                 ],
  19605.             ],
  19606.             'sylius.model.address.interface' => 'Sylius\\Component\\Addressing\\Model\\AddressInterface',
  19607.             'nelmio_alice.functions_blacklist' => [
  19608.                 => 'current',
  19609.             ],
  19610.             'nelmio_alice.locale' => 'en_US',
  19611.             'nelmio_alice.seed' => 1,
  19612.             'nelmio_alice.loading_limit' => 5,
  19613.             'nelmio_alice.max_unique_values_retry' => 150,
  19614.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  19615.             'babdev_pagerfanta.default_twig_template' => '@Pagerfanta/default.html.twig',
  19616.             'babdev_pagerfanta.default_view' => 'default',
  19617.             'bit_bag_sylius_wishlist.driver.doctrine/orm' => true,
  19618.             'bit_bag_sylius_wishlist.driver' => 'doctrine/orm',
  19619.             'bitbag_sylius_wishlist_plugin.model.wishlist.class' => 'BitBag\\SyliusWishlistPlugin\\Entity\\Wishlist',
  19620.             'bitbag_sylius_wishlist_plugin.controller.wishlist.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  19621.             'bitbag_sylius_wishlist_plugin.factory.wishlist.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  19622.             'bitbag_sylius_wishlist_plugin.repository.wishlist.class' => 'BitBag\\SyliusWishlistPlugin\\Repository\\WishlistRepository',
  19623.             'bitbag_sylius_wishlist_plugin.model.wishlist_product.class' => 'BitBag\\SyliusWishlistPlugin\\Entity\\WishlistProduct',
  19624.             'bitbag_sylius_wishlist_plugin.controller.wishlist_product.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  19625.             'bitbag_sylius_wishlist_plugin.factory.wishlist_product.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  19626.             'bitbag_sylius_wishlist_plugin.repository.wishlist_product.class' => 'Sylius\\Bundle\\ResourceBundle\\Doctrine\\ORM\\EntityRepository',
  19627.             'bitbag_sylius_wishlist_plugin.parameters.wishlist_cookie_token' => 'wishlist_cookie_token',
  19628.             'bitbag_sylius_wishlist_plugin.parameters.allowed_mime_types' => [
  19629.                 => 'text/csv',
  19630.                 => 'text/plain',
  19631.                 => 'application/csv',
  19632.                 => 'text/comma-separated-values',
  19633.                 => 'application/excel',
  19634.                 => 'application/vnd.ms-excel',
  19635.                 => 'application/vnd.msexcel',
  19636.                 => 'text/anytext',
  19637.                 => 'application/octet-stream',
  19638.                 => 'application/txt',
  19639.             ],
  19640.             'odiseo_blog.driver.doctrine/orm' => true,
  19641.             'odiseo_blog.driver' => 'doctrine/orm',
  19642.             'odiseo_blog.controller.article.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  19643.             'odiseo_blog.factory.article.class' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  19644.             'odiseo_blog.repository.article.class' => 'BitBag\\OpenMarketplace\\Repository\\ArticleExtensionRepository',
  19645.             'odiseo_blog.model.article_translation.class' => 'Odiseo\\BlogBundle\\Model\\ArticleTranslation',
  19646.             'odiseo_blog.controller.article_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  19647.             'odiseo_blog.factory.article_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  19648.             'odiseo_blog.controller.article_comment.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  19649.             'odiseo_blog.factory.article_comment.class' => 'Odiseo\\BlogBundle\\Factory\\ArticleCommentFactory',
  19650.             'odiseo_blog.controller.article_category.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  19651.             'odiseo_blog.factory.article_category.class' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory',
  19652.             'odiseo_blog.repository.article_category.class' => 'Odiseo\\BlogBundle\\Doctrine\\ORM\\ArticleCategoryRepository',
  19653.             'odiseo_blog.model.article_category_translation.class' => 'Odiseo\\BlogBundle\\Model\\ArticleCategoryTranslation',
  19654.             'odiseo_blog.controller.article_category_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  19655.             'odiseo_blog.factory.article_category_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  19656.             'odiseo_blog.model.article_image.class' => 'Odiseo\\BlogBundle\\Model\\ArticleImage',
  19657.             'odiseo_blog.controller.article_image.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController',
  19658.             'odiseo_blog.factory.article_image.class' => 'Sylius\\Component\\Resource\\Factory\\Factory',
  19659.             'ewz_recaptcha.locale_key' => 'fr_FR',
  19660.             'ewz_recaptcha.locale_from_request' => true,
  19661.             'ewz_recaptcha.enabled' => true,
  19662.             'ewz_recaptcha.verify_host' => false,
  19663.             'ewz_recaptcha.ajax' => false,
  19664.             'ewz_recaptcha.api_host' => 'www.google.com',
  19665.             'ewz_recaptcha.version' => 2,
  19666.             'ewz_recaptcha.hide_badge' => false,
  19667.             'ewz_recaptcha.score_threshold' => 0.5,
  19668.             'ewz_recaptcha.timeout' => NULL,
  19669.             'ewz_recaptcha.trusted_roles' => [
  19670.             ],
  19671.             'ewz_recaptcha.http_proxy' => [
  19672.                 'host' => NULL,
  19673.                 'port' => NULL,
  19674.                 'auth' => NULL,
  19675.             ],
  19676.             'ewz_recaptcha.service_definition' => [
  19677.             ],
  19678.             'odiseo_sylius_blog_plugin.disqus.shortname' => NULL,
  19679.             'white_october_pagerfanta.default_view' => 'default',
  19680.             'data_collector.templates' => [
  19681.                 'data_collector.request' => [
  19682.                     => 'request',
  19683.                     => '@WebProfiler/Collector/request.html.twig',
  19684.                 ],
  19685.                 'api_platform.data_collector.request' => [
  19686.                     => 'api_platform.data_collector.request',
  19687.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  19688.                 ],
  19689.                 'data_collector.time' => [
  19690.                     => 'time',
  19691.                     => '@WebProfiler/Collector/time.html.twig',
  19692.                 ],
  19693.                 'data_collector.memory' => [
  19694.                     => 'memory',
  19695.                     => '@WebProfiler/Collector/memory.html.twig',
  19696.                 ],
  19697.                 'data_collector.validator' => [
  19698.                     => 'validator',
  19699.                     => '@WebProfiler/Collector/validator.html.twig',
  19700.                 ],
  19701.                 'data_collector.ajax' => [
  19702.                     => 'ajax',
  19703.                     => '@WebProfiler/Collector/ajax.html.twig',
  19704.                 ],
  19705.                 'data_collector.form' => [
  19706.                     => 'form',
  19707.                     => '@WebProfiler/Collector/form.html.twig',
  19708.                 ],
  19709.                 'data_collector.exception' => [
  19710.                     => 'exception',
  19711.                     => '@WebProfiler/Collector/exception.html.twig',
  19712.                 ],
  19713.                 'data_collector.logger' => [
  19714.                     => 'logger',
  19715.                     => '@WebProfiler/Collector/logger.html.twig',
  19716.                 ],
  19717.                 'data_collector.events' => [
  19718.                     => 'events',
  19719.                     => '@WebProfiler/Collector/events.html.twig',
  19720.                 ],
  19721.                 'data_collector.router' => [
  19722.                     => 'router',
  19723.                     => '@WebProfiler/Collector/router.html.twig',
  19724.                 ],
  19725.                 'data_collector.cache' => [
  19726.                     => 'cache',
  19727.                     => '@WebProfiler/Collector/cache.html.twig',
  19728.                 ],
  19729.                 'data_collector.translation' => [
  19730.                     => 'translation',
  19731.                     => '@WebProfiler/Collector/translation.html.twig',
  19732.                 ],
  19733.                 'data_collector.security' => [
  19734.                     => 'security',
  19735.                     => '@Security/Collector/security.html.twig',
  19736.                 ],
  19737.                 'data_collector.twig' => [
  19738.                     => 'twig',
  19739.                     => '@WebProfiler/Collector/twig.html.twig',
  19740.                 ],
  19741.                 'data_collector.doctrine' => [
  19742.                     => 'db',
  19743.                     => '@Doctrine/Collector/db.html.twig',
  19744.                 ],
  19745.                 'swiftmailer.data_collector' => [
  19746.                     => 'swiftmailer',
  19747.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  19748.                 ],
  19749.                 'data_collector.dump' => [
  19750.                     => 'dump',
  19751.                     => '@Debug/Profiler/dump.html.twig',
  19752.                 ],
  19753.                 'data_collector.messenger' => [
  19754.                     => 'messenger',
  19755.                     => '@WebProfiler/Collector/messenger.html.twig',
  19756.                 ],
  19757.                 'sylius.channel_collector' => [
  19758.                     => 'sylius.channel_collector',
  19759.                     => '@SyliusChannel/Collector/channel.html.twig',
  19760.                 ],
  19761.                 'Sylius\\Bundle\\UiBundle\\DataCollector\\TemplateBlockDataCollector' => [
  19762.                     => 'sylius_ui.template_block',
  19763.                     => '@SyliusUi/DataCollector/templateBlock.html.twig',
  19764.                 ],
  19765.                 'sonata.block.data_collector' => [
  19766.                     => 'block',
  19767.                     => '@SonataBlock/Profiler/block.html.twig',
  19768.                 ],
  19769.                 'data_collector.jms_serializer' => [
  19770.                     => 'jms_serializer',
  19771.                     => '@JMSSerializer/Collector/panel.html.twig',
  19772.                 ],
  19773.                 'payum.profiler.payum_collector' => [
  19774.                     => 'payum',
  19775.                     => '@Payum/Profiler/payum.html.twig',
  19776.                 ],
  19777.                 'Sylius\\Bundle\\ThemeBundle\\Collector\\ThemeCollector' => [
  19778.                     => 'sylius_theme',
  19779.                     => '@SyliusTheme/Collector/theme',
  19780.                 ],
  19781.                 'data_collector.config' => [
  19782.                     => 'config',
  19783.                     => '@WebProfiler/Collector/config.html.twig',
  19784.                 ],
  19785.                 'sylius.collector.core' => [
  19786.                     => 'sylius_core',
  19787.                     => '@SyliusCore/Collector/sylius.html.twig',
  19788.                 ],
  19789.                 'Sylius\\Bundle\\CoreBundle\\Collector\\CartCollector' => [
  19790.                     => 'sylius_cart',
  19791.                     => '@SyliusCore/Collector/cart.html.twig',
  19792.                 ],
  19793.             ],
  19794.             'sylius.attribute.attribute_types' => [
  19795.                 'text' => 'Text',
  19796.                 'textarea' => 'Textarea',
  19797.                 'checkbox' => 'Checkbox',
  19798.                 'integer' => 'Integer',
  19799.                 'percent' => 'Percent',
  19800.                 'datetime' => 'Datetime',
  19801.                 'date' => 'Date',
  19802.                 'select' => 'Select',
  19803.             ],
  19804.             'sylius.tax_calculators' => [
  19805.                 'default' => 'default',
  19806.             ],
  19807.             'sylius.shipping_calculators' => [
  19808.                 'flat_rate' => 'sylius.form.shipping_calculator.flat_rate_configuration.label',
  19809.                 'per_unit_rate' => 'sylius.form.shipping_calculator.per_unit_rate_configuration.label',
  19810.             ],
  19811.             'sylius.shipping_method_rules' => [
  19812.                 'total_weight_greater_than_or_equal' => 'sylius.form.shipping_method_rule.total_weight_greater_than_or_equal',
  19813.                 'total_weight_less_than_or_equal' => 'sylius.form.shipping_method_rule.total_weight_less_than_or_equal',
  19814.                 'order_total_greater_than_or_equal' => 'sylius.form.shipping_method_rule.items_total_greater_than_or_equal',
  19815.                 'order_total_less_than_or_equal' => 'sylius.form.shipping_method_rule.items_total_less_than_or_equal',
  19816.             ],
  19817.             'sylius.shipping_method_resolvers' => [
  19818.                 'default' => 'Default',
  19819.                 'zones_and_channel_based' => 'sylius.shipping_methods_resolver.zones_and_channel_based',
  19820.             ],
  19821.             'sylius.payment_method_resolvers' => [
  19822.                 'default' => 'Default',
  19823.                 'channel_based' => 'sylius.payment_methods_resolver.channel_based',
  19824.             ],
  19825.             'sylius.promotion_rules' => [
  19826.                 'cart_quantity' => 'sylius.form.promotion_rule.cart_quantity',
  19827.                 'customer_group' => 'sylius.form.promotion_rule.customer_group',
  19828.                 'nth_order' => 'sylius.form.promotion_rule.nth_order',
  19829.                 'shipping_country' => 'sylius.form.promotion_rule.shipping_country',
  19830.                 'has_taxon' => 'sylius.form.promotion_rule.has_at_least_one_from_taxons',
  19831.                 'total_of_items_from_taxon' => 'sylius.form.promotion_rule.total_price_of_items_from_taxon',
  19832.                 'contains_product' => 'sylius.form.promotion_rule.contains_product',
  19833.                 'item_total' => 'sylius.form.promotion_rule.item_total',
  19834.             ],
  19835.             'sylius.promotion_actions' => [
  19836.                 'order_fixed_discount' => 'sylius.form.promotion_action.order_fixed_discount',
  19837.                 'unit_fixed_discount' => 'sylius.form.promotion_action.item_fixed_discount',
  19838.                 'order_percentage_discount' => 'sylius.form.promotion_action.order_percentage_discount',
  19839.                 'unit_percentage_discount' => 'sylius.form.promotion_action.item_percentage_discount',
  19840.                 'shipping_percentage_discount' => 'sylius.form.promotion_action.shipping_percentage_discount',
  19841.             ],
  19842.             'sylius.catalog_promotion.actions_types' => [
  19843.                 => 'fixed_discount',
  19844.                 => 'percentage_discount',
  19845.             ],
  19846.             'sylius.catalog_promotion.scopes_types' => [
  19847.                 => 'for_products',
  19848.                 => 'for_taxons',
  19849.                 => 'for_variants',
  19850.             ],
  19851.             'sylius_ui.sonata_block.whitelisted_variables' => [
  19852.                 => 'address',
  19853.                 => 'addresses',
  19854.                 => 'cart',
  19855.                 => 'channel',
  19856.                 => 'customer',
  19857.                 => 'form',
  19858.                 => 'order',
  19859.                 => 'order_item',
  19860.                 => 'orders',
  19861.                 => 'product',
  19862.                 10 => 'product_review',
  19863.                 11 => 'product_reviews',
  19864.                 12 => 'products',
  19865.                 13 => 'resource',
  19866.                 14 => 'resources',
  19867.                 15 => 'statistics',
  19868.                 16 => 'taxon',
  19869.             ],
  19870.             'sylius.tax_calculation_strategies' => [
  19871.                 'order_items_based' => 'Order items based',
  19872.                 'order_item_units_based' => 'Order item units based',
  19873.             ],
  19874.             'sylius.gateway_factories' => [
  19875.                 'paypal_express_checkout' => 'sylius.payum_gateway_factory.paypal_express_checkout',
  19876.                 'stripe_checkout' => 'sylius.payum_gateway_factory.stripe_checkout',
  19877.                 'offline' => 'sylius.payum_gateway_factory.offline',
  19878.             ],
  19879.             'bitbag_sylius_cms_plugin.media_providers' => [
  19880.                 'bitbag_sylius_cms_plugin.ui.file_provider' => 'file',
  19881.                 'bitbag_sylius_cms_plugin.ui.image_provider' => 'image',
  19882.                 'bitbag_sylius_cms_plugin.ui.video_provider' => 'video',
  19883.             ],
  19884.             'bitbag.shipping_gateways' => [
  19885.                 'frank_martin_shipping_gateway' => 'Transporter Gateway',
  19886.             ],
  19887.             'console.command.ids' => [
  19888.                 => 'console.command.public_alias.bitbag_sylius_cms_plugin.command.import_from_csv',
  19889.                 => 'sylius.console.command.resource_debug',
  19890.                 => 'console.command.public_alias.Sylius\\Bundle\\FixturesBundle\\Command\\FixturesListCommand',
  19891.                 => 'console.command.public_alias.Sylius\\Bundle\\FixturesBundle\\Command\\FixturesLoadCommand',
  19892.                 => 'console.command.public_alias.Sylius\\Bundle\\ThemeBundle\\Command\\ListCommand',
  19893.                 => 'console.command.public_alias.Sylius\\Bundle\\ThemeBundle\\Command\\AssetsInstallCommand',
  19894.             ],
  19895.         ];
  19896.     }
  19897.     protected function throw($message)
  19898.     {
  19899.         throw new RuntimeException($message);
  19900.     }
  19901. }