<?php
namespace ContainerH2B5jOz ;
use Symfony \ Component \ DependencyInjection \ Argument \ RewindableGenerator ;
use Symfony \ Component \ DependencyInjection \ ContainerInterface ;
use Symfony \ Component \ DependencyInjection \ Container ;
use Symfony \ Component \ DependencyInjection \ Exception \ InvalidArgumentException ;
use Symfony \ Component \ DependencyInjection \ Exception \ LogicException ;
use Symfony \ Component \ DependencyInjection \ Exception \ RuntimeException ;
use Symfony \ Component \ DependencyInjection \ ParameterBag \ FrozenParameterBag ;
use Symfony \ Component \ DependencyInjection \ ParameterBag \ ParameterBagInterface ;
/**
* This class has been auto-generated
* by the Symfony Dependency Injection Component.
*
* @final
*/
class srcApp_KernelDevDebugContainer extends Container
{
private $buildParameters ;
private $containerDir ;
private $targetDir ;
private $parameters = [];
private $getService ;
public function __construct (array $buildParameters = [], $containerDir = __DIR__ )
{
$this -> getService = \ Closure :: fromCallable ([ $this , 'getService' ]);
$this -> buildParameters = $buildParameters ;
$this -> containerDir = $containerDir ;
$this -> targetDir = \ dirname ( $containerDir );
$this -> parameters = $this -> getDefaultParameters ();
$this -> services = $this -> privates = [];
$this -> syntheticIds = [
'kernel' => true ,
];
$this -> methodMap = [
'Sylius\\Bundle\\AdminBundle\\Twig\\ChannelNameExtension' => 'getChannelNameExtensionService' ,
'Sylius\\Bundle\\AdminBundle\\Twig\\OrderUnitTaxesExtension' => 'getOrderUnitTaxesExtensionService' ,
'Sylius\\Bundle\\ChannelBundle\\Context\\FakeChannel\\FakeChannelCodeProviderInterface' => 'getFakeChannelCodeProviderInterfaceService' ,
'Sylius\\Bundle\\ThemeBundle\\Asset\\PathResolverInterface' => 'getPathResolverInterfaceService' ,
'Sylius\\Bundle\\ThemeBundle\\Configuration\\ConfigurationProcessorInterface' => 'getConfigurationProcessorInterfaceService' ,
'Sylius\\Bundle\\ThemeBundle\\Factory\\FinderFactoryInterface' => 'getFinderFactoryInterfaceService' ,
'Sylius\\Bundle\\ThemeBundle\\Factory\\ThemeAuthorFactoryInterface' => 'getThemeAuthorFactoryInterfaceService' ,
'Sylius\\Bundle\\ThemeBundle\\Factory\\ThemeFactoryInterface' => 'getThemeFactoryInterfaceService' ,
'Sylius\\Bundle\\ThemeBundle\\Factory\\ThemeScreenshotFactoryInterface' => 'getThemeScreenshotFactoryInterfaceService' ,
'Sylius\\Bundle\\ThemeBundle\\Filesystem\\FilesystemInterface' => 'getFilesystemInterfaceService' ,
'Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface' => 'getThemeHierarchyProviderInterfaceService' ,
'Sylius\\Bundle\\ThemeBundle\\Loader\\CircularDependencyCheckerInterface' => 'getCircularDependencyCheckerInterfaceService' ,
'Sylius\\Bundle\\ThemeBundle\\Loader\\ThemeLoaderInterface' => 'getThemeLoaderInterfaceService' ,
'Sylius\\Bundle\\ThemeBundle\\Locator\\ResourceLocatorInterface' => 'getResourceLocatorInterfaceService' ,
'Sylius\\Bundle\\ThemeBundle\\Templating\\Locator\\TemplateLocatorInterface' => 'getTemplateLocatorInterfaceService' ,
'Sylius\\Bundle\\ThemeBundle\\Translation\\Finder\\TranslationFilesFinderInterface' => 'getTranslationFilesFinderInterfaceService' ,
'Sylius\\Bundle\\ThemeBundle\\Translation\\Provider\\Loader\\TranslatorLoaderProviderInterface' => 'getTranslatorLoaderProviderInterfaceService' ,
'Sylius\\Bundle\\ThemeBundle\\Translation\\Provider\\Resource\\TranslatorResourceProviderInterface' => 'getTranslatorResourceProviderInterfaceService' ,
'Sylius\\Bundle\\UiBundle\\Twig\\LegacySonataBlockExtension' => 'getLegacySonataBlockExtensionService' ,
'Sylius\\Component\\Channel\\Context\\ChannelContextInterface' => 'getChannelContextInterfaceService' ,
'Sylius\\Component\\Channel\\Context\\RequestBased\\RequestResolverInterface' => 'getRequestResolverInterfaceService' ,
'Sylius\\Component\\Locale\\Context\\LocaleContextInterface' => 'getLocaleContextInterfaceService' ,
'Sylius\\Component\\Payment\\Resolver\\PaymentMethodsResolverInterface' => 'getPaymentMethodsResolverInterfaceService' ,
'cache.app' => 'getCache_AppService' ,
'cache.system' => 'getCache_SystemService' ,
'data_collector.dump' => 'getDataCollector_DumpService' ,
'doctrine' => 'getDoctrineService' ,
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService' ,
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService' ,
'event_dispatcher' => 'getEventDispatcherService' ,
'filesystem' => 'getFilesystemService' ,
'form.factory' => 'getForm_FactoryService' ,
'google_tag_manager' => 'getGoogleTagManagerService' ,
'hateoas.generator.registry' => 'getHateoas_Generator_RegistryService' ,
'hateoas.helper.link' => 'getHateoas_Helper_LinkService' ,
'http_kernel' => 'getHttpKernelService' ,
'knp_menu.matcher' => 'getKnpMenu_MatcherService' ,
'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService' ,
'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService' ,
'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService' ,
'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService' ,
'listener.google_tag_manager' => 'getListener_GoogleTagManagerService' ,
'message_bus' => 'getMessageBusService' ,
'payum.profiler.payum_collector' => 'getPayum_Profiler_PayumCollectorService' ,
'profiler' => 'getProfilerService' ,
'request_stack' => 'getRequestStackService' ,
'router' => 'getRouterService' ,
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService' ,
'security.token_storage' => 'getSecurity_TokenStorageService' ,
'serializer' => 'getSerializerService' ,
'session' => 'getSessionService' ,
'sm.callback_factory' => 'getSm_CallbackFactoryService' ,
'sm.factory' => 'getSm_FactoryService' ,
'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService' ,
'sonata.block.manager' => 'getSonata_Block_ManagerService' ,
'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService' ,
'sylius.adjustments_aggregator' => 'getSylius_AdjustmentsAggregatorService' ,
'sylius.api.swagger_admin_authentication_documentation_normalizer' => 'getSylius_Api_SwaggerAdminAuthenticationDocumentationNormalizerService' ,
'sylius.api.swagger_shop_authentication_documentation_normalizer' => 'getSylius_Api_SwaggerShopAuthenticationDocumentationNormalizerService' ,
'sylius.availability_checker.default' => 'getSylius_AvailabilityChecker_DefaultService' ,
'sylius.calculator.order_items_subtotal' => 'getSylius_Calculator_OrderItemsSubtotalService' ,
'sylius.calculator.product_variant_price' => 'getSylius_Calculator_ProductVariantPriceService' ,
'sylius.canonicalizer' => 'getSylius_CanonicalizerService' ,
'sylius.category_requirement_shipping_method_eligibility_checker' => 'getSylius_CategoryRequirementShippingMethodEligibilityCheckerService' ,
'sylius.checker.order_payment_method_selection_requirement' => 'getSylius_Checker_OrderPaymentMethodSelectionRequirementService' ,
'sylius.checker.order_shipping_method_selection_requirement' => 'getSylius_Checker_OrderShippingMethodSelectionRequirementService' ,
'sylius.context.cart' => 'getSylius_Context_CartService' ,
'sylius.context.cart.customer_and_channel_based' => 'getSylius_Context_Cart_CustomerAndChannelBasedService' ,
'sylius.context.cart.new' => 'getSylius_Context_Cart_NewService' ,
'sylius.context.cart.session_and_channel_based' => 'getSylius_Context_Cart_SessionAndChannelBasedService' ,
'sylius.context.channel.fake_channel.persister' => 'getSylius_Context_Channel_FakeChannel_PersisterService' ,
'sylius.context.currency.channel_aware' => 'getSylius_Context_Currency_ChannelAwareService' ,
'sylius.context.currency.storage_based' => 'getSylius_Context_Currency_StorageBasedService' ,
'sylius.context.customer' => 'getSylius_Context_CustomerService' ,
'sylius.context.locale.admin_based' => 'getSylius_Context_Locale_AdminBasedService' ,
'sylius.context.locale.provider_based' => 'getSylius_Context_Locale_ProviderBasedService' ,
'sylius.context.locale.request_based' => 'getSylius_Context_Locale_RequestBasedService' ,
'sylius.context.shopper' => 'getSylius_Context_ShopperService' ,
'sylius.currency_converter' => 'getSylius_CurrencyConverterService' ,
'sylius.custom_bulk_action_grid_renderer.twig' => 'getSylius_CustomBulkActionGridRenderer_TwigService' ,
'sylius.custom_grid_renderer.twig' => 'getSylius_CustomGridRenderer_TwigService' ,
'sylius.factory.order' => 'getSylius_Factory_OrderService' ,
'sylius.grid.data_extractor.property_access' => 'getSylius_Grid_DataExtractor_PropertyAccessService' ,
'sylius.grid_field.datetime' => 'getSylius_GridField_DatetimeService' ,
'sylius.grid_field.string' => 'getSylius_GridField_StringService' ,
'sylius.grid_field.twig' => 'getSylius_GridField_TwigService' ,
'sylius.listener.non_channel_request_locale' => 'getSylius_Listener_NonChannelRequestLocaleService' ,
'sylius.listener.request_locale_setter' => 'getSylius_Listener_RequestLocaleSetterService' ,
'sylius.listener.session_cart' => 'getSylius_Listener_SessionCartService' ,
'sylius.locale_converter' => 'getSylius_LocaleConverterService' ,
'sylius.locale_provider.channel_based' => 'getSylius_LocaleProvider_ChannelBasedService' ,
'sylius.money_formatter' => 'getSylius_MoneyFormatterService' ,
'sylius.payment_methods_resolver.channel_based' => 'getSylius_PaymentMethodsResolver_ChannelBasedService' ,
'sylius.product_variant_resolver.default' => 'getSylius_ProductVariantResolver_DefaultService' ,
'sylius.provider.product_variants_prices' => 'getSylius_Provider_ProductVariantsPricesService' ,
'sylius.province_naming_provider' => 'getSylius_ProvinceNamingProviderService' ,
'sylius.registry.grid_field' => 'getSylius_Registry_GridFieldService' ,
'sylius.registry.payment_methods_resolver' => 'getSylius_Registry_PaymentMethodsResolverService' ,
'sylius.registry.shipping_method_rule_checker' => 'getSylius_Registry_ShippingMethodRuleCheckerService' ,
'sylius.registry.shipping_methods_resolver' => 'getSylius_Registry_ShippingMethodsResolverService' ,
'sylius.repository.channel' => 'getSylius_Repository_ChannelService' ,
'sylius.repository.exchange_rate' => 'getSylius_Repository_ExchangeRateService' ,
'sylius.repository.order' => 'getSylius_Repository_OrderService' ,
'sylius.repository.payment_method' => 'getSylius_Repository_PaymentMethodService' ,
'sylius.repository.province' => 'getSylius_Repository_ProvinceService' ,
'sylius.repository.shipping_method' => 'getSylius_Repository_ShippingMethodService' ,
'sylius.repository.theme' => 'getSylius_Repository_ThemeService' ,
'sylius.repository.zone' => 'getSylius_Repository_ZoneService' ,
'sylius.shipping_method_eligibility_checker' => 'getSylius_ShippingMethodEligibilityCheckerService' ,
'sylius.shipping_method_rule_checker.order_total_greater_than_or_equal' => 'getSylius_ShippingMethodRuleChecker_OrderTotalGreaterThanOrEqualService' ,
'sylius.shipping_method_rule_checker.order_total_less_than_or_equal' => 'getSylius_ShippingMethodRuleChecker_OrderTotalLessThanOrEqualService' ,
'sylius.shipping_method_rule_checker.total_weight_greater_than_or_equal' => 'getSylius_ShippingMethodRuleChecker_TotalWeightGreaterThanOrEqualService' ,
'sylius.shipping_method_rule_checker.total_weight_less_than_or_equal' => 'getSylius_ShippingMethodRuleChecker_TotalWeightLessThanOrEqualService' ,
'sylius.shipping_method_rules_shipping_method_eligibility_checker' => 'getSylius_ShippingMethodRulesShippingMethodEligibilityCheckerService' ,
'sylius.shipping_methods_resolver' => 'getSylius_ShippingMethodsResolverService' ,
'sylius.shipping_methods_resolver.default' => 'getSylius_ShippingMethodsResolver_DefaultService' ,
'sylius.shipping_methods_resolver.zones_and_channel_based' => 'getSylius_ShippingMethodsResolver_ZonesAndChannelBasedService' ,
'sylius.storage.cart_session' => 'getSylius_Storage_CartSessionService' ,
'sylius.storage.cookie' => 'getSylius_Storage_CookieService' ,
'sylius.storage.currency' => 'getSylius_Storage_CurrencyService' ,
'sylius.templating.helper.adjustment' => 'getSylius_Templating_Helper_AdjustmentService' ,
'sylius.templating.helper.bulk_action_grid' => 'getSylius_Templating_Helper_BulkActionGridService' ,
'sylius.templating.helper.checkout_steps' => 'getSylius_Templating_Helper_CheckoutStepsService' ,
'sylius.templating.helper.convert_money' => 'getSylius_Templating_Helper_ConvertMoneyService' ,
'sylius.templating.helper.currency' => 'getSylius_Templating_Helper_CurrencyService' ,
'sylius.templating.helper.format_money' => 'getSylius_Templating_Helper_FormatMoneyService' ,
'sylius.templating.helper.grid' => 'getSylius_Templating_Helper_GridService' ,
'sylius.templating.helper.inventory' => 'getSylius_Templating_Helper_InventoryService' ,
'sylius.templating.helper.locale' => 'getSylius_Templating_Helper_LocaleService' ,
'sylius.templating.helper.price' => 'getSylius_Templating_Helper_PriceService' ,
'sylius.templating.helper.product_variants_prices' => 'getSylius_Templating_Helper_ProductVariantsPricesService' ,
'sylius.templating.helper.variant_resolver' => 'getSylius_Templating_Helper_VariantResolverService' ,
'sylius.theme.configuration.provider' => 'getSylius_Theme_Configuration_ProviderService' ,
'sylius.theme.locator.application_resource' => 'getSylius_Theme_Locator_ApplicationResourceService' ,
'sylius.theme.locator.bundle_resource' => 'getSylius_Theme_Locator_BundleResourceService' ,
'sylius.theme.templating.cache' => 'getSylius_Theme_Templating_CacheService' ,
'sylius.translator.listener' => 'getSylius_Translator_ListenerService' ,
'sylius.twig.extension.channels_currencies' => 'getSylius_Twig_Extension_ChannelsCurrenciesService' ,
'sylius.twig.extension.country_name' => 'getSylius_Twig_Extension_CountryNameService' ,
'sylius.twig.extension.form_test_attribute_array' => 'getSylius_Twig_Extension_FormTestAttributeArrayService' ,
'sylius.twig.extension.form_test_attribute_name' => 'getSylius_Twig_Extension_FormTestAttributeNameService' ,
'sylius.twig.extension.merge_recursive' => 'getSylius_Twig_Extension_MergeRecursiveService' ,
'sylius.twig.extension.province_naming' => 'getSylius_Twig_Extension_ProvinceNamingService' ,
'sylius.twig.extension.shop' => 'getSylius_Twig_Extension_ShopService' ,
'sylius.twig.extension.sylius_bundle_loaded_checker' => 'getSylius_Twig_Extension_SyliusBundleLoadedCheckerService' ,
'sylius.twig.extension.widget.admin_notification' => 'getSylius_Twig_Extension_Widget_AdminNotificationService' ,
'sylius.validator.customer_initializer' => 'getSylius_Validator_CustomerInitializerService' ,
'sylius.zone_matcher' => 'getSylius_ZoneMatcherService' ,
'sylius_resource.doctrine.mapping_driver_chain' => 'getSyliusResource_Doctrine_MappingDriverChainService' ,
'translator' => 'getTranslatorService' ,
'twig' => 'getTwigService' ,
'validator' => 'getValidatorService' ,
'var_dumper.cloner' => 'getVarDumper_ClonerService' ,
'sylus.payum_action.offline.status' => 'getSylus_PayumAction_Offline_StatusService' ,
];
$this -> fileMap = [
'Faker\\Generator' => 'getGeneratorService.php' ,
'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService.php' ,
'Payum\\Bundle\\PayumBundle\\Controller\\AuthorizeController' => 'getAuthorizeControllerService.php' ,
'Payum\\Bundle\\PayumBundle\\Controller\\CancelController' => 'getCancelControllerService.php' ,
'Payum\\Bundle\\PayumBundle\\Controller\\CaptureController' => 'getCaptureControllerService.php' ,
'Payum\\Bundle\\PayumBundle\\Controller\\NotifyController' => 'getNotifyControllerService.php' ,
'Payum\\Bundle\\PayumBundle\\Controller\\PayoutController' => 'getPayoutControllerService.php' ,
'Payum\\Bundle\\PayumBundle\\Controller\\RefundController' => 'getRefundControllerService.php' ,
'Payum\\Bundle\\PayumBundle\\Controller\\SyncController' => 'getSyncControllerService.php' ,
'SebastianBergmann\\Diff\\Differ' => 'getDifferService.php' ,
'Sylius\\Bundle\\AdminApiBundle\\Command\\CreateClientCommand' => 'getCreateClientCommandService.php' ,
'Sylius\\Bundle\\AdminBundle\\Action\\RemoveAvatarAction' => 'getRemoveAvatarActionService.php' ,
'Sylius\\Bundle\\AdminBundle\\Action\\ResendOrderConfirmationEmailAction' => 'getResendOrderConfirmationEmailActionService.php' ,
'Sylius\\Bundle\\AdminBundle\\Action\\ResendShipmentConfirmationEmailAction' => 'getResendShipmentConfirmationEmailActionService.php' ,
'Sylius\\Bundle\\AdminBundle\\EmailManager\\OrderEmailManagerInterface' => 'getOrderEmailManagerInterfaceService.php' ,
'Sylius\\Bundle\\AdminBundle\\Provider\\StatisticsDataProviderInterface' => 'getStatisticsDataProviderInterfaceService.php' ,
'Sylius\\Bundle\\CoreBundle\\Command\\CancelUnpaidOrdersCommand' => 'getCancelUnpaidOrdersCommandService.php' ,
'Sylius\\Bundle\\CoreBundle\\Command\\CheckRequirementsCommand' => 'getCheckRequirementsCommandService.php' ,
'Sylius\\Bundle\\CoreBundle\\Command\\InformAboutGUSCommand' => 'getInformAboutGUSCommandService.php' ,
'Sylius\\Bundle\\CoreBundle\\Command\\InstallAssetsCommand' => 'getInstallAssetsCommandService.php' ,
'Sylius\\Bundle\\CoreBundle\\Command\\InstallCommand' => 'getInstallCommandService.php' ,
'Sylius\\Bundle\\CoreBundle\\Command\\InstallDatabaseCommand' => 'getInstallDatabaseCommandService.php' ,
'Sylius\\Bundle\\CoreBundle\\Command\\InstallSampleDataCommand' => 'getInstallSampleDataCommandService.php' ,
'Sylius\\Bundle\\CoreBundle\\Command\\SetupCommand' => 'getSetupCommandService.php' ,
'Sylius\\Bundle\\CoreBundle\\Command\\ShowAvailablePluginsCommand' => 'getShowAvailablePluginsCommandService.php' ,
'Sylius\\Bundle\\CoreBundle\\Security\\UserImpersonatorInterface' => 'getUserImpersonatorInterfaceService.php' ,
'Sylius\\Bundle\\FixturesBundle\\Listener\\ListenerRegistryInterface' => 'getListenerRegistryInterfaceService.php' ,
'Sylius\\Bundle\\FixturesBundle\\Suite\\SuiteFactoryInterface' => 'getSuiteFactoryInterfaceService.php' ,
'Sylius\\Bundle\\OrderBundle\\Command\\RemoveExpiredCartsCommand' => 'getRemoveExpiredCartsCommandService.php' ,
'Sylius\\Bundle\\PromotionBundle\\Command\\GenerateCouponsCommand' => 'getGenerateCouponsCommandService.php' ,
'Sylius\\Bundle\\ThemeBundle\\Command\\AssetsInstallCommand' => 'getAssetsInstallCommandService.php' ,
'Sylius\\Bundle\\ThemeBundle\\Command\\ListCommand' => 'getListCommandService.php' ,
'Sylius\\Bundle\\UserBundle\\Command\\DemoteUserCommand' => 'getDemoteUserCommandService.php' ,
'Sylius\\Bundle\\UserBundle\\Command\\PromoteUserCommand' => 'getPromoteUserCommandService.php' ,
'Sylius\\Component\\Addressing\\Factory\\ZoneFactoryInterface' => 'getZoneFactoryInterfaceService.php' ,
'Sylius\\Component\\Channel\\Factory\\ChannelFactoryInterface' => 'getChannelFactoryInterfaceService.php' ,
'Sylius\\Component\\Core\\Dashboard\\SalesDataProviderInterface' => 'getSalesDataProviderInterfaceService.php' ,
'Sylius\\Component\\Core\\Factory\\PaymentMethodFactoryInterface' => 'getPaymentMethodFactoryInterfaceService.php' ,
'Sylius\\Component\\Core\\Factory\\PromotionActionFactoryInterface' => 'getPromotionActionFactoryInterfaceService.php' ,
'Sylius\\Component\\Core\\Factory\\PromotionRuleFactoryInterface' => 'getPromotionRuleFactoryInterfaceService.php' ,
'Sylius\\Component\\Core\\Generator\\ImagePathGeneratorInterface' => 'getImagePathGeneratorInterfaceService.php' ,
'Sylius\\Component\\Core\\Inventory\\Operator\\OrderInventoryOperatorInterface' => 'getOrderInventoryOperatorInterfaceService.php' ,
'Sylius\\Component\\Order\\Factory\\AdjustmentFactoryInterface' => 'getAdjustmentFactoryInterfaceService.php' ,
'Sylius\\Component\\Payment\\Factory\\PaymentFactoryInterface' => 'getPaymentFactoryInterfaceService.php' ,
'Sylius\\Component\\Payment\\Resolver\\DefaultPaymentMethodResolverInterface' => 'getDefaultPaymentMethodResolverInterfaceService.php' ,
'Sylius\\Component\\Product\\Factory\\ProductFactoryInterface' => 'getProductFactoryInterfaceService.php' ,
'Sylius\\Component\\Product\\Factory\\ProductVariantFactoryInterface' => 'getProductVariantFactoryInterfaceService.php' ,
'Sylius\\Component\\Promotion\\Factory\\PromotionCouponFactoryInterface' => 'getPromotionCouponFactoryInterfaceService.php' ,
'Sylius\\Component\\Taxonomy\\Factory\\TaxonFactoryInterface' => 'getTaxonFactoryInterfaceService.php' ,
'Sylius\\PayPalPlugin\\Controller\\CancelPayPalCheckoutPaymentAction' => 'getCancelPayPalCheckoutPaymentActionService.php' ,
'Sylius\\PayPalPlugin\\Controller\\CancelPayPalOrderAction' => 'getCancelPayPalOrderActionService.php' ,
'Sylius\\PayPalPlugin\\Controller\\CancelPayPalPaymentAction' => 'getCancelPayPalPaymentActionService.php' ,
'Sylius\\PayPalPlugin\\Controller\\CompletePayPalOrderAction' => 'getCompletePayPalOrderActionService.php' ,
'Sylius\\PayPalPlugin\\Controller\\CompletePayPalOrderFromPaymentPageAction' => 'getCompletePayPalOrderFromPaymentPageActionService.php' ,
'Sylius\\PayPalPlugin\\Controller\\CreatePayPalOrderAction' => 'getCreatePayPalOrderActionService.php' ,
'Sylius\\PayPalPlugin\\Controller\\CreatePayPalOrderFromCartAction' => 'getCreatePayPalOrderFromCartActionService.php' ,
'Sylius\\PayPalPlugin\\Controller\\CreatePayPalOrderFromPaymentPageAction' => 'getCreatePayPalOrderFromPaymentPageActionService.php' ,
'Sylius\\PayPalPlugin\\Controller\\DownloadPayoutsReportAction' => 'getDownloadPayoutsReportActionService.php' ,
'Sylius\\PayPalPlugin\\Controller\\EnableSellerAction' => 'getEnableSellerActionService.php' ,
'Sylius\\PayPalPlugin\\Controller\\PayPalButtonsController' => 'getPayPalButtonsControllerService.php' ,
'Sylius\\PayPalPlugin\\Controller\\PayPalPaymentOnErrorAction' => 'getPayPalPaymentOnErrorActionService.php' ,
'Sylius\\PayPalPlugin\\Controller\\PayWithPayPalFormAction' => 'getPayWithPayPalFormActionService.php' ,
'Sylius\\PayPalPlugin\\Controller\\ProcessPayPalOrderAction' => 'getProcessPayPalOrderActionService.php' ,
'Sylius\\PayPalPlugin\\Controller\\UpdatePayPalOrderAction' => 'getUpdatePayPalOrderActionService.php' ,
'Sylius\\PayPalPlugin\\Controller\\Webhook\\RefundOrderAction' => 'getRefundOrderActionService.php' ,
'Sylius\\PayPalPlugin\\Payum\\Action\\AuthorizeAction' => 'getAuthorizeActionService.php' ,
'Sylius\\PayPalPlugin\\Payum\\Action\\CaptureAction' => 'getCaptureActionService.php' ,
'Sylius\\PayPalPlugin\\Payum\\Action\\CompleteOrderAction' => 'getCompleteOrderActionService.php' ,
'Sylius\\PayPalPlugin\\Payum\\Action\\ResolveNextRouteAction' => 'getResolveNextRouteActionService.php' ,
'Sylius\\PayPalPlugin\\Processor\\PayPalOrderCompleteProcessor' => 'getPayPalOrderCompleteProcessorService.php' ,
'Sylius\\PayPalPlugin\\Processor\\PaymentRefundProcessorInterface' => 'getPaymentRefundProcessorInterfaceService.php' ,
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php' ,
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php' ,
'Symfony\\Component\\Console\\Style\\SymfonyStyle' => 'getSymfonyStyleService.php' ,
'Symplify\\ConsoleColorDiff\\ConsoleColorDiffBundle' => 'getConsoleColorDiffBundleService.php' ,
'Symplify\\ConsoleColorDiff\\Console\\Formatter\\ColorConsoleDiffFormatter' => 'getColorConsoleDiffFormatterService.php' ,
'Symplify\\ConsoleColorDiff\\Console\\Output\\ConsoleDiffer' => 'getConsoleDifferService.php' ,
'Symplify\\ConsoleColorDiff\\DependencyInjection\\Extension\\ConsoleColorDiffExtension' => 'getConsoleColorDiffExtensionService.php' ,
'Symplify\\PackageBuilder\\Console\\Style\\SymfonyStyleFactory' => 'getSymfonyStyleFactoryService.php' ,
'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService.php' ,
'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService.php' ,
'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService.php' ,
'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService.php' ,
'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService.php' ,
'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService.php' ,
'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService.php' ,
'cache.app_clearer' => 'getCache_AppClearerService.php' ,
'cache.global_clearer' => 'getCache_GlobalClearerService.php' ,
'cache.system_clearer' => 'getCache_SystemClearerService.php' ,
'cache_clearer' => 'getCacheClearerService.php' ,
'cache_warmer' => 'getCacheWarmerService.php' ,
'console.command.public_alias.Sylius\\Bundle\\FixturesBundle\\Command\\FixturesListCommand' => 'getFixturesListCommandService.php' ,
'console.command.public_alias.Sylius\\Bundle\\FixturesBundle\\Command\\FixturesLoadCommand' => 'getFixturesLoadCommandService.php' ,
'console.command.public_alias.api_platform.json_schema.json_schema_generate_command' => 'getConsole_Command_PublicAlias_ApiPlatform_JsonSchema_JsonSchemaGenerateCommandService.php' ,
'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php' ,
'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php' ,
'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php' ,
'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php' ,
'console.command.public_alias.fos_oauth_server.clean_command' => 'getConsole_Command_PublicAlias_FosOauthServer_CleanCommandService.php' ,
'console.command.public_alias.fos_oauth_server.create_client_command' => 'getConsole_Command_PublicAlias_FosOauthServer_CreateClientCommandService.php' ,
'console.command_loader' => 'getConsole_CommandLoaderService.php' ,
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php' ,
'error_controller' => 'getErrorControllerService.php' ,
'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService.php' ,
'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService.php' ,
'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService.php' ,
'form.type.file' => 'getForm_Type_FileService.php' ,
'fos_oauth_server.controller.authorize' => 'getFosOauthServer_Controller_AuthorizeService.php' ,
'fos_oauth_server.controller.token' => 'getFosOauthServer_Controller_TokenService.php' ,
'fos_rest.exception.controller' => 'getFosRest_Exception_ControllerService.php' ,
'fos_rest.exception.twig_controller' => 'getFosRest_Exception_TwigControllerService.php' ,
'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService.php' ,
'fos_rest.view_handler' => 'getFosRest_ViewHandlerService.php' ,
'gaufrette.sylius_image_filesystem' => 'getGaufrette_SyliusImageFilesystemService.php' ,
'hateoas.event_subscriber.json' => 'getHateoas_EventSubscriber_JsonService.php' ,
'hateoas.event_subscriber.xml' => 'getHateoas_EventSubscriber_XmlService.php' ,
'hateoas.expression.link' => 'getHateoas_Expression_LinkService.php' ,
'jms_serializer' => 'getJmsSerializerService.php' ,
'jms_serializer.array_collection_handler' => 'getJmsSerializer_ArrayCollectionHandlerService.php' ,
'jms_serializer.constraint_violation_handler' => 'getJmsSerializer_ConstraintViolationHandlerService.php' ,
'jms_serializer.datetime_handler' => 'getJmsSerializer_DatetimeHandlerService.php' ,
'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService.php' ,
'jms_serializer.doctrine_proxy_subscriber' => 'getJmsSerializer_DoctrineProxySubscriberService.php' ,
'jms_serializer.form_error_handler' => 'getJmsSerializer_FormErrorHandlerService.php' ,
'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService.php' ,
'jms_serializer.json_deserialization_visitor' => 'getJmsSerializer_JsonDeserializationVisitorService.php' ,
'jms_serializer.json_serialization_visitor' => 'getJmsSerializer_JsonSerializationVisitorService.php' ,
'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService.php' ,
'jms_serializer.object_constructor' => 'getJmsSerializer_ObjectConstructorService.php' ,
'jms_serializer.php_collection_handler' => 'getJmsSerializer_PhpCollectionHandlerService.php' ,
'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService.php' ,
'jms_serializer.stopwatch_subscriber' => 'getJmsSerializer_StopwatchSubscriberService.php' ,
'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php' ,
'jms_serializer.xml_deserialization_visitor' => 'getJmsSerializer_XmlDeserializationVisitorService.php' ,
'jms_serializer.xml_serialization_visitor' => 'getJmsSerializer_XmlSerializationVisitorService.php' ,
'jms_serializer.yaml_serialization_visitor' => 'getJmsSerializer_YamlSerializationVisitorService.php' ,
'knp_gaufrette.filesystem_map' => 'getKnpGaufrette_FilesystemMapService.php' ,
'knp_menu.factory' => 'getKnpMenu_FactoryService.php' ,
'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService.php' ,
'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService.php' ,
'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService.php' ,
'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService.php' ,
'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService.php' ,
'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService.php' ,
'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService.php' ,
'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService.php' ,
'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService.php' ,
'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService.php' ,
'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService.php' ,
'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService.php' ,
'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService.php' ,
'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService.php' ,
'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService.php' ,
'monolog.logger.paypal' => 'getMonolog_Logger_PaypalService.php' ,
'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService.php' ,
'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService.php' ,
'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService.php' ,
'payum' => 'getPayumService.php' ,
'payum.action.get_http_request' => 'getPayum_Action_GetHttpRequestService.php' ,
'payum.action.obtain_credit_card_builder' => 'getPayum_Action_ObtainCreditCardBuilderService.php' ,
'payum.builder' => 'getPayum_BuilderService.php' ,
'payum.converter.reply_to_http_response' => 'getPayum_Converter_ReplyToHttpResponseService.php' ,
'payum.dynamic_gateways.config_storage' => 'getPayum_DynamicGateways_ConfigStorageService.php' ,
'payum.dynamic_registry' => 'getPayum_DynamicRegistryService.php' ,
'payum.extension.log_executed_actions' => 'getPayum_Extension_LogExecutedActionsService.php' ,
'payum.extension.logger' => 'getPayum_Extension_LoggerService.php' ,
'payum.extension.storage.app_entity_order_order' => 'getPayum_Extension_Storage_AppEntityOrderOrderService.php' ,
'payum.extension.storage.app_entity_payment_payment' => 'getPayum_Extension_Storage_AppEntityPaymentPaymentService.php' ,
'payum.form.extension.gateway_factories_choice' => 'getPayum_Form_Extension_GatewayFactoriesChoiceService.php' ,
'payum.form.type.credit_card' => 'getPayum_Form_Type_CreditCardService.php' ,
'payum.form.type.credit_card_expiration_date' => 'getPayum_Form_Type_CreditCardExpirationDateService.php' ,
'payum.form.type.gateway_config' => 'getPayum_Form_Type_GatewayConfigService.php' ,
'payum.form.type.gateway_factories_choice' => 'getPayum_Form_Type_GatewayFactoriesChoiceService.php' ,
'payum.listener.reply_to_http_response' => 'getPayum_Listener_ReplyToHttpResponseService.php' ,
'payum.security.token_storage' => 'getPayum_Security_TokenStorageService.php' ,
'payum.static_registry' => 'getPayum_StaticRegistryService.php' ,
'payum.storage.app_entity_order_order' => 'getPayum_Storage_AppEntityOrderOrderService.php' ,
'payum.storage.app_entity_payment_payment' => 'getPayum_Storage_AppEntityPaymentPaymentService.php' ,
'payum.storage.sylius_bundle_payumbundle_model_gatewayconfig' => 'getPayum_Storage_SyliusBundlePayumbundleModelGatewayconfigService.php' ,
'payum.storage.sylius_bundle_payumbundle_model_paymentsecuritytoken' => 'getPayum_Storage_SyliusBundlePayumbundleModelPaymentsecuritytokenService.php' ,
'routing.loader' => 'getRouting_LoaderService.php' ,
'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php' ,
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php' ,
'security.password_encoder' => 'getSecurity_PasswordEncoderService.php' ,
'services_resetter' => 'getServicesResetterService.php' ,
'sm.callback.cascade_transition' => 'getSm_Callback_CascadeTransitionService.php' ,
'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService.php' ,
'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService.php' ,
'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService.php' ,
'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService.php' ,
'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService.php' ,
'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService.php' ,
'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService.php' ,
'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService.php' ,
'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService.php' ,
'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService.php' ,
'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService.php' ,
'sonata.block.service.rss' => 'getSonata_Block_Service_RssService.php' ,
'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService.php' ,
'sonata.block.service.text' => 'getSonata_Block_Service_TextService.php' ,
'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php' ,
'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php' ,
'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService.php' ,
'sylius.active_promotions_provider' => 'getSylius_ActivePromotionsProviderService.php' ,
'sylius.address_comparator' => 'getSylius_AddressComparatorService.php' ,
'sylius.admin.menu_builder.customer.show' => 'getSylius_Admin_MenuBuilder_Customer_ShowService.php' ,
'sylius.admin.menu_builder.main' => 'getSylius_Admin_MenuBuilder_MainService.php' ,
'sylius.admin.menu_builder.order.show' => 'getSylius_Admin_MenuBuilder_Order_ShowService.php' ,
'sylius.admin.menu_builder.product.update' => 'getSylius_Admin_MenuBuilder_Product_UpdateService.php' ,
'sylius.admin.menu_builder.product_form' => 'getSylius_Admin_MenuBuilder_ProductFormService.php' ,
'sylius.admin.menu_builder.product_variant_form' => 'getSylius_Admin_MenuBuilder_ProductVariantFormService.php' ,
'sylius.admin.menu_builder.promotion.update' => 'getSylius_Admin_MenuBuilder_Promotion_UpdateService.php' ,
'sylius.admin_user.pin_generator.password_reset' => 'getSylius_AdminUser_PinGenerator_PasswordResetService.php' ,
'sylius.admin_user.token_generator.email_verification' => 'getSylius_AdminUser_TokenGenerator_EmailVerificationService.php' ,
'sylius.admin_user.token_generator.password_reset' => 'getSylius_AdminUser_TokenGenerator_PasswordResetService.php' ,
'sylius.api.archiving_shipping_method_applicator' => 'getSylius_Api_ArchivingShippingMethodApplicatorService.php' ,
'sylius.api.doctrine.query_collection_extension.hide_archived_shipping_method' => 'getSylius_Api_Doctrine_QueryCollectionExtension_HideArchivedShippingMethodService.php' ,
'sylius.api.doctrine.query_collection_extension.products_by_channel_and_locale_code' => 'getSylius_Api_Doctrine_QueryCollectionExtension_ProductsByChannelAndLocaleCodeService.php' ,
'sylius.api.doctrine.query_item_extension.delete_order' => 'getSylius_Api_Doctrine_QueryItemExtension_DeleteOrderService.php' ,
'sylius.api.doctrine.query_item_extension.get_order' => 'getSylius_Api_Doctrine_QueryItemExtension_GetOrderService.php' ,
'sylius.api.order_state_machine_transition_applicator' => 'getSylius_Api_OrderStateMachineTransitionApplicatorService.php' ,
'sylius.api.payment_state_machine_transition_applicator' => 'getSylius_Api_PaymentStateMachineTransitionApplicatorService.php' ,
'sylius.api.product_review_state_machine_transition_applicator' => 'getSylius_Api_ProductReviewStateMachineTransitionApplicatorService.php' ,
'sylius.api.shipment_state_machine_transition_applicator' => 'getSylius_Api_ShipmentStateMachineTransitionApplicatorService.php' ,
'sylius.api.upload_avatar_image_action' => 'getSylius_Api_UploadAvatarImageActionService.php' ,
'sylius.attribute_type.checkbox' => 'getSylius_AttributeType_CheckboxService.php' ,
'sylius.attribute_type.date' => 'getSylius_AttributeType_DateService.php' ,
'sylius.attribute_type.datetime' => 'getSylius_AttributeType_DatetimeService.php' ,
'sylius.attribute_type.integer' => 'getSylius_AttributeType_IntegerService.php' ,
'sylius.attribute_type.percent' => 'getSylius_AttributeType_PercentService.php' ,
'sylius.attribute_type.select' => 'getSylius_AttributeType_SelectService.php' ,
'sylius.attribute_type.select.value.translations' => 'getSylius_AttributeType_Select_Value_TranslationsService.php' ,
'sylius.attribute_type.text' => 'getSylius_AttributeType_TextService.php' ,
'sylius.attribute_type.textarea' => 'getSylius_AttributeType_TextareaService.php' ,
'sylius.available_product_option_values_resolver' => 'getSylius_AvailableProductOptionValuesResolverService.php' ,
'sylius.average_rating_calculator' => 'getSylius_AverageRatingCalculatorService.php' ,
'sylius.calendar' => 'getSylius_CalendarService.php' ,
'sylius.checker.product_variants_parity' => 'getSylius_Checker_ProductVariantsParityService.php' ,
'sylius.commands_provider.database_setup' => 'getSylius_CommandsProvider_DatabaseSetupService.php' ,
'sylius.console.command.resource_debug' => 'getSylius_Console_Command_ResourceDebugService.php' ,
'sylius.controller.address' => 'getSylius_Controller_AddressService.php' ,
'sylius.controller.address_log_entry' => 'getSylius_Controller_AddressLogEntryService.php' ,
'sylius.controller.adjustment' => 'getSylius_Controller_AdjustmentService.php' ,
'sylius.controller.admin.dashboard' => 'getSylius_Controller_Admin_DashboardService.php' ,
'sylius.controller.admin.dashboard.statistics' => 'getSylius_Controller_Admin_Dashboard_StatisticsService.php' ,
'sylius.controller.admin.notification' => 'getSylius_Controller_Admin_NotificationService.php' ,
'sylius.controller.admin_user' => 'getSylius_Controller_AdminUserService.php' ,
'sylius.controller.api_access_token' => 'getSylius_Controller_ApiAccessTokenService.php' ,
'sylius.controller.api_auth_code' => 'getSylius_Controller_ApiAuthCodeService.php' ,
'sylius.controller.api_client' => 'getSylius_Controller_ApiClientService.php' ,
'sylius.controller.api_refresh_token' => 'getSylius_Controller_ApiRefreshTokenService.php' ,
'sylius.controller.channel' => 'getSylius_Controller_ChannelService.php' ,
'sylius.controller.channel_pricing' => 'getSylius_Controller_ChannelPricingService.php' ,
'sylius.controller.country' => 'getSylius_Controller_CountryService.php' ,
'sylius.controller.currency' => 'getSylius_Controller_CurrencyService.php' ,
'sylius.controller.customer' => 'getSylius_Controller_CustomerService.php' ,
'sylius.controller.customer_group' => 'getSylius_Controller_CustomerGroupService.php' ,
'sylius.controller.customer_statistics' => 'getSylius_Controller_CustomerStatisticsService.php' ,
'sylius.controller.exchange_rate' => 'getSylius_Controller_ExchangeRateService.php' ,
'sylius.controller.gateway_config' => 'getSylius_Controller_GatewayConfigService.php' ,
'sylius.controller.impersonate_user' => 'getSylius_Controller_ImpersonateUserService.php' ,
'sylius.controller.inventory_unit' => 'getSylius_Controller_InventoryUnitService.php' ,
'sylius.controller.locale' => 'getSylius_Controller_LocaleService.php' ,
'sylius.controller.oauth_user' => 'getSylius_Controller_OauthUserService.php' ,
'sylius.controller.order' => 'getSylius_Controller_OrderService.php' ,
'sylius.controller.order_item' => 'getSylius_Controller_OrderItemService.php' ,
'sylius.controller.order_item_unit' => 'getSylius_Controller_OrderItemUnitService.php' ,
'sylius.controller.payment' => 'getSylius_Controller_PaymentService.php' ,
'sylius.controller.payment_method' => 'getSylius_Controller_PaymentMethodService.php' ,
'sylius.controller.payment_method_translation' => 'getSylius_Controller_PaymentMethodTranslationService.php' ,
'sylius.controller.payment_security_token' => 'getSylius_Controller_PaymentSecurityTokenService.php' ,
'sylius.controller.payum' => 'getSylius_Controller_PayumService.php' ,
'sylius.controller.product' => 'getSylius_Controller_ProductService.php' ,
'sylius.controller.product_association' => 'getSylius_Controller_ProductAssociationService.php' ,
'sylius.controller.product_association_type' => 'getSylius_Controller_ProductAssociationTypeService.php' ,
'sylius.controller.product_association_type_translation' => 'getSylius_Controller_ProductAssociationTypeTranslationService.php' ,
'sylius.controller.product_attribute' => 'getSylius_Controller_ProductAttributeService.php' ,
'sylius.controller.product_attribute_translation' => 'getSylius_Controller_ProductAttributeTranslationService.php' ,
'sylius.controller.product_attribute_value' => 'getSylius_Controller_ProductAttributeValueService.php' ,
'sylius.controller.product_image' => 'getSylius_Controller_ProductImageService.php' ,
'sylius.controller.product_option' => 'getSylius_Controller_ProductOptionService.php' ,
'sylius.controller.product_option_translation' => 'getSylius_Controller_ProductOptionTranslationService.php' ,
'sylius.controller.product_option_value' => 'getSylius_Controller_ProductOptionValueService.php' ,
'sylius.controller.product_option_value_translation' => 'getSylius_Controller_ProductOptionValueTranslationService.php' ,
'sylius.controller.product_review' => 'getSylius_Controller_ProductReviewService.php' ,
'sylius.controller.product_slug' => 'getSylius_Controller_ProductSlugService.php' ,
'sylius.controller.product_taxon' => 'getSylius_Controller_ProductTaxonService.php' ,
'sylius.controller.product_translation' => 'getSylius_Controller_ProductTranslationService.php' ,
'sylius.controller.product_variant' => 'getSylius_Controller_ProductVariantService.php' ,
'sylius.controller.product_variant_translation' => 'getSylius_Controller_ProductVariantTranslationService.php' ,
'sylius.controller.promotion' => 'getSylius_Controller_PromotionService.php' ,
'sylius.controller.promotion_action' => 'getSylius_Controller_PromotionActionService.php' ,
'sylius.controller.promotion_coupon' => 'getSylius_Controller_PromotionCouponService.php' ,
'sylius.controller.promotion_rule' => 'getSylius_Controller_PromotionRuleService.php' ,
'sylius.controller.province' => 'getSylius_Controller_ProvinceService.php' ,
'sylius.controller.security' => 'getSylius_Controller_SecurityService.php' ,
'sylius.controller.shipment' => 'getSylius_Controller_ShipmentService.php' ,
'sylius.controller.shipment_unit' => 'getSylius_Controller_ShipmentUnitService.php' ,
'sylius.controller.shipping_category' => 'getSylius_Controller_ShippingCategoryService.php' ,
'sylius.controller.shipping_method' => 'getSylius_Controller_ShippingMethodService.php' ,
'sylius.controller.shipping_method_rule' => 'getSylius_Controller_ShippingMethodRuleService.php' ,
'sylius.controller.shipping_method_translation' => 'getSylius_Controller_ShippingMethodTranslationService.php' ,
'sylius.controller.shop.contact' => 'getSylius_Controller_Shop_ContactService.php' ,
'sylius.controller.shop.currency_switch' => 'getSylius_Controller_Shop_CurrencySwitchService.php' ,
'sylius.controller.shop.homepage' => 'getSylius_Controller_Shop_HomepageService.php' ,
'sylius.controller.shop.locale_switch' => 'getSylius_Controller_Shop_LocaleSwitchService.php' ,
'sylius.controller.shop.security_widget' => 'getSylius_Controller_Shop_SecurityWidgetService.php' ,
'sylius.controller.shop_billing_data' => 'getSylius_Controller_ShopBillingDataService.php' ,
'sylius.controller.shop_user' => 'getSylius_Controller_ShopUserService.php' ,
'sylius.controller.show_available_payment_methods' => 'getSylius_Controller_ShowAvailablePaymentMethodsService.php' ,
'sylius.controller.show_available_shipping_methods' => 'getSylius_Controller_ShowAvailableShippingMethodsService.php' ,
'sylius.controller.tax_category' => 'getSylius_Controller_TaxCategoryService.php' ,
'sylius.controller.tax_rate' => 'getSylius_Controller_TaxRateService.php' ,
'sylius.controller.taxon' => 'getSylius_Controller_TaxonService.php' ,
'sylius.controller.taxon_image' => 'getSylius_Controller_TaxonImageService.php' ,
'sylius.controller.taxon_slug' => 'getSylius_Controller_TaxonSlugService.php' ,
'sylius.controller.taxon_translation' => 'getSylius_Controller_TaxonTranslationService.php' ,
'sylius.controller.update_product_taxon_position' => 'getSylius_Controller_UpdateProductTaxonPositionService.php' ,
'sylius.controller.user_security' => 'getSylius_Controller_UserSecurityService.php' ,
'sylius.controller.zone' => 'getSylius_Controller_ZoneService.php' ,
'sylius.controller.zone_member' => 'getSylius_Controller_ZoneMemberService.php' ,
'sylius.converter.country_name' => 'getSylius_Converter_CountryNameService.php' ,
'sylius.currency_name_converter' => 'getSylius_CurrencyNameConverterService.php' ,
'sylius.customer_ip_assigner' => 'getSylius_CustomerIpAssignerService.php' ,
'sylius.customer_order_addresses_saver' => 'getSylius_CustomerOrderAddressesSaverService.php' ,
'sylius.customer_statistics_provider' => 'getSylius_CustomerStatisticsProviderService.php' ,
'sylius.customer_unique_address_adder' => 'getSylius_CustomerUniqueAddressAdderService.php' ,
'sylius.dashboard.statistics_provider' => 'getSylius_Dashboard_StatisticsProviderService.php' ,
'sylius.doctrine.orm.event_subscriber.load_metadata.attribute' => 'getSylius_Doctrine_Orm_EventSubscriber_LoadMetadata_AttributeService.php' ,
'sylius.doctrine.orm.event_subscriber.load_metadata.review' => 'getSylius_Doctrine_Orm_EventSubscriber_LoadMetadata_ReviewService.php' ,
'sylius.email_manager.contact' => 'getSylius_EmailManager_ContactService.php' ,
'sylius.email_manager.order' => 'getSylius_EmailManager_OrderService.php' ,
'sylius.email_manager.shipment' => 'getSylius_EmailManager_ShipmentService.php' ,
'sylius.email_provider' => 'getSylius_EmailProviderService.php' ,
'sylius.email_renderer.adapter.default' => 'getSylius_EmailRenderer_Adapter_DefaultService.php' ,
'sylius.email_renderer.adapter.twig' => 'getSylius_EmailRenderer_Adapter_TwigService.php' ,
'sylius.email_sender' => 'getSylius_EmailSenderService.php' ,
'sylius.email_sender.adapter.default' => 'getSylius_EmailSender_Adapter_DefaultService.php' ,
'sylius.email_sender.adapter.swiftmailer' => 'getSylius_EmailSender_Adapter_SwiftmailerService.php' ,
'sylius.event_subscriber.orm_mapped_super_class' => 'getSylius_EventSubscriber_OrmMappedSuperClassService.php' ,
'sylius.event_subscriber.orm_repository_class' => 'getSylius_EventSubscriber_OrmRepositoryClassService.php' ,
'sylius.event_subscriber.resource_delete' => 'getSylius_EventSubscriber_ResourceDeleteService.php' ,
'sylius.expired_carts_remover' => 'getSylius_ExpiredCartsRemoverService.php' ,
'sylius.factory.add_to_cart_command' => 'getSylius_Factory_AddToCartCommandService.php' ,
'sylius.factory.address' => 'getSylius_Factory_AddressService.php' ,
'sylius.factory.address_log_entry' => 'getSylius_Factory_AddressLogEntryService.php' ,
'sylius.factory.admin_user' => 'getSylius_Factory_AdminUserService.php' ,
'sylius.factory.api_access_token' => 'getSylius_Factory_ApiAccessTokenService.php' ,
'sylius.factory.api_auth_code' => 'getSylius_Factory_ApiAuthCodeService.php' ,
'sylius.factory.api_client' => 'getSylius_Factory_ApiClientService.php' ,
'sylius.factory.api_refresh_token' => 'getSylius_Factory_ApiRefreshTokenService.php' ,
'sylius.factory.avatar_image' => 'getSylius_Factory_AvatarImageService.php' ,
'sylius.factory.cart_item' => 'getSylius_Factory_CartItemService.php' ,
'sylius.factory.channel_pricing' => 'getSylius_Factory_ChannelPricingService.php' ,
'sylius.factory.country' => 'getSylius_Factory_CountryService.php' ,
'sylius.factory.currency' => 'getSylius_Factory_CurrencyService.php' ,
'sylius.factory.customer' => 'getSylius_Factory_CustomerService.php' ,
'sylius.factory.customer_after_checkout' => 'getSylius_Factory_CustomerAfterCheckoutService.php' ,
'sylius.factory.customer_group' => 'getSylius_Factory_CustomerGroupService.php' ,
'sylius.factory.email' => 'getSylius_Factory_EmailService.php' ,
'sylius.factory.exchange_rate' => 'getSylius_Factory_ExchangeRateService.php' ,
'sylius.factory.gateway_config' => 'getSylius_Factory_GatewayConfigService.php' ,
'sylius.factory.inventory_unit' => 'getSylius_Factory_InventoryUnitService.php' ,
'sylius.factory.locale' => 'getSylius_Factory_LocaleService.php' ,
'sylius.factory.oauth_user' => 'getSylius_Factory_OauthUserService.php' ,
'sylius.factory.order_item_unit' => 'getSylius_Factory_OrderItemUnitService.php' ,
'sylius.factory.order_sequence' => 'getSylius_Factory_OrderSequenceService.php' ,
'sylius.factory.payment_method_translation' => 'getSylius_Factory_PaymentMethodTranslationService.php' ,
'sylius.factory.payment_security_token' => 'getSylius_Factory_PaymentSecurityTokenService.php' ,
'sylius.factory.payum_get_status_action' => 'getSylius_Factory_PayumGetStatusActionService.php' ,
'sylius.factory.payum_resolve_next_route' => 'getSylius_Factory_PayumResolveNextRouteService.php' ,
'sylius.factory.product_association' => 'getSylius_Factory_ProductAssociationService.php' ,
'sylius.factory.product_association_type' => 'getSylius_Factory_ProductAssociationTypeService.php' ,
'sylius.factory.product_association_type_translation' => 'getSylius_Factory_ProductAssociationTypeTranslationService.php' ,
'sylius.factory.product_attribute' => 'getSylius_Factory_ProductAttributeService.php' ,
'sylius.factory.product_attribute_translation' => 'getSylius_Factory_ProductAttributeTranslationService.php' ,
'sylius.factory.product_attribute_value' => 'getSylius_Factory_ProductAttributeValueService.php' ,
'sylius.factory.product_image' => 'getSylius_Factory_ProductImageService.php' ,
'sylius.factory.product_option' => 'getSylius_Factory_ProductOptionService.php' ,
'sylius.factory.product_option_translation' => 'getSylius_Factory_ProductOptionTranslationService.php' ,
'sylius.factory.product_option_value' => 'getSylius_Factory_ProductOptionValueService.php' ,
'sylius.factory.product_option_value_translation' => 'getSylius_Factory_ProductOptionValueTranslationService.php' ,
'sylius.factory.product_review' => 'getSylius_Factory_ProductReviewService.php' ,
'sylius.factory.product_reviewer' => 'getSylius_Factory_ProductReviewerService.php' ,
'sylius.factory.product_taxon' => 'getSylius_Factory_ProductTaxonService.php' ,
'sylius.factory.product_translation' => 'getSylius_Factory_ProductTranslationService.php' ,
'sylius.factory.product_variant_translation' => 'getSylius_Factory_ProductVariantTranslationService.php' ,
'sylius.factory.promotion' => 'getSylius_Factory_PromotionService.php' ,
'sylius.factory.province' => 'getSylius_Factory_ProvinceService.php' ,
'sylius.factory.shipment' => 'getSylius_Factory_ShipmentService.php' ,
'sylius.factory.shipment_unit' => 'getSylius_Factory_ShipmentUnitService.php' ,
'sylius.factory.shipping_category' => 'getSylius_Factory_ShippingCategoryService.php' ,
'sylius.factory.shipping_method' => 'getSylius_Factory_ShippingMethodService.php' ,
'sylius.factory.shipping_method_rule' => 'getSylius_Factory_ShippingMethodRuleService.php' ,
'sylius.factory.shipping_method_translation' => 'getSylius_Factory_ShippingMethodTranslationService.php' ,
'sylius.factory.shop_billing_data' => 'getSylius_Factory_ShopBillingDataService.php' ,
'sylius.factory.shop_user' => 'getSylius_Factory_ShopUserService.php' ,
'sylius.factory.tax_category' => 'getSylius_Factory_TaxCategoryService.php' ,
'sylius.factory.tax_rate' => 'getSylius_Factory_TaxRateService.php' ,
'sylius.factory.taxon_image' => 'getSylius_Factory_TaxonImageService.php' ,
'sylius.factory.taxon_translation' => 'getSylius_Factory_TaxonTranslationService.php' ,
'sylius.factory.zone_member' => 'getSylius_Factory_ZoneMemberService.php' ,
'sylius.fixture.address' => 'getSylius_Fixture_AddressService.php' ,
'sylius.fixture.admin_user' => 'getSylius_Fixture_AdminUserService.php' ,
'sylius.fixture.api_access_token' => 'getSylius_Fixture_ApiAccessTokenService.php' ,
'sylius.fixture.api_client' => 'getSylius_Fixture_ApiClientService.php' ,
'sylius.fixture.book_product' => 'getSylius_Fixture_BookProductService.php' ,
'sylius.fixture.channel' => 'getSylius_Fixture_ChannelService.php' ,
'sylius.fixture.currency' => 'getSylius_Fixture_CurrencyService.php' ,
'sylius.fixture.customer_group' => 'getSylius_Fixture_CustomerGroupService.php' ,
'sylius.fixture.example_factory.address' => 'getSylius_Fixture_ExampleFactory_AddressService.php' ,
'sylius.fixture.example_factory.admin_user' => 'getSylius_Fixture_ExampleFactory_AdminUserService.php' ,
'sylius.fixture.example_factory.api_access_token' => 'getSylius_Fixture_ExampleFactory_ApiAccessTokenService.php' ,
'sylius.fixture.example_factory.api_client' => 'getSylius_Fixture_ExampleFactory_ApiClientService.php' ,
'sylius.fixture.example_factory.channel' => 'getSylius_Fixture_ExampleFactory_ChannelService.php' ,
'sylius.fixture.example_factory.customer_group' => 'getSylius_Fixture_ExampleFactory_CustomerGroupService.php' ,
'sylius.fixture.example_factory.order' => 'getSylius_Fixture_ExampleFactory_OrderService.php' ,
'sylius.fixture.example_factory.payment_method' => 'getSylius_Fixture_ExampleFactory_PaymentMethodService.php' ,
'sylius.fixture.example_factory.product' => 'getSylius_Fixture_ExampleFactory_ProductService.php' ,
'sylius.fixture.example_factory.product_association' => 'getSylius_Fixture_ExampleFactory_ProductAssociationService.php' ,
'sylius.fixture.example_factory.product_association_type' => 'getSylius_Fixture_ExampleFactory_ProductAssociationTypeService.php' ,
'sylius.fixture.example_factory.product_attribute' => 'getSylius_Fixture_ExampleFactory_ProductAttributeService.php' ,
'sylius.fixture.example_factory.product_option' => 'getSylius_Fixture_ExampleFactory_ProductOptionService.php' ,
'sylius.fixture.example_factory.product_review' => 'getSylius_Fixture_ExampleFactory_ProductReviewService.php' ,
'sylius.fixture.example_factory.promotion' => 'getSylius_Fixture_ExampleFactory_PromotionService.php' ,
'sylius.fixture.example_factory.promotion_action' => 'getSylius_Fixture_ExampleFactory_PromotionActionService.php' ,
'sylius.fixture.example_factory.promotion_rule' => 'getSylius_Fixture_ExampleFactory_PromotionRuleService.php' ,
'sylius.fixture.example_factory.shipping_category' => 'getSylius_Fixture_ExampleFactory_ShippingCategoryService.php' ,
'sylius.fixture.example_factory.shipping_method' => 'getSylius_Fixture_ExampleFactory_ShippingMethodService.php' ,
'sylius.fixture.example_factory.shop_user' => 'getSylius_Fixture_ExampleFactory_ShopUserService.php' ,
'sylius.fixture.example_factory.tax_category' => 'getSylius_Fixture_ExampleFactory_TaxCategoryService.php' ,
'sylius.fixture.example_factory.tax_rate' => 'getSylius_Fixture_ExampleFactory_TaxRateService.php' ,
'sylius.fixture.example_factory.taxon' => 'getSylius_Fixture_ExampleFactory_TaxonService.php' ,
'sylius.fixture.geographical' => 'getSylius_Fixture_GeographicalService.php' ,
'sylius.fixture.locale' => 'getSylius_Fixture_LocaleService.php' ,
'sylius.fixture.mug_product' => 'getSylius_Fixture_MugProductService.php' ,
'sylius.fixture.order' => 'getSylius_Fixture_OrderService.php' ,
'sylius.fixture.payment_method' => 'getSylius_Fixture_PaymentMethodService.php' ,
'sylius.fixture.product' => 'getSylius_Fixture_ProductService.php' ,
'sylius.fixture.product_association' => 'getSylius_Fixture_ProductAssociationService.php' ,
'sylius.fixture.product_association_type' => 'getSylius_Fixture_ProductAssociationTypeService.php' ,
'sylius.fixture.product_attribute' => 'getSylius_Fixture_ProductAttributeService.php' ,
'sylius.fixture.product_option' => 'getSylius_Fixture_ProductOptionService.php' ,
'sylius.fixture.product_review' => 'getSylius_Fixture_ProductReviewService.php' ,
'sylius.fixture.promotion' => 'getSylius_Fixture_PromotionService.php' ,
'sylius.fixture.shipping_category' => 'getSylius_Fixture_ShippingCategoryService.php' ,
'sylius.fixture.shipping_method' => 'getSylius_Fixture_ShippingMethodService.php' ,
'sylius.fixture.shop_user' => 'getSylius_Fixture_ShopUserService.php' ,
'sylius.fixture.similar_product_association' => 'getSylius_Fixture_SimilarProductAssociationService.php' ,
'sylius.fixture.sticker_product' => 'getSylius_Fixture_StickerProductService.php' ,
'sylius.fixture.tax_category' => 'getSylius_Fixture_TaxCategoryService.php' ,
'sylius.fixture.tax_rate' => 'getSylius_Fixture_TaxRateService.php' ,
'sylius.fixture.taxon' => 'getSylius_Fixture_TaxonService.php' ,
'sylius.fixture.tshirt_product' => 'getSylius_Fixture_TshirtProductService.php' ,
'sylius.form.choice_list.loader.lazy_customer_loader' => 'getSylius_Form_ChoiceList_Loader_LazyCustomerLoaderService.php' ,
'sylius.form.data_mapper.order_item_quantity' => 'getSylius_Form_DataMapper_OrderItemQuantityService.php' ,
'sylius.form.event_subscriber.product_variant_generator' => 'getSylius_Form_EventSubscriber_ProductVariantGeneratorService.php' ,
'sylius.form.extension.type.address' => 'getSylius_Form_Extension_Type_AddressService.php' ,
'sylius.form.extension.type.api_order_item' => 'getSylius_Form_Extension_Type_ApiOrderItemService.php' ,
'sylius.form.extension.type.cart' => 'getSylius_Form_Extension_Type_CartService.php' ,
'sylius.form.extension.type.cart_item' => 'getSylius_Form_Extension_Type_CartItemService.php' ,
'sylius.form.extension.type.channel' => 'getSylius_Form_Extension_Type_ChannelService.php' ,
'sylius.form.extension.type.collection' => 'getSylius_Form_Extension_Type_CollectionService.php' ,
'sylius.form.extension.type.country' => 'getSylius_Form_Extension_Type_CountryService.php' ,
'sylius.form.extension.type.customer' => 'getSylius_Form_Extension_Type_CustomerService.php' ,
'sylius.form.extension.type.gateway_config.crypted' => 'getSylius_Form_Extension_Type_GatewayConfig_CryptedService.php' ,
'sylius.form.extension.type.locale' => 'getSylius_Form_Extension_Type_LocaleService.php' ,
'sylius.form.extension.type.order' => 'getSylius_Form_Extension_Type_OrderService.php' ,
'sylius.form.extension.type.payment_method' => 'getSylius_Form_Extension_Type_PaymentMethodService.php' ,
'sylius.form.extension.type.product' => 'getSylius_Form_Extension_Type_ProductService.php' ,
'sylius.form.extension.type.product_translation' => 'getSylius_Form_Extension_Type_ProductTranslationService.php' ,
'sylius.form.extension.type.product_variant' => 'getSylius_Form_Extension_Type_ProductVariantService.php' ,
'sylius.form.extension.type.product_variant_generation' => 'getSylius_Form_Extension_Type_ProductVariantGenerationService.php' ,
'sylius.form.extension.type.promotion' => 'getSylius_Form_Extension_Type_PromotionService.php' ,
'sylius.form.extension.type.promotion_coupon' => 'getSylius_Form_Extension_Type_PromotionCouponService.php' ,
'sylius.form.extension.type.promotion_filter_collection' => 'getSylius_Form_Extension_Type_PromotionFilterCollectionService.php' ,
'sylius.form.extension.type.shipping_method' => 'getSylius_Form_Extension_Type_ShippingMethodService.php' ,
'sylius.form.extension.type.tax_rate' => 'getSylius_Form_Extension_Type_TaxRateService.php' ,
'sylius.form.extension.type.taxon' => 'getSylius_Form_Extension_Type_TaxonService.php' ,
'sylius.form.type.add_to_cart' => 'getSylius_Form_Type_AddToCartService.php' ,
'sylius.form.type.address' => 'getSylius_Form_Type_AddressService.php' ,
'sylius.form.type.address_choice' => 'getSylius_Form_Type_AddressChoiceService.php' ,
'sylius.form.type.admin_user' => 'getSylius_Form_Type_AdminUserService.php' ,
'sylius.form.type.api_checkout_address' => 'getSylius_Form_Type_ApiCheckoutAddressService.php' ,
'sylius.form.type.api_client' => 'getSylius_Form_Type_ApiClientService.php' ,
'sylius.form.type.api_customer' => 'getSylius_Form_Type_ApiCustomerService.php' ,
'sylius.form.type.api_order' => 'getSylius_Form_Type_ApiOrderService.php' ,
'sylius.form.type.api_order_item' => 'getSylius_Form_Type_ApiOrderItemService.php' ,
'sylius.form.type.api_order_promotion_coupon' => 'getSylius_Form_Type_ApiOrderPromotionCouponService.php' ,
'sylius.form.type.api_product' => 'getSylius_Form_Type_ApiProductService.php' ,
'sylius.form.type.api_product_variant' => 'getSylius_Form_Type_ApiProductVariantService.php' ,
'sylius.form.type.attribute_type.select' => 'getSylius_Form_Type_AttributeType_SelectService.php' ,
'sylius.form.type.attribute_type.select.choices_collection' => 'getSylius_Form_Type_AttributeType_Select_ChoicesCollectionService.php' ,
'sylius.form.type.attribute_type_choice' => 'getSylius_Form_Type_AttributeTypeChoiceService.php' ,
'sylius.form.type.autocomplete_product_taxon_choice' => 'getSylius_Form_Type_AutocompleteProductTaxonChoiceService.php' ,
'sylius.form.type.avatar_image' => 'getSylius_Form_Type_AvatarImageService.php' ,
'sylius.form.type.cart' => 'getSylius_Form_Type_CartService.php' ,
'sylius.form.type.cart_item' => 'getSylius_Form_Type_CartItemService.php' ,
'sylius.form.type.channel' => 'getSylius_Form_Type_ChannelService.php' ,
'sylius.form.type.channel_based_shipping_calculator.flat_rate' => 'getSylius_Form_Type_ChannelBasedShippingCalculator_FlatRateService.php' ,
'sylius.form.type.channel_based_shipping_calculator.per_unit_rate' => 'getSylius_Form_Type_ChannelBasedShippingCalculator_PerUnitRateService.php' ,
'sylius.form.type.channel_choice' => 'getSylius_Form_Type_ChannelChoiceService.php' ,
'sylius.form.type.channel_pricing' => 'getSylius_Form_Type_ChannelPricingService.php' ,
'sylius.form.type.channels_collection' => 'getSylius_Form_Type_ChannelsCollectionService.php' ,
'sylius.form.type.checkout_address' => 'getSylius_Form_Type_CheckoutAddressService.php' ,
'sylius.form.type.checkout_complete' => 'getSylius_Form_Type_CheckoutCompleteService.php' ,
'sylius.form.type.checkout_payment' => 'getSylius_Form_Type_CheckoutPaymentService.php' ,
'sylius.form.type.checkout_select_shipping' => 'getSylius_Form_Type_CheckoutSelectShippingService.php' ,
'sylius.form.type.checkout_shipment' => 'getSylius_Form_Type_CheckoutShipmentService.php' ,
'sylius.form.type.country' => 'getSylius_Form_Type_CountryService.php' ,
'sylius.form.type.country_choice' => 'getSylius_Form_Type_CountryChoiceService.php' ,
'sylius.form.type.country_code_choice' => 'getSylius_Form_Type_CountryCodeChoiceService.php' ,
'sylius.form.type.currency' => 'getSylius_Form_Type_CurrencyService.php' ,
'sylius.form.type.currency_choice' => 'getSylius_Form_Type_CurrencyChoiceService.php' ,
'sylius.form.type.customer' => 'getSylius_Form_Type_CustomerService.php' ,
'sylius.form.type.customer_checkout_guest' => 'getSylius_Form_Type_CustomerCheckoutGuestService.php' ,
'sylius.form.type.customer_choice' => 'getSylius_Form_Type_CustomerChoiceService.php' ,
'sylius.form.type.customer_group' => 'getSylius_Form_Type_CustomerGroupService.php' ,
'sylius.form.type.customer_group_choice' => 'getSylius_Form_Type_CustomerGroupChoiceService.php' ,
'sylius.form.type.customer_group_code_choice' => 'getSylius_Form_Type_CustomerGroupCodeChoiceService.php' ,
'sylius.form.type.customer_guest' => 'getSylius_Form_Type_CustomerGuestService.php' ,
'sylius.form.type.customer_profile' => 'getSylius_Form_Type_CustomerProfileService.php' ,
'sylius.form.type.customer_registration' => 'getSylius_Form_Type_CustomerRegistrationService.php' ,
'sylius.form.type.customer_simple_registration' => 'getSylius_Form_Type_CustomerSimpleRegistrationService.php' ,
'sylius.form.type.data_transformer.products_to_codes' => 'getSylius_Form_Type_DataTransformer_ProductsToCodesService.php' ,
'sylius.form.type.data_transformer.products_to_product_associations' => 'getSylius_Form_Type_DataTransformer_ProductsToProductAssociationsService.php' ,
'sylius.form.type.data_transformer.taxons_to_codes' => 'getSylius_Form_Type_DataTransformer_TaxonsToCodesService.php' ,
'sylius.form.type.default' => 'getSylius_Form_Type_DefaultService.php' ,
'sylius.form.type.exchange_rate' => 'getSylius_Form_Type_ExchangeRateService.php' ,
'sylius.form.type.gateway_config' => 'getSylius_Form_Type_GatewayConfigService.php' ,
'sylius.form.type.gateway_configuration.paypal' => 'getSylius_Form_Type_GatewayConfiguration_PaypalService.php' ,
'sylius.form.type.gateway_configuration.stripe' => 'getSylius_Form_Type_GatewayConfiguration_StripeService.php' ,
'sylius.form.type.grid_filter.boolean' => 'getSylius_Form_Type_GridFilter_BooleanService.php' ,
'sylius.form.type.grid_filter.date' => 'getSylius_Form_Type_GridFilter_DateService.php' ,
'sylius.form.type.grid_filter.entity' => 'getSylius_Form_Type_GridFilter_EntityService.php' ,
'sylius.form.type.grid_filter.exists' => 'getSylius_Form_Type_GridFilter_ExistsService.php' ,
'sylius.form.type.grid_filter.money' => 'getSylius_Form_Type_GridFilter_MoneyService.php' ,
'sylius.form.type.grid_filter.select' => 'getSylius_Form_Type_GridFilter_SelectService.php' ,
'sylius.form.type.grid_filter.string' => 'getSylius_Form_Type_GridFilter_StringService.php' ,
'sylius.form.type.locale' => 'getSylius_Form_Type_LocaleService.php' ,
'sylius.form.type.locale_choice' => 'getSylius_Form_Type_LocaleChoiceService.php' ,
'sylius.form.type.money' => 'getSylius_Form_Type_MoneyService.php' ,
'sylius.form.type.order' => 'getSylius_Form_Type_OrderService.php' ,
'sylius.form.type.order_item' => 'getSylius_Form_Type_OrderItemService.php' ,
'sylius.form.type.payment' => 'getSylius_Form_Type_PaymentService.php' ,
'sylius.form.type.payment_gateway_choice' => 'getSylius_Form_Type_PaymentGatewayChoiceService.php' ,
'sylius.form.type.payment_method' => 'getSylius_Form_Type_PaymentMethodService.php' ,
'sylius.form.type.payment_method_choice' => 'getSylius_Form_Type_PaymentMethodChoiceService.php' ,
'sylius.form.type.payment_method_translation' => 'getSylius_Form_Type_PaymentMethodTranslationService.php' ,
'sylius.form.type.product' => 'getSylius_Form_Type_ProductService.php' ,
'sylius.form.type.product_association' => 'getSylius_Form_Type_ProductAssociationService.php' ,
'sylius.form.type.product_association_type' => 'getSylius_Form_Type_ProductAssociationTypeService.php' ,
'sylius.form.type.product_association_type_choice' => 'getSylius_Form_Type_ProductAssociationTypeChoiceService.php' ,
'sylius.form.type.product_association_type_translation' => 'getSylius_Form_Type_ProductAssociationTypeTranslationService.php' ,
'sylius.form.type.product_attribute' => 'getSylius_Form_Type_ProductAttributeService.php' ,
'sylius.form.type.product_attribute_choice' => 'getSylius_Form_Type_ProductAttributeChoiceService.php' ,
'sylius.form.type.product_attribute_translation' => 'getSylius_Form_Type_ProductAttributeTranslationService.php' ,
'sylius.form.type.product_attribute_value' => 'getSylius_Form_Type_ProductAttributeValueService.php' ,
'sylius.form.type.product_choice' => 'getSylius_Form_Type_ProductChoiceService.php' ,
'sylius.form.type.product_code_choice' => 'getSylius_Form_Type_ProductCodeChoiceService.php' ,
'sylius.form.type.product_generate_variants' => 'getSylius_Form_Type_ProductGenerateVariantsService.php' ,
'sylius.form.type.product_image' => 'getSylius_Form_Type_ProductImageService.php' ,
'sylius.form.type.product_option' => 'getSylius_Form_Type_ProductOptionService.php' ,
'sylius.form.type.product_option_choice' => 'getSylius_Form_Type_ProductOptionChoiceService.php' ,
'sylius.form.type.product_option_translation' => 'getSylius_Form_Type_ProductOptionTranslationService.php' ,
'sylius.form.type.product_option_value' => 'getSylius_Form_Type_ProductOptionValueService.php' ,
'sylius.form.type.product_option_value_choice' => 'getSylius_Form_Type_ProductOptionValueChoiceService.php' ,
'sylius.form.type.product_option_value_translation' => 'getSylius_Form_Type_ProductOptionValueTranslationService.php' ,
'sylius.form.type.product_review' => 'getSylius_Form_Type_ProductReviewService.php' ,
'sylius.form.type.product_translation' => 'getSylius_Form_Type_ProductTranslationService.php' ,
'sylius.form.type.product_variant' => 'getSylius_Form_Type_ProductVariantService.php' ,
'sylius.form.type.product_variant_generation' => 'getSylius_Form_Type_ProductVariantGenerationService.php' ,
'sylius.form.type.product_variant_translation' => 'getSylius_Form_Type_ProductVariantTranslationService.php' ,
'sylius.form.type.promotion' => 'getSylius_Form_Type_PromotionService.php' ,
'sylius.form.type.promotion_action' => 'getSylius_Form_Type_PromotionActionService.php' ,
'sylius.form.type.promotion_action.collection' => 'getSylius_Form_Type_PromotionAction_CollectionService.php' ,
'sylius.form.type.promotion_action.filter.product' => 'getSylius_Form_Type_PromotionAction_Filter_ProductService.php' ,
'sylius.form.type.promotion_action.filter.taxon' => 'getSylius_Form_Type_PromotionAction_Filter_TaxonService.php' ,
'sylius.form.type.promotion_action_choice' => 'getSylius_Form_Type_PromotionActionChoiceService.php' ,
'sylius.form.type.promotion_coupon' => 'getSylius_Form_Type_PromotionCouponService.php' ,
'sylius.form.type.promotion_coupon_generator_instruction' => 'getSylius_Form_Type_PromotionCouponGeneratorInstructionService.php' ,
'sylius.form.type.promotion_coupon_to_code' => 'getSylius_Form_Type_PromotionCouponToCodeService.php' ,
'sylius.form.type.promotion_rule' => 'getSylius_Form_Type_PromotionRuleService.php' ,
'sylius.form.type.promotion_rule.collection' => 'getSylius_Form_Type_PromotionRule_CollectionService.php' ,
'sylius.form.type.promotion_rule.contains_product_configuration' => 'getSylius_Form_Type_PromotionRule_ContainsProductConfigurationService.php' ,
'sylius.form.type.promotion_rule.customer_group_configuration' => 'getSylius_Form_Type_PromotionRule_CustomerGroupConfigurationService.php' ,
'sylius.form.type.promotion_rule.has_taxon_configuration' => 'getSylius_Form_Type_PromotionRule_HasTaxonConfigurationService.php' ,
'sylius.form.type.promotion_rule.total_of_items_from_taxon_configuration' => 'getSylius_Form_Type_PromotionRule_TotalOfItemsFromTaxonConfigurationService.php' ,
'sylius.form.type.promotion_rule_choice' => 'getSylius_Form_Type_PromotionRuleChoiceService.php' ,
'sylius.form.type.province' => 'getSylius_Form_Type_ProvinceService.php' ,
'sylius.form.type.province_choice' => 'getSylius_Form_Type_ProvinceChoiceService.php' ,
'sylius.form.type.province_code_choice' => 'getSylius_Form_Type_ProvinceCodeChoiceService.php' ,
'sylius.form.type.resource_autocomplete_choice' => 'getSylius_Form_Type_ResourceAutocompleteChoiceService.php' ,
'sylius.form.type.resource_translations' => 'getSylius_Form_Type_ResourceTranslationsService.php' ,
'sylius.form.type.security_login' => 'getSylius_Form_Type_SecurityLoginService.php' ,
'sylius.form.type.shipment' => 'getSylius_Form_Type_ShipmentService.php' ,
'sylius.form.type.shipment_ship' => 'getSylius_Form_Type_ShipmentShipService.php' ,
'sylius.form.type.shipping_calculator_choice' => 'getSylius_Form_Type_ShippingCalculatorChoiceService.php' ,
'sylius.form.type.shipping_category' => 'getSylius_Form_Type_ShippingCategoryService.php' ,
'sylius.form.type.shipping_category_choice' => 'getSylius_Form_Type_ShippingCategoryChoiceService.php' ,
'sylius.form.type.shipping_method' => 'getSylius_Form_Type_ShippingMethodService.php' ,
'sylius.form.type.shipping_method_choice' => 'getSylius_Form_Type_ShippingMethodChoiceService.php' ,
'sylius.form.type.shipping_method_rule' => 'getSylius_Form_Type_ShippingMethodRuleService.php' ,
'sylius.form.type.shipping_method_rule.collection' => 'getSylius_Form_Type_ShippingMethodRule_CollectionService.php' ,
'sylius.form.type.shipping_method_rule_choice' => 'getSylius_Form_Type_ShippingMethodRuleChoiceService.php' ,
'sylius.form.type.shipping_method_translation' => 'getSylius_Form_Type_ShippingMethodTranslationService.php' ,
'sylius.form.type.shop_billing_data' => 'getSylius_Form_Type_ShopBillingDataService.php' ,
'sylius.form.type.shop_user' => 'getSylius_Form_Type_ShopUserService.php' ,
'sylius.form.type.shop_user_registration' => 'getSylius_Form_Type_ShopUserRegistrationService.php' ,
'sylius.form.type.sylius_product_associations' => 'getSylius_Form_Type_SyliusProductAssociationsService.php' ,
'sylius.form.type.tax_calculation_strategy_choice' => 'getSylius_Form_Type_TaxCalculationStrategyChoiceService.php' ,
'sylius.form.type.tax_calculator_choice' => 'getSylius_Form_Type_TaxCalculatorChoiceService.php' ,
'sylius.form.type.tax_category' => 'getSylius_Form_Type_TaxCategoryService.php' ,
'sylius.form.type.tax_category_choice' => 'getSylius_Form_Type_TaxCategoryChoiceService.php' ,
'sylius.form.type.tax_rate' => 'getSylius_Form_Type_TaxRateService.php' ,
'sylius.form.type.taxon' => 'getSylius_Form_Type_TaxonService.php' ,
'sylius.form.type.taxon_image' => 'getSylius_Form_Type_TaxonImageService.php' ,
'sylius.form.type.taxon_position' => 'getSylius_Form_Type_TaxonPositionService.php' ,
'sylius.form.type.taxon_translation' => 'getSylius_Form_Type_TaxonTranslationService.php' ,
'sylius.form.type.user_change_password' => 'getSylius_Form_Type_UserChangePasswordService.php' ,
'sylius.form.type.user_login' => 'getSylius_Form_Type_UserLoginService.php' ,
'sylius.form.type.user_request_password_reset' => 'getSylius_Form_Type_UserRequestPasswordResetService.php' ,
'sylius.form.type.user_reset_password' => 'getSylius_Form_Type_UserResetPasswordService.php' ,
'sylius.form.type.zone' => 'getSylius_Form_Type_ZoneService.php' ,
'sylius.form.type.zone_choice' => 'getSylius_Form_Type_ZoneChoiceService.php' ,
'sylius.form.type.zone_code_choice' => 'getSylius_Form_Type_ZoneCodeChoiceService.php' ,
'sylius.form.type.zone_member' => 'getSylius_Form_Type_ZoneMemberService.php' ,
'sylius.form_registry.attribute_type' => 'getSylius_FormRegistry_AttributeTypeService.php' ,
'sylius.form_registry.payum_gateway_config' => 'getSylius_FormRegistry_PayumGatewayConfigService.php' ,
'sylius.form_registry.promotion_action' => 'getSylius_FormRegistry_PromotionActionService.php' ,
'sylius.form_registry.promotion_rule_checker' => 'getSylius_FormRegistry_PromotionRuleCheckerService.php' ,
'sylius.form_registry.shipping_calculator' => 'getSylius_FormRegistry_ShippingCalculatorService.php' ,
'sylius.form_registry.shipping_method_rule_checker' => 'getSylius_FormRegistry_ShippingMethodRuleCheckerService.php' ,
'sylius.generator.product_variant' => 'getSylius_Generator_ProductVariantService.php' ,
'sylius.generator.slug' => 'getSylius_Generator_SlugService.php' ,
'sylius.generator.taxon_slug' => 'getSylius_Generator_TaxonSlugService.php' ,
'sylius.grid.array_to_definition_converter' => 'getSylius_Grid_ArrayToDefinitionConverterService.php' ,
'sylius.grid.data_provider' => 'getSylius_Grid_DataProviderService.php' ,
'sylius.grid.data_source_provider' => 'getSylius_Grid_DataSourceProviderService.php' ,
'sylius.grid.field.validator' => 'getSylius_Grid_Field_ValidatorService.php' ,
'sylius.grid.filters_applicator' => 'getSylius_Grid_FiltersApplicatorService.php' ,
'sylius.grid.filters_criteria_resolver' => 'getSylius_Grid_FiltersCriteriaResolverService.php' ,
'sylius.grid.provider' => 'getSylius_Grid_ProviderService.php' ,
'sylius.grid.resource_view_factory' => 'getSylius_Grid_ResourceViewFactoryService.php' ,
'sylius.grid.sorter' => 'getSylius_Grid_SorterService.php' ,
'sylius.grid.sorter.validator' => 'getSylius_Grid_Sorter_ValidatorService.php' ,
'sylius.grid.view_factory' => 'getSylius_Grid_ViewFactoryService.php' ,
'sylius.grid_driver.doctrine.dbal' => 'getSylius_GridDriver_Doctrine_DbalService.php' ,
'sylius.grid_driver.doctrine.orm' => 'getSylius_GridDriver_Doctrine_OrmService.php' ,
'sylius.grid_filter.boolean' => 'getSylius_GridFilter_BooleanService.php' ,
'sylius.grid_filter.date' => 'getSylius_GridFilter_DateService.php' ,
'sylius.grid_filter.entities' => 'getSylius_GridFilter_EntitiesService.php' ,
'sylius.grid_filter.entity' => 'getSylius_GridFilter_EntityService.php' ,
'sylius.grid_filter.exists' => 'getSylius_GridFilter_ExistsService.php' ,
'sylius.grid_filter.money' => 'getSylius_GridFilter_MoneyService.php' ,
'sylius.grid_filter.select' => 'getSylius_GridFilter_SelectService.php' ,
'sylius.grid_filter.shop_string' => 'getSylius_GridFilter_ShopStringService.php' ,
'sylius.grid_filter.string' => 'getSylius_GridFilter_StringService.php' ,
'sylius.handler.shop_user_logout' => 'getSylius_Handler_ShopUserLogoutService.php' ,
'sylius.image_uploader' => 'getSylius_ImageUploaderService.php' ,
'sylius.installer.checker.command_directory' => 'getSylius_Installer_Checker_CommandDirectoryService.php' ,
'sylius.installer.checker.sylius_requirements' => 'getSylius_Installer_Checker_SyliusRequirementsService.php' ,
'sylius.integer_distributor' => 'getSylius_IntegerDistributorService.php' ,
'sylius.invoice_number_generator' => 'getSylius_InvoiceNumberGeneratorService.php' ,
'sylius.listener.api.add_to_cart' => 'getSylius_Listener_Api_AddToCartService.php' ,
'sylius.listener.avatar_upload' => 'getSylius_Listener_AvatarUploadService.php' ,
'sylius.listener.canonicalizer' => 'getSylius_Listener_CanonicalizerService.php' ,
'sylius.listener.cart_blamer' => 'getSylius_Listener_CartBlamerService.php' ,
'sylius.listener.channel' => 'getSylius_Listener_ChannelService.php' ,
'sylius.listener.customer_default_address' => 'getSylius_Listener_CustomerDefaultAddressService.php' ,
'sylius.listener.default_username' => 'getSylius_Listener_DefaultUsernameService.php' ,
'sylius.listener.email_updater' => 'getSylius_Listener_EmailUpdaterService.php' ,
'sylius.listener.images_remove' => 'getSylius_Listener_ImagesRemoveService.php' ,
'sylius.listener.images_upload' => 'getSylius_Listener_ImagesUploadService.php' ,
'sylius.listener.locking' => 'getSylius_Listener_LockingService.php' ,
'sylius.listener.order_complete' => 'getSylius_Listener_OrderCompleteService.php' ,
'sylius.listener.order_customer_ip' => 'getSylius_Listener_OrderCustomerIpService.php' ,
'sylius.listener.order_integrity_checker' => 'getSylius_Listener_OrderIntegrityCheckerService.php' ,
'sylius.listener.order_recalculation' => 'getSylius_Listener_OrderRecalculationService.php' ,
'sylius.listener.password_updater' => 'getSylius_Listener_PasswordUpdaterService.php' ,
'sylius.listener.product_review_change' => 'getSylius_Listener_ProductReviewChangeService.php' ,
'sylius.listener.review_create' => 'getSylius_Listener_ReviewCreateService.php' ,
'sylius.listener.select_product_attribute_choice_remove' => 'getSylius_Listener_SelectProductAttributeChoiceRemoveService.php' ,
'sylius.listener.shipment_ship' => 'getSylius_Listener_ShipmentShipService.php' ,
'sylius.listener.simple_product_locking' => 'getSylius_Listener_SimpleProductLockingService.php' ,
'sylius.listener.taxon_deletion' => 'getSylius_Listener_TaxonDeletionService.php' ,
'sylius.listener.user_cart_recalculation' => 'getSylius_Listener_UserCartRecalculationService.php' ,
'sylius.listener.user_impersonated' => 'getSylius_Listener_UserImpersonatedService.php' ,
'sylius.listener.user_registration' => 'getSylius_Listener_UserRegistrationService.php' ,
'sylius.mailer.default_settings_provider' => 'getSylius_Mailer_DefaultSettingsProviderService.php' ,
'sylius.oauth_server.client_manager' => 'getSylius_OauthServer_ClientManagerService.php' ,
'sylius.oauth_user.pin_generator.password_reset' => 'getSylius_OauthUser_PinGenerator_PasswordResetService.php' ,
'sylius.oauth_user.token_generator.email_verification' => 'getSylius_OauthUser_TokenGenerator_EmailVerificationService.php' ,
'sylius.oauth_user.token_generator.password_reset' => 'getSylius_OauthUser_TokenGenerator_PasswordResetService.php' ,
'sylius.order_item_names_setter' => 'getSylius_OrderItemNamesSetterService.php' ,
'sylius.order_item_quantity_modifier.limiting' => 'getSylius_OrderItemQuantityModifier_LimitingService.php' ,
'sylius.order_locale_assigner' => 'getSylius_OrderLocaleAssignerService.php' ,
'sylius.order_modifier' => 'getSylius_OrderModifierService.php' ,
'sylius.order_number_assigner' => 'getSylius_OrderNumberAssignerService.php' ,
'sylius.order_payment_provider' => 'getSylius_OrderPaymentProviderService.php' ,
'sylius.order_processing.order_adjustments_clearer' => 'getSylius_OrderProcessing_OrderAdjustmentsClearerService.php' ,
'sylius.order_processing.order_payment_processor.after_checkout' => 'getSylius_OrderProcessing_OrderPaymentProcessor_AfterCheckoutService.php' ,
'sylius.order_processing.order_payment_processor.checkout' => 'getSylius_OrderProcessing_OrderPaymentProcessor_CheckoutService.php' ,
'sylius.order_processing.order_prices_recalculator' => 'getSylius_OrderProcessing_OrderPricesRecalculatorService.php' ,
'sylius.order_processing.order_processor' => 'getSylius_OrderProcessing_OrderProcessorService.php' ,
'sylius.order_processing.order_promotion_processor' => 'getSylius_OrderProcessing_OrderPromotionProcessorService.php' ,
'sylius.order_processing.order_shipment_processor' => 'getSylius_OrderProcessing_OrderShipmentProcessorService.php' ,
'sylius.order_processing.order_taxes_processor' => 'getSylius_OrderProcessing_OrderTaxesProcessorService.php' ,
'sylius.order_processing.shipping_charges_processor' => 'getSylius_OrderProcessing_ShippingChargesProcessorService.php' ,
'sylius.payment_description_provider' => 'getSylius_PaymentDescriptionProviderService.php' ,
'sylius.payum.http_client' => 'getSylius_Payum_HttpClientService.php' ,
'sylius.payum_action.authorize_payment' => 'getSylius_PayumAction_AuthorizePaymentService.php' ,
'sylius.payum_action.capture_payment' => 'getSylius_PayumAction_CapturePaymentService.php' ,
'sylius.payum_action.execute_same_request_with_payment_details' => 'getSylius_PayumAction_ExecuteSameRequestWithPaymentDetailsService.php' ,
'sylius.payum_action.offline.convert_payment' => 'getSylius_PayumAction_Offline_ConvertPaymentService.php' ,
'sylius.payum_action.offline.resolve_next_route' => 'getSylius_PayumAction_Offline_ResolveNextRouteService.php' ,
'sylius.payum_action.offline.status' => 'getSylius_PayumAction_Offline_StatusService.php' ,
'sylius.payum_action.paypal_express_checkout.convert_payment' => 'getSylius_PayumAction_PaypalExpressCheckout_ConvertPaymentService.php' ,
'sylius.payum_action.resolve_next_route' => 'getSylius_PayumAction_ResolveNextRouteService.php' ,
'sylius.payum_extension.update_payment_state' => 'getSylius_PayumExtension_UpdatePaymentStateService.php' ,
'sylius.product_review.average_rating_updater' => 'getSylius_ProductReview_AverageRatingUpdaterService.php' ,
'sylius.promotion.units_promotion_adjustments_applicator' => 'getSylius_Promotion_UnitsPromotionAdjustmentsApplicatorService.php' ,
'sylius.promotion_action.fixed_discount' => 'getSylius_PromotionAction_FixedDiscountService.php' ,
'sylius.promotion_action.percentage_discount' => 'getSylius_PromotionAction_PercentageDiscountService.php' ,
'sylius.promotion_action.shipping_percentage_discount' => 'getSylius_PromotionAction_ShippingPercentageDiscountService.php' ,
'sylius.promotion_action.unit_fixed_discount' => 'getSylius_PromotionAction_UnitFixedDiscountService.php' ,
'sylius.promotion_action.unit_percentage_discount' => 'getSylius_PromotionAction_UnitPercentageDiscountService.php' ,
'sylius.promotion_applicator' => 'getSylius_PromotionApplicatorService.php' ,
'sylius.promotion_coupon_eligibility_checker' => 'getSylius_PromotionCouponEligibilityCheckerService.php' ,
'sylius.promotion_coupon_generator' => 'getSylius_PromotionCouponGeneratorService.php' ,
'sylius.promotion_coupon_generator.percentage_policy' => 'getSylius_PromotionCouponGenerator_PercentagePolicyService.php' ,
'sylius.promotion_eligibility_checker' => 'getSylius_PromotionEligibilityCheckerService.php' ,
'sylius.promotion_filter.price_range' => 'getSylius_PromotionFilter_PriceRangeService.php' ,
'sylius.promotion_filter.product' => 'getSylius_PromotionFilter_ProductService.php' ,
'sylius.promotion_filter.taxon' => 'getSylius_PromotionFilter_TaxonService.php' ,
'sylius.promotion_processor' => 'getSylius_PromotionProcessorService.php' ,
'sylius.promotion_rule_checker.cart_quantity' => 'getSylius_PromotionRuleChecker_CartQuantityService.php' ,
'sylius.promotion_rule_checker.contains_product' => 'getSylius_PromotionRuleChecker_ContainsProductService.php' ,
'sylius.promotion_rule_checker.has_taxon' => 'getSylius_PromotionRuleChecker_HasTaxonService.php' ,
'sylius.promotion_rule_checker.item_total' => 'getSylius_PromotionRuleChecker_ItemTotalService.php' ,
'sylius.promotion_rule_checker.nth_order' => 'getSylius_PromotionRuleChecker_NthOrderService.php' ,
'sylius.promotion_rule_checker.shipping_country' => 'getSylius_PromotionRuleChecker_ShippingCountryService.php' ,
'sylius.promotion_rule_checker.total_of_items_from_taxon' => 'getSylius_PromotionRuleChecker_TotalOfItemsFromTaxonService.php' ,
'sylius.promotion_rule_updater.has_taxon' => 'getSylius_PromotionRuleUpdater_HasTaxonService.php' ,
'sylius.promotion_rule_updater.total_of_items_from_taxon' => 'getSylius_PromotionRuleUpdater_TotalOfItemsFromTaxonService.php' ,
'sylius.promotion_usage_modifier' => 'getSylius_PromotionUsageModifierService.php' ,
'sylius.proportional_integer_distributor' => 'getSylius_ProportionalIntegerDistributorService.php' ,
'sylius.provider.channel_based_default_zone_provider' => 'getSylius_Provider_ChannelBasedDefaultZoneProviderService.php' ,
'sylius.random_generator' => 'getSylius_RandomGeneratorService.php' ,
'sylius.registry.attribute_type' => 'getSylius_Registry_AttributeTypeService.php' ,
'sylius.registry.grid_driver' => 'getSylius_Registry_GridDriverService.php' ,
'sylius.registry.grid_filter' => 'getSylius_Registry_GridFilterService.php' ,
'sylius.registry.shipping_calculator' => 'getSylius_Registry_ShippingCalculatorService.php' ,
'sylius.registry.tax_calculation_strategy' => 'getSylius_Registry_TaxCalculationStrategyService.php' ,
'sylius.registry.tax_calculator' => 'getSylius_Registry_TaxCalculatorService.php' ,
'sylius.registry_promotion_action' => 'getSylius_RegistryPromotionActionService.php' ,
'sylius.registry_promotion_rule_checker' => 'getSylius_RegistryPromotionRuleCheckerService.php' ,
'sylius.repository.address' => 'getSylius_Repository_AddressService.php' ,
'sylius.repository.address_log_entry' => 'getSylius_Repository_AddressLogEntryService.php' ,
'sylius.repository.adjustment' => 'getSylius_Repository_AdjustmentService.php' ,
'sylius.repository.admin_user' => 'getSylius_Repository_AdminUserService.php' ,
'sylius.repository.api_access_token' => 'getSylius_Repository_ApiAccessTokenService.php' ,
'sylius.repository.api_auth_code' => 'getSylius_Repository_ApiAuthCodeService.php' ,
'sylius.repository.api_client' => 'getSylius_Repository_ApiClientService.php' ,
'sylius.repository.api_refresh_token' => 'getSylius_Repository_ApiRefreshTokenService.php' ,
'sylius.repository.api_user' => 'getSylius_Repository_ApiUserService.php' ,
'sylius.repository.avatar_image' => 'getSylius_Repository_AvatarImageService.php' ,
'sylius.repository.channel_pricing' => 'getSylius_Repository_ChannelPricingService.php' ,
'sylius.repository.country' => 'getSylius_Repository_CountryService.php' ,
'sylius.repository.currency' => 'getSylius_Repository_CurrencyService.php' ,
'sylius.repository.customer' => 'getSylius_Repository_CustomerService.php' ,
'sylius.repository.customer_group' => 'getSylius_Repository_CustomerGroupService.php' ,
'sylius.repository.gateway_config' => 'getSylius_Repository_GatewayConfigService.php' ,
'sylius.repository.inventory_unit' => 'getSylius_Repository_InventoryUnitService.php' ,
'sylius.repository.locale' => 'getSylius_Repository_LocaleService.php' ,
'sylius.repository.oauth_user' => 'getSylius_Repository_OauthUserService.php' ,
'sylius.repository.order_item' => 'getSylius_Repository_OrderItemService.php' ,
'sylius.repository.order_item_unit' => 'getSylius_Repository_OrderItemUnitService.php' ,
'sylius.repository.order_sequence' => 'getSylius_Repository_OrderSequenceService.php' ,
'sylius.repository.payment' => 'getSylius_Repository_PaymentService.php' ,
'sylius.repository.payment_method_translation' => 'getSylius_Repository_PaymentMethodTranslationService.php' ,
'sylius.repository.payment_security_token' => 'getSylius_Repository_PaymentSecurityTokenService.php' ,
'sylius.repository.product' => 'getSylius_Repository_ProductService.php' ,
'sylius.repository.product_association' => 'getSylius_Repository_ProductAssociationService.php' ,
'sylius.repository.product_association_type' => 'getSylius_Repository_ProductAssociationTypeService.php' ,
'sylius.repository.product_association_type_translation' => 'getSylius_Repository_ProductAssociationTypeTranslationService.php' ,
'sylius.repository.product_attribute' => 'getSylius_Repository_ProductAttributeService.php' ,
'sylius.repository.product_attribute_translation' => 'getSylius_Repository_ProductAttributeTranslationService.php' ,
'sylius.repository.product_attribute_value' => 'getSylius_Repository_ProductAttributeValueService.php' ,
'sylius.repository.product_image' => 'getSylius_Repository_ProductImageService.php' ,
'sylius.repository.product_option' => 'getSylius_Repository_ProductOptionService.php' ,
'sylius.repository.product_option_translation' => 'getSylius_Repository_ProductOptionTranslationService.php' ,
'sylius.repository.product_option_value' => 'getSylius_Repository_ProductOptionValueService.php' ,
'sylius.repository.product_option_value_translation' => 'getSylius_Repository_ProductOptionValueTranslationService.php' ,
'sylius.repository.product_review' => 'getSylius_Repository_ProductReviewService.php' ,
'sylius.repository.product_reviewer' => 'getSylius_Repository_ProductReviewerService.php' ,
'sylius.repository.product_taxon' => 'getSylius_Repository_ProductTaxonService.php' ,
'sylius.repository.product_translation' => 'getSylius_Repository_ProductTranslationService.php' ,
'sylius.repository.product_variant' => 'getSylius_Repository_ProductVariantService.php' ,
'sylius.repository.product_variant_translation' => 'getSylius_Repository_ProductVariantTranslationService.php' ,
'sylius.repository.promotion' => 'getSylius_Repository_PromotionService.php' ,
'sylius.repository.promotion_action' => 'getSylius_Repository_PromotionActionService.php' ,
'sylius.repository.promotion_coupon' => 'getSylius_Repository_PromotionCouponService.php' ,
'sylius.repository.promotion_rule' => 'getSylius_Repository_PromotionRuleService.php' ,
'sylius.repository.promotion_subject' => 'getSylius_Repository_PromotionSubjectService.php' ,
'sylius.repository.shipment' => 'getSylius_Repository_ShipmentService.php' ,
'sylius.repository.shipment_unit' => 'getSylius_Repository_ShipmentUnitService.php' ,
'sylius.repository.shipping_category' => 'getSylius_Repository_ShippingCategoryService.php' ,
'sylius.repository.shipping_method_rule' => 'getSylius_Repository_ShippingMethodRuleService.php' ,
'sylius.repository.shipping_method_translation' => 'getSylius_Repository_ShippingMethodTranslationService.php' ,
'sylius.repository.shop_billing_data' => 'getSylius_Repository_ShopBillingDataService.php' ,
'sylius.repository.shop_user' => 'getSylius_Repository_ShopUserService.php' ,
'sylius.repository.tax_category' => 'getSylius_Repository_TaxCategoryService.php' ,
'sylius.repository.tax_rate' => 'getSylius_Repository_TaxRateService.php' ,
'sylius.repository.taxon' => 'getSylius_Repository_TaxonService.php' ,
'sylius.repository.taxon_image' => 'getSylius_Repository_TaxonImageService.php' ,
'sylius.repository.taxon_translation' => 'getSylius_Repository_TaxonTranslationService.php' ,
'sylius.repository.zone_member' => 'getSylius_Repository_ZoneMemberService.php' ,
'sylius.requirements' => 'getSylius_RequirementsService.php' ,
'sylius.resource_controller.resources_resolver.grid_aware' => 'getSylius_ResourceController_ResourcesResolver_GridAwareService.php' ,
'sylius.reviewer_reviews_remover' => 'getSylius_ReviewerReviewsRemoverService.php' ,
'sylius.section_resolver.admin_api_uri_based_section_resolver' => 'getSylius_SectionResolver_AdminApiUriBasedSectionResolverService.php' ,
'sylius.section_resolver.admin_uri_based_section_resolver' => 'getSylius_SectionResolver_AdminUriBasedSectionResolverService.php' ,
'sylius.section_resolver.shop_uri_based_section_resolver' => 'getSylius_SectionResolver_ShopUriBasedSectionResolverService.php' ,
'sylius.section_resolver.uri_based_section_resolver' => 'getSylius_SectionResolver_UriBasedSectionResolverService.php' ,
'sylius.security.password_encoder' => 'getSylius_Security_PasswordEncoderService.php' ,
'sylius.security.password_updater' => 'getSylius_Security_PasswordUpdaterService.php' ,
'sylius.security.user_login' => 'getSylius_Security_UserLoginService.php' ,
'sylius.sequential_order_number_generator' => 'getSylius_SequentialOrderNumberGeneratorService.php' ,
'sylius.setup.channel' => 'getSylius_Setup_ChannelService.php' ,
'sylius.setup.currency' => 'getSylius_Setup_CurrencyService.php' ,
'sylius.setup.locale' => 'getSylius_Setup_LocaleService.php' ,
'sylius.shipping_calculator' => 'getSylius_ShippingCalculatorService.php' ,
'sylius.shipping_calculator.flat_rate' => 'getSylius_ShippingCalculator_FlatRateService.php' ,
'sylius.shipping_calculator.per_unit_rate' => 'getSylius_ShippingCalculator_PerUnitRateService.php' ,
'sylius.shipping_date_assigner' => 'getSylius_ShippingDateAssignerService.php' ,
'sylius.shipping_eligibility_checker' => 'getSylius_ShippingEligibilityCheckerService.php' ,
'sylius.shipping_method_resolver.default' => 'getSylius_ShippingMethodResolver_DefaultService.php' ,
'sylius.shop.menu_builder.account' => 'getSylius_Shop_MenuBuilder_AccountService.php' ,
'sylius.shop_user.pin_generator.password_reset' => 'getSylius_ShopUser_PinGenerator_PasswordResetService.php' ,
'sylius.shop_user.token_generator.email_verification' => 'getSylius_ShopUser_TokenGenerator_EmailVerificationService.php' ,
'sylius.shop_user.token_generator.password_reset' => 'getSylius_ShopUser_TokenGenerator_PasswordResetService.php' ,
'sylius.state_resolver.order' => 'getSylius_StateResolver_OrderService.php' ,
'sylius.state_resolver.order_checkout' => 'getSylius_StateResolver_OrderCheckoutService.php' ,
'sylius.state_resolver.order_payment' => 'getSylius_StateResolver_OrderPaymentService.php' ,
'sylius.state_resolver.order_shipping' => 'getSylius_StateResolver_OrderShippingService.php' ,
'sylius.storage.session' => 'getSylius_Storage_SessionService.php' ,
'sylius.tax_calculator' => 'getSylius_TaxCalculatorService.php' ,
'sylius.tax_calculator.default' => 'getSylius_TaxCalculator_DefaultService.php' ,
'sylius.tax_rate_resolver' => 'getSylius_TaxRateResolverService.php' ,
'sylius.taxation.order_item_units_based_strategy' => 'getSylius_Taxation_OrderItemUnitsBasedStrategyService.php' ,
'sylius.taxation.order_item_units_taxes_applicator' => 'getSylius_Taxation_OrderItemUnitsTaxesApplicatorService.php' ,
'sylius.taxation.order_items_based_strategy' => 'getSylius_Taxation_OrderItemsBasedStrategyService.php' ,
'sylius.taxation.order_items_taxes_applicator' => 'getSylius_Taxation_OrderItemsTaxesApplicatorService.php' ,
'sylius.taxation.order_shipment_taxes_applicator' => 'getSylius_Taxation_OrderShipmentTaxesApplicatorService.php' ,
'sylius.theme.asset.assets_installer.output_aware' => 'getSylius_Theme_Asset_AssetsInstaller_OutputAwareService.php' ,
'sylius.translatable_entity_locale_assigner' => 'getSylius_TranslatableEntityLocaleAssignerService.php' ,
'sylius.translation.translatable_listener.doctrine.orm' => 'getSylius_Translation_TranslatableListener_Doctrine_OrmService.php' ,
'sylius.translation_locale_provider.admin' => 'getSylius_TranslationLocaleProvider_AdminService.php' ,
'sylius.translation_locale_provider.immutable' => 'getSylius_TranslationLocaleProvider_ImmutableService.php' ,
'sylius.unique_id_based_order_token_assigner' => 'getSylius_UniqueIdBasedOrderTokenAssignerService.php' ,
'sylius.unpaid_orders_state_updater' => 'getSylius_UnpaidOrdersStateUpdaterService.php' ,
'sylius.validator.cart_item_availability' => 'getSylius_Validator_CartItemAvailabilityService.php' ,
'sylius.validator.channel_default_locale_enabled' => 'getSylius_Validator_ChannelDefaultLocaleEnabledService.php' ,
'sylius.validator.date_range' => 'getSylius_Validator_DateRangeService.php' ,
'sylius.validator.different_source_target_currency' => 'getSylius_Validator_DifferentSourceTargetCurrencyService.php' ,
'sylius.validator.has_all_prices_defined' => 'getSylius_Validator_HasAllPricesDefinedService.php' ,
'sylius.validator.has_all_variant_prices_defined' => 'getSylius_Validator_HasAllVariantPricesDefinedService.php' ,
'sylius.validator.has_enabled_entity' => 'getSylius_Validator_HasEnabledEntityService.php' ,
'sylius.validator.in_stock' => 'getSylius_Validator_InStockService.php' ,
'sylius.validator.locales_aware_valid_attribute_value' => 'getSylius_Validator_LocalesAwareValidAttributeValueService.php' ,
'sylius.validator.payment_method_integrity' => 'getSylius_Validator_PaymentMethodIntegrityService.php' ,
'sylius.validator.product_code_uniqueness' => 'getSylius_Validator_ProductCodeUniquenessService.php' ,
'sylius.validator.product_integrity' => 'getSylius_Validator_ProductIntegrityService.php' ,
'sylius.validator.product_variant_combination' => 'getSylius_Validator_ProductVariantCombinationService.php' ,
'sylius.validator.promotion_coupon_generation_amount' => 'getSylius_Validator_PromotionCouponGenerationAmountService.php' ,
'sylius.validator.promotion_subject_coupon' => 'getSylius_Validator_PromotionSubjectCouponService.php' ,
'sylius.validator.shipping_method_integrity' => 'getSylius_Validator_ShippingMethodIntegrityService.php' ,
'sylius.validator.unique.registered_user' => 'getSylius_Validator_Unique_RegisteredUserService.php' ,
'sylius.validator.unique_currency_pair' => 'getSylius_Validator_UniqueCurrencyPairService.php' ,
'sylius.validator.unique_reviewer_email' => 'getSylius_Validator_UniqueReviewerEmailService.php' ,
'sylius.validator.valid_attribute_value' => 'getSylius_Validator_ValidAttributeValueService.php' ,
'sylius.validator.valid_province_address' => 'getSylius_Validator_ValidProvinceAddressService.php' ,
'sylius.validator.valid_select_attribute' => 'getSylius_Validator_ValidSelectAttributeService.php' ,
'sylius.validator.valid_text_attribute' => 'getSylius_Validator_ValidTextAttributeService.php' ,
'sylius.validator.zone_cannot_contain_itself' => 'getSylius_Validator_ZoneCannotContainItselfService.php' ,
'sylius_fixtures.fixture_loader' => 'getSyliusFixtures_FixtureLoaderService.php' ,
'sylius_fixtures.fixture_registry' => 'getSyliusFixtures_FixtureRegistryService.php' ,
'sylius_fixtures.listener.suite_loader_listener' => 'getSyliusFixtures_Listener_SuiteLoaderListenerService.php' ,
'sylius_fixtures.logger' => 'getSyliusFixtures_LoggerService.php' ,
'sylius_fixtures.logger.formatter.console' => 'getSyliusFixtures_Logger_Formatter_ConsoleService.php' ,
'sylius_fixtures.logger.handler.console' => 'getSyliusFixtures_Logger_Handler_ConsoleService.php' ,
'sylius_fixtures.suite_loader' => 'getSyliusFixtures_SuiteLoaderService.php' ,
'sylius_fixtures.suite_registry' => 'getSyliusFixtures_SuiteRegistryService.php' ,
'templating' => 'getTemplatingService.php' ,
'templating.loader' => 'getTemplating_LoaderService.php' ,
'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php' ,
'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php' ,
'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php' ,
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php' ,
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php' ,
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php' ,
];
$this -> aliases = [
'ApiPlatform\\Core\\Action\\NotFoundAction' => 'api_platform.action.not_found' ,
'Payum\\Core\\Payum' => 'payum' ,
'Sylius\\Bundle\\AdminBundle\\EmailManager\\ShipmentEmailManagerInterface' => 'sylius.email_manager.shipment' ,
'Sylius\\Bundle\\CoreBundle\\Assigner\\IpAssignerInterface' => 'sylius.customer_ip_assigner' ,
'Sylius\\Bundle\\CoreBundle\\Installer\\Provider\\DatabaseSetupCommandsProviderInterface' => 'sylius.commands_provider.database_setup' ,
'Sylius\\Bundle\\CoreBundle\\Installer\\Setup\\ChannelSetupInterface' => 'sylius.setup.channel' ,
'Sylius\\Bundle\\CoreBundle\\Installer\\Setup\\CurrencySetupInterface' => 'sylius.setup.currency' ,
'Sylius\\Bundle\\CoreBundle\\Installer\\Setup\\LocaleSetupInterface' => 'sylius.setup.locale' ,
'Sylius\\Bundle\\CoreBundle\\Remover\\ReviewerReviewsRemoverInterface' => 'sylius.reviewer_reviews_remover' ,
'Sylius\\Bundle\\FixturesBundle\\Fixture\\FixtureRegistryInterface' => 'sylius_fixtures.fixture_registry' ,
'Sylius\\Bundle\\FixturesBundle\\Loader\\FixtureLoaderInterface' => 'sylius_fixtures.fixture_loader' ,
'Sylius\\Bundle\\FixturesBundle\\Loader\\SuiteLoaderInterface' => 'sylius_fixtures.suite_loader' ,
'Sylius\\Bundle\\FixturesBundle\\Suite\\SuiteRegistryInterface' => 'sylius_fixtures.suite_registry' ,
'Sylius\\Bundle\\MoneyBundle\\Formatter\\MoneyFormatterInterface' => 'sylius.money_formatter' ,
'Sylius\\Bundle\\OrderBundle\\NumberAssigner\\OrderNumberAssignerInterface' => 'sylius.order_number_assigner' ,
'Sylius\\Bundle\\PayumBundle\\Factory\\GetStatusFactoryInterface' => 'sylius.factory.payum_get_status_action' ,
'Sylius\\Bundle\\PayumBundle\\Factory\\ResolveNextRouteFactoryInterface' => 'sylius.factory.payum_resolve_next_route' ,
'Sylius\\Bundle\\PayumBundle\\Provider\\PaymentDescriptionProviderInterface' => 'sylius.payment_description_provider' ,
'Sylius\\Bundle\\ShopBundle\\Calculator\\OrderItemsSubtotalCalculatorInterface' => 'sylius.calculator.order_items_subtotal' ,
'Sylius\\Bundle\\ShopBundle\\EmailManager\\ContactEmailManagerInterface' => 'sylius.email_manager.contact' ,
'Sylius\\Bundle\\ShopBundle\\EmailManager\\OrderEmailManagerInterface' => 'sylius.email_manager.order' ,
'Sylius\\Bundle\\ThemeBundle\\Asset\\Installer\\AssetsInstallerInterface' => 'sylius.theme.asset.assets_installer.output_aware' ,
'Sylius\\Bundle\\ThemeBundle\\Configuration\\ConfigurationProviderInterface' => 'sylius.theme.configuration.provider' ,
'Sylius\\Bundle\\ThemeBundle\\Repository\\ThemeRepositoryInterface' => 'sylius.repository.theme' ,
'Sylius\\Bundle\\UserBundle\\Security\\UserLoginInterface' => 'sylius.security.user_login' ,
'Sylius\\Bundle\\UserBundle\\Security\\UserPasswordEncoderInterface' => 'sylius.security.password_encoder' ,
'Sylius\\Component\\Addressing\\Comparator\\AddressComparatorInterface' => 'sylius.address_comparator' ,
'Sylius\\Component\\Addressing\\Converter\\CountryNameConverterInterface' => 'sylius.converter.country_name' ,
'Sylius\\Component\\Addressing\\Matcher\\ZoneMatcherInterface' => 'sylius.zone_matcher' ,
'Sylius\\Component\\Addressing\\Provider\\ProvinceNamingProviderInterface' => 'sylius.province_naming_provider' ,
'Sylius\\Component\\Core\\Calculator\\ProductVariantPriceCalculatorInterface' => 'sylius.calculator.product_variant_price' ,
'Sylius\\Component\\Core\\Checker\\OrderPaymentMethodSelectionRequirementCheckerInterface' => 'sylius.checker.order_payment_method_selection_requirement' ,
'Sylius\\Component\\Core\\Checker\\OrderShippingMethodSelectionRequirementCheckerInterface' => 'sylius.checker.order_shipping_method_selection_requirement' ,
'Sylius\\Component\\Core\\Context\\ShopperContextInterface' => 'sylius.context.shopper' ,
'Sylius\\Component\\Core\\Currency\\CurrencyStorageInterface' => 'sylius.storage.currency' ,
'Sylius\\Component\\Core\\Customer\\CustomerAddressAdderInterface' => 'sylius.customer_unique_address_adder' ,
'Sylius\\Component\\Core\\Customer\\OrderAddressesSaverInterface' => 'sylius.customer_order_addresses_saver' ,
'Sylius\\Component\\Core\\Customer\\Statistics\\CustomerStatisticsProviderInterface' => 'sylius.customer_statistics_provider' ,
'Sylius\\Component\\Core\\Dashboard\\DashboardStatisticsProviderInterface' => 'sylius.dashboard.statistics_provider' ,
'Sylius\\Component\\Core\\Distributor\\IntegerDistributorInterface' => 'sylius.integer_distributor' ,
'Sylius\\Component\\Core\\Distributor\\ProportionalIntegerDistributorInterface' => 'sylius.proportional_integer_distributor' ,
'Sylius\\Component\\Core\\Factory\\CustomerAfterCheckoutFactoryInterface' => 'sylius.factory.customer_after_checkout' ,
'Sylius\\Component\\Core\\Order\\OrderItemNamesSetterInterface' => 'sylius.order_item_names_setter' ,
'Sylius\\Component\\Core\\Payment\\InvoiceNumberGeneratorInterface' => 'sylius.invoice_number_generator' ,
'Sylius\\Component\\Core\\Payment\\Provider\\OrderPaymentProviderInterface' => 'sylius.order_payment_provider' ,
'Sylius\\Component\\Core\\Promotion\\Applicator\\UnitsPromotionAdjustmentsApplicatorInterface' => 'sylius.promotion.units_promotion_adjustments_applicator' ,
'Sylius\\Component\\Core\\Promotion\\Modifier\\OrderPromotionsUsageModifierInterface' => 'sylius.promotion_usage_modifier' ,
'Sylius\\Component\\Core\\Provider\\ProductVariantsPricesProviderInterface' => 'sylius.provider.product_variants_prices' ,
'Sylius\\Component\\Core\\Storage\\CartStorageInterface' => 'sylius.storage.cart_session' ,
'Sylius\\Component\\Core\\TokenAssigner\\OrderTokenAssignerInterface' => 'sylius.unique_id_based_order_token_assigner' ,
'Sylius\\Component\\Core\\Updater\\UnpaidOrdersStateUpdaterInterface' => 'sylius.unpaid_orders_state_updater' ,
'Sylius\\Component\\Core\\Uploader\\ImageUploaderInterface' => 'sylius.image_uploader' ,
'Sylius\\Component\\Currency\\Converter\\CurrencyConverterInterface' => 'sylius.currency_converter' ,
'Sylius\\Component\\Currency\\Converter\\CurrencyNameConverterInterface' => 'sylius.currency_name_converter' ,
'Sylius\\Component\\Customer\\Context\\CustomerContextInterface' => 'sylius.context.customer' ,
'Sylius\\Component\\Locale\\Converter\\LocaleConverterInterface' => 'sylius.locale_converter' ,
'Sylius\\Component\\Locale\\Provider\\LocaleProviderInterface' => 'sylius.locale_provider.channel_based' ,
'Sylius\\Component\\Mailer\\Factory\\EmailFactoryInterface' => 'sylius.factory.email' ,
'Sylius\\Component\\Mailer\\Provider\\DefaultSettingsProviderInterface' => 'sylius.mailer.default_settings_provider' ,
'Sylius\\Component\\Mailer\\Provider\\EmailProviderInterface' => 'sylius.email_provider' ,
'Sylius\\Component\\Mailer\\Sender\\SenderInterface' => 'sylius.email_sender' ,
'Sylius\\Component\\Order\\Aggregator\\AdjustmentsAggregatorInterface' => 'sylius.adjustments_aggregator' ,
'Sylius\\Component\\Order\\Modifier\\OrderItemQuantityModifierInterface' => 'sylius.order_item_quantity_modifier.limiting' ,
'Sylius\\Component\\Order\\Modifier\\OrderModifierInterface' => 'sylius.order_modifier' ,
'Sylius\\Component\\Order\\Remover\\ExpiredCartsRemoverInterface' => 'sylius.expired_carts_remover' ,
'Sylius\\Component\\Product\\Checker\\ProductVariantsParityCheckerInterface' => 'sylius.checker.product_variants_parity' ,
'Sylius\\Component\\Product\\Generator\\ProductVariantGeneratorInterface' => 'sylius.generator.product_variant' ,
'Sylius\\Component\\Product\\Generator\\SlugGeneratorInterface' => 'sylius.generator.slug' ,
'Sylius\\Component\\Product\\Resolver\\AvailableProductOptionValuesResolverInterface' => 'sylius.available_product_option_values_resolver' ,
'Sylius\\Component\\Promotion\\Action\\PromotionApplicatorInterface' => 'sylius.promotion_applicator' ,
'Sylius\\Component\\Promotion\\Generator\\PromotionCouponGeneratorInterface' => 'sylius.promotion_coupon_generator' ,
'Sylius\\Component\\Promotion\\Processor\\PromotionProcessorInterface' => 'sylius.promotion_processor' ,
'Sylius\\Component\\Promotion\\Provider\\ActivePromotionsProvider' => 'sylius.active_promotions_provider' ,
'Sylius\\Component\\Resource\\Generator\\RandomnessGeneratorInterface' => 'sylius.random_generator' ,
'Sylius\\Component\\Shipping\\Calculator\\DelegatingCalculatorInterface' => 'sylius.shipping_calculator' ,
'Sylius\\Component\\Shipping\\Checker\\Eligibility\\ShippingMethodEligibilityCheckerInterface' => 'sylius.shipping_method_eligibility_checker' ,
'Sylius\\Component\\Shipping\\Checker\\ShippingMethodEligibilityCheckerInterface' => 'sylius.shipping_method_eligibility_checker' ,
'Sylius\\Component\\Shipping\\Resolver\\DefaultShippingMethodResolverInterface' => 'sylius.shipping_method_resolver.default' ,
'Sylius\\Component\\Shipping\\Resolver\\ShippingMethodsResolverInterface' => 'sylius.shipping_methods_resolver' ,
'Sylius\\Component\\Taxation\\Calculator\\CalculatorInterface' => 'sylius.tax_calculator' ,
'Sylius\\Component\\Taxation\\Resolver\\TaxRateResolverInterface' => 'sylius.tax_rate_resolver' ,
'Sylius\\Component\\Taxonomy\\Generator\\TaxonSlugGeneratorInterface' => 'sylius.generator.taxon_slug' ,
'Sylius\\Component\\User\\Canonicalizer\\CanonicalizerInterface' => 'sylius.canonicalizer' ,
'Sylius\\Component\\User\\Security\\PasswordUpdaterInterface' => 'sylius.security.password_updater' ,
'api_platform.action.delete_item' => 'api_platform.action.placeholder' ,
'api_platform.action.get_collection' => 'api_platform.action.placeholder' ,
'api_platform.action.get_item' => 'api_platform.action.placeholder' ,
'api_platform.action.get_subresource' => 'api_platform.action.placeholder' ,
'api_platform.action.patch_item' => 'api_platform.action.placeholder' ,
'api_platform.action.post_collection' => 'api_platform.action.placeholder' ,
'api_platform.action.put_item' => 'api_platform.action.placeholder' ,
'database_connection' => 'doctrine.dbal.default_connection' ,
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager' ,
'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController' ,
'mailer' => 'swiftmailer.mailer.default' ,
'messenger.default_bus' => 'message_bus' ,
'swiftmailer.transport' => 'swiftmailer.mailer.default.transport' ,
'sylius.context.channel' => 'Sylius\\Component\\Channel\\Context\\ChannelContextInterface' ,
'sylius.context.channel.request_based.resolver' => 'Sylius\\Component\\Channel\\Context\\RequestBased\\RequestResolverInterface' ,
'sylius.context.currency' => 'sylius.context.currency.channel_aware' ,
'sylius.context.locale' => 'Sylius\\Component\\Locale\\Context\\LocaleContextInterface' ,
'sylius.factory.adjustment' => 'Sylius\\Component\\Order\\Factory\\AdjustmentFactoryInterface' ,
'sylius.factory.channel' => 'Sylius\\Component\\Channel\\Factory\\ChannelFactoryInterface' ,
'sylius.factory.order_item' => 'sylius.factory.cart_item' ,
'sylius.factory.payment' => 'Sylius\\Component\\Payment\\Factory\\PaymentFactoryInterface' ,
'sylius.factory.payment_method' => 'Sylius\\Component\\Core\\Factory\\PaymentMethodFactoryInterface' ,
'sylius.factory.product' => 'Sylius\\Component\\Product\\Factory\\ProductFactoryInterface' ,
'sylius.factory.product_variant' => 'Sylius\\Component\\Product\\Factory\\ProductVariantFactoryInterface' ,
'sylius.factory.promotion_action' => 'Sylius\\Component\\Core\\Factory\\PromotionActionFactoryInterface' ,
'sylius.factory.promotion_coupon' => 'Sylius\\Component\\Promotion\\Factory\\PromotionCouponFactoryInterface' ,
'sylius.factory.promotion_rule' => 'Sylius\\Component\\Core\\Factory\\PromotionRuleFactoryInterface' ,
'sylius.factory.taxon' => 'Sylius\\Component\\Taxonomy\\Factory\\TaxonFactoryInterface' ,
'sylius.factory.zone' => 'Sylius\\Component\\Addressing\\Factory\\ZoneFactoryInterface' ,
'sylius.grid.bulk_action_renderer.twig' => 'sylius.custom_bulk_action_grid_renderer.twig' ,
'sylius.grid.renderer.twig' => 'sylius.custom_grid_renderer.twig' ,
'sylius.inventory.order_inventory_operator' => 'Sylius\\Component\\Core\\Inventory\\Operator\\OrderInventoryOperatorInterface' ,
'sylius.locale_provider' => 'sylius.locale_provider.channel_based' ,
'sylius.manager.address' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.address_log_entry' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.adjustment' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.admin_user' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.api_access_token' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.api_auth_code' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.api_client' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.api_refresh_token' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.api_user' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.avatar_image' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.channel' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.channel_pricing' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.country' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.currency' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.customer' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.customer_group' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.exchange_rate' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.gateway_config' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.inventory_unit' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.locale' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.oauth_user' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.order' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.order_item' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.order_item_unit' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.order_sequence' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.payment' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.payment_method' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.payment_method_translation' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.payment_security_token' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.product' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.product_association' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.product_association_type' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.product_association_type_translation' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.product_attribute' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.product_attribute_translation' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.product_attribute_value' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.product_image' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.product_option' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.product_option_translation' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.product_option_value' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.product_option_value_translation' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.product_review' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.product_reviewer' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.product_taxon' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.product_translation' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.product_variant' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.product_variant_translation' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.promotion' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.promotion_action' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.promotion_coupon' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.promotion_rule' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.promotion_subject' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.province' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.shipment' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.shipment_unit' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.shipping_category' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.shipping_method' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.shipping_method_rule' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.shipping_method_translation' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.shop_billing_data' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.shop_user' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.tax_category' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.tax_rate' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.taxon' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.taxon_image' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.taxon_translation' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.zone' => 'doctrine.orm.default_entity_manager' ,
'sylius.manager.zone_member' => 'doctrine.orm.default_entity_manager' ,
'sylius.order_item_quantity_modifier' => 'sylius.order_item_quantity_modifier.limiting' ,
'sylius.payment_method_resolver.default' => 'Sylius\\Component\\Payment\\Resolver\\DefaultPaymentMethodResolverInterface' ,
'sylius.payment_methods_resolver' => 'Sylius\\Component\\Payment\\Resolver\\PaymentMethodsResolverInterface' ,
'sylius.theme.asset.assets_installer' => 'sylius.theme.asset.assets_installer.output_aware' ,
'sylius.translation_locale_provider' => 'sylius.translation_locale_provider.admin' ,
];
$this -> privates [ 'service_container' ] = function () {
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/HttpKernelInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/KernelInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/RebootableInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/TerminableInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/Kernel.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/src/Kernel.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/event-dispatcher/EventSubscriberInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/EventListener/ResponseListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/EventListener/LocaleListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/psr/container/src/ContainerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/HttpKernel.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/Controller/ControllerResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/framework-bundle/Controller/ControllerResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/Controller/ArgumentResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-foundation/RequestStack.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/filesystem/Filesystem.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/psr/cache/src/CacheItemPoolInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache/Adapter/AdapterInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache-contracts/CacheInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache/PruneableInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/service-contracts/ResetInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache/ResettableInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache/Adapter/TraceableAdapter.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/psr/log/Psr/Log/LoggerAwareInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/psr/log/Psr/Log/LoggerAwareTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache/Traits/AbstractTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache/Traits/AbstractAdapterTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache-contracts/CacheTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache/Traits/ContractsTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache/Adapter/AbstractAdapter.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache/Traits/FilesystemCommonTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache/Traits/FilesystemTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache/Adapter/FilesystemAdapter.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache/Marshaller/MarshallerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache/Marshaller/DefaultMarshaller.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-foundation/Session/SessionInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-foundation/Session/Session.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-foundation/Session/SessionBagInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/EventListener/SessionListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/service-contracts/ServiceProviderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/service-contracts/ServiceLocatorTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/dependency-injection/ServiceLocator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/FormRegistryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/FormRegistry.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/FormExtensionInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/ResolvedFormTypeFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/FormFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/FormFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/ValidatorBuilderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/ValidatorBuilder.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Validation.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/ContainerConstraintValidatorFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation-contracts/LocaleAwareInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/TranslatorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation-contracts/TranslatorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Util/LegacyTranslatorProxy.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/ObjectInitializerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/Profiler/Profiler.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/psr/log/Psr/Log/LoggerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/monolog/monolog/src/Monolog/ResettableInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/monolog/monolog/src/Monolog/Logger.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/monolog-bridge/Logger.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/DataCollector/DataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache/DataCollector/CacheDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/DataCollector/TranslationDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Collector/ChannelCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TemplateBlockDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Collector/ThemeCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Collector/SyliusCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Collector/CartCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/EventListener/ProfilerListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/stopwatch/Stopwatch.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/routing/RequestContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/EventListener/RouterListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache/Traits/ProxyTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache/Traits/PhpArrayTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache/Adapter/PhpArrayAdapter.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/property-access/PropertyAccessorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/property-access/PropertyAccessor.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache/Traits/ArrayTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache/Adapter/ArrayAdapter.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/SerializerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Normalizer/NormalizerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Encoder/EncoderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Encoder/DecoderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Serializer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Serializer/AddressDenormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/SerializerAwareInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/SerializerAwareTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Bridge/RamseyUuid/Serializer/UuidDenormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FlattenExceptionNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Swagger/Serializer/ApiGatewayNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Util/ClassInfoTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Serializer/ContextTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Serializer/ItemNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Api/FilterLocatorTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Encoder/XmlEncoder.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Encoder/JsonEncoder.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Encoder/YamlEncoder.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Encoder/CsvEncoder.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Serializer/JsonEncoder.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Mapping/Loader/FileLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/Mapping/Loader/XmlFileLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/NameConverter/NameConverterInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/property-info/PropertyTypeExtractorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/property-info/PropertyAccessExtractorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/property-info/PropertyListExtractorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/property-info/PropertyInfoExtractorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/property-info/PropertyInfoExtractor.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/mime/MimeTypeGuesserInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/mime/MimeTypesInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/mime/MimeTypes.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/monolog/monolog/src/Monolog/Handler/Handler.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/monolog-bridge/Handler/FirePHPHandler.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Authorization/AuthorizationChecker.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/service-contracts/ServiceSubscriberInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/expression-language/ExpressionLanguage.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Authorization/ExpressionLanguage.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Security/Core/Authorization/ExpressionLanguageProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Role/RoleHierarchyInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Role/RoleHierarchy.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-http/FirewallMapInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-bundle/Security/FirewallMap.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-http/RememberMe/ResponseListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Authorization/AccessDecisionManager.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-http/Firewall.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-bundle/EventListener/FirewallListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/twig/twig/src/Environment.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/twig/twig/src/Loader/LoaderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Twig/ThemeFilesystemLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/twig/twig/src/Loader/FilesystemLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/twig/twig/src/Extension/ExtensionInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/twig/twig/src/Extension/AbstractExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bridge/Extension/CsrfExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bridge/Extension/SecurityExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/twig/twig/src/Extension/ProfilerExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bridge/Extension/TranslationExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bridge/Extension/AssetExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/asset/Packages.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/asset/PackageInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/asset/Package.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/asset/PathPackage.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Asset/Package/PathPackage.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/asset/Context/ContextInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/asset/Context/RequestStackContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bridge/Extension/CodeExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bridge/Extension/RoutingExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bridge/Extension/YamlExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-foundation/UrlHelper.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bridge/Extension/FormExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bridge/Extension/DumpExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/twig/intl-extra/IntlExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/MoneyBundle/Twig/ConvertMoneyExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Twig/AggregateAdjustmentsExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/MoneyBundle/Twig/FormatMoneyExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Twig/CurrencyExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Twig/LocaleExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/InventoryBundle/Twig/InventoryExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/PercentageExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/SortByExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TemplateEventExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TemplateEventRendererInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateEventRenderer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateEventRenderer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/DelegatingTemplateEventRenderer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TemplateBlockRendererInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateBlockRenderer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateBlockRenderer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TwigTemplateBlockRenderer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Twig/PriceExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Twig/VariantResolverExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Twig/ProductVariantsPricesExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Twig/CheckoutStepsExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/grid-bundle/src/Bundle/Twig/GridExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/grid-bundle/src/Bundle/Twig/BulkActionGridExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/winzou/state-machine/src/SM/Extension/Twig/SMExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas/src/Hateoas/Twig/Extension/LinkExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/jms/serializer/src/JMS/Serializer/Twig/SerializerRuntimeExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/liip/imagine-bundle/Templating/FilterTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/liip/imagine-bundle/Templating/FilterExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Twig/FilterExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Twig/PagerfantaExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/pagerfanta/pagerfanta/lib/Core/View/ViewFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/pagerfanta/pagerfanta/lib/Core/View/ViewFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/pagerfanta/pagerfanta/lib/Core/View/ViewInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/pagerfanta/pagerfanta/lib/Core/View/View.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/pagerfanta/pagerfanta/lib/Core/View/TemplateView.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/pagerfanta/pagerfanta/lib/Core/View/DefaultView.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/View/TranslatedView.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/View/DefaultTranslatedView.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/pagerfanta/pagerfanta/lib/Core/View/TwitterBootstrapView.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/pagerfanta/pagerfanta/lib/Core/View/TwitterBootstrap3View.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/pagerfanta/pagerfanta/lib/Core/View/TwitterBootstrap4View.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/pagerfanta/pagerfanta/lib/Core/View/SemanticUiView.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/View/TwitterBootstrapTranslatedView.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/View/TwitterBootstrap4TranslatedView.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/View/TwitterBootstrap3TranslatedView.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/View/SemanticUiTranslatedView.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderTaxesTotalExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderItemsSubtotalExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/var-dumper/Cloner/DumperInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/var-dumper/Dumper/AbstractDumper.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/var-dumper/Dumper/CliDumper.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/var-dumper/Dumper/HtmlDumper.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/paypal-plugin/src/Twig/PayPalExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/paypal-plugin/src/Twig/OrderAddressExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/stefandoorn/sylius-google-tag-manager-enhanced-ecommerce-plugin/src/Twig/ParameterExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bridge/AppVariable.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/twig/twig/src/Profiler/Profile.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/doctrine-bridge/ManagerRegistry.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/doctrine-bridge/RegistryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/doctrine-bundle/Registry.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/doctrine-bundle/ConnectionFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Component/Repository/RepositoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Doctrine/ORM/EntityRepository.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Order/Repository/OrderRepositoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Doctrine/ORM/OrderRepository.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Repository/OrderRepositoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Doctrine/ORM/OrderRepository.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Component/Factory/FactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Component/Factory/Factory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/templating/Helper/HelperInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/templating/Helper/Helper.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Templating/Helper/AdjustmentsHelper.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Order/Aggregator/AdjustmentsAggregatorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Order/Aggregator/AdjustmentsByLabelAggregator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/MoneyBundle/Formatter/MoneyFormatterInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/MoneyBundle/Formatter/MoneyFormatter.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Currency/Repository/ExchangeRateRepositoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Doctrine/ORM/ExchangeRateRepository.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Currency/Converter/CurrencyConverterInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Currency/Converter/CurrencyConverter.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Locale/Converter/LocaleConverterInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Locale/Converter/LocaleConverter.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Listener/RequestLocaleSetter.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Templating/Helper/LocaleHelperInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Templating/Helper/LocaleHelper.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Product/Resolver/ProductVariantResolverInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Product/Resolver/DefaultProductVariantResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/ChannelContextInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/CompositeChannelContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/RequestBased/ChannelContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/SingleChannelContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Context/FakeChannel/FakeChannelContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Context/FakeChannel/FakeChannelPersister.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Shipping/Repository/ShippingMethodRepositoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Doctrine/ORM/ShippingMethodRepository.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Repository/ShippingMethodRepositoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Doctrine/ORM/ShippingMethodRepository.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Shipping/Checker/Eligibility/ShippingMethodEligibilityCheckerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Shipping/Checker/Eligibility/CategoryRequirementEligibilityChecker.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Shipping/Checker/Eligibility/ShippingMethodRulesEligibilityChecker.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Shipping/Checker/Eligibility/CompositeShippingMethodEligibilityChecker.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/registry/src/PrioritizedServiceRegistryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/registry/src/PrioritizedServiceRegistry.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/registry/src/ServiceRegistryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/registry/src/ServiceRegistry.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Shipping/Resolver/ShippingMethodsResolverInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Shipping/Resolver/CompositeMethodsResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Shipping/Resolver/ShippingMethodsResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Shipping/Checker/Rule/RuleCheckerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Shipping/Checker/Rule/TotalWeightGreaterThanOrEqualRuleChecker.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Shipping/Checker/Rule/TotalWeightLessThanOrEqualRuleChecker.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Payment/Repository/PaymentMethodRepositoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Doctrine/ORM/PaymentMethodRepository.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Repository/PaymentMethodRepositoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Doctrine/ORM/PaymentMethodRepository.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Payment/Resolver/PaymentMethodsResolverInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Payment/Resolver/PaymentMethodsResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Addressing/Matcher/ZoneMatcherInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Addressing/Matcher/ZoneMatcher.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Twig/CountryNameExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Twig/ProvinceNamingExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Inventory/Checker/AvailabilityCheckerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Inventory/Checker/AvailabilityChecker.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/InventoryBundle/Templating/Helper/InventoryHelper.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/User/Canonicalizer/CanonicalizerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/User/Canonicalizer/Canonicalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Registry/TemplateBlockRegistryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Registry/TemplateBlockRegistry.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Registry/TemplateBlock.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TestFormAttributeExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TestHtmlAttributeExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/MergeRecursiveExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/LegacySonataBlockExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TemplateBlockRenderingHistory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Checker/OrderShippingMethodSelectionRequirementCheckerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Checker/OrderShippingMethodSelectionRequirementChecker.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Checker/OrderPaymentMethodSelectionRequirementCheckerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Checker/OrderPaymentMethodSelectionRequirementChecker.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Context/ThemeContextInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Theme/ChannelBasedThemeContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Order/Context/CartContextInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Context/CustomerAndChannelBasedCartContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Currency/CurrencyStorageInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Currency/CurrencyStorage.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Currency/Context/CurrencyContextInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Currency/Context/StorageBasedCurrencyContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Currency/Context/ChannelAwareCurrencyContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Currency/Context/CompositeCurrencyContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Locale/Provider/LocaleProviderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ChannelBasedLocaleProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Locale/Context/LocaleContextInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Context/RequestBasedLocaleContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Locale/Context/ProviderBasedLocaleContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/EventListener/TranslatorListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Shipping/Checker/Rule/OrderTotalRuleChecker.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Shipping/Checker/Rule/OrderTotalGreaterThanOrEqualRuleChecker.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Shipping/Checker/Rule/OrderTotalLessThanOrEqualRuleChecker.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Twig/BundleLoadedCheckerExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Templating/Helper/ProductVariantsPricesHelper.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Templating/Helper/VariantResolverHelper.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Validator/Initializer/CustomerInitializer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Resolver/ZoneAndChannelBasedShippingMethodsResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Resolver/ChannelBasedPaymentMethodsResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Customer/Context/CustomerContextInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Context/CustomerContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ProductVariantsPricesProviderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ProductVariantsPricesProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Calculator/ProductVariantPriceCalculatorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Calculator/ProductVariantPricesCalculatorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Calculator/ProductVariantPriceCalculator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Component/Storage/StorageInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Storage/CookieStorage.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Component/Metadata/RegistryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Component/Metadata/Registry.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/dependency-injection/ExpressionLanguage.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/ExpressionLanguage/ExpressionLanguage.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/grid-bundle/src/Component/Renderer/GridRendererInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Grid/Renderer/TwigGridRenderer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/grid-bundle/src/Bundle/Renderer/TwigGridRenderer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/grid-bundle/src/Bundle/Form/Registry/FormTypeRegistryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/grid-bundle/src/Bundle/Form/Registry/FormTypeRegistry.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/grid-bundle/src/Component/Renderer/BulkActionGridRendererInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Grid/Renderer/TwigBulkActionGridRenderer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Grid/Parser/OptionsParserInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Grid/Parser/OptionsParser.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Doctrine/ResourceMappingDriverChain.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/grid-bundle/src/Component/FieldTypes/FieldTypeInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/grid-bundle/src/Component/FieldTypes/DatetimeFieldType.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/grid-bundle/src/Component/FieldTypes/StringFieldType.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/grid-bundle/src/Bundle/FieldTypes/TwigFieldType.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/grid-bundle/src/Component/DataExtractor/DataExtractorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/grid-bundle/src/Component/DataExtractor/PropertyAccessDataExtractor.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/winzou/state-machine/src/SM/Factory/FactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/winzou/state-machine/src/SM/Factory/ClearableFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/winzou/state-machine/src/SM/Factory/AbstractFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/winzou/state-machine/src/SM/Factory/Factory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/winzou/state-machine/src/SM/Callback/CallbackFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/winzou/state-machine/src/SM/Callback/CallbackFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/winzou/state-machine-bundle/Callback/ContainerAwareCallbackFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandlerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandler.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas/src/Hateoas/Factory/LinkFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas/src/Hateoas/Expression/ExpressionEvaluator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas-bundle/Hateoas/Expression/LazyFunctionExpressionEvaluator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas-bundle/ExpressionLanguage/ExpressionLanguage.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas/src/Hateoas/Configuration/RelationsRepository.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/jms/metadata/src/Metadata/MetadataFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/jms/metadata/src/Metadata/AdvancedMetadataFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/jms/metadata/src/Metadata/MetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/jms/metadata/src/Metadata/Driver/DriverInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/jms/metadata/src/Metadata/Driver/AdvancedDriverInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/jms/metadata/src/Metadata/Driver/DriverChain.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/jms/metadata/src/Metadata/Driver/AbstractFileDriver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas/src/Hateoas/Configuration/Metadata/Driver/YamlDriver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas/src/Hateoas/Configuration/Metadata/Driver/XmlDriver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas/src/Hateoas/Configuration/Metadata/Driver/ExtensionDriver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas/src/Hateoas/Configuration/Metadata/Driver/AnnotationDriver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/jms/metadata/src/Metadata/Cache/CacheInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/jms/metadata/src/Metadata/Cache/FileCache.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas/src/Hateoas/Configuration/Provider/RelationProviderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas/src/Hateoas/Configuration/Provider/RelationProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas/src/Hateoas/Configuration/Provider/Resolver/RelationProviderResolverInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas/src/Hateoas/Configuration/Provider/Resolver/ChainResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas/src/Hateoas/Configuration/Provider/Resolver/MethodResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas/src/Hateoas/Configuration/Provider/Resolver/StaticMethodResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas/src/Hateoas/Configuration/Provider/Resolver/SymfonyContainerResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas/src/Hateoas/UrlGenerator/UrlGeneratorRegistry.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas/src/Hateoas/UrlGenerator/UrlGeneratorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas/src/Hateoas/UrlGenerator/SymfonyUrlGenerator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas/src/Hateoas/Helper/LinkHelper.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/jms/metadata/src/Metadata/Driver/FileLocatorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/jms/metadata/src/Metadata/Driver/AdvancedFileLocatorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/jms/metadata/src/Metadata/Driver/FileLocator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-foundation/RequestMatcherInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-foundation/RequestMatcher.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/payum/payum/src/Payum/Core/Extension/ExtensionInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/payum/payum-bundle/Profiler/PayumCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/LoggableListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Repository/ThemeRepositoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Repository/InMemoryThemeRepository.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Configuration/ConfigurationProviderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Configuration/CompositeConfigurationProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Configuration/Filesystem/FilesystemConfigurationProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Locator/FileLocatorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Locator/RecursiveFileLocator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Configuration/Filesystem/ConfigurationLoaderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Configuration/Filesystem/ProcessingConfigurationLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Configuration/Filesystem/JsonFileConfigurationLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Locator/ResourceLocatorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Locator/ApplicationResourceLocator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Locator/BundleResourceLocator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/config/FileLocatorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Templating/Locator/TemplateFileLocator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/TranslatorBagInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Translation/ThemeAwareTranslator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Translator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Translation/Translator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Formatter/MessageFormatterInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Formatter/IntlFormatterInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Formatter/MessageFormatter.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation-contracts/TranslatorTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/IdentityTranslator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Context/AdminBasedLocaleContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Twig/NotificationWidgetExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Twig/ShopExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Twig/ChannelsCurrenciesExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Twig/OrderUnitTaxesExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Twig/ChannelNameExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/EventListener/SessionCartSubscriber.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Context/SessionAndChannelBasedCartContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Storage/CartStorageInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Storage/CartSessionStorage.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Calculator/OrderItemsSubtotalCalculatorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Calculator/OrderItemsSubtotalCalculator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/EventListener/NonChannelLocaleListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Checkout/CheckoutResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/routing/RequestContextAwareInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/routing/Generator/UrlGeneratorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Checkout/CheckoutStateUrlGeneratorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Checkout/CheckoutStateUrlGenerator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/var-dumper/Cloner/ClonerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/var-dumper/Cloner/AbstractCloner.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/var-dumper/Cloner/VarCloner.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Api/ResourceClassResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/routing/Matcher/UrlMatcherInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/routing/RouterInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Bridge/Symfony/Routing/Router.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Api/IriConverterInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/DataProvider/OperationDataProviderTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Bridge/Symfony/Routing/IriConverter.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolverInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Cache/CachedTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Bridge/Symfony/Routing/CachedRouteNameResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/SerializerContextBuilder/HttpRequestMethodTypeContextBuilder.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/SerializerContextBuilder/LocaleContextBuilder.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/SerializerContextBuilder/ChannelContextBuilder.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Operation/DashPathSegmentNameGenerator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/EventListener/AddFormatListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Util/CloneTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Resource/ToggleableOperationAttributeTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/EventListener/ReadListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/EventListener/DeserializeListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Api/CachedIdentifiersExtractor.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Api/IdentifiersExtractor.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Identifier/IdentifierConverterInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Identifier/ContextAwareIdentifierConverterInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Identifier/IdentifierConverter.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Operation/Factory/CachedSubresourceOperationFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationResourceMetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Property/Factory/InheritedPropertyNameCollectionFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyNameCollectionFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Property/Factory/InheritedPropertyMetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/ApiPlatform/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Extractor/ExtractorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Extractor/AbstractExtractor.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Extractor/XmlExtractor.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Metadata/Extractor/YamlExtractor.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/JsonSchema/TypeFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Bridge/Symfony/Bundle/EventListener/SwaggerUiListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/JsonLd/ContextBuilder.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Util/CorsTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Filter/QueryParameterValidateListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/DataProvider/CollectionDataProviderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/DataProvider/ContextAwareCollectionDataProviderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/DataProvider/ChainCollectionDataProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/DataProvider/ItemDataProviderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/DataProvider/ChainItemDataProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/DataProvider/SubresourceDataProviderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/DataProvider/ChainSubresourceDataProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/DataPersister/DataPersisterInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/DataPersister/ContextAwareDataPersisterInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/DataPersister/ChainDataPersister.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Security/EventListener/DenyAccessListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Security/ResourceAccessCheckerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Security/ResourceAccessChecker.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Swagger/AdminAuthenticationTokenDocumentationNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Swagger/Serializer/DocumentationNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouterOperationPathResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Swagger/ShopAuthenticationTokenDocumentationNormalizer.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/xynnn/google-tag-manager-bundle/Service/GoogleTagManagerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/xynnn/google-tag-manager-bundle/Service/GoogleTagManager.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/dependency-injection/ContainerAwareTrait.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/xynnn/google-tag-manager-bundle/Service/GoogleTagManagerFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/xynnn/google-tag-manager-bundle/Twig/GoogleTagManagerExtension.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/xynnn/google-tag-manager-bundle/Helper/GoogleTagManagerHelperInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/xynnn/google-tag-manager-bundle/Helper/GoogleTagManagerHelper.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/xynnn/google-tag-manager-bundle/EventListener/GoogleTagManagerListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/stefandoorn/google-tag-manager-plugin/src/EventListener/EnvironmentListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/stefandoorn/google-tag-manager-plugin/src/EventListener/AddRouteListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/stefandoorn/google-tag-manager-plugin/src/EventListener/ContextListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/stefandoorn/sylius-google-tag-manager-enhanced-ecommerce-plugin/src/EventListener/ThankYouListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/stefandoorn/sylius-google-tag-manager-enhanced-ecommerce-plugin/src/TagManager/AddTransactionInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/stefandoorn/sylius-google-tag-manager-enhanced-ecommerce-plugin/src/TagManager/AddTransaction.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/stefandoorn/sylius-google-tag-manager-enhanced-ecommerce-plugin/src/EventListener/CheckoutStepListener.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/stefandoorn/sylius-google-tag-manager-enhanced-ecommerce-plugin/src/TagManager/CheckoutStepInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/stefandoorn/sylius-google-tag-manager-enhanced-ecommerce-plugin/src/TagManager/CheckoutStep.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/stefandoorn/sylius-google-tag-manager-enhanced-ecommerce-plugin/src/Resolver/CheckoutStepResolverInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/stefandoorn/sylius-google-tag-manager-enhanced-ecommerce-plugin/src/Resolver/CheckoutStepResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/messenger/MessageBusInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/messenger/TraceableMessageBus.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/messenger/MessageBus.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/DataCollectorTranslator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/routing/Matcher/RequestMatcherInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/routing/Router.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/framework-bundle/Routing/Router.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/config/ConfigCacheFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Locale/Context/CompositeLocaleContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/CachedPerRequestChannelContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/RequestBased/RequestResolverInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/RequestBased/CompositeRequestResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/RequestBased/HostnameBasedRequestResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Context/FakeChannel/FakeChannelCodeProviderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Context/FakeChannel/FakeChannelCodeProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/paypal-plugin/src/Resolver/PayPalPrioritisingPaymentMethodsResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Payment/Resolver/CompositeMethodsResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Factory/ThemeFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Factory/ThemeFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Factory/ThemeAuthorFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Factory/ThemeAuthorFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Factory/ThemeScreenshotFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Factory/ThemeScreenshotFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Loader/CircularDependencyCheckerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Loader/CircularDependencyChecker.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Loader/ThemeLoaderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Loader/ThemeLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/zendframework/zend-hydrator/src/HydrationInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/zendframework/zend-hydrator/src/ExtractionInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/zendframework/zend-hydrator/src/HydratorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/zendframework/zend-hydrator/src/StrategyEnabledInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/zendframework/zend-hydrator/src/Filter/FilterProviderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/zendframework/zend-hydrator/src/FilterEnabledInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/zendframework/zend-hydrator/src/NamingStrategyEnabledInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/zendframework/zend-hydrator/src/AbstractHydrator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/zendframework/zend-hydrator/src/Reflection.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/HierarchyProvider/ThemeHierarchyProviderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/HierarchyProvider/ThemeHierarchyProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Filesystem/FilesystemInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Filesystem/Filesystem.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Factory/FinderFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Factory/FinderFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Configuration/ConfigurationProcessorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Configuration/SymfonyConfigurationProcessor.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/config/Definition/ConfigurationInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Configuration/ThemeConfiguration.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/config/Definition/Processor.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Asset/PathResolverInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Asset/PathResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Locator/ResourceLocator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Templating/Locator/TemplateLocatorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Templating/Locator/CachedTemplateLocator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Templating/Locator/TemplateLocator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Translation/Provider/Loader/TranslatorLoaderProviderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Translation/Provider/Loader/TranslatorLoaderProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Translation/Provider/Resource/TranslatorResourceProviderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Translation/Provider/Resource/CompositeTranslatorResourceProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Translation/Provider/Resource/TranslatorResourceProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Translation/Provider/Resource/ThemeTranslatorResourceProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Translation/Finder/TranslationFilesFinderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Translation/Finder/OrderingTranslationFilesFinder.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Translation/Finder/TranslationFilesFinder.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Order/Context/CompositeCartContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Context/TokenValueBasedCartContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Cart/Context/ShopBasedCartContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Order/Context/CartContext.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Validator/ValidatorInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Validator/TraceableValidator.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/event-dispatcher/EventDispatcherInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/event-dispatcher/EventDispatcher.php' ;
};
}
public function compile (): void
{
throw new LogicException ( 'You cannot compile a dumped container that was already compiled.' );
}
public function isCompiled (): bool
{
return true ;
}
public function getRemovedIds (): array
{
return require $this -> containerDir .\ DIRECTORY_SEPARATOR . 'removed-ids.php' ;
}
protected function load ( $file , $lazyLoad = true )
{
return require $this -> containerDir .\ DIRECTORY_SEPARATOR . $file ;
}
protected function createProxy ( $class , \ Closure $factory )
{
class_exists ( $class , false ) || $this -> load ( " { $class } .php" );
return $factory ();
}
/**
* Gets the public 'Sylius\Bundle\AdminBundle\Twig\ChannelNameExtension' shared service.
*
* @return \Sylius\Bundle\AdminBundle\Twig\ChannelNameExtension
*/
protected function getChannelNameExtensionService ()
{
return $this -> services [ 'Sylius\\Bundle\\AdminBundle\\Twig\\ChannelNameExtension' ] = new \ Sylius \ Bundle \ AdminBundle \ Twig \ ChannelNameExtension (( $this -> services [ 'sylius.repository.channel' ] ?? $this -> getSylius_Repository_ChannelService ()));
}
/**
* Gets the public 'Sylius\Bundle\AdminBundle\Twig\OrderUnitTaxesExtension' shared service.
*
* @return \Sylius\Bundle\AdminBundle\Twig\OrderUnitTaxesExtension
*/
protected function getOrderUnitTaxesExtensionService ()
{
return $this -> services [ 'Sylius\\Bundle\\AdminBundle\\Twig\\OrderUnitTaxesExtension' ] = new \ Sylius \ Bundle \ AdminBundle \ Twig \ OrderUnitTaxesExtension ();
}
/**
* Gets the public 'Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelCodeProviderInterface' shared service.
*
* @return \Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelCodeProvider
*/
protected function getFakeChannelCodeProviderInterfaceService ()
{
return $this -> services [ 'Sylius\\Bundle\\ChannelBundle\\Context\\FakeChannel\\FakeChannelCodeProviderInterface' ] = new \ Sylius \ Bundle \ ChannelBundle \ Context \ FakeChannel \ FakeChannelCodeProvider ();
}
/**
* Gets the public 'Sylius\Bundle\ThemeBundle\Asset\PathResolverInterface' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Asset\PathResolver
*/
protected function getPathResolverInterfaceService ()
{
return $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Asset\\PathResolverInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ Asset \ PathResolver ();
}
/**
* Gets the public 'Sylius\Bundle\ThemeBundle\Configuration\ConfigurationProcessorInterface' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Configuration\SymfonyConfigurationProcessor
*/
protected function getConfigurationProcessorInterfaceService ()
{
return $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Configuration\\ConfigurationProcessorInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ Configuration \ SymfonyConfigurationProcessor (new \ Sylius \ Bundle \ ThemeBundle \ Configuration \ ThemeConfiguration (), new \ Symfony \ Component \ Config \ Definition \ Processor ());
}
/**
* Gets the public 'Sylius\Bundle\ThemeBundle\Factory\FinderFactoryInterface' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Factory\FinderFactory
*/
protected function getFinderFactoryInterfaceService ()
{
return $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Factory\\FinderFactoryInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ Factory \ FinderFactory ();
}
/**
* Gets the public 'Sylius\Bundle\ThemeBundle\Factory\ThemeAuthorFactoryInterface' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Factory\ThemeAuthorFactory
*/
protected function getThemeAuthorFactoryInterfaceService ()
{
return $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Factory\\ThemeAuthorFactoryInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ Factory \ ThemeAuthorFactory ();
}
/**
* Gets the public 'Sylius\Bundle\ThemeBundle\Factory\ThemeFactoryInterface' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Factory\ThemeFactory
*/
protected function getThemeFactoryInterfaceService ()
{
return $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Factory\\ThemeFactoryInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ Factory \ ThemeFactory ();
}
/**
* Gets the public 'Sylius\Bundle\ThemeBundle\Factory\ThemeScreenshotFactoryInterface' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Factory\ThemeScreenshotFactory
*/
protected function getThemeScreenshotFactoryInterfaceService ()
{
return $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Factory\\ThemeScreenshotFactoryInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ Factory \ ThemeScreenshotFactory ();
}
/**
* Gets the public 'Sylius\Bundle\ThemeBundle\Filesystem\FilesystemInterface' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Filesystem\Filesystem
*/
protected function getFilesystemInterfaceService ()
{
return $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Filesystem\\FilesystemInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ Filesystem \ Filesystem ();
}
/**
* Gets the public 'Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProviderInterface' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProvider
*/
protected function getThemeHierarchyProviderInterfaceService ()
{
return $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ HierarchyProvider \ ThemeHierarchyProvider ();
}
/**
* Gets the public 'Sylius\Bundle\ThemeBundle\Loader\CircularDependencyCheckerInterface' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Loader\CircularDependencyChecker
*/
protected function getCircularDependencyCheckerInterfaceService ()
{
return $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Loader\\CircularDependencyCheckerInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ Loader \ CircularDependencyChecker ();
}
/**
* Gets the public 'Sylius\Bundle\ThemeBundle\Loader\ThemeLoaderInterface' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Loader\ThemeLoader
*/
protected function getThemeLoaderInterfaceService ()
{
return $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Loader\\ThemeLoaderInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ Loader \ ThemeLoader (( $this -> services [ 'sylius.theme.configuration.provider' ] ?? $this -> getSylius_Theme_Configuration_ProviderService ()), ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Factory\\ThemeFactoryInterface' ] ?? ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Factory\\ThemeFactoryInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ Factory \ ThemeFactory ())), ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Factory\\ThemeAuthorFactoryInterface' ] ?? ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Factory\\ThemeAuthorFactoryInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ Factory \ ThemeAuthorFactory ())), ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Factory\\ThemeScreenshotFactoryInterface' ] ?? ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Factory\\ThemeScreenshotFactoryInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ Factory \ ThemeScreenshotFactory ())), new \ Zend \ Hydrator \ Reflection (), ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Loader\\CircularDependencyCheckerInterface' ] ?? ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Loader\\CircularDependencyCheckerInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ Loader \ CircularDependencyChecker ())));
}
/**
* Gets the public 'Sylius\Bundle\ThemeBundle\Locator\ResourceLocatorInterface' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Locator\ResourceLocator
*/
protected function getResourceLocatorInterfaceService ()
{
return $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Locator\\ResourceLocatorInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ Locator \ ResourceLocator (( $this -> services [ 'sylius.theme.locator.application_resource' ] ?? $this -> getSylius_Theme_Locator_ApplicationResourceService ()), ( $this -> services [ 'sylius.theme.locator.bundle_resource' ] ?? $this -> getSylius_Theme_Locator_BundleResourceService ()));
}
/**
* Gets the public 'Sylius\Bundle\ThemeBundle\Templating\Locator\TemplateLocatorInterface' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Templating\Locator\CachedTemplateLocator
*/
protected function getTemplateLocatorInterfaceService ()
{
return $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Templating\\Locator\\TemplateLocatorInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ Templating \ Locator \ CachedTemplateLocator (new \ Sylius \ Bundle \ ThemeBundle \ Templating \ Locator \ TemplateLocator (( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Locator\\ResourceLocatorInterface' ] ?? $this -> getResourceLocatorInterfaceService ())), ( $this -> services [ 'sylius.theme.templating.cache' ] ?? ( $this -> services [ 'sylius.theme.templating.cache' ] = new \ Doctrine \ Common \ Cache \ ArrayCache ())));
}
/**
* Gets the public 'Sylius\Bundle\ThemeBundle\Translation\Finder\TranslationFilesFinderInterface' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Translation\Finder\OrderingTranslationFilesFinder
*/
protected function getTranslationFilesFinderInterfaceService ()
{
return $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Translation\\Finder\\TranslationFilesFinderInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ Translation \ Finder \ OrderingTranslationFilesFinder (new \ Sylius \ Bundle \ ThemeBundle \ Translation \ Finder \ TranslationFilesFinder (( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Factory\\FinderFactoryInterface' ] ?? ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Factory\\FinderFactoryInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ Factory \ FinderFactory ()))));
}
/**
* Gets the public 'Sylius\Bundle\ThemeBundle\Translation\Provider\Loader\TranslatorLoaderProviderInterface' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Translation\Provider\Loader\TranslatorLoaderProvider
*/
protected function getTranslatorLoaderProviderInterfaceService ()
{
$a = ( $this -> privates [ 'translation.loader.yml' ] ?? $this -> getTranslation_Loader_YmlService ());
$b = ( $this -> privates [ 'translation.loader.xliff' ] ?? $this -> getTranslation_Loader_XliffService ());
return $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Translation\\Provider\\Loader\\TranslatorLoaderProviderInterface' ] = 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 ())]);
}
/**
* Gets the public 'Sylius\Bundle\ThemeBundle\Translation\Provider\Resource\TranslatorResourceProviderInterface' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Translation\Provider\Resource\CompositeTranslatorResourceProvider
*/
protected function getTranslatorResourceProviderInterfaceService ()
{
return $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Translation\\Provider\\Resource\\TranslatorResourceProviderInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ Translation \ Provider \ Resource \ CompositeTranslatorResourceProvider ([ 0 => new \ Sylius \ Bundle \ ThemeBundle \ Translation \ Provider \ Resource \ TranslatorResourceProvider ([ 0 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.af.xlf' ), 1 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.af.xlf' ), 2 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.af.xlf' ), 3 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.af.yml' ), 4 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.af.yml' ), 5 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.af.yml' ), 6 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.af.yml' ), 7 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.af.yml' ), 8 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.af.yml' ), 9 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.af.yml' ), 10 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.af.yml' ), 11 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.af.yml' ), 12 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.af.yml' ), 13 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.af.yml' ), 14 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.af.yml' ), 15 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.af.yml' ), 16 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.af.yml' ), 17 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.af.yml' ), 18 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.af.yml' ), 19 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.af.yml' ), 20 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.ar.xlf' ), 21 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.ar.xlf' ), 22 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.ar.xlf' ), 23 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.ar.yml' ), 24 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.ar.yml' ), 25 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ar.yml' ), 26 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.ar.yml' ), 27 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ar.yml' ), 28 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.ar.yml' ), 29 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.ar.yml' ), 30 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ar.yml' ), 31 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.ar.yml' ), 32 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ar.yml' ), 33 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.ar.yml' ), 34 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ar.yml' ), 35 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.ar.yml' ), 36 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ar.yml' ), 37 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.ar.yml' ), 38 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ar.yml' ), 39 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ar.yml' ), 40 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.ar.yml' ), 41 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ar.yml' ), 42 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.ar.yml' ), 43 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.ar.yml' ), 44 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ar.yml' ), 45 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.ar.yml' ), 46 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ar.yml' ), 47 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ar.yml' ), 48 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ar.yml' ), 49 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.ar.yml' ), 50 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.ar.yml' ), 51 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.ar.yml' ), 52 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.ar.yml' ), 53 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.ar.yml' ), 54 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ar.yml' ), 55 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.ar.yml' ), 56 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.ar.yml' ), 57 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ar.yml' ), 58 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.ar.yml' ), 59 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.ar.yml' ), 60 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.ar.yml' ), 61 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ar.yml' ), 62 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ar.yml' ), 63 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.ar.yml' ), 64 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.ar.yml' ), 65 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.ar.yml' ), 66 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.ar.xliff' ), 67 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ar.yml' ), 68 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.ar.yml' ), 69 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ar.yml' ), 70 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.ar.yml' ), 71 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.az.xlf' ), 72 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.az.xlf' ), 73 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.az.xlf' ), 74 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.az.xliff' ), 75 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.be.xlf' ), 76 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.be.xlf' ), 77 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.be.xlf' ), 78 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.be.yml' ), 79 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.be.yml' ), 80 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.be.yml' ), 81 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.be.yml' ), 82 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.be.yml' ), 83 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.be.yml' ), 84 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.be.yml' ), 85 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.be.yml' ), 86 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.be.yml' ), 87 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.be.yml' ), 88 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.be.yml' ), 89 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.be.yml' ), 90 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.be.yml' ), 91 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.be.yml' ), 92 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.be.yml' ), 93 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.be.yml' ), 94 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.be.yml' ), 95 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.be.yml' ), 96 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.be.yml' ), 97 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.be.yml' ), 98 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.be.yml' ), 99 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.be.yml' ), 100 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.be.yml' ), 101 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.be.yml' ), 102 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.be.yml' ), 103 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.be.yml' ), 104 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.be.yml' ), 105 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.be.yml' ), 106 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.be.yml' ), 107 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.be.yml' ), 108 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.be.yml' ), 109 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.be.yml' ), 110 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.be.yml' ), 111 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.be.yml' ), 112 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.be.yml' ), 113 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.be.yml' ), 114 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.be.yml' ), 115 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.be.yml' ), 116 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.bg.xlf' ), 117 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.bg.xlf' ), 118 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.bg.xlf' ), 119 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.bg.yml' ), 120 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.bg.yml' ), 121 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.bg.yml' ), 122 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.bg.yml' ), 123 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.bg.yml' ), 124 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.bg.yml' ), 125 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.bg.yml' ), 126 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.bg.yml' ), 127 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.bg.yml' ), 128 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.bg.yml' ), 129 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.bg.yml' ), 130 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.bg.yml' ), 131 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.bg.yml' ), 132 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.bg.yml' ), 133 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.bg.yml' ), 134 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.bg.yml' ), 135 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.bg.yml' ), 136 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.bg.yml' ), 137 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.bg.yml' ), 138 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.bg.yml' ), 139 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.bg.yml' ), 140 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.bg.yml' ), 141 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.bg.yml' ), 142 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.bg.yml' ), 143 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.bg.yml' ), 144 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.bg.yml' ), 145 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.bg.yml' ), 146 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.bg.yml' ), 147 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.bg.yml' ), 148 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.bg.yml' ), 149 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.bg.yml' ), 150 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.bg.yml' ), 151 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.bg.yml' ), 152 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.bg.yml' ), 153 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.bg.yml' ), 154 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.bg.yml' ), 155 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.bg.yml' ), 156 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.bg.yml' ), 157 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.bg.yml' ), 158 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.bg.yml' ), 159 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.bg.yml' ), 160 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.bg.yml' ), 161 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.bg.yml' ), 162 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.bg.yml' ), 163 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.bg.yml' ), 164 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.bg.yml' ), 165 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.bg.yml' ), 166 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.bs.xlf' ), 167 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.bs.xlf' ), 168 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.bs.xlf' ), 169 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.ca.xlf' ), 170 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.ca.xlf' ), 171 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.ca.xlf' ), 172 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ca.yml' ), 173 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ca.yml' ), 174 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.ca.yml' ), 175 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ca.yml' ), 176 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ca.yml' ), 177 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.ca.yml' ), 178 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ca.yml' ), 179 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.ca.yml' ), 180 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ca.yml' ), 181 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ca.yml' ), 182 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ca.yml' ), 183 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ca.yml' ), 184 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.ca.yml' ), 185 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ca.yml' ), 186 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ca.yml' ), 187 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ca.yml' ), 188 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ca.yml' ), 189 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.ca.yml' ), 190 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.ca.yml' ), 191 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ca.yml' ), 192 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.ca.yml' ), 193 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ca.yml' ), 194 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.ca.yml' ), 195 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ca.yml' ), 196 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ca.yml' ), 197 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.ca.yml' ), 198 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.ca.xliff' ), 199 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ca.yml' ), 200 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ca.yml' ), 201 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.cs.xlf' ), 202 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.cs.xlf' ), 203 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.cs.xlf' ), 204 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.cs.yml' ), 205 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.cs.yml' ), 206 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.cs.yml' ), 207 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.cs.yml' ), 208 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.cs.yml' ), 209 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.cs.yml' ), 210 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.cs.yml' ), 211 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.cs.yml' ), 212 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.cs.yml' ), 213 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.cs.yml' ), 214 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.cs.yml' ), 215 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.cs.yml' ), 216 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.cs.yml' ), 217 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.cs.yml' ), 218 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.cs.yml' ), 219 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.cs.yml' ), 220 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.cs.yml' ), 221 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.cs.yml' ), 222 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.cs.yml' ), 223 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.cs.yml' ), 224 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.cs.yml' ), 225 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.cs.yml' ), 226 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.cs.yml' ), 227 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.cs.yml' ), 228 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.cs.yml' ), 229 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.cs.yml' ), 230 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.cs.yml' ), 231 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.cs.yml' ), 232 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.cs.yml' ), 233 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.cs.yml' ), 234 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.cs.yml' ), 235 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.cs.yml' ), 236 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.cs.yml' ), 237 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.cs.yml' ), 238 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.cs.yml' ), 239 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.cs.yml' ), 240 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.cs.yml' ), 241 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.cs.yml' ), 242 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.cs.yml' ), 243 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.cs.yml' ), 244 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.cs.yml' ), 245 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.cs.yml' ), 246 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.cs.yml' ), 247 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.cs.xliff' ), 248 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.cs.yml' ), 249 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.cs.yml' ), 250 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.cs.yml' ), 251 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.cs.yml' ), 252 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.cy.xlf' ), 253 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.da.xlf' ), 254 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.da.xlf' ), 255 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.da.xlf' ), 256 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.da.yml' ), 257 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.da.yml' ), 258 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.da.yml' ), 259 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.da.yml' ), 260 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.da.yml' ), 261 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.da.yml' ), 262 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.da.yml' ), 263 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.da.yml' ), 264 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.da.yml' ), 265 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.da.yml' ), 266 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.da.yml' ), 267 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.da.yml' ), 268 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.da.yml' ), 269 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.da.yml' ), 270 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.da.yml' ), 271 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.da.yml' ), 272 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.da.yml' ), 273 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.da.yml' ), 274 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.da.yml' ), 275 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.da.yml' ), 276 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.da.yml' ), 277 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.da.yml' ), 278 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.da.yml' ), 279 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.da.yml' ), 280 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.da.yml' ), 281 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.da.yml' ), 282 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.da.yml' ), 283 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.da.yml' ), 284 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.da.yml' ), 285 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.da.yml' ), 286 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.da.yml' ), 287 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.da.yml' ), 288 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.da.yml' ), 289 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.da.yml' ), 290 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.da.yml' ), 291 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.da.yml' ), 292 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.da.yml' ), 293 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.da.yml' ), 294 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.da.yml' ), 295 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.da.yml' ), 296 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.da.yml' ), 297 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.da.yml' ), 298 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.da.yml' ), 299 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.da.xliff' ), 300 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.da.yml' ), 301 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.da.yml' ), 302 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.da.yml' ), 303 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.da.yml' ), 304 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.de.xlf' ), 305 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.de.xlf' ), 306 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.de.xlf' ), 307 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.de.yml' ), 308 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.de.yml' ), 309 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.de.yml' ), 310 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.de.yml' ), 311 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.de.yml' ), 312 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.de.yml' ), 313 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.de.yml' ), 314 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.de.yml' ), 315 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.de.yml' ), 316 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.de.yml' ), 317 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.de.yml' ), 318 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.de.yml' ), 319 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.de.yml' ), 320 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.de.yml' ), 321 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.de.yml' ), 322 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.de.yml' ), 323 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.de.yml' ), 324 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.de.yml' ), 325 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.de.yml' ), 326 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.de.yml' ), 327 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.de.yml' ), 328 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.de.yml' ), 329 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.de.yml' ), 330 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.de.yml' ), 331 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.de.yml' ), 332 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.de.yml' ), 333 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.de.yml' ), 334 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.de.yml' ), 335 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.de.yml' ), 336 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.de.yml' ), 337 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.de.yml' ), 338 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.de.yml' ), 339 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.de.yml' ), 340 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.de.yml' ), 341 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.de.yml' ), 342 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.de.yml' ), 343 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.de.yml' ), 344 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.de.yml' ), 345 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.de.yml' ), 346 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.de.yml' ), 347 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.de.yml' ), 348 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.de.yml' ), 349 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.de.yml' ), 350 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.de.yml' ), 351 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.de.yml' ), 352 => (\ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff' ), 353 => (\ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff' ), 354 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.de.xliff' ), 355 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.de.yml' ), 356 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.de.yml' ), 357 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.de.yml' ), 358 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.de.yml' ), 359 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.de.yml' ), 360 => (\ dirname ( __DIR__ , 4 ). '/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.de.yml' ), 361 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.el.xlf' ), 362 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.el.xlf' ), 363 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.el.xlf' ), 364 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.el.yml' ), 365 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.el.yml' ), 366 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.el.yml' ), 367 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.el.yml' ), 368 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.el.yml' ), 369 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.el.yml' ), 370 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.el.yml' ), 371 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.el.yml' ), 372 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.el.yml' ), 373 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.el.yml' ), 374 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.el.yml' ), 375 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.el.yml' ), 376 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.el.yml' ), 377 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.el.yml' ), 378 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.el.yml' ), 379 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.el.yml' ), 380 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.el.yml' ), 381 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.el.yml' ), 382 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.el.yml' ), 383 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.el.yml' ), 384 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.el.yml' ), 385 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.el.yml' ), 386 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.el.yml' ), 387 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.el.yml' ), 388 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.el.yml' ), 389 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.el.yml' ), 390 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.el.yml' ), 391 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.el.yml' ), 392 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.el.yml' ), 393 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.el.yml' ), 394 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.el.yml' ), 395 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.el.yml' ), 396 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.el.yml' ), 397 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.el.yml' ), 398 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.el.yml' ), 399 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.el.yml' ), 400 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.el.yml' ), 401 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.el.yml' ), 402 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.el.yml' ), 403 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.en.xlf' ), 404 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.en.xlf' ), 405 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.en.xlf' ), 406 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.en.yml' ), 407 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.en.yml' ), 408 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.en.yml' ), 409 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.en.yml' ), 410 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.en.yml' ), 411 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.en.yml' ), 412 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.en.yml' ), 413 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.en.yml' ), 414 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.en.yml' ), 415 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.en.yml' ), 416 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.en.yml' ), 417 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.en.yml' ), 418 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.en.yml' ), 419 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.en.yml' ), 420 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.en.yml' ), 421 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.en.yml' ), 422 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.en.yml' ), 423 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.en.yml' ), 424 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.en.yml' ), 425 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.en.yml' ), 426 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.en.yml' ), 427 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.en.yml' ), 428 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.en.yml' ), 429 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.en.yml' ), 430 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.en.yml' ), 431 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.en.yml' ), 432 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.en.yml' ), 433 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.en.yml' ), 434 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.en.yml' ), 435 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.en.yml' ), 436 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.en.yml' ), 437 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.en.yml' ), 438 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.en.yml' ), 439 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.en.yml' ), 440 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.en.yml' ), 441 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.en.yml' ), 442 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.en.yml' ), 443 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.en.yml' ), 444 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.en.yml' ), 445 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.en.yml' ), 446 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.en.yml' ), 447 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.en.yml' ), 448 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.en.yml' ), 449 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.en.yml' ), 450 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.en.yml' ), 451 => (\ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff' ), 452 => (\ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff' ), 453 => (\ dirname ( __DIR__ , 4 ). '/vendor/payum/payum-bundle/Resources/translations/PayumBundle.en.yml' ), 454 => (\ dirname ( __DIR__ , 4 ). '/vendor/payum/payum-bundle/Resources/translations/validators.en.yml' ), 455 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.en.xliff' ), 456 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.en.yml' ), 457 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.en.yml' ), 458 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.en.yml' ), 459 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.en.yml' ), 460 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.en.yml' ), 461 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.en.yml' ), 462 => (\ dirname ( __DIR__ , 4 ). '/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.en.yml' ), 463 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/admin-api-bundle/Resources/translations/validators.en.yml' ), 464 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/paypal-plugin/src/Resources/translations/flashes.en.yml' ), 465 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/paypal-plugin/src/Resources/translations/messages.en.yml' ), 466 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.es.xlf' ), 467 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.es.xlf' ), 468 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.es.xlf' ), 469 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.es.yml' ), 470 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.es.yml' ), 471 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.es.yml' ), 472 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.es.yml' ), 473 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.es.yml' ), 474 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.es.yml' ), 475 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.es.yml' ), 476 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.es.yml' ), 477 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.es.yml' ), 478 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.es.yml' ), 479 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.es.yml' ), 480 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.es.yml' ), 481 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.es.yml' ), 482 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.es.yml' ), 483 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.es.yml' ), 484 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.es.yml' ), 485 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.es.yml' ), 486 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.es.yml' ), 487 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.es.yml' ), 488 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.es.yml' ), 489 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.es.yml' ), 490 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.es.yml' ), 491 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.es.yml' ), 492 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.es.yml' ), 493 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.es.yml' ), 494 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.es.yml' ), 495 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.es.yml' ), 496 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.es.yml' ), 497 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.es.yml' ), 498 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.es.yml' ), 499 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.es.yml' ), 500 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.es.yml' ), 501 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.es.yml' ), 502 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.es.yml' ), 503 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.es.yml' ), 504 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.es.yml' ), 505 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.es.yml' ), 506 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.es.yml' ), 507 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.es.yml' ), 508 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.es.yml' ), 509 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.es.yml' ), 510 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.es.yml' ), 511 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.es.yml' ), 512 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.es.xliff' ), 513 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.es.yml' ), 514 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.es.yml' ), 515 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.es.yml' ), 516 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.es.yml' ), 517 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.et.xlf' ), 518 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.et.xlf' ), 519 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.et.xlf' ), 520 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.et.yml' ), 521 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.et.yml' ), 522 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.et.yml' ), 523 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.et.yml' ), 524 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.et.yml' ), 525 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.et.yml' ), 526 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.et.yml' ), 527 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.et.yml' ), 528 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.et.yml' ), 529 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.et.yml' ), 530 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.et.yml' ), 531 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.et.yml' ), 532 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.et.yml' ), 533 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.et.yml' ), 534 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.et.yml' ), 535 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.et.yml' ), 536 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.et.yml' ), 537 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.et.yml' ), 538 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.et.yml' ), 539 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.et.yml' ), 540 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.et.yml' ), 541 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.et.yml' ), 542 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.eu.xlf' ), 543 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.eu.xlf' ), 544 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.eu.xlf' ), 545 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.fa.xlf' ), 546 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.fa.xlf' ), 547 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.fa.xlf' ), 548 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.fa.yml' ), 549 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.fa.yml' ), 550 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.fa.yml' ), 551 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.fa.yml' ), 552 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.fa.yml' ), 553 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.fa.yml' ), 554 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.fa.yml' ), 555 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.fa.yml' ), 556 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.fa.yml' ), 557 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.fa.yml' ), 558 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.fa.yml' ), 559 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.fa.yml' ), 560 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.fa.yml' ), 561 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.fa.yml' ), 562 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.fa.yml' ), 563 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.fa.yml' ), 564 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.fa.yml' ), 565 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.fa.yml' ), 566 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.fa.yml' ), 567 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.fa.yml' ), 568 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.fa.yml' ), 569 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.fa.yml' ), 570 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.fa.yml' ), 571 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.fa.yml' ), 572 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.fa.yml' ), 573 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.fa.yml' ), 574 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.fa.yml' ), 575 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.fa.yml' ), 576 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.fa.yml' ), 577 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.fa.yml' ), 578 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.fa.yml' ), 579 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.fa.yml' ), 580 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.fa.yml' ), 581 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.fa.yml' ), 582 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.fa.yml' ), 583 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.fa.yml' ), 584 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.fa.yml' ), 585 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.fa.yml' ), 586 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.fa.yml' ), 587 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.fa.yml' ), 588 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.fa.yml' ), 589 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.fa.yml' ), 590 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.fa.yml' ), 591 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.fa.xliff' ), 592 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.fa.yml' ), 593 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.fa.yml' ), 594 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.fa.yml' ), 595 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.fa.yml' ), 596 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.fi.xlf' ), 597 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.fi.xlf' ), 598 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.fi.xlf' ), 599 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.fi.yml' ), 600 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.fi.yml' ), 601 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.fi.yml' ), 602 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.fi.yml' ), 603 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.fi.yml' ), 604 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.fi.yml' ), 605 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.fi.yml' ), 606 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.fi.yml' ), 607 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.fi.yml' ), 608 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.fi.yml' ), 609 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.fi.yml' ), 610 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.fi.yml' ), 611 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.fi.yml' ), 612 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.fi.yml' ), 613 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.fi.yml' ), 614 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.fi.yml' ), 615 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.fi.yml' ), 616 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.fi.yml' ), 617 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.fi.yml' ), 618 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.fi.yml' ), 619 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.fi.yml' ), 620 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.fi.yml' ), 621 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.fi.yml' ), 622 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.fi.yml' ), 623 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.fi.yml' ), 624 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.fi.yml' ), 625 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.fi.yml' ), 626 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.fi.yml' ), 627 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.fi.yml' ), 628 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.fi.xliff' ), 629 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.fi.yml' ), 630 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.fi.yml' ), 631 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.fi.yml' ), 632 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.fr.xlf' ), 633 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.fr.xlf' ), 634 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.fr.xlf' ), 635 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.fr.yml' ), 636 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.fr.yml' ), 637 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.fr.yml' ), 638 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.fr.yml' ), 639 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.fr.yml' ), 640 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.fr.yml' ), 641 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.fr.yml' ), 642 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.fr.yml' ), 643 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.fr.yml' ), 644 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.fr.yml' ), 645 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.fr.yml' ), 646 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.fr.yml' ), 647 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.fr.yml' ), 648 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.fr.yml' ), 649 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.fr.yml' ), 650 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.fr.yml' ), 651 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.fr.yml' ), 652 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.fr.yml' ), 653 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.fr.yml' ), 654 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.fr.yml' ), 655 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.fr.yml' ), 656 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.fr.yml' ), 657 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.fr.yml' ), 658 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.fr.yml' ), 659 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.fr.yml' ), 660 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.fr.yml' ), 661 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.fr.yml' ), 662 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.fr.yml' ), 663 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.fr.yml' ), 664 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.fr.yml' ), 665 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.fr.yml' ), 666 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.fr.yml' ), 667 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.fr.yml' ), 668 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.fr.yml' ), 669 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.fr.yml' ), 670 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.fr.yml' ), 671 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.fr.yml' ), 672 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.fr.yml' ), 673 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.fr.yml' ), 674 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.fr.yml' ), 675 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.fr.yml' ), 676 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.fr.yml' ), 677 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.fr.yml' ), 678 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.fr.yml' ), 679 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.fr.yml' ), 680 => (\ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff' ), 681 => (\ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff' ), 682 => (\ dirname ( __DIR__ , 4 ). '/vendor/payum/payum-bundle/Resources/translations/PayumBundle.fr.yml' ), 683 => (\ dirname ( __DIR__ , 4 ). '/vendor/payum/payum-bundle/Resources/translations/validators.fr.yml' ), 684 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.fr.xliff' ), 685 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.fr.yml' ), 686 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.fr.yml' ), 687 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.fr.yml' ), 688 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.fr.yml' ), 689 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.fr.yml' ), 690 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.fr.yml' ), 691 => (\ dirname ( __DIR__ , 4 ). '/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.fr.yml' ), 692 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/paypal-plugin/src/Resources/translations/flashes.fr.yml' ), 693 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/paypal-plugin/src/Resources/translations/messages.fr.yml' ), 694 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.gl.xlf' ), 695 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.gl.xlf' ), 696 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.gl.xlf' ), 697 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.gl.xliff' ), 698 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.he.xlf' ), 699 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.he.xlf' ), 700 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.he.xlf' ), 701 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.he.yml' ), 702 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.he.yml' ), 703 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.he.yml' ), 704 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.he.yml' ), 705 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.he.yml' ), 706 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.he.yml' ), 707 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.he.yml' ), 708 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.he.yml' ), 709 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.he.yml' ), 710 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.he.yml' ), 711 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.he.yml' ), 712 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.he.yml' ), 713 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.he.yml' ), 714 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.he.yml' ), 715 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.he.yml' ), 716 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.he.yml' ), 717 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.he.yml' ), 718 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.he.yml' ), 719 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.he.yml' ), 720 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.he.yml' ), 721 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.he.yml' ), 722 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.he.yml' ), 723 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.he.yml' ), 724 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.he.yml' ), 725 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.he.yml' ), 726 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.he.yml' ), 727 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.he.yml' ), 728 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.he.yml' ), 729 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.he.yml' ), 730 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.he.yml' ), 731 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.he.yml' ), 732 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.he.yml' ), 733 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.hr.xlf' ), 734 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.hr.xlf' ), 735 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.hr.xlf' ), 736 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.hr.yml' ), 737 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.hr.yml' ), 738 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.hr.yml' ), 739 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.hr.yml' ), 740 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.hr.yml' ), 741 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.hr.yml' ), 742 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.hr.yml' ), 743 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.hr.yml' ), 744 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.hr.yml' ), 745 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.hr.yml' ), 746 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.hr.yml' ), 747 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.hr.yml' ), 748 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.hr.yml' ), 749 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.hr.yml' ), 750 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.hr.yml' ), 751 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.hr.yml' ), 752 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.hr.yml' ), 753 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.hr.yml' ), 754 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.hr.yml' ), 755 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.hr.yml' ), 756 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.hr.yml' ), 757 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.hr.yml' ), 758 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.hr.yml' ), 759 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.hr.yml' ), 760 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.hr.yml' ), 761 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.hr.yml' ), 762 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.hr.yml' ), 763 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.hr.yml' ), 764 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.hr.yml' ), 765 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.hr.yml' ), 766 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.hr.yml' ), 767 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.hr.yml' ), 768 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.hr.yml' ), 769 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.hr.yml' ), 770 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.hr.yml' ), 771 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.hr.yml' ), 772 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.hr.yml' ), 773 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.hr.yml' ), 774 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.hr.yml' ), 775 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.hr.yml' ), 776 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.hr.yml' ), 777 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.hr.yml' ), 778 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.hr.yml' ), 779 => (\ dirname ( __DIR__ , 4 ). '/vendor/payum/payum-bundle/Resources/translations/PayumBundle.hr.yml' ), 780 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.hr.xliff' ), 781 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.hr.yml' ), 782 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.hr.yml' ), 783 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.hr.yml' ), 784 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.hr.yml' ), 785 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.hu.xlf' ), 786 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.hu.xlf' ), 787 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.hu.xlf' ), 788 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.hu.yml' ), 789 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.hu.yml' ), 790 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.hu.yml' ), 791 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.hu.yml' ), 792 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.hu.yml' ), 793 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.hu.yml' ), 794 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.hu.yml' ), 795 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.hu.yml' ), 796 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.hu.yml' ), 797 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.hu.yml' ), 798 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.hu.yml' ), 799 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.hu.yml' ), 800 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.hu.yml' ), 801 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.hu.yml' ), 802 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.hu.yml' ), 803 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.hu.yml' ), 804 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.hu.yml' ), 805 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.hu.yml' ), 806 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.hu.yml' ), 807 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.hu.yml' ), 808 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.hu.yml' ), 809 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.hu.yml' ), 810 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.hu.yml' ), 811 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.hu.yml' ), 812 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.hu.yml' ), 813 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.hu.yml' ), 814 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.hu.yml' ), 815 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.hu.yml' ), 816 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.hu.yml' ), 817 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.hu.yml' ), 818 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.hu.yml' ), 819 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.hu.yml' ), 820 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.hu.yml' ), 821 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.hu.yml' ), 822 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.hu.yml' ), 823 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.hu.yml' ), 824 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.hu.yml' ), 825 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.hu.yml' ), 826 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.hu.yml' ), 827 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.hu.yml' ), 828 => (\ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff' ), 829 => (\ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Resources/translations/validators.hu.xliff' ), 830 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.hu.yml' ), 831 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.hu.yml' ), 832 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.hu.yml' ), 833 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.hy.xlf' ), 834 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.hy.xlf' ), 835 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.hy.xlf' ), 836 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.id.xlf' ), 837 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.id.xlf' ), 838 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.id.xlf' ), 839 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.id.yml' ), 840 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.id.yml' ), 841 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.id.yml' ), 842 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.id.yml' ), 843 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.id.yml' ), 844 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.id.yml' ), 845 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.id.yml' ), 846 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.id.yml' ), 847 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.id.yml' ), 848 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.id.yml' ), 849 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.id.yml' ), 850 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.id.yml' ), 851 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.id.yml' ), 852 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.id.yml' ), 853 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.id.yml' ), 854 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.id.yml' ), 855 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.id.yml' ), 856 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.id.yml' ), 857 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.id.yml' ), 858 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.id.yml' ), 859 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.id.yml' ), 860 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.id.yml' ), 861 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.id.yml' ), 862 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.id.yml' ), 863 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.id.yml' ), 864 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.id.yml' ), 865 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.id.yml' ), 866 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.id.yml' ), 867 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.id.yml' ), 868 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.id.yml' ), 869 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.id.yml' ), 870 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.id.yml' ), 871 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.id.yml' ), 872 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.id.yml' ), 873 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.id.yml' ), 874 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.id.yml' ), 875 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.id.yml' ), 876 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.id.yml' ), 877 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.id.yml' ), 878 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.id.yml' ), 879 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.id.yml' ), 880 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.id.yml' ), 881 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.id.yml' ), 882 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.id.yml' ), 883 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.id.yml' ), 884 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.id.yml' ), 885 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.id.yml' ), 886 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.it.xlf' ), 887 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.it.xlf' ), 888 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.it.xlf' ), 889 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.it.yml' ), 890 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.it.yml' ), 891 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.it.yml' ), 892 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.it.yml' ), 893 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.it.yml' ), 894 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.it.yml' ), 895 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.it.yml' ), 896 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.it.yml' ), 897 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.it.yml' ), 898 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.it.yml' ), 899 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.it.yml' ), 900 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.it.yml' ), 901 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.it.yml' ), 902 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.it.yml' ), 903 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.it.yml' ), 904 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.it.yml' ), 905 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.it.yml' ), 906 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.it.yml' ), 907 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.it.yml' ), 908 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.it.yml' ), 909 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.it.yml' ), 910 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.it.yml' ), 911 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.it.yml' ), 912 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.it.yml' ), 913 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.it.yml' ), 914 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.it.yml' ), 915 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.it.yml' ), 916 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.it.yml' ), 917 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.it.yml' ), 918 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.it.yml' ), 919 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.it.yml' ), 920 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.it.yml' ), 921 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.it.yml' ), 922 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.it.yml' ), 923 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.it.yml' ), 924 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.it.yml' ), 925 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.it.yml' ), 926 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.it.yml' ), 927 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.it.yml' ), 928 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.it.yml' ), 929 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.it.yml' ), 930 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.it.yml' ), 931 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.it.yml' ), 932 => (\ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff' ), 933 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.it.xliff' ), 934 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.it.yml' ), 935 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.it.yml' ), 936 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.it.yml' ), 937 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.it.yml' ), 938 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.ja.xlf' ), 939 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.ja.xlf' ), 940 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.ja.xlf' ), 941 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ja.yml' ), 942 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ja.yml' ), 943 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ja.yml' ), 944 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ja.yml' ), 945 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ja.yml' ), 946 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ja.yml' ), 947 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.ja.yml' ), 948 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ja.yml' ), 949 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ja.yml' ), 950 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ja.yml' ), 951 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ja.yml' ), 952 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ja.yml' ), 953 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ja.yml' ), 954 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ja.yml' ), 955 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.ja.yml' ), 956 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ja.yml' ), 957 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.ja.yml' ), 958 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ja.yml' ), 959 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.ja.yml' ), 960 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ja.yml' ), 961 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ja.yml' ), 962 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.ja.yml' ), 963 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.ja.yml' ), 964 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ja.yml' ), 965 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ja.yml' ), 966 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.ja.yml' ), 967 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.lb.xlf' ), 968 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.lb.xlf' ), 969 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.lb.xlf' ), 970 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.lt.xlf' ), 971 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.lt.xlf' ), 972 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.lt.xlf' ), 973 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.lt.yml' ), 974 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.lt.yml' ), 975 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.lt.yml' ), 976 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.lt.yml' ), 977 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.lt.yml' ), 978 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.lt.yml' ), 979 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.lt.yml' ), 980 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.lt.yml' ), 981 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.lt.yml' ), 982 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.lt.yml' ), 983 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.lt.yml' ), 984 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.lt.yml' ), 985 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.lt.yml' ), 986 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.lt.yml' ), 987 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.lt.yml' ), 988 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.lt.yml' ), 989 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.lt.yml' ), 990 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.lt.yml' ), 991 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.lt.yml' ), 992 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.lt.yml' ), 993 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.lt.yml' ), 994 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.lt.yml' ), 995 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.lt.yml' ), 996 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.lt.yml' ), 997 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.lt.yml' ), 998 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.lt.yml' ), 999 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.lt.yml' ), 1000 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.lt.yml' ), 1001 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.lt.yml' ), 1002 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.lt.yml' ), 1003 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.lt.yml' ), 1004 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.lt.yml' ), 1005 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.lt.yml' ), 1006 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.lt.yml' ), 1007 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.lt.yml' ), 1008 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.lt.yml' ), 1009 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.lt.yml' ), 1010 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.lt.yml' ), 1011 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.lt.yml' ), 1012 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.lt.yml' ), 1013 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.lt.yml' ), 1014 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.lt.yml' ), 1015 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.lt.yml' ), 1016 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.lt.yml' ), 1017 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.lt.yml' ), 1018 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.lv.xlf' ), 1019 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.lv.xlf' ), 1020 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.lv.xlf' ), 1021 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.lv.yml' ), 1022 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.lv.yml' ), 1023 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.lv.yml' ), 1024 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.lv.yml' ), 1025 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.lv.yml' ), 1026 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.lv.yml' ), 1027 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.lv.yml' ), 1028 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.lv.yml' ), 1029 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.lv.yml' ), 1030 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.lv.yml' ), 1031 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.lv.yml' ), 1032 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.lv.yml' ), 1033 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.lv.yml' ), 1034 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.lv.yml' ), 1035 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.lv.yml' ), 1036 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.lv.yml' ), 1037 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.mn.xlf' ), 1038 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.mn.xlf' ), 1039 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.mn.xlf' ), 1040 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.my.xlf' ), 1041 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.my.xlf' ), 1042 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.my.xlf' ), 1043 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.nb.xlf' ), 1044 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.nb.xlf' ), 1045 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.nb.xlf' ), 1046 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.nl.xlf' ), 1047 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.nl.xlf' ), 1048 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.nl.xlf' ), 1049 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.nl.yml' ), 1050 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.nl.yml' ), 1051 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.nl.yml' ), 1052 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.nl.yml' ), 1053 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.nl.yml' ), 1054 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.nl.yml' ), 1055 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.nl.yml' ), 1056 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.nl.yml' ), 1057 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.nl.yml' ), 1058 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.nl.yml' ), 1059 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.nl.yml' ), 1060 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.nl.yml' ), 1061 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.nl.yml' ), 1062 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.nl.yml' ), 1063 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.nl.yml' ), 1064 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.nl.yml' ), 1065 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.nl.yml' ), 1066 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.nl.yml' ), 1067 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.nl.yml' ), 1068 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.nl.yml' ), 1069 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.nl.yml' ), 1070 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.nl.yml' ), 1071 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.nl.yml' ), 1072 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.nl.yml' ), 1073 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.nl.yml' ), 1074 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.nl.yml' ), 1075 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.nl.yml' ), 1076 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.nl.yml' ), 1077 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.nl.yml' ), 1078 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.nl.yml' ), 1079 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.nl.yml' ), 1080 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.nl.yml' ), 1081 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.nl.yml' ), 1082 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.nl.yml' ), 1083 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.nl.yml' ), 1084 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.nl.yml' ), 1085 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.nl.yml' ), 1086 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.nl.yml' ), 1087 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.nl.yml' ), 1088 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.nl.yml' ), 1089 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.nl.yml' ), 1090 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.nl.yml' ), 1091 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.nl.yml' ), 1092 => (\ dirname ( __DIR__ , 4 ). '/vendor/payum/payum-bundle/Resources/translations/PayumBundle.nl.yml' ), 1093 => (\ dirname ( __DIR__ , 4 ). '/vendor/payum/payum-bundle/Resources/translations/validators.nl.yml' ), 1094 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.nl.xliff' ), 1095 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.nl.yml' ), 1096 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.nl.yml' ), 1097 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.nl.yml' ), 1098 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.nl.yml' ), 1099 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.nn.xlf' ), 1100 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.nn.xlf' ), 1101 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.nn.xlf' ), 1102 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.no.xlf' ), 1103 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.no.xlf' ), 1104 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.no.xlf' ), 1105 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.no.yml' ), 1106 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.no.yml' ), 1107 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.no.yml' ), 1108 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.no.yml' ), 1109 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.no.yml' ), 1110 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.no.yml' ), 1111 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.no.yml' ), 1112 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.no.yml' ), 1113 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.no.yml' ), 1114 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.no.yml' ), 1115 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.no.yml' ), 1116 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.no.yml' ), 1117 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.no.yml' ), 1118 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.no.yml' ), 1119 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.no.yml' ), 1120 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.no.yml' ), 1121 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.no.yml' ), 1122 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.no.yml' ), 1123 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.no.yml' ), 1124 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.no.yml' ), 1125 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.no.yml' ), 1126 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.no.yml' ), 1127 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.no.yml' ), 1128 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.no.yml' ), 1129 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.no.yml' ), 1130 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.no.yml' ), 1131 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.no.yml' ), 1132 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.no.yml' ), 1133 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.no.yml' ), 1134 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.no.yml' ), 1135 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.no.yml' ), 1136 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.no.yml' ), 1137 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.no.yml' ), 1138 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.no.yml' ), 1139 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.no.yml' ), 1140 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.no.yml' ), 1141 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.no.yml' ), 1142 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.no.yml' ), 1143 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.no.yml' ), 1144 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.no.yml' ), 1145 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.no.xliff' ), 1146 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.no.yml' ), 1147 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.no.yml' ), 1148 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.no.yml' ), 1149 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.no.yml' ), 1150 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.pl.xlf' ), 1151 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.pl.xlf' ), 1152 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.pl.xlf' ), 1153 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.pl.yml' ), 1154 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.pl.yml' ), 1155 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.pl.yml' ), 1156 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.pl.yml' ), 1157 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.pl.yml' ), 1158 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.pl.yml' ), 1159 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.pl.yml' ), 1160 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.pl.yml' ), 1161 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.pl.yml' ), 1162 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.pl.yml' ), 1163 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.pl.yml' ), 1164 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.pl.yml' ), 1165 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.pl.yml' ), 1166 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.pl.yml' ), 1167 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.pl.yml' ), 1168 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.pl.yml' ), 1169 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.pl.yml' ), 1170 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.pl.yml' ), 1171 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.pl.yml' ), 1172 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.pl.yml' ), 1173 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.pl.yml' ), 1174 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.pl.yml' ), 1175 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.pl.yml' ), 1176 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.pl.yml' ), 1177 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.pl.yml' ), 1178 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.pl.yml' ), 1179 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.pl.yml' ), 1180 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.pl.yml' ), 1181 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.pl.yml' ), 1182 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.pl.yml' ), 1183 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.pl.yml' ), 1184 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.pl.yml' ), 1185 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.pl.yml' ), 1186 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.pl.yml' ), 1187 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.pl.yml' ), 1188 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.pl.yml' ), 1189 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.pl.yml' ), 1190 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.pl.yml' ), 1191 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.pl.yml' ), 1192 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.pl.yml' ), 1193 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.pl.yml' ), 1194 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.pl.yml' ), 1195 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.pl.yml' ), 1196 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.pl.yml' ), 1197 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.pl.xliff' ), 1198 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.pl.yml' ), 1199 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.pl.yml' ), 1200 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.pl.yml' ), 1201 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.pl.yml' ), 1202 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.pl.yml' ), 1203 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.pt.xlf' ), 1204 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.pt.xlf' ), 1205 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.pt.xlf' ), 1206 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.pt.yml' ), 1207 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.pt.yml' ), 1208 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.pt.yml' ), 1209 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.pt.yml' ), 1210 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.pt.yml' ), 1211 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.pt.yml' ), 1212 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.pt.yml' ), 1213 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.pt.yml' ), 1214 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.pt.yml' ), 1215 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.pt.yml' ), 1216 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.pt.yml' ), 1217 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.pt.yml' ), 1218 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.pt.yml' ), 1219 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.pt.yml' ), 1220 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.pt.yml' ), 1221 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.pt.yml' ), 1222 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.pt.yml' ), 1223 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.pt.yml' ), 1224 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.pt.yml' ), 1225 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.pt.yml' ), 1226 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.pt.yml' ), 1227 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.pt.yml' ), 1228 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.pt.yml' ), 1229 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.pt.yml' ), 1230 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.pt.yml' ), 1231 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.pt.yml' ), 1232 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.pt.yml' ), 1233 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.pt.yml' ), 1234 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.pt.yml' ), 1235 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.pt.yml' ), 1236 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.pt.yml' ), 1237 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.pt.yml' ), 1238 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.pt.yml' ), 1239 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.pt.yml' ), 1240 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.pt.yml' ), 1241 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.pt.yml' ), 1242 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.pt.yml' ), 1243 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.pt.yml' ), 1244 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.pt.yml' ), 1245 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.pt.yml' ), 1246 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.pt.yml' ), 1247 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.pt.xliff' ), 1248 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.pt.yml' ), 1249 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.pt.yml' ), 1250 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.pt.yml' ), 1251 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.pt.yml' ), 1252 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf' ), 1253 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf' ), 1254 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf' ), 1255 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.pt_BR.yml' ), 1256 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.pt_BR.yml' ), 1257 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.pt_BR.yml' ), 1258 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.pt_BR.yml' ), 1259 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.pt_BR.yml' ), 1260 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.pt_BR.yml' ), 1261 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.pt_BR.yml' ), 1262 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.pt_BR.yml' ), 1263 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.pt_BR.yml' ), 1264 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.pt_BR.yml' ), 1265 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.pt_BR.yml' ), 1266 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.pt_BR.yml' ), 1267 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.pt_BR.yml' ), 1268 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.pt_BR.yml' ), 1269 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.pt_BR.yml' ), 1270 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.pt_BR.yml' ), 1271 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.pt_BR.yml' ), 1272 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.pt_BR.yml' ), 1273 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.pt_BR.yml' ), 1274 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.pt_BR.yml' ), 1275 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.pt_BR.yml' ), 1276 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.pt_BR.yml' ), 1277 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.pt_BR.yml' ), 1278 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.pt_BR.yml' ), 1279 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.pt_BR.yml' ), 1280 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.pt_BR.yml' ), 1281 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.pt_BR.yml' ), 1282 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.pt_BR.yml' ), 1283 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.pt_BR.yml' ), 1284 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.pt_BR.yml' ), 1285 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.pt_BR.yml' ), 1286 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.pt_BR.yml' ), 1287 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.pt_BR.yml' ), 1288 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.pt_BR.yml' ), 1289 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.pt_BR.yml' ), 1290 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.pt_BR.yml' ), 1291 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.pt_BR.yml' ), 1292 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.pt_BR.yml' ), 1293 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.pt_BR.yml' ), 1294 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.pt_BR.yml' ), 1295 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.pt_BR.yml' ), 1296 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.pt_BR.yml' ), 1297 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.pt_BR.yml' ), 1298 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.pt_BR.yml' ), 1299 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.pt_BR.yml' ), 1300 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.pt_BR.yml' ), 1301 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.pt_BR.yml' ), 1302 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.ro.xlf' ), 1303 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.ro.xlf' ), 1304 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.ro.xlf' ), 1305 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.ro.yml' ), 1306 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.ro.yml' ), 1307 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ro.yml' ), 1308 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.ro.yml' ), 1309 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ro.yml' ), 1310 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.ro.yml' ), 1311 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.ro.yml' ), 1312 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ro.yml' ), 1313 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.ro.yml' ), 1314 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ro.yml' ), 1315 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.ro.yml' ), 1316 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ro.yml' ), 1317 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.ro.yml' ), 1318 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ro.yml' ), 1319 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.ro.yml' ), 1320 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.ro.yml' ), 1321 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ro.yml' ), 1322 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ro.yml' ), 1323 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.ro.yml' ), 1324 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ro.yml' ), 1325 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.ro.yml' ), 1326 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.ro.yml' ), 1327 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ro.yml' ), 1328 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.ro.yml' ), 1329 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ro.yml' ), 1330 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ro.yml' ), 1331 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ro.yml' ), 1332 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.ro.yml' ), 1333 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.ro.yml' ), 1334 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.ro.yml' ), 1335 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.ro.yml' ), 1336 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.ro.yml' ), 1337 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ro.yml' ), 1338 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.ro.yml' ), 1339 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.ro.yml' ), 1340 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.ro.yml' ), 1341 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ro.yml' ), 1342 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.ro.yml' ), 1343 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.ro.yml' ), 1344 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.ro.yml' ), 1345 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ro.yml' ), 1346 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ro.yml' ), 1347 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.ro.yml' ), 1348 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.ro.yml' ), 1349 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.ro.yml' ), 1350 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.ro.xliff' ), 1351 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.ro.yml' ), 1352 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ro.yml' ), 1353 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.ro.yml' ), 1354 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.ro.yml' ), 1355 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ro.yml' ), 1356 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.ro.yml' ), 1357 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.ru.xlf' ), 1358 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.ru.xlf' ), 1359 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.ru.xlf' ), 1360 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.ru.yml' ), 1361 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.ru.yml' ), 1362 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ru.yml' ), 1363 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.ru.yml' ), 1364 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ru.yml' ), 1365 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.ru.yml' ), 1366 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.ru.yml' ), 1367 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ru.yml' ), 1368 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.ru.yml' ), 1369 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ru.yml' ), 1370 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.ru.yml' ), 1371 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ru.yml' ), 1372 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.ru.yml' ), 1373 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ru.yml' ), 1374 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.ru.yml' ), 1375 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ru.yml' ), 1376 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ru.yml' ), 1377 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.ru.yml' ), 1378 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ru.yml' ), 1379 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.ru.yml' ), 1380 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.ru.yml' ), 1381 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ru.yml' ), 1382 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.ru.yml' ), 1383 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ru.yml' ), 1384 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ru.yml' ), 1385 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ru.yml' ), 1386 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.ru.yml' ), 1387 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.ru.yml' ), 1388 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.ru.yml' ), 1389 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.ru.yml' ), 1390 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.ru.yml' ), 1391 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ru.yml' ), 1392 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.ru.yml' ), 1393 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.ru.yml' ), 1394 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ru.yml' ), 1395 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.ru.yml' ), 1396 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.ru.yml' ), 1397 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.ru.yml' ), 1398 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ru.yml' ), 1399 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ru.yml' ), 1400 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.ru.yml' ), 1401 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.ru.yml' ), 1402 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.ru.yml' ), 1403 => (\ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff' ), 1404 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.ru.xliff' ), 1405 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ru.yml' ), 1406 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.ru.yml' ), 1407 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ru.yml' ), 1408 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.ru.yml' ), 1409 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.sk.xlf' ), 1410 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.sk.xlf' ), 1411 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.sk.xlf' ), 1412 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.sk.yml' ), 1413 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.sk.yml' ), 1414 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sk.yml' ), 1415 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.sk.yml' ), 1416 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sk.yml' ), 1417 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.sk.yml' ), 1418 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.sk.yml' ), 1419 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sk.yml' ), 1420 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.sk.yml' ), 1421 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sk.yml' ), 1422 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.sk.yml' ), 1423 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sk.yml' ), 1424 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sk.yml' ), 1425 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sk.yml' ), 1426 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.sk.yml' ), 1427 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sk.yml' ), 1428 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.sk.yml' ), 1429 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.sk.yml' ), 1430 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sk.yml' ), 1431 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.sk.yml' ), 1432 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.sk.yml' ), 1433 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sk.yml' ), 1434 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.sk.yml' ), 1435 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sk.yml' ), 1436 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sk.yml' ), 1437 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sk.yml' ), 1438 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.sk.yml' ), 1439 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sk.yml' ), 1440 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sk.yml' ), 1441 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.sk.yml' ), 1442 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.sk.yml' ), 1443 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sk.yml' ), 1444 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.sk.yml' ), 1445 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.sk.yml' ), 1446 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sk.yml' ), 1447 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.sk.yml' ), 1448 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sk.yml' ), 1449 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.sk.yml' ), 1450 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sk.yml' ), 1451 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sk.yml' ), 1452 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.sk.yml' ), 1453 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.sk.yml' ), 1454 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.sk.yml' ), 1455 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sk.xliff' ), 1456 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sk.yml' ), 1457 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.sk.yml' ), 1458 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sk.yml' ), 1459 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sk.yml' ), 1460 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.sl.xlf' ), 1461 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.sl.xlf' ), 1462 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.sl.xlf' ), 1463 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.sl.yml' ), 1464 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sl.yml' ), 1465 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.sl.yml' ), 1466 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sl.yml' ), 1467 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.sl.yml' ), 1468 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sl.yml' ), 1469 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.sl.yml' ), 1470 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sl.yml' ), 1471 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.sl.yml' ), 1472 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sl.yml' ), 1473 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sl.yml' ), 1474 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sl.yml' ), 1475 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.sl.yml' ), 1476 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sl.yml' ), 1477 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.sl.yml' ), 1478 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.sl.yml' ), 1479 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sl.yml' ), 1480 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.sl.yml' ), 1481 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.sl.yml' ), 1482 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sl.yml' ), 1483 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.sl.yml' ), 1484 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sl.yml' ), 1485 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sl.yml' ), 1486 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sl.yml' ), 1487 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.sl.yml' ), 1488 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sl.yml' ), 1489 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sl.yml' ), 1490 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.sl.yml' ), 1491 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.sl.yml' ), 1492 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sl.yml' ), 1493 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.sl.yml' ), 1494 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.sl.yml' ), 1495 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sl.yml' ), 1496 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sl.yml' ), 1497 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.sl.yml' ), 1498 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sl.yml' ), 1499 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sl.yml' ), 1500 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.sl.yml' ), 1501 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.sl.yml' ), 1502 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.sl.yml' ), 1503 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sl.xliff' ), 1504 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sl.yml' ), 1505 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sl.yml' ), 1506 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sl.yml' ), 1507 => (\ dirname ( __DIR__ , 4 ). '/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.sl.yml' ), 1508 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.sq.xlf' ), 1509 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.sq.xlf' ), 1510 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.sq.xlf' ), 1511 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sq.yml' ), 1512 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.sq.yml' ), 1513 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sq.yml' ), 1514 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.sq.yml' ), 1515 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sq.yml' ), 1516 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.sq.yml' ), 1517 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sq.yml' ), 1518 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.sq.yml' ), 1519 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sq.yml' ), 1520 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sq.yml' ), 1521 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sq.yml' ), 1522 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.sq.yml' ), 1523 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sq.yml' ), 1524 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.sq.yml' ), 1525 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.sq.yml' ), 1526 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sq.yml' ), 1527 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.sq.yml' ), 1528 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.sq.yml' ), 1529 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sq.yml' ), 1530 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.sq.yml' ), 1531 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sq.yml' ), 1532 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sq.yml' ), 1533 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sq.yml' ), 1534 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.sq.yml' ), 1535 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sq.yml' ), 1536 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sq.yml' ), 1537 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.sq.yml' ), 1538 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sq.yml' ), 1539 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.sq.yml' ), 1540 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.sq.yml' ), 1541 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sq.yml' ), 1542 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sq.yml' ), 1543 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.sq.yml' ), 1544 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sq.yml' ), 1545 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sq.yml' ), 1546 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.sq.yml' ), 1547 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.sq.yml' ), 1548 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.sq.yml' ), 1549 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sq.yml' ), 1550 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sq.yml' ), 1551 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sq.yml' ), 1552 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf' ), 1553 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf' ), 1554 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf' ), 1555 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sr_Cyrl.xliff' ), 1556 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf' ), 1557 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf' ), 1558 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf' ), 1559 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sr_Latn.xliff' ), 1560 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.sv.xlf' ), 1561 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.sv.xlf' ), 1562 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.sv.xlf' ), 1563 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.sv.yml' ), 1564 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.sv.yml' ), 1565 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sv.yml' ), 1566 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.sv.yml' ), 1567 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sv.yml' ), 1568 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sv.yml' ), 1569 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.sv.yml' ), 1570 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sv.yml' ), 1571 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.sv.yml' ), 1572 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sv.yml' ), 1573 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sv.yml' ), 1574 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sv.yml' ), 1575 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sv.yml' ), 1576 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.sv.yml' ), 1577 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.sv.yml' ), 1578 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sv.yml' ), 1579 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.sv.yml' ), 1580 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sv.yml' ), 1581 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sv.yml' ), 1582 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sv.yml' ), 1583 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sv.yml' ), 1584 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sv.yml' ), 1585 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sv.yml' ), 1586 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.sv.yml' ), 1587 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.sv.yml' ), 1588 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sv.yml' ), 1589 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.sv.yml' ), 1590 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.sv.yml' ), 1591 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sv.yml' ), 1592 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.sv.yml' ), 1593 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sv.yml' ), 1594 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.sv.yml' ), 1595 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sv.yml' ), 1596 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sv.yml' ), 1597 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.sv.yml' ), 1598 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sv.xliff' ), 1599 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sv.yml' ), 1600 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sv.yml' ), 1601 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sv.yml' ), 1602 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.th.xlf' ), 1603 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.th.xlf' ), 1604 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.th.xlf' ), 1605 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.th.yml' ), 1606 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.th.yml' ), 1607 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.th.yml' ), 1608 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.th.yml' ), 1609 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.th.yml' ), 1610 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.th.yml' ), 1611 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.th.yml' ), 1612 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.th.yml' ), 1613 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.th.yml' ), 1614 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.th.yml' ), 1615 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.th.yml' ), 1616 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.th.yml' ), 1617 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.th.yml' ), 1618 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.th.yml' ), 1619 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.th.yml' ), 1620 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.th.yml' ), 1621 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.th.yml' ), 1622 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.th.yml' ), 1623 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.th.yml' ), 1624 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.th.yml' ), 1625 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.th.yml' ), 1626 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.th.yml' ), 1627 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.th.yml' ), 1628 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.th.yml' ), 1629 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.th.yml' ), 1630 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.th.yml' ), 1631 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.th.yml' ), 1632 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.th.yml' ), 1633 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.th.yml' ), 1634 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.th.yml' ), 1635 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.th.yml' ), 1636 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.th.yml' ), 1637 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.th.yml' ), 1638 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.th.yml' ), 1639 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.th.yml' ), 1640 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.th.yml' ), 1641 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.th.yml' ), 1642 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.th.yml' ), 1643 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.th.yml' ), 1644 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.th.yml' ), 1645 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.th.yml' ), 1646 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.th.yml' ), 1647 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.th.xliff' ), 1648 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.th.yml' ), 1649 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.th.yml' ), 1650 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.th.yml' ), 1651 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.tl.xlf' ), 1652 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.tl.xlf' ), 1653 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.tl.xlf' ), 1654 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.tr.xlf' ), 1655 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.tr.xlf' ), 1656 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.tr.xlf' ), 1657 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.tr.yml' ), 1658 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.tr.yml' ), 1659 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.tr.yml' ), 1660 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.tr.yml' ), 1661 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.tr.yml' ), 1662 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.tr.yml' ), 1663 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.tr.yml' ), 1664 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.tr.yml' ), 1665 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.tr.yml' ), 1666 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.tr.yml' ), 1667 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.tr.yml' ), 1668 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.tr.yml' ), 1669 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.tr.yml' ), 1670 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.tr.yml' ), 1671 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.tr.yml' ), 1672 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.tr.yml' ), 1673 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.tr.yml' ), 1674 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.tr.yml' ), 1675 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.tr.yml' ), 1676 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.tr.yml' ), 1677 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.tr.yml' ), 1678 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.tr.yml' ), 1679 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.tr.yml' ), 1680 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.tr.yml' ), 1681 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.tr.yml' ), 1682 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.tr.yml' ), 1683 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.tr.yml' ), 1684 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.tr.yml' ), 1685 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.tr.yml' ), 1686 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.tr.yml' ), 1687 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.tr.yml' ), 1688 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.tr.yml' ), 1689 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.tr.yml' ), 1690 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.tr.yml' ), 1691 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.tr.yml' ), 1692 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.tr.yml' ), 1693 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.tr.yml' ), 1694 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.tr.yml' ), 1695 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.tr.yml' ), 1696 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.tr.yml' ), 1697 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.tr.yml' ), 1698 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.tr.yml' ), 1699 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.tr.yml' ), 1700 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.tr.xliff' ), 1701 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.tr.yml' ), 1702 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.tr.yml' ), 1703 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.tr.yml' ), 1704 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.tr.yml' ), 1705 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.uk.xlf' ), 1706 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.uk.xlf' ), 1707 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.uk.xlf' ), 1708 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.uk.yml' ), 1709 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.uk.yml' ), 1710 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.uk.yml' ), 1711 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.uk.yml' ), 1712 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.uk.yml' ), 1713 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.uk.yml' ), 1714 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.uk.yml' ), 1715 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.uk.yml' ), 1716 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.uk.yml' ), 1717 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.uk.yml' ), 1718 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.uk.yml' ), 1719 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.uk.yml' ), 1720 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.uk.yml' ), 1721 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.uk.yml' ), 1722 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.uk.yml' ), 1723 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.uk.yml' ), 1724 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.uk.yml' ), 1725 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.uk.yml' ), 1726 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.uk.yml' ), 1727 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.uk.yml' ), 1728 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.uk.yml' ), 1729 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.uk.yml' ), 1730 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.uk.yml' ), 1731 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.uk.yml' ), 1732 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.uk.yml' ), 1733 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.uk.yml' ), 1734 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.uk.yml' ), 1735 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.uk.yml' ), 1736 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.uk.yml' ), 1737 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.uk.yml' ), 1738 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.uk.yml' ), 1739 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.uk.yml' ), 1740 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.uk.yml' ), 1741 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.uk.yml' ), 1742 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.uk.yml' ), 1743 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.uk.yml' ), 1744 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.uk.yml' ), 1745 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.uk.yml' ), 1746 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.uk.yml' ), 1747 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.uk.yml' ), 1748 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.uk.yml' ), 1749 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.uk.yml' ), 1750 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.uk.yml' ), 1751 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.uk.xliff' ), 1752 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.uk.yml' ), 1753 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.uk.yml' ), 1754 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.uk.yml' ), 1755 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.uk.yml' ), 1756 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.uz.xlf' ), 1757 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.uz.xlf' ), 1758 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.uz.xlf' ), 1759 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.vi.xlf' ), 1760 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.vi.xlf' ), 1761 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.vi.xlf' ), 1762 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.vi.yml' ), 1763 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.vi.yml' ), 1764 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.vi.yml' ), 1765 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.vi.yml' ), 1766 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.vi.yml' ), 1767 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.vi.yml' ), 1768 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.vi.yml' ), 1769 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.vi.yml' ), 1770 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.vi.yml' ), 1771 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.vi.yml' ), 1772 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.vi.yml' ), 1773 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.vi.yml' ), 1774 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.vi.yml' ), 1775 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.vi.yml' ), 1776 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.vi.yml' ), 1777 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.vi.yml' ), 1778 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.vi.yml' ), 1779 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.vi.yml' ), 1780 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.vi.yml' ), 1781 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.vi.yml' ), 1782 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.vi.yml' ), 1783 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf' ), 1784 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf' ), 1785 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf' ), 1786 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.zh_CN.yml' ), 1787 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.zh_CN.yml' ), 1788 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.zh_CN.yml' ), 1789 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.zh_CN.yml' ), 1790 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.zh_CN.yml' ), 1791 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.zh_CN.yml' ), 1792 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.zh_CN.yml' ), 1793 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.zh_CN.yml' ), 1794 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.zh_CN.yml' ), 1795 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.zh_CN.yml' ), 1796 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.zh_CN.yml' ), 1797 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.zh_CN.yml' ), 1798 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.zh_CN.yml' ), 1799 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.zh_CN.yml' ), 1800 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.zh_CN.yml' ), 1801 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.zh_CN.yml' ), 1802 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.zh_CN.yml' ), 1803 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.zh_CN.yml' ), 1804 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.zh_CN.yml' ), 1805 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.zh_CN.yml' ), 1806 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.zh_CN.yml' ), 1807 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.zh_CN.yml' ), 1808 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.zh_CN.yml' ), 1809 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.zh_CN.yml' ), 1810 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.zh_CN.yml' ), 1811 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.zh_CN.yml' ), 1812 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.zh_CN.yml' ), 1813 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.zh_CN.yml' ), 1814 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.zh_CN.yml' ), 1815 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.zh_CN.yml' ), 1816 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.zh_CN.yml' ), 1817 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.zh_CN.yml' ), 1818 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.zh_CN.yml' ), 1819 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.zh_CN.yml' ), 1820 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.zh_CN.yml' ), 1821 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.zh_CN.yml' ), 1822 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.zh_CN.yml' ), 1823 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.zh_CN.yml' ), 1824 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.zh_CN.yml' ), 1825 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.zh_CN.yml' ), 1826 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.zh_CN.yml' ), 1827 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.zh_CN.yml' ), 1828 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.zh_CN.yml' ), 1829 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.zh_CN.xliff' ), 1830 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.zh_CN.yml' ), 1831 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.zh_CN.yml' ), 1832 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.zh_CN.yml' ), 1833 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.zh_CN.yml' ), 1834 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf' ), 1835 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf' ), 1836 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf' ), 1837 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.zh_TW.yml' ), 1838 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.zh_TW.yml' ), 1839 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.zh_TW.yml' ), 1840 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.zh_TW.yml' ), 1841 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.zh_TW.yml' ), 1842 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.zh_TW.yml' ), 1843 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.zh_TW.yml' ), 1844 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.zh_TW.yml' ), 1845 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.zh_TW.yml' ), 1846 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.zh_TW.yml' ), 1847 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.zh_TW.yml' ), 1848 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.zh_TW.yml' ), 1849 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.zh_TW.yml' ), 1850 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.zh_TW.yml' ), 1851 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.zh_TW.yml' ), 1852 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.zh_TW.yml' ), 1853 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.zh_TW.yml' ), 1854 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.zh_TW.yml' ), 1855 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.zh_TW.yml' ), 1856 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.zh_TW.yml' ), 1857 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.zh_TW.yml' ), 1858 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.zh_TW.yml' ), 1859 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.zh_TW.yml' ), 1860 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.zh_TW.yml' ), 1861 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.zh_TW.yml' ), 1862 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.zh_TW.yml' ), 1863 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.zh_TW.yml' ), 1864 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.zh_TW.yml' ), 1865 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.zh_TW.yml' ), 1866 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.zh_TW.yml' ), 1867 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.zh_TW.yml' ), 1868 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.zh_TW.yml' ), 1869 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.zh_TW.yml' ), 1870 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.zh_TW.yml' ), 1871 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.de_CH.yml' ), 1872 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.de_CH.yml' ), 1873 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.de_CH.yml' ), 1874 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.de_CH.yml' ), 1875 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.de_CH.yml' ), 1876 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.de_CH.yml' ), 1877 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.de_CH.yml' ), 1878 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.de_CH.yml' ), 1879 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.de_CH.yml' ), 1880 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.de_CH.yml' ), 1881 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.de_CH.yml' ), 1882 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.de_CH.yml' ), 1883 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.de_CH.yml' ), 1884 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.de_CH.yml' ), 1885 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.de_CH.yml' ), 1886 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.de_CH.yml' ), 1887 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.de_CH.yml' ), 1888 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.de_CH.yml' ), 1889 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.de_CH.yml' ), 1890 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.de_CH.yml' ), 1891 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.de_CH.yml' ), 1892 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.de_CH.yml' ), 1893 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.de_CH.yml' ), 1894 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.de_CH.yml' ), 1895 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.de_CH.yml' ), 1896 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.de_CH.yml' ), 1897 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.de_CH.yml' ), 1898 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.de_CH.yml' ), 1899 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.de_CH.yml' ), 1900 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.de_CH.yml' ), 1901 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.de_CH.yml' ), 1902 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.de_CH.yml' ), 1903 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.de_CH.yml' ), 1904 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.de_CH.yml' ), 1905 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.de_CH.yml' ), 1906 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.de_CH.yml' ), 1907 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.de_CH.yml' ), 1908 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.de_CH.yml' ), 1909 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.de_CH.yml' ), 1910 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.de_CH.yml' ), 1911 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.de_CH.yml' ), 1912 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.de_CH.yml' ), 1913 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.de_CH.yml' ), 1914 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.de_CH.yml' ), 1915 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.de_CH.yml' ), 1916 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.de_CH.yml' ), 1917 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.de_CH.yml' ), 1918 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.sr_CS.yml' ), 1919 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.sr_CS.yml' ), 1920 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sr_CS.yml' ), 1921 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.sr_CS.yml' ), 1922 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sr_CS.yml' ), 1923 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.sr_CS.yml' ), 1924 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.sr_CS.yml' ), 1925 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sr_CS.yml' ), 1926 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.sr_CS.yml' ), 1927 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sr_CS.yml' ), 1928 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.sr_CS.yml' ), 1929 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sr_CS.yml' ), 1930 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sr_CS.yml' ), 1931 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sr_CS.yml' ), 1932 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.sr_CS.yml' ), 1933 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sr_CS.yml' ), 1934 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.sr_CS.yml' ), 1935 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.sr_CS.yml' ), 1936 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sr_CS.yml' ), 1937 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.sr_CS.yml' ), 1938 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.sr_CS.yml' ), 1939 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sr_CS.yml' ), 1940 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.sr_CS.yml' ), 1941 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sr_CS.yml' ), 1942 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sr_CS.yml' ), 1943 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sr_CS.yml' ), 1944 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.sr_CS.yml' ), 1945 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sr_CS.yml' ), 1946 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sr_CS.yml' ), 1947 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.sr_CS.yml' ), 1948 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.sr_CS.yml' ), 1949 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sr_CS.yml' ), 1950 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.sr_CS.yml' ), 1951 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.sr_CS.yml' ), 1952 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sr_CS.yml' ), 1953 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.sr_CS.yml' ), 1954 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sr_CS.yml' ), 1955 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.sr_CS.yml' ), 1956 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sr_CS.yml' ), 1957 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sr_CS.yml' ), 1958 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.sr_CS.yml' ), 1959 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.sr_CS.yml' ), 1960 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.sr_CS.yml' ), 1961 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sr_CS.yml' ), 1962 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.sr_CS.yml' ), 1963 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sr_CS.yml' ), 1964 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sr_CS.yml' ), 1965 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ko.yml' ), 1966 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ko.yml' ), 1967 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ko.yml' ), 1968 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ko.yml' ), 1969 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ko.yml' ), 1970 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ko.yml' ), 1971 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ko.yml' ), 1972 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ko.yml' ), 1973 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ko.yml' ), 1974 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ko.yml' ), 1975 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ko.yml' ), 1976 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ko.yml' ), 1977 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.ko.yml' ), 1978 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ko.yml' ), 1979 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ko.yml' ), 1980 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ko.yml' ), 1981 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ko.yml' ), 1982 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ko.yml' ), 1983 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.mk.yml' ), 1984 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.mk.yml' ), 1985 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.mk.yml' ), 1986 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.mk.yml' ), 1987 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.mk.yml' ), 1988 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.mk.yml' ), 1989 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.mk.yml' ), 1990 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.mk.yml' ), 1991 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.mk.yml' ), 1992 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.mk.yml' ), 1993 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.mk.yml' ), 1994 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.mk.yml' ), 1995 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.mk.yml' ), 1996 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.mk.yml' ), 1997 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.mk.yml' ), 1998 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.mk.yml' ), 1999 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.mk.yml' ), 2000 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.mk.yml' ), 2001 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.mk.yml' ), 2002 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.mk.yml' ), 2003 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.mk.yml' ), 2004 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.mk.yml' ), 2005 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ms.yml' ), 2006 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ms.yml' ), 2007 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ms.yml' ), 2008 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ms.yml' ), 2009 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ms.yml' ), 2010 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ms.yml' ), 2011 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ms.yml' ), 2012 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ms.yml' ), 2013 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ms.yml' ), 2014 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ms.yml' ), 2015 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ms.yml' ), 2016 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ms.yml' ), 2017 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.ms.yml' ), 2018 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ms.yml' ), 2019 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ms.yml' ), 2020 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ms.yml' ), 2021 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ms.yml' ), 2022 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sr.yml' ), 2023 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sr.yml' ), 2024 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sr.yml' ), 2025 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sr.yml' ), 2026 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sr.yml' ), 2027 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sr.yml' ), 2028 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sr.yml' ), 2029 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sr.yml' ), 2030 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sr.yml' ), 2031 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sr.yml' ), 2032 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sr.yml' ), 2033 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sr.yml' ), 2034 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sr.yml' ), 2035 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sr.yml' ), 2036 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sr.yml' ), 2037 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sr.yml' ), 2038 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sr.yml' ), 2039 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sr.yml' ), 2040 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.sr.yml' ), 2041 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.sr.yml' ), 2042 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sr.yml' ), 2043 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sr.yml' ), 2044 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sr.yml' ), 2045 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.is.yml' ), 2046 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.oc.xliff' ), 2047 => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sw.xliff' )]), 1 => new \ Sylius \ Bundle \ ThemeBundle \ Translation \ Provider \ Resource \ ThemeTranslatorResourceProvider (( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Translation\\Finder\\TranslationFilesFinderInterface' ] ?? $this -> getTranslationFilesFinderInterfaceService ()), ( $this -> services [ 'sylius.repository.theme' ] ?? $this -> getSylius_Repository_ThemeService ()), ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface' ] ?? ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ HierarchyProvider \ ThemeHierarchyProvider ())))]);
}
/**
* Gets the public 'Sylius\Bundle\UiBundle\Twig\LegacySonataBlockExtension' shared service.
*
* @return \Sylius\Bundle\UiBundle\Twig\LegacySonataBlockExtension
*/
protected function getLegacySonataBlockExtensionService ()
{
return $this -> services [ 'Sylius\\Bundle\\UiBundle\\Twig\\LegacySonataBlockExtension' ] = new \ Sylius \ Bundle \ UiBundle \ Twig \ LegacySonataBlockExtension ( $this -> parameters [ 'sylius_ui.sonata_block.whitelisted_variables' ]);
}
/**
* Gets the public 'Sylius\Component\Channel\Context\ChannelContextInterface' shared service.
*
* @return \Sylius\Component\Channel\Context\CachedPerRequestChannelContext
*/
protected function getChannelContextInterfaceService ()
{
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 ())));
}
/**
* Gets the public 'Sylius\Component\Channel\Context\RequestBased\RequestResolverInterface' shared service.
*
* @return \Sylius\Component\Channel\Context\RequestBased\CompositeRequestResolver
*/
protected function getRequestResolverInterfaceService ()
{
$this -> services [ 'Sylius\\Component\\Channel\\Context\\RequestBased\\RequestResolverInterface' ] = $instance = new \ Sylius \ Component \ Channel \ Context \ RequestBased \ CompositeRequestResolver ();
$instance -> addResolver (new \ Sylius \ Component \ Channel \ Context \ RequestBased \ HostnameBasedRequestResolver (( $this -> services [ 'sylius.repository.channel' ] ?? $this -> getSylius_Repository_ChannelService ())), 0 );
return $instance ;
}
/**
* Gets the public 'Sylius\Component\Locale\Context\LocaleContextInterface' shared service.
*
* @return \Sylius\Component\Locale\Context\CompositeLocaleContext
*/
protected function getLocaleContextInterfaceService ()
{
$this -> services [ 'Sylius\\Component\\Locale\\Context\\LocaleContextInterface' ] = $instance = new \ Sylius \ Component \ Locale \ Context \ CompositeLocaleContext ();
$instance -> addContext (( $this -> services [ 'sylius.context.locale.request_based' ] ?? $this -> getSylius_Context_Locale_RequestBasedService ()), 64 );
$instance -> addContext (( $this -> services [ 'sylius.context.locale.provider_based' ] ?? $this -> getSylius_Context_Locale_ProviderBasedService ()), - 128 );
$instance -> addContext (( $this -> services [ 'sylius.context.locale.admin_based' ] ?? $this -> getSylius_Context_Locale_AdminBasedService ()), 128 );
return $instance ;
}
/**
* Gets the public 'Sylius\Component\Payment\Resolver\PaymentMethodsResolverInterface' shared service.
*
* @return \Sylius\PayPalPlugin\Resolver\PayPalPrioritisingPaymentMethodsResolver
*/
protected function getPaymentMethodsResolverInterfaceService ()
{
return $this -> services [ 'Sylius\\Component\\Payment\\Resolver\\PaymentMethodsResolverInterface' ] = new \ Sylius \ PayPalPlugin \ Resolver \ PayPalPrioritisingPaymentMethodsResolver (new \ Sylius \ Component \ Payment \ Resolver \ CompositeMethodsResolver (( $this -> services [ 'sylius.registry.payment_methods_resolver' ] ?? $this -> getSylius_Registry_PaymentMethodsResolverService ())), 'sylius.pay_pal' );
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService ()
{
$a = new \ Symfony \ Component \ Cache \ Adapter \ FilesystemAdapter ( 'CAhSpUmOhO' , 0 , ( $this -> targetDir . '' . '/pools' ), ( $this -> privates [ 'cache.default_marshaller' ] ?? ( $this -> privates [ 'cache.default_marshaller' ] = new \ Symfony \ Component \ Cache \ Marshaller \ DefaultMarshaller ( NULL ))));
$a -> setLogger (( $this -> privates [ 'monolog.logger.cache' ] ?? $this -> getMonolog_Logger_CacheService ()));
return $this -> services [ 'cache.app' ] = new \ Symfony \ Component \ Cache \ Adapter \ TraceableAdapter ( $a );
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService ()
{
return $this -> services [ 'cache.system' ] = new \ Symfony \ Component \ Cache \ Adapter \ TraceableAdapter (\ Symfony \ Component \ Cache \ Adapter \ AbstractAdapter :: createSystemCache ( '4Y6Q1jXzsU' , 0 , $this -> getParameter ( 'container.build_id' ), ( $this -> targetDir . '' . '/pools' ), ( $this -> privates [ 'monolog.logger.cache' ] ?? $this -> getMonolog_Logger_CacheService ())));
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService ()
{
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 );
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService ()
{
return $this -> services [ 'doctrine' ] = new \ Doctrine \ Bundle \ DoctrineBundle \ Registry ( $this , $this -> parameters [ 'doctrine.connections' ], $this -> parameters [ 'doctrine.entity_managers' ], 'default' , 'default' );
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService ()
{
$a = new \ Doctrine \ DBAL \ Configuration ();
$b = new \ Doctrine \ DBAL \ Logging \ LoggerChain ();
$c = new \ Symfony \ Bridge \ Monolog \ Logger ( 'doctrine' );
$c -> pushProcessor (( $this -> privates [ 'debug.log_processor' ] ?? $this -> getDebug_LogProcessorService ()));
$c -> pushHandler (( $this -> privates [ 'monolog.handler.firephp' ] ?? $this -> getMonolog_Handler_FirephpService ()));
$c -> pushHandler (( $this -> privates [ 'monolog.handler.main' ] ?? $this -> getMonolog_Handler_MainService ()));
\ Symfony \ Bundle \ FrameworkBundle \ DependencyInjection \ Compiler \ AddDebugLogProcessorPass :: configureLogger ( $c );
$b -> addLogger (new \ Symfony \ Bridge \ Doctrine \ Logger \ DbalLogger ( $c , ( $this -> privates [ 'debug.stopwatch' ] ?? ( $this -> privates [ 'debug.stopwatch' ] = new \ Symfony \ Component \ Stopwatch \ Stopwatch ( true )))));
$b -> addLogger (( $this -> privates [ 'doctrine.dbal.logger.profiling.default' ] ?? ( $this -> privates [ 'doctrine.dbal.logger.profiling.default' ] = new \ Doctrine \ DBAL \ Logging \ DebugStack ())));
$a -> setSQLLogger ( $b );
$d = new \ Symfony \ Bridge \ Doctrine \ ContainerAwareEventManager (new \ Symfony \ Component \ DependencyInjection \ Argument \ ServiceLocator ( $this -> getService , [
'doctrine.orm.default_listeners.attach_entity_listeners' => [ 'privates' , 'doctrine.orm.default_listeners.attach_entity_listeners' , 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php' , true ],
'doctrine.orm.listeners.resolve_target_entity' => [ 'privates' , 'doctrine.orm.listeners.resolve_target_entity' , 'getDoctrine_Orm_Listeners_ResolveTargetEntityService.php' , true ],
'stof_doctrine_extensions.listener.loggable' => [ 'privates' , 'stof_doctrine_extensions.listener.loggable' , 'getStofDoctrineExtensions_Listener_LoggableService' , false ],
'stof_doctrine_extensions.listener.sluggable' => [ 'privates' , 'stof_doctrine_extensions.listener.sluggable' , 'getStofDoctrineExtensions_Listener_SluggableService.php' , true ],
'stof_doctrine_extensions.listener.sortable' => [ 'privates' , 'stof_doctrine_extensions.listener.sortable' , 'getStofDoctrineExtensions_Listener_SortableService.php' , true ],
'stof_doctrine_extensions.listener.timestampable' => [ 'privates' , 'stof_doctrine_extensions.listener.timestampable' , 'getStofDoctrineExtensions_Listener_TimestampableService.php' , true ],
'stof_doctrine_extensions.listener.tree' => [ 'privates' , 'stof_doctrine_extensions.listener.tree' , 'getStofDoctrineExtensions_Listener_TreeService.php' , true ],
'sylius.doctrine.orm.event_subscriber.load_metadata.attribute' => [ 'services' , 'sylius.doctrine.orm.event_subscriber.load_metadata.attribute' , 'getSylius_Doctrine_Orm_EventSubscriber_LoadMetadata_AttributeService.php' , true ],
'sylius.doctrine.orm.event_subscriber.load_metadata.review' => [ 'services' , 'sylius.doctrine.orm.event_subscriber.load_metadata.review' , 'getSylius_Doctrine_Orm_EventSubscriber_LoadMetadata_ReviewService.php' , true ],
'sylius.event_subscriber.orm_mapped_super_class' => [ 'services' , 'sylius.event_subscriber.orm_mapped_super_class' , 'getSylius_EventSubscriber_OrmMappedSuperClassService.php' , true ],
'sylius.event_subscriber.orm_repository_class' => [ 'services' , 'sylius.event_subscriber.orm_repository_class' , 'getSylius_EventSubscriber_OrmRepositoryClassService.php' , true ],
'sylius.listener.canonicalizer' => [ 'services' , 'sylius.listener.canonicalizer' , 'getSylius_Listener_CanonicalizerService.php' , true ],
'sylius.listener.default_username' => [ 'services' , 'sylius.listener.default_username' , 'getSylius_Listener_DefaultUsernameService.php' , true ],
'sylius.listener.images_remove' => [ 'services' , 'sylius.listener.images_remove' , 'getSylius_Listener_ImagesRemoveService.php' , true ],
'sylius.listener.password_updater' => [ 'services' , 'sylius.listener.password_updater' , 'getSylius_Listener_PasswordUpdaterService.php' , true ],
'sylius.listener.product_review_change' => [ 'services' , 'sylius.listener.product_review_change' , 'getSylius_Listener_ProductReviewChangeService.php' , true ],
'sylius.listener.select_product_attribute_choice_remove' => [ 'services' , 'sylius.listener.select_product_attribute_choice_remove' , 'getSylius_Listener_SelectProductAttributeChoiceRemoveService.php' , true ],
'sylius.translation.translatable_listener.doctrine.orm' => [ 'services' , 'sylius.translation.translatable_listener.doctrine.orm' , 'getSylius_Translation_TranslatableListener_Doctrine_OrmService.php' , true ],
], [
'doctrine.orm.default_listeners.attach_entity_listeners' => '?' ,
'doctrine.orm.listeners.resolve_target_entity' => '?' ,
'stof_doctrine_extensions.listener.loggable' => '?' ,
'stof_doctrine_extensions.listener.sluggable' => '?' ,
'stof_doctrine_extensions.listener.sortable' => '?' ,
'stof_doctrine_extensions.listener.timestampable' => '?' ,
'stof_doctrine_extensions.listener.tree' => '?' ,
'sylius.doctrine.orm.event_subscriber.load_metadata.attribute' => '?' ,
'sylius.doctrine.orm.event_subscriber.load_metadata.review' => '?' ,
'sylius.event_subscriber.orm_mapped_super_class' => '?' ,
'sylius.event_subscriber.orm_repository_class' => '?' ,
'sylius.listener.canonicalizer' => '?' ,
'sylius.listener.default_username' => '?' ,
'sylius.listener.images_remove' => '?' ,
'sylius.listener.password_updater' => '?' ,
'sylius.listener.product_review_change' => '?' ,
'sylius.listener.select_product_attribute_choice_remove' => '?' ,
'sylius.translation.translatable_listener.doctrine.orm' => '?' ,
]), [ 0 => 'sylius.event_subscriber.orm_mapped_super_class' , 1 => 'sylius.event_subscriber.orm_repository_class' , 2 => 'sylius.translation.translatable_listener.doctrine.orm' , 3 => 'stof_doctrine_extensions.listener.loggable' , 4 => 'doctrine.orm.listeners.resolve_target_entity' , 5 => 'sylius.doctrine.orm.event_subscriber.load_metadata.attribute' , 6 => 'sylius.doctrine.orm.event_subscriber.load_metadata.review' , 7 => 'stof_doctrine_extensions.listener.tree' , 8 => 'stof_doctrine_extensions.listener.sluggable' , 9 => 'stof_doctrine_extensions.listener.timestampable' , 10 => 'stof_doctrine_extensions.listener.sortable' ]);
$d -> addEventListener ([ 0 => 'loadClassMetadata' ], 'doctrine.orm.default_listeners.attach_entity_listeners' );
$d -> addEventListener ([ 0 => 'postUpdate' ], 'sylius.listener.select_product_attribute_choice_remove' );
$d -> addEventListener ([ 0 => 'prePersist' ], 'sylius.listener.password_updater' );
$d -> addEventListener ([ 0 => 'preUpdate' ], 'sylius.listener.password_updater' );
$d -> addEventListener ([ 0 => 'postPersist' ], 'sylius.listener.product_review_change' );
$d -> addEventListener ([ 0 => 'postUpdate' ], 'sylius.listener.product_review_change' );
$d -> addEventListener ([ 0 => 'postRemove' ], 'sylius.listener.product_review_change' );
$d -> addEventListener ([ 0 => 'onFlush' ], 'sylius.listener.images_remove' );
$d -> addEventListener ([ 0 => 'postFlush' ], 'sylius.listener.images_remove' );
$d -> addEventListener ([ 0 => 'onFlush' ], 'sylius.listener.default_username' );
$d -> addEventListener ([ 0 => 'prePersist' ], 'sylius.listener.canonicalizer' );
$d -> addEventListener ([ 0 => 'preUpdate' ], 'sylius.listener.canonicalizer' );
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 , $d , []);
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> services [ 'doctrine.orm.default_entity_manager' ] = $this -> createProxy ( 'EntityManager_9a5be93' , function () {
return \ EntityManager_9a5be93 :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getDoctrine_Orm_DefaultEntityManagerService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/cache/DoctrineProvider.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php' ;
$a = new \ Doctrine \ ORM \ Configuration ();
$a -> setEntityNamespaces ([ 'payum' => 'Payum\\Core\\Model' , 'App' => 'App\\Entity' , 'FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\Entity' , 'SyliusPayPalPlugin' => 'Sylius\\PayPalPlugin\\Entity' ]);
$a -> setMetadataCacheImpl (new \ Symfony \ Component \ Cache \ DoctrineProvider (( $this -> privates [ 'cache.doctrine.orm.default.metadata' ] ?? $this -> getCache_Doctrine_Orm_Default_MetadataService ())));
$a -> setQueryCacheImpl (new \ Symfony \ Component \ Cache \ DoctrineProvider (( $this -> privates [ 'cache.doctrine.orm.default.query' ] ?? $this -> getCache_Doctrine_Orm_Default_QueryService ())));
$a -> setResultCacheImpl (new \ Symfony \ Component \ Cache \ DoctrineProvider (( $this -> privates [ 'cache.doctrine.orm.default.result' ] ?? $this -> getCache_Doctrine_Orm_Default_ResultService ())));
$a -> setMetadataDriverImpl (( $this -> services [ 'sylius_resource.doctrine.mapping_driver_chain' ] ?? $this -> getSyliusResource_Doctrine_MappingDriverChainService ()));
$a -> setProxyDir (( $this -> targetDir . '' . '/doctrine/orm/Proxies' ));
$a -> setProxyNamespace ( 'Proxies' );
$a -> setAutoGenerateProxyClasses ( true );
$a -> setClassMetadataFactoryName ( 'Doctrine\\ORM\\Mapping\\ClassMetadataFactory' );
$a -> setDefaultRepositoryClassName ( 'Doctrine\\ORM\\EntityRepository' );
$a -> setNamingStrategy (new \ Doctrine \ ORM \ Mapping \ DefaultNamingStrategy ());
$a -> setQuoteStrategy (new \ Doctrine \ ORM \ Mapping \ DefaultQuoteStrategy ());
$a -> setEntityListenerResolver (new \ Doctrine \ Bundle \ DoctrineBundle \ Mapping \ ContainerEntityListenerResolver ( $this ));
$a -> setRepositoryFactory (new \ Doctrine \ Bundle \ DoctrineBundle \ Repository \ ContainerRepositoryFactory (( $this -> privates [ '.service_locator.I3K77mT' ] ?? ( $this -> privates [ '.service_locator.I3K77mT' ] = new \ Symfony \ Component \ DependencyInjection \ Argument \ ServiceLocator ( $this -> getService , [], [])))));
$a -> addCustomStringFunction ( 'DATE_FORMAT' , 'Sylius\\Bundle\\CoreBundle\\Doctrine\\DQL\\DateFormat' );
$a -> addCustomStringFunction ( 'DAY' , 'Sylius\\Bundle\\CoreBundle\\Doctrine\\DQL\\Day' );
$a -> addCustomStringFunction ( 'HOUR' , 'Sylius\\Bundle\\CoreBundle\\Doctrine\\DQL\\Hour' );
$a -> addCustomStringFunction ( 'MONTH' , 'Sylius\\Bundle\\CoreBundle\\Doctrine\\DQL\\Month' );
$a -> addCustomStringFunction ( 'WEEK' , 'Sylius\\Bundle\\CoreBundle\\Doctrine\\DQL\\Week' );
$a -> addCustomStringFunction ( 'YEAR' , 'Sylius\\Bundle\\CoreBundle\\Doctrine\\DQL\\Year' );
$instance = \ Doctrine \ ORM \ EntityManager :: create (( $this -> services [ 'doctrine.dbal.default_connection' ] ?? $this -> getDoctrine_Dbal_DefaultConnectionService ()), $a );
(new \ Doctrine \ Bundle \ DoctrineBundle \ ManagerConfigurator ([], []))-> configure ( $instance );
return $instance ;
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService ()
{
$a = new \ Symfony \ Bridge \ Monolog \ Logger ( 'event' );
$a -> pushProcessor (( $this -> privates [ 'debug.log_processor' ] ?? $this -> getDebug_LogProcessorService ()));
$a -> pushHandler (( $this -> privates [ 'monolog.handler.firephp' ] ?? $this -> getMonolog_Handler_FirephpService ()));
$a -> pushHandler (( $this -> privates [ 'monolog.handler.main' ] ?? $this -> getMonolog_Handler_MainService ()));
\ Symfony \ Bundle \ FrameworkBundle \ DependencyInjection \ Compiler \ AddDebugLogProcessorPass :: configureLogger ( $a );
$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 ())));
$instance -> addListener ( 'kernel.controller' , [ 0 => function () {
return ( $this -> privates [ 'data_collector.router' ] ?? ( $this -> privates [ 'data_collector.router' ] = new \ Symfony \ Bundle \ FrameworkBundle \ DataCollector \ RouterDataCollector ()));
}, 1 => 'onKernelController' ], 0 );
$instance -> addListener ( 'kernel.response' , [ 0 => function () {
return ( $this -> privates [ 'monolog.handler.firephp' ] ?? $this -> getMonolog_Handler_FirephpService ());
}, 1 => 'onKernelResponse' ], 0 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.request_locale_setter' ] ?? $this -> getSylius_Listener_RequestLocaleSetterService ());
}, 1 => 'onKernelRequest' ], 4 );
$instance -> addListener ( 'kernel.response' , [ 0 => function () {
return ( $this -> services [ 'sylius.context.channel.fake_channel.persister' ] ?? $this -> getSylius_Context_Channel_FakeChannel_PersisterService ());
}, 1 => 'onKernelResponse' ], - 8192 );
$instance -> addListener ( 'sylius.user.pre_password_reset' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.password_updater' ] ?? $this -> load ( 'getSylius_Listener_PasswordUpdaterService.php' ));
}, 1 => 'genericEventUpdater' ], 0 );
$instance -> addListener ( 'sylius.user.pre_password_change' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.password_updater' ] ?? $this -> load ( 'getSylius_Listener_PasswordUpdaterService.php' ));
}, 1 => 'genericEventUpdater' ], 0 );
$instance -> addListener ( 'sylius.admin_user.pre_update' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.password_updater' ] ?? $this -> load ( 'getSylius_Listener_PasswordUpdaterService.php' ));
}, 1 => 'genericEventUpdater' ], 0 );
$instance -> addListener ( 'sylius.customer.pre_update' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.password_updater' ] ?? $this -> load ( 'getSylius_Listener_PasswordUpdaterService.php' ));
}, 1 => 'customerUpdateEvent' ], 0 );
$instance -> addListener ( 'sylius.user.password_reset.request.pin' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.user_mailer_listener' ] ?? $this -> load ( 'getSylius_Listener_UserMailerListenerService.php' ));
}, 1 => 'sendResetPasswordPinEmail' ], 0 );
$instance -> addListener ( 'sylius.user.password_reset.request.token' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.user_mailer_listener' ] ?? $this -> load ( 'getSylius_Listener_UserMailerListenerService.php' ));
}, 1 => 'sendResetPasswordTokenEmail' ], 0 );
$instance -> addListener ( 'sylius.user.email_verification.token' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.user_mailer_listener' ] ?? $this -> load ( 'getSylius_Listener_UserMailerListenerService.php' ));
}, 1 => 'sendVerificationTokenEmail' ], 0 );
$instance -> addListener ( 'sylius.customer.post_register' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.user_mailer_listener' ] ?? $this -> load ( 'getSylius_Listener_UserMailerListenerService.php' ));
}, 1 => 'sendUserRegistrationEmail' ], 0 );
$instance -> addListener ( 'sylius.admin_user.post_create' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.admin_user.reloader' ] ?? $this -> load ( 'getSylius_Listener_AdminUser_ReloaderService.php' ));
}, 1 => 'reloadUser' ], 0 );
$instance -> addListener ( 'sylius.admin_user.post_update' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.admin_user.reloader' ] ?? $this -> load ( 'getSylius_Listener_AdminUser_ReloaderService.php' ));
}, 1 => 'reloadUser' ], 0 );
$instance -> addListener ( 'sylius.admin_user.pre_delete' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.admin_user_delete' ] ?? $this -> load ( 'getSylius_Listener_AdminUserDeleteService.php' ));
}, 1 => 'deleteUser' ], 0 );
$instance -> addListener ( 'sylius.shop_user.post_create' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.shop_user.reloader' ] ?? $this -> load ( 'getSylius_Listener_ShopUser_ReloaderService.php' ));
}, 1 => 'reloadUser' ], 0 );
$instance -> addListener ( 'sylius.shop_user.post_update' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.shop_user.reloader' ] ?? $this -> load ( 'getSylius_Listener_ShopUser_ReloaderService.php' ));
}, 1 => 'reloadUser' ], 0 );
$instance -> addListener ( 'sylius.shop_user.pre_delete' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.shop_user_delete' ] ?? $this -> load ( 'getSylius_Listener_ShopUserDeleteService.php' ));
}, 1 => 'deleteUser' ], 0 );
$instance -> addListener ( 'sylius.oauth_user.post_create' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.oauth_user.reloader' ] ?? $this -> load ( 'getSylius_Listener_OauthUser_ReloaderService.php' ));
}, 1 => 'reloadUser' ], 0 );
$instance -> addListener ( 'sylius.oauth_user.post_update' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.oauth_user.reloader' ] ?? $this -> load ( 'getSylius_Listener_OauthUser_ReloaderService.php' ));
}, 1 => 'reloadUser' ], 0 );
$instance -> addListener ( 'sylius.oauth_user.pre_delete' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.oauth_user_delete' ] ?? $this -> load ( 'getSylius_Listener_OauthUserDeleteService.php' ));
}, 1 => 'deleteUser' ], 0 );
$instance -> addListener ( 'security.interactive_login' , [ 0 => function () {
return ( $this -> privates [ 'sylius.admin_user.listener.update_user_encoder' ] ?? $this -> load ( 'getSylius_AdminUser_Listener_UpdateUserEncoderService.php' ));
}, 1 => 'onSecurityInteractiveLogin' ], 0 );
$instance -> addListener ( 'security.interactive_login' , [ 0 => function () {
return ( $this -> privates [ 'sylius.shop_user.listener.update_user_encoder' ] ?? $this -> load ( 'getSylius_ShopUser_Listener_UpdateUserEncoderService.php' ));
}, 1 => 'onSecurityInteractiveLogin' ], 0 );
$instance -> addListener ( 'sylius.user.security.implicit_login' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.cart_blamer' ] ?? $this -> load ( 'getSylius_Listener_CartBlamerService.php' ));
}, 1 => 'onImplicitLogin' ], 0 );
$instance -> addListener ( 'security.interactive_login' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.cart_blamer' ] ?? $this -> load ( 'getSylius_Listener_CartBlamerService.php' ));
}, 1 => 'onInteractiveLogin' ], 0 );
$instance -> addListener ( 'sylius.channel.pre_delete' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.channel' ] ?? $this -> load ( 'getSylius_Listener_ChannelService.php' ));
}, 1 => 'onChannelPreDelete' ], 0 );
$instance -> addListener ( 'sylius.product.pre_create' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.images_upload' ] ?? $this -> load ( 'getSylius_Listener_ImagesUploadService.php' ));
}, 1 => 'uploadImages' ], 0 );
$instance -> addListener ( 'sylius.product.pre_update' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.images_upload' ] ?? $this -> load ( 'getSylius_Listener_ImagesUploadService.php' ));
}, 1 => 'uploadImages' ], 0 );
$instance -> addListener ( 'sylius.taxon.pre_create' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.images_upload' ] ?? $this -> load ( 'getSylius_Listener_ImagesUploadService.php' ));
}, 1 => 'uploadImages' ], 0 );
$instance -> addListener ( 'sylius.taxon.pre_update' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.images_upload' ] ?? $this -> load ( 'getSylius_Listener_ImagesUploadService.php' ));
}, 1 => 'uploadImages' ], 0 );
$instance -> addListener ( 'sylius.admin_user.pre_create' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.avatar_upload' ] ?? $this -> load ( 'getSylius_Listener_AvatarUploadService.php' ));
}, 1 => 'uploadImage' ], 0 );
$instance -> addListener ( 'sylius.admin_user.pre_update' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.avatar_upload' ] ?? $this -> load ( 'getSylius_Listener_AvatarUploadService.php' ));
}, 1 => 'uploadImage' ], 0 );
$instance -> addListener ( 'sylius.cart_change' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.order_recalculation' ] ?? $this -> load ( 'getSylius_Listener_OrderRecalculationService.php' ));
}, 1 => 'recalculateOrder' ], 0 );
$instance -> addListener ( 'sylius.user.security.implicit_login' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.user_cart_recalculation' ] ?? $this -> load ( 'getSylius_Listener_UserCartRecalculationService.php' ));
}, 1 => 'recalculateCartWhileLogin' ], 0 );
$instance -> addListener ( 'security.interactive_login' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.user_cart_recalculation' ] ?? $this -> load ( 'getSylius_Listener_UserCartRecalculationService.php' ));
}, 1 => 'recalculateCartWhileLogin' ], 0 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> services [ 'sylius.translator.listener' ] ?? $this -> getSylius_Translator_ListenerService ());
}, 1 => 'onKernelRequest' ], 2 );
$instance -> addListener ( 'sylius.product_review.pre_create' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.review_create' ] ?? $this -> load ( 'getSylius_Listener_ReviewCreateService.php' ));
}, 1 => 'ensureReviewHasAuthor' ], 0 );
$instance -> addListener ( 'sylius.product_variant.initialize_update' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.locking' ] ?? $this -> load ( 'getSylius_Listener_LockingService.php' ));
}, 1 => 'lock' ], 0 );
$instance -> addListener ( 'sylius.product.initialize_update' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.simple_product_locking' ] ?? $this -> load ( 'getSylius_Listener_SimpleProductLockingService.php' ));
}, 1 => 'lock' ], 0 );
$instance -> addListener ( 'sylius.address.pre_create' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.customer_default_address' ] ?? ( $this -> services [ 'sylius.listener.customer_default_address' ] = new \ Sylius \ Bundle \ CoreBundle \ EventListener \ CustomerDefaultAddressListener ()));
}, 1 => 'preCreate' ], 0 );
$instance -> addListener ( 'sylius.taxon.pre_delete' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.taxon_deletion' ] ?? $this -> load ( 'getSylius_Listener_TaxonDeletionService.php' ));
}, 1 => 'protectFromRemovingMenuTaxon' ], 0 );
$instance -> addListener ( 'sylius.taxon.post_delete' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.taxon_deletion' ] ?? $this -> load ( 'getSylius_Listener_TaxonDeletionService.php' ));
}, 1 => 'removeTaxonFromPromotionRules' ], 0 );
$instance -> addListener ( 'kernel.response' , [ 0 => function () {
return ( $this -> privates [ 'sonata.block.cache.handler.default' ] ?? ( $this -> privates [ 'sonata.block.cache.handler.default' ] = new \ Sonata \ BlockBundle \ Cache \ HttpCacheHandler ()));
}, 1 => 'onKernelResponse' ], 0 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'fos_rest.body_listener' ] ?? $this -> getFosRest_BodyListenerService ());
}, 1 => 'onKernelRequest' ], 10 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'fos_rest.format_listener' ] ?? $this -> getFosRest_FormatListenerService ());
}, 1 => 'onKernelRequest' ], 34 );
$instance -> addListener ( 'kernel.exception' , [ 0 => function () {
return ( $this -> services [ 'payum.listener.reply_to_http_response' ] ?? $this -> load ( 'getPayum_Listener_ReplyToHttpResponseService.php' ));
}, 1 => 'onKernelException' ], 128 );
$instance -> addListener ( 'sylius.shipment.post_ship' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.shipment_ship' ] ?? $this -> load ( 'getSylius_Listener_ShipmentShipService.php' ));
}, 1 => 'sendConfirmationEmail' ], 0 );
$instance -> addListener ( 'sylius.customer.pre_update' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.email_updater' ] ?? $this -> load ( 'getSylius_Listener_EmailUpdaterService.php' ));
}, 1 => 'eraseVerification' ], 0 );
$instance -> addListener ( 'sylius.customer.post_update' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.email_updater' ] ?? $this -> load ( 'getSylius_Listener_EmailUpdaterService.php' ));
}, 1 => 'sendVerificationEmail' ], 0 );
$instance -> addListener ( 'sylius.order.pre_complete' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.order_customer_ip' ] ?? $this -> load ( 'getSylius_Listener_OrderCustomerIpService.php' ));
}, 1 => 'assignCustomerIpToOrder' ], 0 );
$instance -> addListener ( 'sylius.order.post_complete' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.order_complete' ] ?? $this -> load ( 'getSylius_Listener_OrderCompleteService.php' ));
}, 1 => 'sendConfirmationEmail' ], 0 );
$instance -> addListener ( 'sylius.customer.post_register' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.user_registration' ] ?? $this -> load ( 'getSylius_Listener_UserRegistrationService.php' ));
}, 1 => 'handleUserVerification' ], 0 );
$instance -> addListener ( 'sylius.order.pre_complete' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.order_integrity_checker' ] ?? $this -> load ( 'getSylius_Listener_OrderIntegrityCheckerService.php' ));
}, 1 => 'check' ], 0 );
$instance -> addListener ( 'sylius.order.pre_complete' , [ 0 => function () {
return ( $this -> services [ 'sylius.order_locale_assigner' ] ?? $this -> load ( 'getSylius_OrderLocaleAssignerService.php' ));
}, 1 => 'assignLocale' ], 0 );
$instance -> addListener ( 'sylius.user.security.impersonate' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.user_impersonated' ] ?? $this -> load ( 'getSylius_Listener_UserImpersonatedService.php' ));
}, 1 => 'onUserImpersonated' ], 0 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.non_channel_request_locale' ] ?? $this -> getSylius_Listener_NonChannelRequestLocaleService ());
}, 1 => 'restrictRequestLocale' ], 10 );
$instance -> addListener ( 'sylius.order.post_address' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.checkout_redirect' ] ?? $this -> load ( 'getSylius_Listener_CheckoutRedirectService.php' ));
}, 1 => 'handleCheckoutRedirect' ], 0 );
$instance -> addListener ( 'sylius.order.post_select_shipping' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.checkout_redirect' ] ?? $this -> load ( 'getSylius_Listener_CheckoutRedirectService.php' ));
}, 1 => 'handleCheckoutRedirect' ], 0 );
$instance -> addListener ( 'sylius.order.post_payment' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.checkout_redirect' ] ?? $this -> load ( 'getSylius_Listener_CheckoutRedirectService.php' ));
}, 1 => 'handleCheckoutRedirect' ], 0 );
$instance -> addListener ( 'sylius.order_item.pre_create' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.api.add_to_cart' ] ?? $this -> load ( 'getSylius_Listener_Api_AddToCartService.php' ));
}, 1 => 'recalculateOrderOnAdd' ], 0 );
$instance -> addListener ( 'sylius.order_item.pre_update' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.api.add_to_cart' ] ?? $this -> load ( 'getSylius_Listener_Api_AddToCartService.php' ));
}, 1 => 'recalculateOrderOnAdd' ], 0 );
$instance -> addListener ( 'sylius.order_item.pre_delete' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.api.add_to_cart' ] ?? $this -> load ( 'getSylius_Listener_Api_AddToCartService.php' ));
}, 1 => 'recalculateOrderOnDelete' ], 0 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'api_platform.listener.request.add_format' ] ?? $this -> getApiPlatform_Listener_Request_AddFormatService ());
}, 1 => 'onKernelRequest' ], 7 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'api_platform.listener.request.read' ] ?? $this -> getApiPlatform_Listener_Request_ReadService ());
}, 1 => 'onKernelRequest' ], 4 );
$instance -> addListener ( 'kernel.view' , [ 0 => function () {
return ( $this -> privates [ 'api_platform.listener.view.write' ] ?? $this -> load ( 'getApiPlatform_Listener_View_WriteService.php' ));
}, 1 => 'onKernelView' ], 32 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'api_platform.listener.request.deserialize' ] ?? $this -> getApiPlatform_Listener_Request_DeserializeService ());
}, 1 => 'onKernelRequest' ], 2 );
$instance -> addListener ( 'kernel.view' , [ 0 => function () {
return ( $this -> privates [ 'api_platform.listener.view.serialize' ] ?? $this -> load ( 'getApiPlatform_Listener_View_SerializeService.php' ));
}, 1 => 'onKernelView' ], 16 );
$instance -> addListener ( 'kernel.view' , [ 0 => function () {
return ( $this -> privates [ 'api_platform.listener.view.respond' ] ?? $this -> load ( 'getApiPlatform_Listener_View_RespondService.php' ));
}, 1 => 'onKernelView' ], 8 );
$instance -> addListener ( 'kernel.exception' , [ 0 => function () {
return ( $this -> privates [ 'api_platform.listener.exception.validation' ] ?? $this -> load ( 'getApiPlatform_Listener_Exception_ValidationService.php' ));
}, 1 => 'onKernelException' ], 0 );
$instance -> addListener ( 'kernel.exception' , [ 0 => function () {
return ( $this -> privates [ 'api_platform.listener.exception' ] ?? $this -> load ( 'getApiPlatform_Listener_ExceptionService.php' ));
}, 1 => 'onKernelException' ], - 96 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'api_platform.swagger.listener.ui' ] ?? ( $this -> privates [ 'api_platform.swagger.listener.ui' ] = new \ ApiPlatform \ Core \ Bridge \ Symfony \ Bundle \ EventListener \ SwaggerUiListener ()));
}, 1 => 'onKernelRequest' ], 0 );
$instance -> addListener ( 'kernel.response' , [ 0 => function () {
return ( $this -> privates [ 'api_platform.hydra.listener.response.add_link_header' ] ?? $this -> getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService ());
}, 1 => 'onKernelResponse' ], 0 );
$instance -> addListener ( 'kernel.response' , [ 0 => function () {
return ( $this -> privates [ 'api_platform.http_cache.listener.response.configure' ] ?? $this -> getApiPlatform_HttpCache_Listener_Response_ConfigureService ());
}, 1 => 'onKernelResponse' ], - 1 );
$instance -> addListener ( 'kernel.view' , [ 0 => function () {
return ( $this -> privates [ 'api_platform.listener.view.validate' ] ?? $this -> load ( 'getApiPlatform_Listener_View_ValidateService.php' ));
}, 1 => 'onKernelView' ], 64 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'api_platform.listener.view.validate_query_parameters' ] ?? $this -> getApiPlatform_Listener_View_ValidateQueryParametersService ());
}, 1 => 'onKernelRequest' ], 16 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'api_platform.security.listener.request.deny_access' ] ?? $this -> getApiPlatform_Security_Listener_Request_DenyAccessService ());
}, 1 => 'onSecurity' ], 3 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'api_platform.security.listener.request.deny_access' ] ?? $this -> getApiPlatform_Security_Listener_Request_DenyAccessService ());
}, 1 => 'onSecurityPostDenormalize' ], 1 );
$instance -> addListener ( 'sylius.payment_method.initialize_create' , [ 0 => function () {
return ( $this -> privates [ 'Sylius\\PayPalPlugin\\Listener\\PayPalPaymentMethodListener' ] ?? $this -> load ( 'getPayPalPaymentMethodListenerService.php' ));
}, 1 => 'initializeCreate' ], 0 );
$instance -> addListener ( 'kernel.response' , [ 0 => function () {
return ( $this -> services [ 'listener.google_tag_manager' ] ?? $this -> getListener_GoogleTagManagerService ());
}, 1 => 'onKernelResponse' ], 0 );
$instance -> addListener ( 'sonata.block.event.sylius.shop.layout.head' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager.block_event_listener.layout.before_head' ] ?? ( $this -> privates [ 'sylius.google_tag_manager.block_event_listener.layout.before_head' ] = new \ Sylius \ Bundle \ UiBundle \ Block \ BlockEventListener ( '@GtmPlugin/head.html.twig' )));
}, 1 => 'onBlockEvent' ], 0 );
$instance -> addListener ( 'sonata.block.event.sylius.shop.layout.before_body' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager.block_event_listener.layout.before_body' ] ?? ( $this -> privates [ 'sylius.google_tag_manager.block_event_listener.layout.before_body' ] = new \ Sylius \ Bundle \ UiBundle \ Block \ BlockEventListener ( '@GtmPlugin/body.html.twig' )));
}, 1 => 'onBlockEvent' ], 0 );
$instance -> addListener ( 'sonata.block.event.sylius.shop.layout.after_body' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager.block_event_listener.layout.after_body' ] ?? ( $this -> privates [ 'sylius.google_tag_manager.block_event_listener.layout.after_body' ] = new \ Sylius \ Bundle \ UiBundle \ Block \ BlockEventListener ( '@GtmPlugin/after_body.html.twig' )));
}, 1 => 'onBlockEvent' ], 0 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager.listener.environment' ] ?? $this -> getSylius_GoogleTagManager_Listener_EnvironmentService ());
}, 1 => 'onKernelRequest' ], 0 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager.listener.route' ] ?? $this -> getSylius_GoogleTagManager_Listener_RouteService ());
}, 1 => 'onKernelRequest' ], 0 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager.listener.context' ] ?? $this -> getSylius_GoogleTagManager_Listener_ContextService ());
}, 1 => 'onKernelRequest' ], 0 );
$instance -> addListener ( 'sonata.block.event.sylius.shop.layout.javascripts' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager.block_event_listener.layout.javascripts' ] ?? ( $this -> privates [ 'sylius.google_tag_manager.block_event_listener.layout.javascripts' ] = new \ Sylius \ Bundle \ UiBundle \ Block \ BlockEventListener ( '@GtmPlugin/events_javascript.html.twig' )));
}, 1 => 'onBlockEvent' ], 0 );
$instance -> addListener ( 'sonata.block.event.sylius.shop.layout.head' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager.enhanced_ecommerce_tracking.global.listener.sylius.shop.layout.head' ] ?? ( $this -> privates [ 'sylius.google_tag_manager.enhanced_ecommerce_tracking.global.listener.sylius.shop.layout.head' ] = new \ Sylius \ Bundle \ UiBundle \ Block \ BlockEventListener ( '@SyliusGtmEnhancedEcommercePlugin/Global/head.html.twig' )));
}, 1 => 'onBlockEvent' ], 0 );
$instance -> addListener ( 'kernel.controller' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager.enhanced_ecommerce_tracking.purchases.listener.thank_you' ] ?? $this -> getSylius_GoogleTagManager_EnhancedEcommerceTracking_Purchases_Listener_ThankYouService ());
}, 1 => 'onKernelController' ], 0 );
$instance -> addListener ( 'sonata.block.event.sylius.shop.layout.head' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager.enhanced_ecommerce_tracking.product_impressions.listener.sylius.shop.layout.head' ] ?? ( $this -> privates [ 'sylius.google_tag_manager.enhanced_ecommerce_tracking.product_impressions.listener.sylius.shop.layout.head' ] = new \ Sylius \ Bundle \ UiBundle \ Block \ BlockEventListener ( '@SyliusGtmEnhancedEcommercePlugin/ProductImpressions/head.html.twig' )));
}, 1 => 'onBlockEvent' ], 0 );
$instance -> addListener ( 'sonata.block.event.sylius.shop.layout.after_body' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager.enhanced_ecommerce_tracking.product_impressions.listener.sylius.shop.layout.after_body' ] ?? ( $this -> privates [ 'sylius.google_tag_manager.enhanced_ecommerce_tracking.product_impressions.listener.sylius.shop.layout.after_body' ] = new \ Sylius \ Bundle \ UiBundle \ Block \ BlockEventListener ( '@SyliusGtmEnhancedEcommercePlugin/ProductImpressions/foot.html.twig' )));
}, 1 => 'onBlockEvent' ], 0 );
$instance -> addListener ( 'sonata.block.event.sylius.shop.product.index.before_list' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager.enhanced_ecommerce_tracking.product_impressions.listener.sylius.shop.product.index.before_list' ] ?? ( $this -> privates [ 'sylius.google_tag_manager.enhanced_ecommerce_tracking.product_impressions.listener.sylius.shop.product.index.before_list' ] = new \ Sylius \ Bundle \ UiBundle \ Block \ BlockEventListener ( '@SyliusGtmEnhancedEcommercePlugin/ProductImpressions/products.html.twig' )));
}, 1 => 'onBlockEvent' ], 0 );
$instance -> addListener ( 'sonata.block.event.sylius.shop.taxon.header.before' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager.enhanced_ecommerce_tracking.product_impressions.listener.sylius.shop.taxon.header.before' ] ?? ( $this -> privates [ 'sylius.google_tag_manager.enhanced_ecommerce_tracking.product_impressions.listener.sylius.shop.taxon.header.before' ] = new \ Sylius \ Bundle \ UiBundle \ Block \ BlockEventListener ( '@SyliusGtmEnhancedEcommercePlugin/ProductImpressions/taxon.html.twig' )));
}, 1 => 'onBlockEvent' ], 0 );
$instance -> addListener ( 'sonata.block.event.sylius.shop.layout.head' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager.enhanced_ecommerce_tracking.product_detail.listener.sylius.shop.layout.head' ] ?? ( $this -> privates [ 'sylius.google_tag_manager.enhanced_ecommerce_tracking.product_detail.listener.sylius.shop.layout.head' ] = new \ Sylius \ Bundle \ UiBundle \ Block \ BlockEventListener ( '@SyliusGtmEnhancedEcommercePlugin/ProductDetail/head.html.twig' )));
}, 1 => 'onBlockEvent' ], 0 );
$instance -> addListener ( 'sonata.block.event.sylius.shop.layout.after_body' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager.enhanced_ecommerce_tracking.product_detail.listener.sylius.shop.layout.after_body' ] ?? ( $this -> privates [ 'sylius.google_tag_manager.enhanced_ecommerce_tracking.product_detail.listener.sylius.shop.layout.after_body' ] = new \ Sylius \ Bundle \ UiBundle \ Block \ BlockEventListener ( '@SyliusGtmEnhancedEcommercePlugin/ProductDetail/foot.html.twig' )));
}, 1 => 'onBlockEvent' ], 0 );
$instance -> addListener ( 'sonata.block.event.sylius.shop.product.show.after_product_header' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager.enhanced_ecommerce_tracking.product_detail.listener.product.show.after_product_header' ] ?? $this -> load ( 'getSylius_GoogleTagManager_EnhancedEcommerceTracking_ProductDetail_Listener_Product_Show_AfterProductHeaderService.php' ));
}, 1 => 'onProductShow' ], 0 );
$instance -> addListener ( 'sonata.block.event.sylius.shop.layout.javascripts' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager_enhanced_ecommerce.product_clicks.block_event_listener.layout.javascripts' ] ?? ( $this -> privates [ 'sylius.google_tag_manager_enhanced_ecommerce.product_clicks.block_event_listener.layout.javascripts' ] = new \ Sylius \ Bundle \ UiBundle \ Block \ BlockEventListener ( '@SyliusGtmEnhancedEcommercePlugin/ProductClicks/javascripts.html.twig' )));
}, 1 => 'onBlockEvent' ], 0 );
$instance -> addListener ( 'sonata.block.event.sylius.shop.product.show.before_add_to_cart' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager_enhanced_ecommerce.cart.block_event_listener.sylius.shop.product.show.before_add_to_cart' ] ?? ( $this -> privates [ 'sylius.google_tag_manager_enhanced_ecommerce.cart.block_event_listener.sylius.shop.product.show.before_add_to_cart' ] = new \ Sylius \ Bundle \ UiBundle \ Block \ BlockEventListener ( '@SyliusGtmEnhancedEcommercePlugin/Cart/product_show.html.twig' )));
}, 1 => 'onBlockEvent' ], 0 );
$instance -> addListener ( 'sonata.block.event.sylius.shop.layout.javascripts' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager_enhanced_ecommerce.cart.block_event_listener.layout.javascripts' ] ?? ( $this -> privates [ 'sylius.google_tag_manager_enhanced_ecommerce.cart.block_event_listener.layout.javascripts' ] = new \ Sylius \ Bundle \ UiBundle \ Block \ BlockEventListener ( '@SyliusGtmEnhancedEcommercePlugin/Cart/javascripts.html.twig' )));
}, 1 => 'onBlockEvent' ], 0 );
$instance -> addListener ( 'kernel.controller' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager.enhanced_ecommerce_tracking.checkout.listener.cart_summary' ] ?? $this -> getSylius_GoogleTagManager_EnhancedEcommerceTracking_Checkout_Listener_CartSummaryService ());
}, 1 => 'onKernelController' ], 0 );
$instance -> addListener ( 'sonata.block.event.sylius.shop.layout.head' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager.enhanced_ecommerce_tracking.checkout.listener.sylius.shop.layout.head' ] ?? ( $this -> privates [ 'sylius.google_tag_manager.enhanced_ecommerce_tracking.checkout.listener.sylius.shop.layout.head' ] = new \ Sylius \ Bundle \ UiBundle \ Block \ BlockEventListener ( '@SyliusGtmEnhancedEcommercePlugin/Checkout/head.html.twig' )));
}, 1 => 'onBlockEvent' ], 0 );
$instance -> addListener ( 'sonata.block.event.sylius.shop.layout.javascripts' , [ 0 => function () {
return ( $this -> privates [ 'sylius.google_tag_manager_enhanced_ecommerce.checkout.block_event_listener.layout.javascripts' ] ?? ( $this -> privates [ 'sylius.google_tag_manager_enhanced_ecommerce.checkout.block_event_listener.layout.javascripts' ] = new \ Sylius \ Bundle \ UiBundle \ Block \ BlockEventListener ( '@SyliusGtmEnhancedEcommercePlugin/Checkout/javascripts.html.twig' )));
}, 1 => 'onBlockEvent' ], 0 );
$instance -> addListener ( 'kernel.response' , [ 0 => function () {
return ( $this -> privates [ 'response_listener' ] ?? ( $this -> privates [ 'response_listener' ] = new \ Symfony \ Component \ HttpKernel \ EventListener \ ResponseListener ( 'UTF-8' )));
}, 1 => 'onKernelResponse' ], 0 );
$instance -> addListener ( 'kernel.response' , [ 0 => function () {
return ( $this -> privates [ 'streamed_response_listener' ] ?? ( $this -> privates [ 'streamed_response_listener' ] = new \ Symfony \ Component \ HttpKernel \ EventListener \ StreamedResponseListener ()));
}, 1 => 'onKernelResponse' ], - 1024 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'locale_listener' ] ?? $this -> getLocaleListenerService ());
}, 1 => 'setDefaultLocale' ], 100 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'locale_listener' ] ?? $this -> getLocaleListenerService ());
}, 1 => 'onKernelRequest' ], 16 );
$instance -> addListener ( 'kernel.finish_request' , [ 0 => function () {
return ( $this -> privates [ 'locale_listener' ] ?? $this -> getLocaleListenerService ());
}, 1 => 'onKernelFinishRequest' ], 0 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'validate_request_listener' ] ?? ( $this -> privates [ 'validate_request_listener' ] = new \ Symfony \ Component \ HttpKernel \ EventListener \ ValidateRequestListener ()));
}, 1 => 'onKernelRequest' ], 256 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ '.legacy_resolve_controller_name_subscriber' ] ?? $this -> get_LegacyResolveControllerNameSubscriberService ());
}, 1 => 'resolveControllerName' ], 24 );
$instance -> addListener ( 'kernel.response' , [ 0 => function () {
return ( $this -> privates [ 'disallow_search_engine_index_response_listener' ] ?? ( $this -> privates [ 'disallow_search_engine_index_response_listener' ] = new \ Symfony \ Component \ HttpKernel \ EventListener \ DisallowRobotsIndexingListener ()));
}, 1 => 'onResponse' ], - 255 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'locale_aware_listener' ] ?? $this -> getLocaleAwareListenerService ());
}, 1 => 'onKernelRequest' ], 15 );
$instance -> addListener ( 'kernel.finish_request' , [ 0 => function () {
return ( $this -> privates [ 'locale_aware_listener' ] ?? $this -> getLocaleAwareListenerService ());
}, 1 => 'onKernelFinishRequest' ], - 15 );
$instance -> addListener ( 'console.error' , [ 0 => function () {
return ( $this -> privates [ 'console.error_listener' ] ?? $this -> load ( 'getConsole_ErrorListenerService.php' ));
}, 1 => 'onConsoleError' ], - 128 );
$instance -> addListener ( 'console.terminate' , [ 0 => function () {
return ( $this -> privates [ 'console.error_listener' ] ?? $this -> load ( 'getConsole_ErrorListenerService.php' ));
}, 1 => 'onConsoleTerminate' ], - 128 );
$instance -> addListener ( 'console.error' , [ 0 => function () {
return ( $this -> privates [ 'console.suggest_missing_package_subscriber' ] ?? ( $this -> privates [ 'console.suggest_missing_package_subscriber' ] = new \ Symfony \ Bundle \ FrameworkBundle \ EventListener \ SuggestMissingPackageSubscriber ()));
}, 1 => 'onConsoleError' ], 0 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'session_listener' ] ?? $this -> getSessionListenerService ());
}, 1 => 'onKernelRequest' ], 128 );
$instance -> addListener ( 'kernel.response' , [ 0 => function () {
return ( $this -> privates [ 'session_listener' ] ?? $this -> getSessionListenerService ());
}, 1 => 'onKernelResponse' ], - 1000 );
$instance -> addListener ( 'kernel.finish_request' , [ 0 => function () {
return ( $this -> privates [ 'session_listener' ] ?? $this -> getSessionListenerService ());
}, 1 => 'onFinishRequest' ], 0 );
$instance -> addListener ( 'Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent' , [ 0 => function () {
return ( $this -> privates [ 'messenger.retry.send_failed_message_for_retry_listener' ] ?? $this -> load ( 'getMessenger_Retry_SendFailedMessageForRetryListenerService.php' ));
}, 1 => 'onMessageFailed' ], 100 );
$instance -> addListener ( 'Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent' , [ 0 => function () {
return ( $this -> privates [ 'messenger.listener.dispatch_pcntl_signal_listener' ] ?? ( $this -> privates [ 'messenger.listener.dispatch_pcntl_signal_listener' ] = new \ Symfony \ Component \ Messenger \ EventListener \ DispatchPcntlSignalListener ()));
}, 1 => 'onWorkerRunning' ], 100 );
$instance -> addListener ( 'Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent' , [ 0 => function () {
return ( $this -> privates [ 'messenger.listener.stop_worker_on_restart_signal_listener' ] ?? $this -> load ( 'getMessenger_Listener_StopWorkerOnRestartSignalListenerService.php' ));
}, 1 => 'onWorkerStarted' ], 0 );
$instance -> addListener ( 'Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent' , [ 0 => function () {
return ( $this -> privates [ 'messenger.listener.stop_worker_on_restart_signal_listener' ] ?? $this -> load ( 'getMessenger_Listener_StopWorkerOnRestartSignalListenerService.php' ));
}, 1 => 'onWorkerRunning' ], 0 );
$instance -> addListener ( 'Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent' , [ 0 => function () {
return ( $this -> privates [ 'messenger.listener.stop_worker_on_sigterm_signal_listener' ] ?? ( $this -> privates [ 'messenger.listener.stop_worker_on_sigterm_signal_listener' ] = new \ Symfony \ Component \ Messenger \ EventListener \ StopWorkerOnSigtermSignalListener ()));
}, 1 => 'onWorkerStarted' ], 100 );
$instance -> addListener ( 'kernel.response' , [ 0 => function () {
return ( $this -> privates [ 'profiler_listener' ] ?? $this -> getProfilerListenerService ());
}, 1 => 'onKernelResponse' ], - 100 );
$instance -> addListener ( 'kernel.exception' , [ 0 => function () {
return ( $this -> privates [ 'profiler_listener' ] ?? $this -> getProfilerListenerService ());
}, 1 => 'onKernelException' ], 0 );
$instance -> addListener ( 'kernel.terminate' , [ 0 => function () {
return ( $this -> privates [ 'profiler_listener' ] ?? $this -> getProfilerListenerService ());
}, 1 => 'onKernelTerminate' ], - 1024 );
$instance -> addListener ( 'kernel.controller' , [ 0 => function () {
return ( $this -> privates [ 'data_collector.request' ] ?? ( $this -> privates [ 'data_collector.request' ] = new \ Symfony \ Component \ HttpKernel \ DataCollector \ RequestDataCollector ()));
}, 1 => 'onKernelController' ], 0 );
$instance -> addListener ( 'kernel.response' , [ 0 => function () {
return ( $this -> privates [ 'data_collector.request' ] ?? ( $this -> privates [ 'data_collector.request' ] = new \ Symfony \ Component \ HttpKernel \ DataCollector \ RequestDataCollector ()));
}, 1 => 'onKernelResponse' ], 0 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'debug.debug_handlers_listener' ] ?? $this -> getDebug_DebugHandlersListenerService ());
}, 1 => 'configure' ], 2048 );
$instance -> addListener ( 'console.command' , [ 0 => function () {
return ( $this -> privates [ 'debug.debug_handlers_listener' ] ?? $this -> getDebug_DebugHandlersListenerService ());
}, 1 => 'configure' ], 2048 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'router_listener' ] ?? $this -> getRouterListenerService ());
}, 1 => 'onKernelRequest' ], 32 );
$instance -> addListener ( 'kernel.finish_request' , [ 0 => function () {
return ( $this -> privates [ 'router_listener' ] ?? $this -> getRouterListenerService ());
}, 1 => 'onKernelFinishRequest' ], 0 );
$instance -> addListener ( 'kernel.exception' , [ 0 => function () {
return ( $this -> privates [ 'router_listener' ] ?? $this -> getRouterListenerService ());
}, 1 => 'onKernelException' ], - 64 );
$instance -> addListener ( 'kernel.response' , [ 0 => function () {
return ( $this -> privates [ 'web_link.add_link_header_listener' ] ?? ( $this -> privates [ 'web_link.add_link_header_listener' ] = new \ Symfony \ Component \ WebLink \ EventListener \ AddLinkHeaderListener ()));
}, 1 => 'onKernelResponse' ], 0 );
$instance -> addListener ( 'kernel.response' , [ 0 => function () {
return ( $this -> privates [ 'security.rememberme.response_listener' ] ?? ( $this -> privates [ 'security.rememberme.response_listener' ] = new \ Symfony \ Component \ Security \ Http \ RememberMe \ ResponseListener ()));
}, 1 => 'onKernelResponse' ], 0 );
$instance -> addListener ( 'debug.security.authorization.vote' , [ 0 => function () {
return ( $this -> privates [ 'debug.security.voter.vote_listener' ] ?? $this -> load ( 'getDebug_Security_Voter_VoteListenerService.php' ));
}, 1 => 'onVoterVote' ], 0 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'debug.security.firewall' ] ?? $this -> getDebug_Security_FirewallService ());
}, 1 => 'configureLogoutUrlGenerator' ], 8 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'debug.security.firewall' ] ?? $this -> getDebug_Security_FirewallService ());
}, 1 => 'onKernelRequest' ], 8 );
$instance -> addListener ( 'kernel.finish_request' , [ 0 => function () {
return ( $this -> privates [ 'debug.security.firewall' ] ?? $this -> getDebug_Security_FirewallService ());
}, 1 => 'onKernelFinishRequest' ], 0 );
$instance -> addListener ( 'kernel.exception' , [ 0 => function () {
return ( $this -> privates [ 'swiftmailer.email_sender.listener' ] ?? $this -> load ( 'getSwiftmailer_EmailSender_ListenerService.php' ));
}, 1 => 'onException' ], 0 );
$instance -> addListener ( 'kernel.terminate' , [ 0 => function () {
return ( $this -> privates [ 'swiftmailer.email_sender.listener' ] ?? $this -> load ( 'getSwiftmailer_EmailSender_ListenerService.php' ));
}, 1 => 'onTerminate' ], 0 );
$instance -> addListener ( 'console.error' , [ 0 => function () {
return ( $this -> privates [ 'swiftmailer.email_sender.listener' ] ?? $this -> load ( 'getSwiftmailer_EmailSender_ListenerService.php' ));
}, 1 => 'onException' ], 0 );
$instance -> addListener ( 'console.terminate' , [ 0 => function () {
return ( $this -> privates [ 'swiftmailer.email_sender.listener' ] ?? $this -> load ( 'getSwiftmailer_EmailSender_ListenerService.php' ));
}, 1 => 'onTerminate' ], 0 );
$instance -> addListener ( 'kernel.exception' , [ 0 => function () {
return ( $this -> privates [ 'twig.exception_listener' ] ?? $this -> load ( 'getTwig_ExceptionListenerService.php' ));
}, 1 => 'logKernelException' ], 0 );
$instance -> addListener ( 'kernel.exception' , [ 0 => function () {
return ( $this -> privates [ 'twig.exception_listener' ] ?? $this -> load ( 'getTwig_ExceptionListenerService.php' ));
}, 1 => 'onKernelException' ], - 128 );
$instance -> addListener ( 'Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent' , [ 0 => function () {
return ( $this -> privates [ 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' ] ?? $this -> load ( 'getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService.php' ));
}, 1 => 'onWorkerMessageHandled' ], 0 );
$instance -> addListener ( 'Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent' , [ 0 => function () {
return ( $this -> privates [ 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' ] ?? $this -> load ( 'getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService.php' ));
}, 1 => 'onWorkerMessageFailed' ], 0 );
$instance -> addListener ( 'security.interactive_login' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.admin_user_last_login' ] ?? $this -> load ( 'getSylius_Listener_AdminUserLastLoginService.php' ));
}, 1 => 'onSecurityInteractiveLogin' ], 0 );
$instance -> addListener ( 'sylius.user.security.implicit_login' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.admin_user_last_login' ] ?? $this -> load ( 'getSylius_Listener_AdminUserLastLoginService.php' ));
}, 1 => 'onImplicitLogin' ], 0 );
$instance -> addListener ( 'security.interactive_login' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.shop_user_last_login' ] ?? $this -> load ( 'getSylius_Listener_ShopUserLastLoginService.php' ));
}, 1 => 'onSecurityInteractiveLogin' ], 0 );
$instance -> addListener ( 'sylius.user.security.implicit_login' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.shop_user_last_login' ] ?? $this -> load ( 'getSylius_Listener_ShopUserLastLoginService.php' ));
}, 1 => 'onImplicitLogin' ], 0 );
$instance -> addListener ( 'security.interactive_login' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.oauth_user_last_login' ] ?? $this -> load ( 'getSylius_Listener_OauthUserLastLoginService.php' ));
}, 1 => 'onSecurityInteractiveLogin' ], 0 );
$instance -> addListener ( 'sylius.user.security.implicit_login' , [ 0 => function () {
return ( $this -> privates [ 'sylius.listener.oauth_user_last_login' ] ?? $this -> load ( 'getSylius_Listener_OauthUserLastLoginService.php' ));
}, 1 => 'onImplicitLogin' ], 0 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> services [ 'sylius.storage.cookie' ] ?? ( $this -> services [ 'sylius.storage.cookie' ] = new \ Sylius \ Bundle \ ResourceBundle \ Storage \ CookieStorage ()));
}, 1 => 'onKernelRequest' ], 1024 );
$instance -> addListener ( 'kernel.response' , [ 0 => function () {
return ( $this -> services [ 'sylius.storage.cookie' ] ?? ( $this -> services [ 'sylius.storage.cookie' ] = new \ Sylius \ Bundle \ ResourceBundle \ Storage \ CookieStorage ()));
}, 1 => 'onKernelResponse' ], - 1024 );
$instance -> addListener ( 'kernel.exception' , [ 0 => function () {
return ( $this -> privates [ 'fos_rest.exception_listener' ] ?? $this -> load ( 'getFosRest_ExceptionListenerService.php' ));
}, 1 => 'onKernelException' ], - 100 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'stof_doctrine_extensions.event_listener.logger' ] ?? $this -> getStofDoctrineExtensions_EventListener_LoggerService ());
}, 1 => 'onKernelRequest' ], 0 );
$instance -> addListener ( 'kernel.exception' , [ 0 => function () {
return ( $this -> privates [ 'pagerfanta.convert_not_valid_max_per_page_to_not_found_listener' ] ?? ( $this -> privates [ 'pagerfanta.convert_not_valid_max_per_page_to_not_found_listener' ] = new \ WhiteOctober \ PagerfantaBundle \ EventListener \ ConvertNotValidMaxPerPageToNotFoundListener ()));
}, 1 => 'onException' ], 512 );
$instance -> addListener ( 'kernel.exception' , [ 0 => function () {
return ( $this -> privates [ 'pagerfanta.convert_not_valid_current_page_to_not_found_listener' ] ?? ( $this -> privates [ 'pagerfanta.convert_not_valid_current_page_to_not_found_listener' ] = new \ WhiteOctober \ PagerfantaBundle \ EventListener \ ConvertNotValidCurrentPageToNotFoundListener ()));
}, 1 => 'onException' ], 512 );
$instance -> addListener ( 'console.command' , [ 0 => function () {
return ( $this -> services [ 'sylius_fixtures.logger.handler.console' ] ?? $this -> load ( 'getSyliusFixtures_Logger_Handler_ConsoleService.php' ));
}, 1 => 'onCommand' ], 255 );
$instance -> addListener ( 'console.terminate' , [ 0 => function () {
return ( $this -> services [ 'sylius_fixtures.logger.handler.console' ] ?? $this -> load ( 'getSyliusFixtures_Logger_Handler_ConsoleService.php' ));
}, 1 => 'onTerminate' ], - 255 );
$instance -> addListener ( 'kernel.exception' , [ 0 => function () {
return ( $this -> services [ 'sylius.event_subscriber.resource_delete' ] ?? $this -> load ( 'getSylius_EventSubscriber_ResourceDeleteService.php' ));
}, 1 => 'onResourceDelete' ], 0 );
$instance -> addListener ( 'kernel.response' , [ 0 => function () {
return ( $this -> services [ 'sylius.listener.session_cart' ] ?? $this -> getSylius_Listener_SessionCartService ());
}, 1 => 'onKernelResponse' ], 0 );
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'sylius.resolver.checkout' ] ?? $this -> getSylius_Resolver_CheckoutService ());
}, 1 => 'onKernelRequest' ], 0 );
$instance -> addListener ( 'console.command' , [ 0 => function () {
return ( $this -> privates [ 'debug.dump_listener' ] ?? $this -> load ( 'getDebug_DumpListenerService.php' ));
}, 1 => 'configure' ], 1024 );
$instance -> addListener ( 'kernel.response' , [ 0 => function () {
return ( $this -> privates [ 'web_profiler.debug_toolbar' ] ?? $this -> getWebProfiler_DebugToolbarService ());
}, 1 => 'onKernelResponse' ], - 128 );
$instance -> addListener ( 'kernel.view' , [ 0 => function () {
return ( $this -> privates [ 'sylius.api.product_slug_event_subscriber' ] ?? $this -> load ( 'getSylius_Api_ProductSlugEventSubscriberService.php' ));
}, 1 => 'generateSlug' ], 65 );
return $instance ;
}
/**
* Gets the public 'filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function getFilesystemService ()
{
return $this -> services [ 'filesystem' ] = new \ Symfony \ Component \ Filesystem \ Filesystem ();
}
/**
* Gets the public 'form.factory' shared service.
*
* @return \Symfony\Component\Form\FormFactory
*/
protected function getForm_FactoryService ()
{
return $this -> services [ 'form.factory' ] = new \ Symfony \ Component \ Form \ FormFactory (( $this -> privates [ 'form.registry' ] ?? $this -> getForm_RegistryService ()));
}
/**
* Gets the public 'google_tag_manager' shared service.
*
* @return \Xynnn\GoogleTagManagerBundle\Service\GoogleTagManager
*/
protected function getGoogleTagManagerService ()
{
$a = new \ Xynnn \ GoogleTagManagerBundle \ Service \ GoogleTagManagerFactory ();
$a -> setContainer ( $this );
return $this -> services [ 'google_tag_manager' ] = $a -> create ();
}
/**
* Gets the public 'hateoas.generator.registry' shared service.
*
* @return \Hateoas\UrlGenerator\UrlGeneratorRegistry
*/
protected function getHateoas_Generator_RegistryService ()
{
return $this -> services [ 'hateoas.generator.registry' ] = new \ Hateoas \ UrlGenerator \ UrlGeneratorRegistry (new \ Hateoas \ UrlGenerator \ SymfonyUrlGenerator (( $this -> services [ 'router' ] ?? $this -> getRouterService ())));
}
/**
* Gets the public 'hateoas.helper.link' shared service.
*
* @return \Hateoas\Helper\LinkHelper
*/
protected function getHateoas_Helper_LinkService ()
{
return $this -> services [ 'hateoas.helper.link' ] = new \ Hateoas \ Helper \ LinkHelper (( $this -> privates [ 'hateoas.link_factory' ] ?? $this -> getHateoas_LinkFactoryService ()), ( $this -> privates [ 'hateoas.configuration.relations_repository' ] ?? $this -> getHateoas_Configuration_RelationsRepositoryService ()));
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService ()
{
$a = ( $this -> privates [ 'debug.stopwatch' ] ?? ( $this -> privates [ 'debug.stopwatch' ] = new \ Symfony \ Component \ Stopwatch \ Stopwatch ( true )));
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 ()), ( $this -> privates [ '.legacy_controller_name_converter' ] ?? ( $this -> privates [ '.legacy_controller_name_converter' ] = new \ Symfony \ Bundle \ FrameworkBundle \ Controller \ ControllerNameParser (( $this -> services [ 'kernel' ] ?? $this -> get ( 'kernel' , 1 )), false )))), $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 () {
yield 0 => ( $this -> privates [ 'debug.argument_resolver.request_attribute' ] ?? $this -> load ( 'getDebug_ArgumentResolver_RequestAttributeService.php' ));
yield 1 => ( $this -> privates [ 'debug.argument_resolver.request' ] ?? $this -> load ( 'getDebug_ArgumentResolver_RequestService.php' ));
yield 2 => ( $this -> privates [ 'debug.argument_resolver.session' ] ?? $this -> load ( 'getDebug_ArgumentResolver_SessionService.php' ));
yield 3 => ( $this -> privates [ 'debug.security.user_value_resolver' ] ?? $this -> load ( 'getDebug_Security_UserValueResolverService.php' ));
yield 4 => ( $this -> privates [ 'debug.argument_resolver.service' ] ?? $this -> load ( 'getDebug_ArgumentResolver_ServiceService.php' ));
yield 5 => ( $this -> privates [ 'debug.argument_resolver.default' ] ?? $this -> load ( 'getDebug_ArgumentResolver_DefaultService.php' ));
yield 6 => ( $this -> privates [ 'debug.argument_resolver.variadic' ] ?? $this -> load ( 'getDebug_ArgumentResolver_VariadicService.php' ));
yield 7 => ( $this -> privates [ 'debug.argument_resolver.not_tagged_controller' ] ?? $this -> load ( 'getDebug_ArgumentResolver_NotTaggedControllerService.php' ));
}, 8 )), $a ));
}
/**
* Gets the public 'knp_menu.matcher' shared service.
*
* @return \Knp\Menu\Matcher\Matcher
*/
protected function getKnpMenu_MatcherService ()
{
return $this -> services [ 'knp_menu.matcher' ] = new \ Knp \ Menu \ Matcher \ Matcher (new RewindableGenerator (function () {
yield 0 => ( $this -> privates [ 'knp_menu.voter.router' ] ?? $this -> load ( 'getKnpMenu_Voter_RouterService.php' ));
}, 1 ));
}
/**
* Gets the public 'liip_imagine.cache.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
*/
protected function getLiipImagine_Cache_ManagerService ()
{
$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 [ 'router' ] ?? $this -> getRouterService ()), ( $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 );
$instance -> addResolver ( 'default' , ( $this -> services [ 'liip_imagine.cache.resolver.default' ] ?? $this -> getLiipImagine_Cache_Resolver_DefaultService ()));
$instance -> addResolver ( 'no_cache' , ( $this -> services [ 'liip_imagine.cache.resolver.no_cache_web_path' ] ?? $this -> getLiipImagine_Cache_Resolver_NoCacheWebPathService ()));
return $instance ;
}
/**
* Gets the public 'liip_imagine.cache.resolver.default' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_DefaultService ()
{
return $this -> services [ 'liip_imagine.cache.resolver.default' ] = new \ Liip \ ImagineBundle \ Imagine \ Cache \ Resolver \ WebPathResolver (( $this -> services [ 'filesystem' ] ?? ( $this -> services [ 'filesystem' ] = new \ Symfony \ Component \ Filesystem \ Filesystem ())), ( $this -> privates [ 'router.request_context' ] ?? $this -> getRouter_RequestContextService ()), (\ dirname ( __DIR__ , 4 ). '/public' ), 'media/cache' );
}
/**
* Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService ()
{
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 ()));
}
/**
* Gets the public 'liip_imagine.cache.signer' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Signer
*/
protected function getLiipImagine_Cache_SignerService ()
{
return $this -> services [ 'liip_imagine.cache.signer' ] = new \ Liip \ ImagineBundle \ Imagine \ Cache \ Signer ( $this -> getEnv ( 'APP_SECRET' ));
}
/**
* Gets the public 'listener.google_tag_manager' shared service.
*
* @return \Xynnn\GoogleTagManagerBundle\EventListener\GoogleTagManagerListener
*/
protected function getListener_GoogleTagManagerService ()
{
return $this -> services [ 'listener.google_tag_manager' ] = new \ Xynnn \ GoogleTagManagerBundle \ EventListener \ GoogleTagManagerListener (( $this -> services [ 'twig' ] ?? $this -> getTwigService ()), ( $this -> privates [ 'twig.extension.google_tag_manager' ] ?? $this -> getTwig_Extension_GoogleTagManagerService ()), true );
}
/**
* Gets the public 'message_bus' shared service.
*
* @return \Symfony\Component\Messenger\TraceableMessageBus
*/
protected function getMessageBusService ()
{
return $this -> services [ 'message_bus' ] = new \ Symfony \ Component \ Messenger \ TraceableMessageBus (new \ Symfony \ Component \ Messenger \ MessageBus (new RewindableGenerator (function () {
yield 0 => ( $this -> privates [ 'sylius_default.bus.middleware.traceable' ] ?? $this -> load ( 'getSyliusDefault_Bus_Middleware_TraceableService.php' ));
yield 1 => ( $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' )));
yield 2 => ( $this -> privates [ 'messenger.middleware.reject_redelivered_message_middleware' ] ?? ( $this -> privates [ 'messenger.middleware.reject_redelivered_message_middleware' ] = new \ Symfony \ Component \ Messenger \ Middleware \ RejectRedeliveredMessageMiddleware ()));
yield 3 => ( $this -> privates [ 'messenger.middleware.dispatch_after_current_bus' ] ?? ( $this -> privates [ 'messenger.middleware.dispatch_after_current_bus' ] = new \ Symfony \ Component \ Messenger \ Middleware \ DispatchAfterCurrentBusMiddleware ()));
yield 4 => ( $this -> privates [ 'messenger.middleware.failed_message_processing_middleware' ] ?? ( $this -> privates [ 'messenger.middleware.failed_message_processing_middleware' ] = new \ Symfony \ Component \ Messenger \ Middleware \ FailedMessageProcessingMiddleware ()));
yield 5 => ( $this -> privates [ 'messenger.middleware.validation' ] ?? $this -> load ( 'getMessenger_Middleware_ValidationService.php' ));
yield 6 => ( $this -> privates [ 'sylius_default.bus.middleware.doctrine_transaction' ] ?? $this -> load ( 'getSyliusDefault_Bus_Middleware_DoctrineTransactionService.php' ));
yield 7 => ( $this -> privates [ 'messenger.middleware.send_message' ] ?? $this -> load ( 'getMessenger_Middleware_SendMessageService.php' ));
yield 8 => ( $this -> privates [ 'sylius_default.bus.middleware.handle_message' ] ?? $this -> load ( 'getSyliusDefault_Bus_Middleware_HandleMessageService.php' ));
}, 9 )));
}
/**
* Gets the public 'payum.profiler.payum_collector' shared service.
*
* @return \Payum\Bundle\PayumBundle\Profiler\PayumCollector
*/
protected function getPayum_Profiler_PayumCollectorService ()
{
return $this -> services [ 'payum.profiler.payum_collector' ] = new \ Payum \ Bundle \ PayumBundle \ Profiler \ PayumCollector ();
}
/**
* Gets the public 'profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function getProfilerService ()
{
$a = new \ Symfony \ Bridge \ Monolog \ Logger ( 'profiler' );
$a -> pushProcessor (( $this -> privates [ 'debug.log_processor' ] ?? $this -> getDebug_LogProcessorService ()));
$a -> pushHandler (( $this -> privates [ 'monolog.handler.firephp' ] ?? $this -> getMonolog_Handler_FirephpService ()));
$a -> pushHandler (( $this -> privates [ 'monolog.handler.main' ] ?? $this -> getMonolog_Handler_MainService ()));
\ Symfony \ Bundle \ FrameworkBundle \ DependencyInjection \ Compiler \ AddDebugLogProcessorPass :: configureLogger ( $a );
$this -> services [ 'profiler' ] = $instance = new \ Symfony \ Component \ HttpKernel \ Profiler \ Profiler (new \ Symfony \ Component \ HttpKernel \ Profiler \ FileProfilerStorage (( 'file:' . $this -> targetDir . '' . '/profiler' )), $a , true );
$b = ( $this -> services [ 'kernel' ] ?? $this -> get ( 'kernel' ));
$c = ( $this -> services [ 'request_stack' ] ?? ( $this -> services [ 'request_stack' ] = new \ Symfony \ Component \ HttpFoundation \ RequestStack ()));
$d = new \ Symfony \ Component \ Cache \ DataCollector \ CacheDataCollector ();
$d -> addInstance ( 'cache.app' , ( $this -> services [ 'cache.app' ] ?? $this -> getCache_AppService ()));
$d -> addInstance ( 'cache.system' , ( $this -> services [ 'cache.system' ] ?? $this -> getCache_SystemService ()));
$d -> addInstance ( 'cache.validator' , ( $this -> privates [ 'cache.validator' ] ?? $this -> getCache_ValidatorService ()));
$d -> addInstance ( 'cache.serializer' , ( $this -> privates [ 'cache.serializer' ] ?? $this -> getCache_SerializerService ()));
$d -> addInstance ( 'cache.annotations' , ( $this -> privates [ 'cache.annotations' ] ?? $this -> getCache_AnnotationsService ()));
$d -> addInstance ( 'cache.property_info' , ( $this -> privates [ 'cache.property_info' ] ?? $this -> getCache_PropertyInfoService ()));
$d -> addInstance ( 'cache.messenger.restart_workers_signal' , ( $this -> privates [ 'cache.messenger.restart_workers_signal' ] ?? $this -> getCache_Messenger_RestartWorkersSignalService ()));
$d -> addInstance ( 'cache.security_expression_language' , ( $this -> privates [ 'cache.security_expression_language' ] ?? $this -> getCache_SecurityExpressionLanguageService ()));
$d -> addInstance ( 'cache.doctrine.orm.default.metadata' , ( $this -> privates [ 'cache.doctrine.orm.default.metadata' ] ?? $this -> getCache_Doctrine_Orm_Default_MetadataService ()));
$d -> addInstance ( 'cache.doctrine.orm.default.result' , ( $this -> privates [ 'cache.doctrine.orm.default.result' ] ?? $this -> getCache_Doctrine_Orm_Default_ResultService ()));
$d -> addInstance ( 'cache.doctrine.orm.default.query' , ( $this -> privates [ 'cache.doctrine.orm.default.query' ] ?? $this -> getCache_Doctrine_Orm_Default_QueryService ()));
$d -> addInstance ( 'api_platform.cache.route_name_resolver' , ( $this -> privates [ 'api_platform.cache.route_name_resolver' ] ?? $this -> getApiPlatform_Cache_RouteNameResolverService ()));
$d -> addInstance ( 'api_platform.cache.identifiers_extractor' , ( $this -> privates [ 'api_platform.cache.identifiers_extractor' ] ?? $this -> getApiPlatform_Cache_IdentifiersExtractorService ()));
$d -> addInstance ( 'api_platform.cache.subresource_operation_factory' , ( $this -> privates [ 'api_platform.cache.subresource_operation_factory' ] ?? $this -> getApiPlatform_Cache_SubresourceOperationFactoryService ()));
$d -> addInstance ( 'api_platform.cache.metadata.resource' , ( $this -> privates [ 'api_platform.cache.metadata.resource' ] ?? $this -> getApiPlatform_Cache_Metadata_ResourceService ()));
$d -> addInstance ( 'api_platform.cache.metadata.property' , ( $this -> privates [ 'api_platform.cache.metadata.property' ] ?? $this -> getApiPlatform_Cache_Metadata_PropertyService ()));
$e = new \ Doctrine \ Bundle \ DoctrineBundle \ DataCollector \ DoctrineDataCollector (( $this -> services [ 'doctrine' ] ?? $this -> getDoctrineService ()));
$e -> addLogger ( 'default' , ( $this -> privates [ 'doctrine.dbal.logger.profiling.default' ] ?? ( $this -> privates [ 'doctrine.dbal.logger.profiling.default' ] = new \ Doctrine \ DBAL \ Logging \ DebugStack ())));
$f = new \ Symfony \ Component \ Messenger \ DataCollector \ MessengerDataCollector ();
$f -> registerBus ( 'sylius_default.bus' , ( $this -> services [ 'message_bus' ] ?? $this -> getMessageBusService ()));
$g = new \ Symfony \ Component \ HttpKernel \ DataCollector \ ConfigDataCollector ();
if ( $this -> has ( 'kernel' )) {
$g -> setKernel ( $b );
}
$instance -> add (( $this -> privates [ 'data_collector.request' ] ?? ( $this -> privates [ 'data_collector.request' ] = new \ Symfony \ Component \ HttpKernel \ DataCollector \ RequestDataCollector ())));
$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 [ 'debug.api_platform.item_data_provider' ] ?? $this -> getDebug_ApiPlatform_ItemDataProviderService ()), ( $this -> privates [ 'debug.api_platform.subresource_data_provider' ] ?? $this -> getDebug_ApiPlatform_SubresourceDataProviderService ()), ( $this -> privates [ 'debug.api_platform.data_persister' ] ?? $this -> getDebug_ApiPlatform_DataPersisterService ())));
$instance -> add (new \ Symfony \ Component \ HttpKernel \ DataCollector \ TimeDataCollector ( $b , ( $this -> privates [ 'debug.stopwatch' ] ?? ( $this -> privates [ 'debug.stopwatch' ] = new \ Symfony \ Component \ Stopwatch \ Stopwatch ( true )))));
$instance -> add (new \ Symfony \ Component \ HttpKernel \ DataCollector \ MemoryDataCollector ());
$instance -> add (new \ Symfony \ Component \ Validator \ DataCollector \ ValidatorDataCollector (( $this -> services [ 'validator' ] ?? $this -> getValidatorService ())));
$instance -> add (new \ Symfony \ Component \ HttpKernel \ DataCollector \ AjaxDataCollector ());
$instance -> add (( $this -> privates [ 'data_collector.form' ] ?? $this -> getDataCollector_FormService ()));
$instance -> add (new \ Symfony \ Component \ HttpKernel \ DataCollector \ ExceptionDataCollector ());
$instance -> add (new \ Symfony \ Component \ HttpKernel \ DataCollector \ LoggerDataCollector ( $a , ( $this -> targetDir . '' . '/srcApp_KernelDevDebugContainer' ), $c ));
$instance -> add (new \ Symfony \ Component \ HttpKernel \ DataCollector \ EventDataCollector (( $this -> services [ 'event_dispatcher' ] ?? $this -> getEventDispatcherService ()), $c ));
$instance -> add (( $this -> privates [ 'data_collector.router' ] ?? ( $this -> privates [ 'data_collector.router' ] = new \ Symfony \ Bundle \ FrameworkBundle \ DataCollector \ RouterDataCollector ())));
$instance -> add ( $d );
$instance -> add (new \ Symfony \ Component \ Translation \ DataCollector \ TranslationDataCollector (( $this -> services [ 'translator' ] ?? $this -> getTranslatorService ())));
$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 ())));
$instance -> add (new \ Symfony \ Bridge \ Twig \ DataCollector \ TwigDataCollector (( $this -> privates [ 'twig.profile' ] ?? ( $this -> privates [ 'twig.profile' ] = new \ Twig \ Profiler \ Profile ())), ( $this -> services [ 'twig' ] ?? $this -> getTwigService ())));
$instance -> add ( $e );
$instance -> add (new \ Symfony \ Bundle \ SwiftmailerBundle \ DataCollector \ MessageDataCollector ( $this ));
$instance -> add (( $this -> services [ 'data_collector.dump' ] ?? $this -> getDataCollector_DumpService ()));
$instance -> add ( $f );
$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 ));
$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 ()))));
$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' ]));
$instance -> add (( $this -> services [ 'payum.profiler.payum_collector' ] ?? ( $this -> services [ 'payum.profiler.payum_collector' ] = new \ Payum \ Bundle \ PayumBundle \ Profiler \ PayumCollector ())));
$instance -> add (new \ Sylius \ Bundle \ ThemeBundle \ Collector \ ThemeCollector (( $this -> services [ 'sylius.repository.theme' ] ?? $this -> getSylius_Repository_ThemeService ()), ( $this -> privates [ 'sylius.theme.context.channel_based' ] ?? $this -> getSylius_Theme_Context_ChannelBasedService ()), ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface' ] ?? ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ HierarchyProvider \ ThemeHierarchyProvider ()))));
$instance -> add ( $g );
$instance -> add (new \ Sylius \ Bundle \ CoreBundle \ Collector \ SyliusCollector (( $this -> services [ 'sylius.context.shopper' ] ?? $this -> getSylius_Context_ShopperService ()), $this -> parameters [ 'kernel.bundles' ], 'en_GB' ));
$instance -> add (new \ Sylius \ Bundle \ CoreBundle \ Collector \ CartCollector (( $this -> services [ 'sylius.context.cart' ] ?? $this -> getSylius_Context_CartService ())));
return $instance ;
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService ()
{
return $this -> services [ 'request_stack' ] = new \ Symfony \ Component \ HttpFoundation \ RequestStack ();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService ()
{
$a = new \ Symfony \ Bridge \ Monolog \ Logger ( 'router' );
$a -> pushProcessor (( $this -> privates [ 'debug.log_processor' ] ?? $this -> getDebug_LogProcessorService ()));
$a -> pushHandler (( $this -> privates [ 'monolog.handler.firephp' ] ?? $this -> getMonolog_Handler_FirephpService ()));
$a -> pushHandler (( $this -> privates [ 'monolog.handler.main' ] ?? $this -> getMonolog_Handler_MainService ()));
\ Symfony \ Bundle \ FrameworkBundle \ DependencyInjection \ Compiler \ AddDebugLogProcessorPass :: configureLogger ( $a );
$this -> services [ 'router' ] = $instance = new \ Symfony \ Bundle \ FrameworkBundle \ Routing \ Router ((new \ Symfony \ Component \ DependencyInjection \ Argument \ ServiceLocator ( $this -> getService , [
'routing.loader' => [ 'services' , 'routing.loader' , 'getRouting_LoaderService.php' , true ],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface' ,
]))-> withContext ( 'router.default' , $this ), 'kernel::loadRoutes' , [ 'cache_dir' => $this -> targetDir . '' , 'debug' => true , 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator' , 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper' , 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher' , 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper' , 'strict_requirements' => true , 'resource_type' => 'service' ], ( $this -> privates [ 'router.request_context' ] ?? $this -> getRouter_RequestContextService ()), ( $this -> privates [ 'parameter_bag' ] ?? ( $this -> privates [ 'parameter_bag' ] = new \ Symfony \ Component \ DependencyInjection \ ParameterBag \ ContainerBag ( $this ))), $a , 'en_GB' );
$instance -> setConfigCacheFactory (new \ Symfony \ Component \ Config \ ResourceCheckerConfigCacheFactory (new RewindableGenerator (function () {
yield 0 => ( $this -> privates [ 'dependency_injection.config.container_parameters_resource_checker' ] ?? ( $this -> privates [ 'dependency_injection.config.container_parameters_resource_checker' ] = new \ Symfony \ Component \ DependencyInjection \ Config \ ContainerParametersResourceChecker ( $this )));
yield 1 => ( $this -> privates [ 'config.resource.self_checking_resource_checker' ] ?? ( $this -> privates [ 'config.resource.self_checking_resource_checker' ] = new \ Symfony \ Component \ Config \ Resource \ SelfCheckingResourceChecker ()));
}, 2 )));
return $instance ;
}
/**
* Gets the public 'security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function getSecurity_AuthorizationCheckerService ()
{
return $this -> services [ 'security.authorization_checker' ] = new \ Symfony \ Component \ Security \ Core \ Authorization \ AuthorizationChecker (( $this -> services [ 'security.token_storage' ] ?? $this -> getSecurity_TokenStorageService ()), ( $this -> privates [ 'security.authentication.manager' ] ?? $this -> getSecurity_Authentication_ManagerService ()), ( $this -> privates [ 'debug.security.access.decision_manager' ] ?? $this -> getDebug_Security_Access_DecisionManagerService ()), true );
}
/**
* Gets the public 'security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function getSecurity_TokenStorageService ()
{
return $this -> services [ '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 , [
'session' => [ 'services' , 'session' , 'getSessionService' , false ],
], [
'session' => '?' ,
]));
}
/**
* Gets the public 'serializer' shared service.
*
* @return \Symfony\Component\Serializer\Serializer
*/
protected function getSerializerService ()
{
$a = ( $this -> privates [ 'serializer.mapping.class_metadata_factory' ] ?? $this -> getSerializer_Mapping_ClassMetadataFactoryService ());
$b = ( $this -> privates [ 'serializer.name_converter.metadata_aware' ] ?? $this -> getSerializer_NameConverter_MetadataAwareService ());
$c = ( $this -> privates [ 'property_accessor' ] ?? $this -> getPropertyAccessorService ());
$d = new \ Symfony \ Component \ Serializer \ Normalizer \ ObjectNormalizer ( $a , $b , $c , ( $this -> privates [ 'property_info' ] ?? $this -> getPropertyInfoService ()), new \ Symfony \ Component \ Serializer \ Mapping \ ClassDiscriminatorFromClassMetadata ( $a ), NULL , []);
$e = new \ ApiPlatform \ Core \ Swagger \ Serializer \ ApiGatewayNormalizer (( $this -> services [ 'sylius.api.swagger_shop_authentication_documentation_normalizer' ] ?? $this -> getSylius_Api_SwaggerShopAuthenticationDocumentationNormalizerService ()));
$f = ( $this -> privates [ 'api_platform.router' ] ?? $this -> getApiPlatform_RouterService ());
$g = ( $this -> privates [ 'api_platform.metadata.resource.metadata_factory.cached' ] ?? $this -> getApiPlatform_Metadata_Resource_MetadataFactory_CachedService ());
$h = ( $this -> privates [ 'api_platform.metadata.property.name_collection_factory.cached' ] ?? $this -> getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService ());
$i = ( $this -> privates [ 'api_platform.metadata.property.metadata_factory.cached' ] ?? $this -> getApiPlatform_Metadata_Property_MetadataFactory_CachedService ());
$j = ( $this -> privates [ 'api_platform.resource_class_resolver' ] ?? $this -> getApiPlatform_ResourceClassResolverService ());
$k = ( $this -> privates [ 'api_platform.iri_converter' ] ?? $this -> getApiPlatform_IriConverterService ());
$l = ( $this -> privates [ 'api_platform.jsonld.context_builder' ] ?? $this -> getApiPlatform_Jsonld_ContextBuilderService ());
return $this -> services [ 'serializer' ] = new \ Symfony \ Component \ Serializer \ Serializer ([ 0 => new \ Sylius \ Bundle \ ApiBundle \ Serializer \ AddressDenormalizer ( $d , 'App\\Entity\\Addressing\\Address' , 'Sylius\\Component\\Addressing\\Model\\AddressInterface' ), 1 => new \ ApiPlatform \ Core \ Bridge \ RamseyUuid \ Serializer \ UuidDenormalizer (), 2 => new \ FOS \ RestBundle \ Serializer \ Normalizer \ FormErrorNormalizer (), 3 => $this -> load ( 'getFosRest_Serializer_ExceptionNormalizer_SymfonyService.php' ), 4 => 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 ([]))), true , false ), 5 => $e , 6 => new \ ApiPlatform \ Core \ Hydra \ Serializer \ ConstraintViolationListNormalizer ( $f , [], $b ), 7 => new \ ApiPlatform \ Core \ Problem \ Serializer \ ConstraintViolationListNormalizer ([], $b ), 8 => $e , 9 => new \ ApiPlatform \ Core \ Hydra \ Serializer \ DocumentationNormalizer ( $g , $h , $i , $j , NULL , $f , ( $this -> privates [ 'api_platform.subresource_operation_factory.cached' ] ?? $this -> getApiPlatform_SubresourceOperationFactory_CachedService ()), $b ), 10 => new \ ApiPlatform \ Core \ Hydra \ Serializer \ EntrypointNormalizer ( $g , $k , $f ), 11 => new \ ApiPlatform \ Core \ Hydra \ Serializer \ ErrorNormalizer ( $f , true ), 12 => new \ ApiPlatform \ Core \ Problem \ Serializer \ ErrorNormalizer ( true ), 13 => new \ Symfony \ Component \ Serializer \ Normalizer \ ProblemNormalizer ( true ), 14 => new \ ApiPlatform \ Core \ JsonLd \ Serializer \ ItemNormalizer ( $g , $h , $i , $k , $j , $l , $c , $b , $a , [], new RewindableGenerator (function () {
yield 0 => ( $this -> privates [ 'sylius.api.data_transformer.command_aware_input_data_transformer' ] ?? $this -> load ( 'getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService.php' ));
yield 1 => ( $this -> privates [ 'api_platform.messenger.data_transformer' ] ?? $this -> load ( 'getApiPlatform_Messenger_DataTransformerService.php' ));
}, 2 ), false ), 15 => new \ ApiPlatform \ Core \ Serializer \ ItemNormalizer ( $h , $i , $k , $j , $c , $b , $a , ( $this -> privates [ 'debug.api_platform.item_data_provider' ] ?? $this -> getDebug_ApiPlatform_ItemDataProviderService ()), false , NULL , new RewindableGenerator (function () {
yield 0 => ( $this -> privates [ 'sylius.api.data_transformer.command_aware_input_data_transformer' ] ?? $this -> load ( 'getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService.php' ));
yield 1 => ( $this -> privates [ 'api_platform.messenger.data_transformer' ] ?? $this -> load ( 'getApiPlatform_Messenger_DataTransformerService.php' ));
}, 2 ), $g , false ), 16 => new \ Symfony \ Component \ Serializer \ Normalizer \ JsonSerializableNormalizer (), 17 => new \ Symfony \ Component \ Serializer \ Normalizer \ DateTimeNormalizer (), 18 => new \ Symfony \ Component \ Serializer \ Normalizer \ ConstraintViolationListNormalizer ([], $b ), 19 => new \ Symfony \ Component \ Serializer \ Normalizer \ DateTimeZoneNormalizer (), 20 => new \ Symfony \ Component \ Serializer \ Normalizer \ DateIntervalNormalizer (), 21 => new \ Symfony \ Component \ Serializer \ Normalizer \ DataUriNormalizer (( $this -> privates [ 'mime_types' ] ?? $this -> getMimeTypesService ())), 22 => new \ ApiPlatform \ Core \ Hydra \ Serializer \ CollectionFiltersNormalizer (new \ ApiPlatform \ Core \ Hydra \ Serializer \ PartialCollectionViewNormalizer (new \ ApiPlatform \ Core \ Hydra \ Serializer \ CollectionNormalizer ( $l , $j , $k ), 'page' , 'pagination' , $g , $c ), $g , $j , ( $this -> privates [ 'api_platform.filter_locator' ] ?? $this -> getApiPlatform_FilterLocatorService ())), 23 => new \ Symfony \ Component \ Serializer \ Normalizer \ ArrayDenormalizer (), 24 => new \ ApiPlatform \ Core \ JsonLd \ Serializer \ ObjectNormalizer ( $d , $k , $l ), 25 => $d ], [ 0 => new \ Symfony \ Component \ Serializer \ Encoder \ XmlEncoder (), 1 => new \ Symfony \ Component \ Serializer \ Encoder \ JsonEncoder (), 2 => new \ Symfony \ Component \ Serializer \ Encoder \ YamlEncoder (), 3 => new \ Symfony \ Component \ Serializer \ Encoder \ CsvEncoder (), 4 => new \ ApiPlatform \ Core \ Serializer \ JsonEncoder ( 'jsonld' ), 5 => new \ ApiPlatform \ Core \ Serializer \ JsonEncoder ( 'jsonproblem' )]);
}
/**
* Gets the public 'session' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Session
*/
protected function getSessionService ()
{
return $this -> services [ 'session' ] = new \ Symfony \ Component \ HttpFoundation \ Session \ Session (new \ Symfony \ Component \ HttpFoundation \ Session \ Storage \ NativeSessionStorage ( $this -> parameters [ 'session.storage.options' ], NULL , new \ Symfony \ Component \ HttpFoundation \ Session \ Storage \ MetadataBag ( '_sf2_meta' , 0 )));
}
/**
* Gets the public 'sm.callback_factory' shared service.
*
* @return \winzou\Bundle\StateMachineBundle\Callback\ContainerAwareCallbackFactory
*/
protected function getSm_CallbackFactoryService ()
{
return $this -> services [ 'sm.callback_factory' ] = new \ winzou \ Bundle \ StateMachineBundle \ Callback \ ContainerAwareCallbackFactory ( 'winzou\\Bundle\\StateMachineBundle\\Callback\\ContainerAwareCallback' , $this );
}
/**
* Gets the public 'sm.factory' shared service.
*
* @return \SM\Factory\Factory
*/
protected function getSm_FactoryService ()
{
return $this -> services [ 'sm.factory' ] = new \ SM \ Factory \ Factory ( $this -> parameters [ 'sm.configs' ], ( $this -> services [ 'event_dispatcher' ] ?? $this -> getEventDispatcherService ()), ( $this -> services [ 'sm.callback_factory' ] ?? ( $this -> services [ 'sm.callback_factory' ] = new \ winzou \ Bundle \ StateMachineBundle \ Callback \ ContainerAwareCallbackFactory ( 'winzou\\Bundle\\StateMachineBundle\\Callback\\ContainerAwareCallback' , $this ))));
}
/**
* Gets the public 'sonata.block.context_manager.default' shared service.
*
* @return \Sonata\BlockBundle\Block\BlockContextManager
*/
protected function getSonata_Block_ContextManager_DefaultService ()
{
$this -> services [ 'sonata.block.context_manager.default' ] = $instance = new \ Sonata \ BlockBundle \ Block \ BlockContextManager (new \ Sonata \ BlockBundle \ Block \ BlockLoaderChain ([ 0 => new \ Sonata \ BlockBundle \ Block \ Loader \ ServiceLoader ( $this -> parameters [ 'sonata_blocks.block_types' ])]), ( $this -> services [ 'sonata.block.manager' ] ?? $this -> getSonata_Block_ManagerService ()), $this -> parameters [ 'sonata_block.cache_blocks' ], ( $this -> privates [ 'monolog.logger' ] ?? $this -> getMonolog_LoggerService ()));
$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 );
return $instance ;
}
/**
* Gets the public 'sonata.block.manager' shared service.
*
* @return \Sonata\BlockBundle\Block\BlockServiceManager
*/
protected function getSonata_Block_ManagerService ()
{
$this -> services [ 'sonata.block.manager' ] = $instance = new \ Sonata \ BlockBundle \ Block \ BlockServiceManager ( $this , true , ( $this -> privates [ 'monolog.logger' ] ?? $this -> getMonolog_LoggerService ()));
$instance -> add ( 'sonata.block.service.container' , 'sonata.block.service.container' , []);
$instance -> add ( 'sonata.block.service.empty' , 'sonata.block.service.empty' , []);
$instance -> add ( 'sonata.block.service.text' , 'sonata.block.service.text' , []);
$instance -> add ( 'sonata.block.service.rss' , 'sonata.block.service.rss' , []);
$instance -> add ( 'sonata.block.service.template' , 'sonata.block.service.template' , []);
$instance -> add ( 'sonata.block.service.menu' , 'sonata.block.service.menu' , []);
return $instance ;
}
/**
* Gets the public 'sonata.block.renderer.default' shared service.
*
* @return \Sonata\BlockBundle\Block\BlockRenderer
*/
protected function getSonata_Block_Renderer_DefaultService ()
{
$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' ], [], []);
$a -> setDefaultFilter ( 'debug_only' );
$a -> setDefaultRenderer ( 'throw' );
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 ()));
}
/**
* Gets the public 'sylius.adjustments_aggregator' shared service.
*
* @return \Sylius\Component\Order\Aggregator\AdjustmentsByLabelAggregator
*/
protected function getSylius_AdjustmentsAggregatorService ()
{
return $this -> services [ 'sylius.adjustments_aggregator' ] = new \ Sylius \ Component \ Order \ Aggregator \ AdjustmentsByLabelAggregator ();
}
/**
* Gets the public 'sylius.api.swagger_admin_authentication_documentation_normalizer' shared service.
*
* @return \Sylius\Bundle\ApiBundle\Swagger\AdminAuthenticationTokenDocumentationNormalizer
*/
protected function getSylius_Api_SwaggerAdminAuthenticationDocumentationNormalizerService ()
{
$a = ( $this -> privates [ 'api_platform.subresource_operation_factory.cached' ] ?? $this -> getApiPlatform_SubresourceOperationFactory_CachedService ());
return $this -> services [ 'sylius.api.swagger_admin_authentication_documentation_normalizer' ] = 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' ] ?? $this -> getApiPlatform_Metadata_Property_MetadataFactory_CachedService ()), ( $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 ()), 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 ()), $a ), NULL , ( $this -> privates [ 'api_platform.filter_locator' ] ?? $this -> getApiPlatform_FilterLocatorService ()), NULL , false , 'oauth2' , 'application' , '/oauth/v2/token' , '/oauth/v2/auth' , [], $this -> parameters [ 'api_platform.swagger.api_keys' ], $a , true , 'page' , true , 'itemsPerPage' , $this -> parameters [ 'api_platform.formats' ], false , 'pagination' , [], $this -> parameters [ 'api_platform.swagger.versions' ]), '/new-api' );
}
/**
* Gets the public 'sylius.api.swagger_shop_authentication_documentation_normalizer' shared service.
*
* @return \Sylius\Bundle\ApiBundle\Swagger\ShopAuthenticationTokenDocumentationNormalizer
*/
protected function getSylius_Api_SwaggerShopAuthenticationDocumentationNormalizerService ()
{
return $this -> services [ 'sylius.api.swagger_shop_authentication_documentation_normalizer' ] = new \ Sylius \ Bundle \ ApiBundle \ Swagger \ ShopAuthenticationTokenDocumentationNormalizer (( $this -> services [ 'sylius.api.swagger_admin_authentication_documentation_normalizer' ] ?? $this -> getSylius_Api_SwaggerAdminAuthenticationDocumentationNormalizerService ()), '/new-api' );
}
/**
* Gets the public 'sylius.availability_checker.default' shared service.
*
* @return \Sylius\Component\Inventory\Checker\AvailabilityChecker
*/
protected function getSylius_AvailabilityChecker_DefaultService ()
{
return $this -> services [ 'sylius.availability_checker.default' ] = new \ Sylius \ Component \ Inventory \ Checker \ AvailabilityChecker ();
}
/**
* Gets the public 'sylius.calculator.order_items_subtotal' shared service.
*
* @return \Sylius\Bundle\ShopBundle\Calculator\OrderItemsSubtotalCalculator
*/
protected function getSylius_Calculator_OrderItemsSubtotalService ()
{
return $this -> services [ 'sylius.calculator.order_items_subtotal' ] = new \ Sylius \ Bundle \ ShopBundle \ Calculator \ OrderItemsSubtotalCalculator ();
}
/**
* Gets the public 'sylius.calculator.product_variant_price' shared service.
*
* @return \Sylius\Component\Core\Calculator\ProductVariantPriceCalculator
*/
protected function getSylius_Calculator_ProductVariantPriceService ()
{
return $this -> services [ 'sylius.calculator.product_variant_price' ] = new \ Sylius \ Component \ Core \ Calculator \ ProductVariantPriceCalculator ();
}
/**
* Gets the public 'sylius.canonicalizer' shared service.
*
* @return \Sylius\Component\User\Canonicalizer\Canonicalizer
*/
protected function getSylius_CanonicalizerService ()
{
return $this -> services [ 'sylius.canonicalizer' ] = new \ Sylius \ Component \ User \ Canonicalizer \ Canonicalizer ();
}
/**
* Gets the public 'sylius.category_requirement_shipping_method_eligibility_checker' shared service.
*
* @return \Sylius\Component\Shipping\Checker\Eligibility\CategoryRequirementEligibilityChecker
*/
protected function getSylius_CategoryRequirementShippingMethodEligibilityCheckerService ()
{
return $this -> services [ 'sylius.category_requirement_shipping_method_eligibility_checker' ] = new \ Sylius \ Component \ Shipping \ Checker \ Eligibility \ CategoryRequirementEligibilityChecker ();
}
/**
* Gets the public 'sylius.checker.order_payment_method_selection_requirement' shared service.
*
* @return \Sylius\Component\Core\Checker\OrderPaymentMethodSelectionRequirementChecker
*/
protected function getSylius_Checker_OrderPaymentMethodSelectionRequirementService ()
{
return $this -> services [ 'sylius.checker.order_payment_method_selection_requirement' ] = new \ Sylius \ Component \ Core \ Checker \ OrderPaymentMethodSelectionRequirementChecker (( $this -> services [ 'Sylius\\Component\\Payment\\Resolver\\PaymentMethodsResolverInterface' ] ?? $this -> getPaymentMethodsResolverInterfaceService ()));
}
/**
* Gets the public 'sylius.checker.order_shipping_method_selection_requirement' shared service.
*
* @return \Sylius\Component\Core\Checker\OrderShippingMethodSelectionRequirementChecker
*/
protected function getSylius_Checker_OrderShippingMethodSelectionRequirementService ()
{
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 ()));
}
/**
* Gets the public 'sylius.context.cart' shared service.
*
* @return \Sylius\Component\Order\Context\CompositeCartContext
*/
protected function getSylius_Context_CartService ()
{
$this -> services [ 'sylius.context.cart' ] = $instance = new \ Sylius \ Component \ Order \ Context \ CompositeCartContext ();
$instance -> addContext (( $this -> services [ 'sylius.context.cart.new' ] ?? $this -> getSylius_Context_Cart_NewService ()), - 999 );
$instance -> addContext (( $this -> services [ 'sylius.context.cart.customer_and_channel_based' ] ?? $this -> getSylius_Context_Cart_CustomerAndChannelBasedService ()), - 555 );
$instance -> addContext (( $this -> services [ 'sylius.context.cart.session_and_channel_based' ] ?? $this -> getSylius_Context_Cart_SessionAndChannelBasedService ()), - 777 );
$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 ()), '/new-api' ), - 333 );
return $instance ;
}
/**
* Gets the public 'sylius.context.cart.customer_and_channel_based' shared service.
*
* @return \Sylius\Bundle\CoreBundle\Context\CustomerAndChannelBasedCartContext
*/
protected function getSylius_Context_Cart_CustomerAndChannelBasedService ()
{
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 ()));
}
/**
* Gets the public 'sylius.context.cart.new' shared service.
*
* @return \Sylius\Component\Core\Cart\Context\ShopBasedCartContext
*/
protected function getSylius_Context_Cart_NewService ()
{
return $this -> services [ 'sylius.context.cart.new' ] = new \ Sylius \ Component \ Core \ Cart \ Context \ ShopBasedCartContext (new \ Sylius \ Component \ Order \ Context \ CartContext (( $this -> services [ 'sylius.factory.order' ] ?? ( $this -> services [ 'sylius.factory.order' ] = new \ Sylius \ Component \ Resource \ Factory \ Factory ( 'App\\Entity\\Order\\Order' )))), ( $this -> services [ 'sylius.context.shopper' ] ?? $this -> getSylius_Context_ShopperService ()));
}
/**
* Gets the public 'sylius.context.cart.session_and_channel_based' shared service.
*
* @return \Sylius\Bundle\CoreBundle\Context\SessionAndChannelBasedCartContext
*/
protected function getSylius_Context_Cart_SessionAndChannelBasedService ()
{
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 ()));
}
/**
* Gets the public 'sylius.context.channel.fake_channel.persister' shared service.
*
* @return \Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelPersister
*/
protected function getSylius_Context_Channel_FakeChannel_PersisterService ()
{
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 ())));
}
/**
* Gets the public 'sylius.context.currency.channel_aware' shared service.
*
* @return \Sylius\Component\Core\Currency\Context\ChannelAwareCurrencyContext
*/
protected function getSylius_Context_Currency_ChannelAwareService ()
{
$a = new \ Sylius \ Component \ Currency \ Context \ CompositeCurrencyContext ();
$a -> addContext (( $this -> services [ 'sylius.context.currency.storage_based' ] ?? $this -> getSylius_Context_Currency_StorageBasedService ()), 0 );
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 ()));
}
/**
* Gets the public 'sylius.context.currency.storage_based' shared service.
*
* @return \Sylius\Component\Core\Currency\Context\StorageBasedCurrencyContext
*/
protected function getSylius_Context_Currency_StorageBasedService ()
{
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 ()));
}
/**
* Gets the public 'sylius.context.customer' shared service.
*
* @return \Sylius\Bundle\CoreBundle\Context\CustomerContext
*/
protected function getSylius_Context_CustomerService ()
{
return $this -> services [ 'sylius.context.customer' ] = new \ Sylius \ Bundle \ CoreBundle \ Context \ CustomerContext (( $this -> services [ 'security.token_storage' ] ?? $this -> getSecurity_TokenStorageService ()), ( $this -> services [ 'security.authorization_checker' ] ?? $this -> getSecurity_AuthorizationCheckerService ()));
}
/**
* Gets the public 'sylius.context.locale.admin_based' shared service.
*
* @return \Sylius\Bundle\AdminBundle\Context\AdminBasedLocaleContext
*/
protected function getSylius_Context_Locale_AdminBasedService ()
{
return $this -> services [ 'sylius.context.locale.admin_based' ] = new \ Sylius \ Bundle \ AdminBundle \ Context \ AdminBasedLocaleContext (( $this -> services [ 'security.token_storage' ] ?? $this -> getSecurity_TokenStorageService ()));
}
/**
* Gets the public 'sylius.context.locale.provider_based' shared service.
*
* @return \Sylius\Component\Locale\Context\ProviderBasedLocaleContext
*/
protected function getSylius_Context_Locale_ProviderBasedService ()
{
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 ()));
}
/**
* Gets the public 'sylius.context.locale.request_based' shared service.
*
* @return \Sylius\Bundle\LocaleBundle\Context\RequestBasedLocaleContext
*/
protected function getSylius_Context_Locale_RequestBasedService ()
{
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 ()));
}
/**
* Gets the public 'sylius.context.shopper' shared service.
*
* @return \Sylius\Component\Core\Context\ShopperContext
*/
protected function getSylius_Context_ShopperService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> services [ 'sylius.context.shopper' ] = $this -> createProxy ( 'ShopperContext_d398ef6' , function () {
return \ ShopperContext_d398ef6 :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getSylius_Context_ShopperService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Context/ShopperContextInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Core/Context/ShopperContext.php' ;
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 ()));
}
/**
* Gets the public 'sylius.currency_converter' shared service.
*
* @return \Sylius\Component\Currency\Converter\CurrencyConverter
*/
protected function getSylius_CurrencyConverterService ()
{
return $this -> services [ 'sylius.currency_converter' ] = new \ Sylius \ Component \ Currency \ Converter \ CurrencyConverter (( $this -> services [ 'sylius.repository.exchange_rate' ] ?? $this -> getSylius_Repository_ExchangeRateService ()));
}
/**
* Gets the public 'sylius.custom_bulk_action_grid_renderer.twig' shared service.
*
* @return \Sylius\Bundle\ResourceBundle\Grid\Renderer\TwigBulkActionGridRenderer
*/
protected function getSylius_CustomBulkActionGridRenderer_TwigService ()
{
return $this -> services [ 'sylius.custom_bulk_action_grid_renderer.twig' ] = new \ Sylius \ Bundle \ ResourceBundle \ Grid \ Renderer \ TwigBulkActionGridRenderer (( $this -> services [ 'twig' ] ?? $this -> getTwigService ()), ( $this -> privates [ 'sylius.grid_options_parser' ] ?? $this -> getSylius_GridOptionsParserService ()), $this -> parameters [ 'sylius.grid.templates.bulk_action' ]);
}
/**
* Gets the public 'sylius.custom_grid_renderer.twig' shared service.
*
* @return \Sylius\Bundle\ResourceBundle\Grid\Renderer\TwigGridRenderer
*/
protected function getSylius_CustomGridRenderer_TwigService ()
{
$a = ( $this -> services [ 'twig' ] ?? $this -> getTwigService ());
$b = new \ Sylius \ Bundle \ GridBundle \ Form \ Registry \ FormTypeRegistry ();
$b -> add ( 'entities' , 'default' , 'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Grid\\Filter\\EntitiesFilterType' );
$b -> add ( 'string' , 'default' , 'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\StringFilterType' );
$b -> add ( 'boolean' , 'default' , 'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\BooleanFilterType' );
$b -> add ( 'date' , 'default' , 'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\DateFilterType' );
$b -> add ( 'entity' , 'default' , 'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\EntityFilterType' );
$b -> add ( 'exists' , 'default' , 'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\ExistsFilterType' );
$b -> add ( 'select' , 'default' , 'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\SelectFilterType' );
$b -> add ( 'money' , 'default' , 'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\MoneyFilterType' );
$b -> add ( 'shop_string' , 'default' , 'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\StringFilterType' );
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 [ 'form.factory' ] ?? $this -> getForm_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' ]);
}
/**
* Gets the public 'sylius.factory.order' shared service.
*
* @return \Sylius\Component\Resource\Factory\Factory
*/
protected function getSylius_Factory_OrderService ()
{
return $this -> services [ 'sylius.factory.order' ] = new \ Sylius \ Component \ Resource \ Factory \ Factory ( 'App\\Entity\\Order\\Order' );
}
/**
* Gets the public 'sylius.grid.data_extractor.property_access' shared service.
*
* @return \Sylius\Component\Grid\DataExtractor\PropertyAccessDataExtractor
*/
protected function getSylius_Grid_DataExtractor_PropertyAccessService ()
{
return $this -> services [ 'sylius.grid.data_extractor.property_access' ] = new \ Sylius \ Component \ Grid \ DataExtractor \ PropertyAccessDataExtractor (( $this -> privates [ 'property_accessor' ] ?? $this -> getPropertyAccessorService ()));
}
/**
* Gets the public 'sylius.grid_field.datetime' shared service.
*
* @return \Sylius\Component\Grid\FieldTypes\DatetimeFieldType
*/
protected function getSylius_GridField_DatetimeService ()
{
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 ()));
}
/**
* Gets the public 'sylius.grid_field.string' shared service.
*
* @return \Sylius\Component\Grid\FieldTypes\StringFieldType
*/
protected function getSylius_GridField_StringService ()
{
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 ()));
}
/**
* Gets the public 'sylius.grid_field.twig' shared service.
*
* @return \Sylius\Bundle\GridBundle\FieldTypes\TwigFieldType
*/
protected function getSylius_GridField_TwigService ()
{
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 [ 'twig' ] ?? $this -> getTwigService ()));
}
/**
* Gets the public 'sylius.listener.non_channel_request_locale' shared service.
*
* @return \Sylius\Bundle\ShopBundle\EventListener\NonChannelLocaleListener
*/
protected function getSylius_Listener_NonChannelRequestLocaleService ()
{
return $this -> services [ 'sylius.listener.non_channel_request_locale' ] = new \ Sylius \ Bundle \ ShopBundle \ EventListener \ NonChannelLocaleListener (( $this -> services [ 'router' ] ?? $this -> getRouterService ()), ( $this -> services [ 'sylius.locale_provider.channel_based' ] ?? $this -> getSylius_LocaleProvider_ChannelBasedService ()), ( $this -> privates [ 'security.firewall.map' ] ?? $this -> getSecurity_Firewall_MapService ()), [ 0 => 'shop' ]);
}
/**
* Gets the public 'sylius.listener.request_locale_setter' shared service.
*
* @return \Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter
*/
protected function getSylius_Listener_RequestLocaleSetterService ()
{
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 ()));
}
/**
* Gets the public 'sylius.listener.session_cart' shared service.
*
* @return \Sylius\Bundle\ShopBundle\EventListener\SessionCartSubscriber
*/
protected function getSylius_Listener_SessionCartService ()
{
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 ()));
}
/**
* Gets the public 'sylius.locale_converter' shared service.
*
* @return \Sylius\Component\Locale\Converter\LocaleConverter
*/
protected function getSylius_LocaleConverterService ()
{
return $this -> services [ 'sylius.locale_converter' ] = new \ Sylius \ Component \ Locale \ Converter \ LocaleConverter ();
}
/**
* Gets the public 'sylius.locale_provider.channel_based' shared service.
*
* @return \Sylius\Component\Core\Provider\ChannelBasedLocaleProvider
*/
protected function getSylius_LocaleProvider_ChannelBasedService ()
{
return $this -> services [ 'sylius.locale_provider.channel_based' ] = new \ Sylius \ Component \ Core \ Provider \ ChannelBasedLocaleProvider (( $this -> services [ 'Sylius\\Component\\Channel\\Context\\ChannelContextInterface' ] ?? $this -> getChannelContextInterfaceService ()), 'en_GB' );
}
/**
* Gets the public 'sylius.money_formatter' shared service.
*
* @return \Sylius\Bundle\MoneyBundle\Formatter\MoneyFormatter
*/
protected function getSylius_MoneyFormatterService ()
{
return $this -> services [ 'sylius.money_formatter' ] = new \ Sylius \ Bundle \ MoneyBundle \ Formatter \ MoneyFormatter ();
}
/**
* Gets the public 'sylius.payment_methods_resolver.channel_based' shared service.
*
* @return \Sylius\Component\Core\Resolver\ChannelBasedPaymentMethodsResolver
*/
protected function getSylius_PaymentMethodsResolver_ChannelBasedService ()
{
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 ()));
}
/**
* Gets the public 'sylius.product_variant_resolver.default' shared service.
*
* @return \Sylius\Component\Product\Resolver\DefaultProductVariantResolver
*/
protected function getSylius_ProductVariantResolver_DefaultService ()
{
return $this -> services [ 'sylius.product_variant_resolver.default' ] = new \ Sylius \ Component \ Product \ Resolver \ DefaultProductVariantResolver ();
}
/**
* Gets the public 'sylius.provider.product_variants_prices' shared service.
*
* @return \Sylius\Component\Core\Provider\ProductVariantsPricesProvider
*/
protected function getSylius_Provider_ProductVariantsPricesService ()
{
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 ())));
}
/**
* Gets the public 'sylius.province_naming_provider' shared service.
*
* @return \Sylius\Component\Addressing\Provider\ProvinceNamingProvider
*/
protected function getSylius_ProvinceNamingProviderService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> services [ 'sylius.province_naming_provider' ] = $this -> createProxy ( 'ProvinceNamingProvider_9f6014a' , function () {
return \ ProvinceNamingProvider_9f6014a :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getSylius_ProvinceNamingProviderService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Addressing/Provider/ProvinceNamingProviderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Addressing/Provider/ProvinceNamingProvider.php' ;
return new \ Sylius \ Component \ Addressing \ Provider \ ProvinceNamingProvider (( $this -> services [ 'sylius.repository.province' ] ?? $this -> getSylius_Repository_ProvinceService ()));
}
/**
* Gets the public 'sylius.registry.grid_field' shared service.
*
* @return \Sylius\Component\Registry\ServiceRegistry
*/
protected function getSylius_Registry_GridFieldService ()
{
$this -> services [ 'sylius.registry.grid_field' ] = $instance = new \ Sylius \ Component \ Registry \ ServiceRegistry ( 'Sylius\\Component\\Grid\\FieldTypes\\FieldTypeInterface' , 'grid field' );
$instance -> register ( 'datetime' , ( $this -> services [ 'sylius.grid_field.datetime' ] ?? $this -> getSylius_GridField_DatetimeService ()));
$instance -> register ( 'string' , ( $this -> services [ 'sylius.grid_field.string' ] ?? $this -> getSylius_GridField_StringService ()));
$instance -> register ( 'twig' , ( $this -> services [ 'sylius.grid_field.twig' ] ?? $this -> getSylius_GridField_TwigService ()));
return $instance ;
}
/**
* Gets the public 'sylius.registry.payment_methods_resolver' shared service.
*
* @return \Sylius\Component\Registry\PrioritizedServiceRegistry
*/
protected function getSylius_Registry_PaymentMethodsResolverService ()
{
$this -> services [ 'sylius.registry.payment_methods_resolver' ] = $instance = new \ Sylius \ Component \ Registry \ PrioritizedServiceRegistry ( 'Sylius\\Component\\Payment\\Resolver\\PaymentMethodsResolverInterface' , 'Payment methods resolver' );
$instance -> register (new \ Sylius \ Component \ Payment \ Resolver \ PaymentMethodsResolver (( $this -> services [ 'sylius.repository.payment_method' ] ?? $this -> getSylius_Repository_PaymentMethodService ())), 0 );
$instance -> register (( $this -> services [ 'sylius.payment_methods_resolver.channel_based' ] ?? $this -> getSylius_PaymentMethodsResolver_ChannelBasedService ()), 1 );
return $instance ;
}
/**
* Gets the public 'sylius.registry.shipping_method_rule_checker' shared service.
*
* @return \Sylius\Component\Registry\ServiceRegistry
*/
protected function getSylius_Registry_ShippingMethodRuleCheckerService ()
{
$this -> services [ 'sylius.registry.shipping_method_rule_checker' ] = $instance = new \ Sylius \ Component \ Registry \ ServiceRegistry ( 'Sylius\\Component\\Shipping\\Checker\\Rule\\RuleCheckerInterface' , 'shipping method rule checker' );
$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 ())));
$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 ())));
$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 ())));
$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 ())));
return $instance ;
}
/**
* Gets the public 'sylius.registry.shipping_methods_resolver' shared service.
*
* @return \Sylius\Component\Registry\PrioritizedServiceRegistry
*/
protected function getSylius_Registry_ShippingMethodsResolverService ()
{
$this -> services [ 'sylius.registry.shipping_methods_resolver' ] = $instance = new \ Sylius \ Component \ Registry \ PrioritizedServiceRegistry ( 'Sylius\\Component\\Shipping\\Resolver\\ShippingMethodsResolverInterface' , 'Shipping methods resolver' );
$instance -> register (( $this -> services [ 'sylius.shipping_methods_resolver.default' ] ?? $this -> getSylius_ShippingMethodsResolver_DefaultService ()), 0 );
$instance -> register (( $this -> services [ 'sylius.shipping_methods_resolver.zones_and_channel_based' ] ?? $this -> getSylius_ShippingMethodsResolver_ZonesAndChannelBasedService ()), 1 );
return $instance ;
}
/**
* Gets the public 'sylius.repository.channel' shared service.
*
* @return \Sylius\Bundle\ChannelBundle\Doctrine\ORM\ChannelRepository
*/
protected function getSylius_Repository_ChannelService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> services [ 'sylius.repository.channel' ] = $this -> createProxy ( 'ChannelRepository_04960bc' , function () {
return \ ChannelRepository_04960bc :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getSylius_Repository_ChannelService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Component/Channel/Repository/ChannelRepositoryInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Doctrine/ORM/ChannelRepository.php' ;
$a = ( $this -> services [ 'doctrine.orm.default_entity_manager' ] ?? $this -> getDoctrine_Orm_DefaultEntityManagerService ());
return new \ Sylius \ Bundle \ ChannelBundle \ Doctrine \ ORM \ ChannelRepository ( $a , $a -> getClassMetadata ( 'App\\Entity\\Channel\\Channel' ));
}
/**
* Gets the public 'sylius.repository.exchange_rate' shared service.
*
* @return \Sylius\Bundle\CurrencyBundle\Doctrine\ORM\ExchangeRateRepository
*/
protected function getSylius_Repository_ExchangeRateService ()
{
$a = ( $this -> services [ 'doctrine.orm.default_entity_manager' ] ?? $this -> getDoctrine_Orm_DefaultEntityManagerService ());
return $this -> services [ 'sylius.repository.exchange_rate' ] = new \ Sylius \ Bundle \ CurrencyBundle \ Doctrine \ ORM \ ExchangeRateRepository ( $a , $a -> getClassMetadata ( 'App\\Entity\\Currency\\ExchangeRate' ));
}
/**
* Gets the public 'sylius.repository.order' shared service.
*
* @return \Sylius\Bundle\CoreBundle\Doctrine\ORM\OrderRepository
*/
protected function getSylius_Repository_OrderService ()
{
$a = ( $this -> services [ 'doctrine.orm.default_entity_manager' ] ?? $this -> getDoctrine_Orm_DefaultEntityManagerService ());
return $this -> services [ 'sylius.repository.order' ] = new \ Sylius \ Bundle \ CoreBundle \ Doctrine \ ORM \ OrderRepository ( $a , $a -> getClassMetadata ( 'App\\Entity\\Order\\Order' ));
}
/**
* Gets the public 'sylius.repository.payment_method' shared service.
*
* @return \Sylius\Bundle\CoreBundle\Doctrine\ORM\PaymentMethodRepository
*/
protected function getSylius_Repository_PaymentMethodService ()
{
$a = ( $this -> services [ 'doctrine.orm.default_entity_manager' ] ?? $this -> getDoctrine_Orm_DefaultEntityManagerService ());
return $this -> services [ 'sylius.repository.payment_method' ] = new \ Sylius \ Bundle \ CoreBundle \ Doctrine \ ORM \ PaymentMethodRepository ( $a , $a -> getClassMetadata ( 'App\\Entity\\Payment\\PaymentMethod' ));
}
/**
* Gets the public 'sylius.repository.province' shared service.
*
* @return \Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository
*/
protected function getSylius_Repository_ProvinceService ()
{
$a = ( $this -> services [ 'doctrine.orm.default_entity_manager' ] ?? $this -> getDoctrine_Orm_DefaultEntityManagerService ());
return $this -> services [ 'sylius.repository.province' ] = new \ Sylius \ Bundle \ ResourceBundle \ Doctrine \ ORM \ EntityRepository ( $a , $a -> getClassMetadata ( 'App\\Entity\\Addressing\\Province' ));
}
/**
* Gets the public 'sylius.repository.shipping_method' shared service.
*
* @return \Sylius\Bundle\CoreBundle\Doctrine\ORM\ShippingMethodRepository
*/
protected function getSylius_Repository_ShippingMethodService ()
{
$a = ( $this -> services [ 'doctrine.orm.default_entity_manager' ] ?? $this -> getDoctrine_Orm_DefaultEntityManagerService ());
return $this -> services [ 'sylius.repository.shipping_method' ] = new \ Sylius \ Bundle \ CoreBundle \ Doctrine \ ORM \ ShippingMethodRepository ( $a , $a -> getClassMetadata ( 'App\\Entity\\Shipping\\ShippingMethod' ));
}
/**
* Gets the public 'sylius.repository.theme' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Repository\InMemoryThemeRepository
*/
protected function getSylius_Repository_ThemeService ()
{
return $this -> services [ 'sylius.repository.theme' ] = new \ Sylius \ Bundle \ ThemeBundle \ Repository \ InMemoryThemeRepository (( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Loader\\ThemeLoaderInterface' ] ?? $this -> getThemeLoaderInterfaceService ()));
}
/**
* Gets the public 'sylius.repository.zone' shared service.
*
* @return \Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository
*/
protected function getSylius_Repository_ZoneService ()
{
$a = ( $this -> services [ 'doctrine.orm.default_entity_manager' ] ?? $this -> getDoctrine_Orm_DefaultEntityManagerService ());
return $this -> services [ 'sylius.repository.zone' ] = new \ Sylius \ Bundle \ ResourceBundle \ Doctrine \ ORM \ EntityRepository ( $a , $a -> getClassMetadata ( 'App\\Entity\\Addressing\\Zone' ));
}
/**
* Gets the public 'sylius.shipping_method_eligibility_checker' shared service.
*
* @return \Sylius\Component\Shipping\Checker\Eligibility\CompositeShippingMethodEligibilityChecker
*/
protected function getSylius_ShippingMethodEligibilityCheckerService ()
{
return $this -> services [ 'sylius.shipping_method_eligibility_checker' ] = new \ Sylius \ Component \ Shipping \ Checker \ Eligibility \ CompositeShippingMethodEligibilityChecker ([ 0 => ( $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 ())), 1 => ( $this -> services [ 'sylius.shipping_method_rules_shipping_method_eligibility_checker' ] ?? $this -> getSylius_ShippingMethodRulesShippingMethodEligibilityCheckerService ())]);
}
/**
* Gets the public 'sylius.shipping_method_rule_checker.order_total_greater_than_or_equal' shared service.
*
* @return \Sylius\Component\Core\Shipping\Checker\Rule\OrderTotalGreaterThanOrEqualRuleChecker
*/
protected function getSylius_ShippingMethodRuleChecker_OrderTotalGreaterThanOrEqualService ()
{
return $this -> services [ 'sylius.shipping_method_rule_checker.order_total_greater_than_or_equal' ] = new \ Sylius \ Component \ Core \ Shipping \ Checker \ Rule \ OrderTotalGreaterThanOrEqualRuleChecker ();
}
/**
* Gets the public 'sylius.shipping_method_rule_checker.order_total_less_than_or_equal' shared service.
*
* @return \Sylius\Component\Core\Shipping\Checker\Rule\OrderTotalLessThanOrEqualRuleChecker
*/
protected function getSylius_ShippingMethodRuleChecker_OrderTotalLessThanOrEqualService ()
{
return $this -> services [ 'sylius.shipping_method_rule_checker.order_total_less_than_or_equal' ] = new \ Sylius \ Component \ Core \ Shipping \ Checker \ Rule \ OrderTotalLessThanOrEqualRuleChecker ();
}
/**
* Gets the public 'sylius.shipping_method_rule_checker.total_weight_greater_than_or_equal' shared service.
*
* @return \Sylius\Component\Shipping\Checker\Rule\TotalWeightGreaterThanOrEqualRuleChecker
*/
protected function getSylius_ShippingMethodRuleChecker_TotalWeightGreaterThanOrEqualService ()
{
return $this -> services [ 'sylius.shipping_method_rule_checker.total_weight_greater_than_or_equal' ] = new \ Sylius \ Component \ Shipping \ Checker \ Rule \ TotalWeightGreaterThanOrEqualRuleChecker ();
}
/**
* Gets the public 'sylius.shipping_method_rule_checker.total_weight_less_than_or_equal' shared service.
*
* @return \Sylius\Component\Shipping\Checker\Rule\TotalWeightLessThanOrEqualRuleChecker
*/
protected function getSylius_ShippingMethodRuleChecker_TotalWeightLessThanOrEqualService ()
{
return $this -> services [ 'sylius.shipping_method_rule_checker.total_weight_less_than_or_equal' ] = new \ Sylius \ Component \ Shipping \ Checker \ Rule \ TotalWeightLessThanOrEqualRuleChecker ();
}
/**
* Gets the public 'sylius.shipping_method_rules_shipping_method_eligibility_checker' shared service.
*
* @return \Sylius\Component\Shipping\Checker\Eligibility\ShippingMethodRulesEligibilityChecker
*/
protected function getSylius_ShippingMethodRulesShippingMethodEligibilityCheckerService ()
{
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 ()));
}
/**
* Gets the public 'sylius.shipping_methods_resolver' shared service.
*
* @return \Sylius\Component\Shipping\Resolver\CompositeMethodsResolver
*/
protected function getSylius_ShippingMethodsResolverService ()
{
return $this -> services [ 'sylius.shipping_methods_resolver' ] = new \ Sylius \ Component \ Shipping \ Resolver \ CompositeMethodsResolver (( $this -> services [ 'sylius.registry.shipping_methods_resolver' ] ?? $this -> getSylius_Registry_ShippingMethodsResolverService ()));
}
/**
* Gets the public 'sylius.shipping_methods_resolver.default' shared service.
*
* @return \Sylius\Component\Shipping\Resolver\ShippingMethodsResolver
*/
protected function getSylius_ShippingMethodsResolver_DefaultService ()
{
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 ()));
}
/**
* Gets the public 'sylius.shipping_methods_resolver.zones_and_channel_based' shared service.
*
* @return \Sylius\Component\Core\Resolver\ZoneAndChannelBasedShippingMethodsResolver
*/
protected function getSylius_ShippingMethodsResolver_ZonesAndChannelBasedService ()
{
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 ()));
}
/**
* Gets the public 'sylius.storage.cart_session' shared service.
*
* @return \Sylius\Bundle\CoreBundle\Storage\CartSessionStorage
*/
protected function getSylius_Storage_CartSessionService ()
{
return $this -> services [ 'sylius.storage.cart_session' ] = new \ Sylius \ Bundle \ CoreBundle \ Storage \ CartSessionStorage (( $this -> services [ 'session' ] ?? $this -> getSessionService ()), '_sylius.cart' , ( $this -> services [ 'sylius.repository.order' ] ?? $this -> getSylius_Repository_OrderService ()));
}
/**
* Gets the public 'sylius.storage.cookie' shared service.
*
* @return \Sylius\Bundle\ResourceBundle\Storage\CookieStorage
*/
protected function getSylius_Storage_CookieService ()
{
return $this -> services [ 'sylius.storage.cookie' ] = new \ Sylius \ Bundle \ ResourceBundle \ Storage \ CookieStorage ();
}
/**
* Gets the public 'sylius.storage.currency' shared service.
*
* @return \Sylius\Component\Core\Currency\CurrencyStorage
*/
protected function getSylius_Storage_CurrencyService ()
{
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 ())));
}
/**
* Gets the public 'sylius.templating.helper.adjustment' shared service.
*
* @return \Sylius\Bundle\OrderBundle\Templating\Helper\AdjustmentsHelper
*/
protected function getSylius_Templating_Helper_AdjustmentService ()
{
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 ())));
}
/**
* Gets the public 'sylius.templating.helper.bulk_action_grid' shared service.
*
* @return \Sylius\Bundle\GridBundle\Templating\Helper\BulkActionGridHelper
*/
protected function getSylius_Templating_Helper_BulkActionGridService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> services [ 'sylius.templating.helper.bulk_action_grid' ] = $this -> createProxy ( 'BulkActionGridHelper_d18a6a1' , function () {
return \ BulkActionGridHelper_d18a6a1 :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getSylius_Templating_Helper_BulkActionGridService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/grid-bundle/src/Bundle/Templating/Helper/BulkActionGridHelper.php' ;
return new \ Sylius \ Bundle \ GridBundle \ Templating \ Helper \ BulkActionGridHelper (( $this -> services [ 'sylius.custom_bulk_action_grid_renderer.twig' ] ?? $this -> getSylius_CustomBulkActionGridRenderer_TwigService ()));
}
/**
* Gets the public 'sylius.templating.helper.checkout_steps' shared service.
*
* @return \Sylius\Bundle\CoreBundle\Templating\Helper\CheckoutStepsHelper
*/
protected function getSylius_Templating_Helper_CheckoutStepsService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> services [ 'sylius.templating.helper.checkout_steps' ] = $this -> createProxy ( 'CheckoutStepsHelper_87a88b2' , function () {
return \ CheckoutStepsHelper_87a88b2 :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getSylius_Templating_Helper_CheckoutStepsService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Templating/Helper/CheckoutStepsHelper.php' ;
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 ()));
}
/**
* Gets the public 'sylius.templating.helper.convert_money' shared service.
*
* @return \Sylius\Bundle\MoneyBundle\Templating\Helper\ConvertMoneyHelper
*/
protected function getSylius_Templating_Helper_ConvertMoneyService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> services [ 'sylius.templating.helper.convert_money' ] = $this -> createProxy ( 'ConvertMoneyHelper_be8e0b7' , function () {
return \ ConvertMoneyHelper_be8e0b7 :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getSylius_Templating_Helper_ConvertMoneyService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/MoneyBundle/Templating/Helper/ConvertMoneyHelperInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/MoneyBundle/Templating/Helper/ConvertMoneyHelper.php' ;
return new \ Sylius \ Bundle \ MoneyBundle \ Templating \ Helper \ ConvertMoneyHelper (( $this -> services [ 'sylius.currency_converter' ] ?? $this -> getSylius_CurrencyConverterService ()));
}
/**
* Gets the public 'sylius.templating.helper.currency' shared service.
*
* @return \Sylius\Bundle\CurrencyBundle\Templating\Helper\CurrencyHelper
*/
protected function getSylius_Templating_Helper_CurrencyService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> services [ 'sylius.templating.helper.currency' ] = $this -> createProxy ( 'CurrencyHelper_dd0a15b' , function () {
return \ CurrencyHelper_dd0a15b :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getSylius_Templating_Helper_CurrencyService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Templating/Helper/CurrencyHelperInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Templating/Helper/CurrencyHelper.php' ;
return new \ Sylius \ Bundle \ CurrencyBundle \ Templating \ Helper \ CurrencyHelper ();
}
/**
* Gets the public 'sylius.templating.helper.format_money' shared service.
*
* @return \Sylius\Bundle\MoneyBundle\Templating\Helper\FormatMoneyHelper
*/
protected function getSylius_Templating_Helper_FormatMoneyService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> services [ 'sylius.templating.helper.format_money' ] = $this -> createProxy ( 'FormatMoneyHelper_87e5733' , function () {
return \ FormatMoneyHelper_87e5733 :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getSylius_Templating_Helper_FormatMoneyService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/MoneyBundle/Templating/Helper/FormatMoneyHelperInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/MoneyBundle/Templating/Helper/FormatMoneyHelper.php' ;
return new \ Sylius \ Bundle \ MoneyBundle \ Templating \ Helper \ FormatMoneyHelper (( $this -> services [ 'sylius.money_formatter' ] ?? ( $this -> services [ 'sylius.money_formatter' ] = new \ Sylius \ Bundle \ MoneyBundle \ Formatter \ MoneyFormatter ())));
}
/**
* Gets the public 'sylius.templating.helper.grid' shared service.
*
* @return \Sylius\Bundle\GridBundle\Templating\Helper\GridHelper
*/
protected function getSylius_Templating_Helper_GridService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> services [ 'sylius.templating.helper.grid' ] = $this -> createProxy ( 'GridHelper_dc9cf99' , function () {
return \ GridHelper_dc9cf99 :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getSylius_Templating_Helper_GridService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/grid-bundle/src/Bundle/Templating/Helper/GridHelper.php' ;
return new \ Sylius \ Bundle \ GridBundle \ Templating \ Helper \ GridHelper (( $this -> services [ 'sylius.custom_grid_renderer.twig' ] ?? $this -> getSylius_CustomGridRenderer_TwigService ()));
}
/**
* Gets the public 'sylius.templating.helper.inventory' shared service.
*
* @return \Sylius\Bundle\InventoryBundle\Templating\Helper\InventoryHelper
*/
protected function getSylius_Templating_Helper_InventoryService ()
{
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 ())));
}
/**
* Gets the public 'sylius.templating.helper.locale' shared service.
*
* @return \Sylius\Bundle\LocaleBundle\Templating\Helper\LocaleHelper
*/
protected function getSylius_Templating_Helper_LocaleService ()
{
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 ()));
}
/**
* Gets the public 'sylius.templating.helper.price' shared service.
*
* @return \Sylius\Bundle\CoreBundle\Templating\Helper\PriceHelper
*/
protected function getSylius_Templating_Helper_PriceService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> services [ 'sylius.templating.helper.price' ] = $this -> createProxy ( 'PriceHelper_2012e62' , function () {
return \ PriceHelper_2012e62 :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getSylius_Templating_Helper_PriceService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Templating/Helper/PriceHelper.php' ;
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 ())));
}
/**
* Gets the public 'sylius.templating.helper.product_variants_prices' shared service.
*
* @return \Sylius\Bundle\CoreBundle\Templating\Helper\ProductVariantsPricesHelper
*/
protected function getSylius_Templating_Helper_ProductVariantsPricesService ()
{
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 ()));
}
/**
* Gets the public 'sylius.templating.helper.variant_resolver' shared service.
*
* @return \Sylius\Bundle\CoreBundle\Templating\Helper\VariantResolverHelper
*/
protected function getSylius_Templating_Helper_VariantResolverService ()
{
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 ())));
}
/**
* Gets the public 'sylius.theme.configuration.provider' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Configuration\CompositeConfigurationProvider
*/
protected function getSylius_Theme_Configuration_ProviderService ()
{
return $this -> services [ 'sylius.theme.configuration.provider' ] = new \ Sylius \ Bundle \ ThemeBundle \ Configuration \ CompositeConfigurationProvider ([ 0 => new \ Sylius \ Bundle \ ThemeBundle \ Configuration \ Filesystem \ FilesystemConfigurationProvider (new \ Sylius \ Bundle \ ThemeBundle \ Locator \ RecursiveFileLocator (( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Factory\\FinderFactoryInterface' ] ?? ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Factory\\FinderFactoryInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ Factory \ FinderFactory ())), [ 0 => (\ dirname ( __DIR__ , 4 ). '/themes' )], 1 ), new \ Sylius \ Bundle \ ThemeBundle \ Configuration \ Filesystem \ ProcessingConfigurationLoader (new \ Sylius \ Bundle \ ThemeBundle \ Configuration \ Filesystem \ JsonFileConfigurationLoader (( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Filesystem\\FilesystemInterface' ] ?? ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Filesystem\\FilesystemInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ Filesystem \ Filesystem ()))), ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Configuration\\ConfigurationProcessorInterface' ] ?? $this -> getConfigurationProcessorInterfaceService ())), 'composer.json' )]);
}
/**
* Gets the public 'sylius.theme.locator.application_resource' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Locator\ApplicationResourceLocator
*/
protected function getSylius_Theme_Locator_ApplicationResourceService ()
{
return $this -> services [ 'sylius.theme.locator.application_resource' ] = new \ Sylius \ Bundle \ ThemeBundle \ Locator \ ApplicationResourceLocator (( $this -> services [ 'filesystem' ] ?? ( $this -> services [ 'filesystem' ] = new \ Symfony \ Component \ Filesystem \ Filesystem ())));
}
/**
* Gets the public 'sylius.theme.locator.bundle_resource' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Locator\BundleResourceLocator
*/
protected function getSylius_Theme_Locator_BundleResourceService ()
{
return $this -> services [ 'sylius.theme.locator.bundle_resource' ] = new \ Sylius \ Bundle \ ThemeBundle \ Locator \ BundleResourceLocator (( $this -> services [ 'filesystem' ] ?? ( $this -> services [ 'filesystem' ] = new \ Symfony \ Component \ Filesystem \ Filesystem ())), ( $this -> services [ 'kernel' ] ?? $this -> get ( 'kernel' , 1 )));
}
/**
* Gets the public 'sylius.theme.templating.cache' shared service.
*
* @return \Doctrine\Common\Cache\ArrayCache
*/
protected function getSylius_Theme_Templating_CacheService ()
{
return $this -> services [ 'sylius.theme.templating.cache' ] = new \ Doctrine \ Common \ Cache \ ArrayCache ();
}
/**
* Gets the public 'sylius.translator.listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\TranslatorListener
*/
protected function getSylius_Translator_ListenerService ()
{
return $this -> services [ 'sylius.translator.listener' ] = new \ Symfony \ Component \ HttpKernel \ EventListener \ TranslatorListener (( $this -> services [ 'translator' ] ?? $this -> getTranslatorService ()), ( $this -> services [ 'request_stack' ] ?? ( $this -> services [ 'request_stack' ] = new \ Symfony \ Component \ HttpFoundation \ RequestStack ())));
}
/**
* Gets the public 'sylius.twig.extension.channels_currencies' shared service.
*
* @return \Sylius\Bundle\AdminBundle\Twig\ChannelsCurrenciesExtension
*/
protected function getSylius_Twig_Extension_ChannelsCurrenciesService ()
{
return $this -> services [ 'sylius.twig.extension.channels_currencies' ] = new \ Sylius \ Bundle \ AdminBundle \ Twig \ ChannelsCurrenciesExtension (( $this -> services [ 'sylius.repository.channel' ] ?? $this -> getSylius_Repository_ChannelService ()));
}
/**
* Gets the public 'sylius.twig.extension.country_name' shared service.
*
* @return \Sylius\Bundle\AddressingBundle\Twig\CountryNameExtension
*/
protected function getSylius_Twig_Extension_CountryNameService ()
{
return $this -> services [ 'sylius.twig.extension.country_name' ] = new \ Sylius \ Bundle \ AddressingBundle \ Twig \ CountryNameExtension ( '' );
}
/**
* Gets the public 'sylius.twig.extension.form_test_attribute_array' shared service.
*
* @return \Sylius\Bundle\UiBundle\Twig\TestFormAttributeExtension
*/
protected function getSylius_Twig_Extension_FormTestAttributeArrayService ()
{
return $this -> services [ 'sylius.twig.extension.form_test_attribute_array' ] = new \ Sylius \ Bundle \ UiBundle \ Twig \ TestFormAttributeExtension ( 'dev' );
}
/**
* Gets the public 'sylius.twig.extension.form_test_attribute_name' shared service.
*
* @return \Sylius\Bundle\UiBundle\Twig\TestHtmlAttributeExtension
*/
protected function getSylius_Twig_Extension_FormTestAttributeNameService ()
{
return $this -> services [ 'sylius.twig.extension.form_test_attribute_name' ] = new \ Sylius \ Bundle \ UiBundle \ Twig \ TestHtmlAttributeExtension ( 'dev' );
}
/**
* Gets the public 'sylius.twig.extension.merge_recursive' shared service.
*
* @return \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension
*/
protected function getSylius_Twig_Extension_MergeRecursiveService ()
{
return $this -> services [ 'sylius.twig.extension.merge_recursive' ] = new \ Sylius \ Bundle \ UiBundle \ Twig \ MergeRecursiveExtension ();
}
/**
* Gets the public 'sylius.twig.extension.province_naming' shared service.
*
* @return \Sylius\Bundle\AddressingBundle\Twig\ProvinceNamingExtension
*/
protected function getSylius_Twig_Extension_ProvinceNamingService ()
{
return $this -> services [ 'sylius.twig.extension.province_naming' ] = new \ Sylius \ Bundle \ AddressingBundle \ Twig \ ProvinceNamingExtension (( $this -> services [ 'sylius.province_naming_provider' ] ?? $this -> getSylius_ProvinceNamingProviderService ()), '' );
}
/**
* Gets the public 'sylius.twig.extension.shop' shared service.
*
* @return \Sylius\Bundle\AdminBundle\Twig\ShopExtension
*/
protected function getSylius_Twig_Extension_ShopService ()
{
return $this -> services [ 'sylius.twig.extension.shop' ] = new \ Sylius \ Bundle \ AdminBundle \ Twig \ ShopExtension ( true );
}
/**
* Gets the public 'sylius.twig.extension.sylius_bundle_loaded_checker' shared service.
*
* @return \Sylius\Bundle\CoreBundle\Twig\BundleLoadedCheckerExtension
*/
protected function getSylius_Twig_Extension_SyliusBundleLoadedCheckerService ()
{
return $this -> services [ 'sylius.twig.extension.sylius_bundle_loaded_checker' ] = new \ Sylius \ Bundle \ CoreBundle \ Twig \ BundleLoadedCheckerExtension ( $this -> parameters [ 'kernel.bundles' ]);
}
/**
* Gets the public 'sylius.twig.extension.widget.admin_notification' shared service.
*
* @return \Sylius\Bundle\AdminBundle\Twig\NotificationWidgetExtension
*/
protected function getSylius_Twig_Extension_Widget_AdminNotificationService ()
{
return $this -> services [ 'sylius.twig.extension.widget.admin_notification' ] = new \ Sylius \ Bundle \ AdminBundle \ Twig \ NotificationWidgetExtension ( true , 60 );
}
/**
* Gets the public 'sylius.validator.customer_initializer' shared service.
*
* @return \Sylius\Bundle\CoreBundle\Validator\Initializer\CustomerInitializer
*/
protected function getSylius_Validator_CustomerInitializerService ()
{
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 ())));
}
/**
* Gets the public 'sylius.zone_matcher' shared service.
*
* @return \Sylius\Component\Addressing\Matcher\ZoneMatcher
*/
protected function getSylius_ZoneMatcherService ()
{
return $this -> services [ 'sylius.zone_matcher' ] = new \ Sylius \ Component \ Addressing \ Matcher \ ZoneMatcher (( $this -> services [ 'sylius.repository.zone' ] ?? $this -> getSylius_Repository_ZoneService ()));
}
/**
* Gets the public 'sylius_resource.doctrine.mapping_driver_chain' shared service.
*
* @return \Sylius\Bundle\ResourceBundle\Doctrine\ResourceMappingDriverChain
*/
protected function getSyliusResource_Doctrine_MappingDriverChainService ()
{
$a = new \ Doctrine \ Persistence \ Mapping \ Driver \ MappingDriverChain ();
$b = new \ Doctrine \ ORM \ Mapping \ Driver \ SimplifiedXmlDriver ([(\ dirname ( __DIR__ , 4 ). '/vendor/payum/payum/src/Payum/Core/Bridge/Doctrine/Resources/mapping' ) => 'Payum\\Core\\Model' , (\ dirname ( __DIR__ , 4 ). '/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/doctrine' ) => 'FOS\\OAuthServerBundle\\Entity' ]);
$b -> setGlobalBasename ( 'mapping' );
$c = new \ Doctrine \ ORM \ Mapping \ Driver \ AnnotationDriver (( $this -> privates [ 'annotations.cached_reader' ] ?? $this -> getAnnotations_CachedReaderService ()), [ 0 => (\ dirname ( __DIR__ , 4 ). '/src/Entity' ), 1 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/paypal-plugin/src/Entity' )]);
$a -> addDriver ( $b , 'Payum\\Core\\Model' );
$a -> addDriver ( $b , 'FOS\\OAuthServerBundle\\Entity' );
$a -> addDriver ( $c , 'App\\Entity' );
$a -> addDriver ( $c , 'Sylius\\PayPalPlugin\\Entity' );
$a -> addDriver (new \ Doctrine \ ORM \ Mapping \ Driver \ XmlDriver (new \ Doctrine \ Common \ 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' );
$a -> addDriver (new \ Doctrine \ ORM \ Mapping \ Driver \ XmlDriver (new \ Doctrine \ Common \ 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' );
$a -> addDriver (new \ Doctrine \ ORM \ Mapping \ Driver \ XmlDriver (new \ Doctrine \ Common \ 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' );
$a -> addDriver (new \ Doctrine \ ORM \ Mapping \ Driver \ XmlDriver (new \ Doctrine \ Common \ 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' );
$a -> addDriver (new \ Doctrine \ ORM \ Mapping \ Driver \ XmlDriver (new \ Doctrine \ Common \ 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' );
$a -> addDriver (new \ Doctrine \ ORM \ Mapping \ Driver \ XmlDriver (new \ Doctrine \ Common \ 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' );
$a -> addDriver (new \ Doctrine \ ORM \ Mapping \ Driver \ XmlDriver (new \ Doctrine \ Common \ 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' );
$a -> addDriver (new \ Doctrine \ ORM \ Mapping \ Driver \ XmlDriver (new \ Doctrine \ Common \ 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' );
$a -> addDriver (new \ Doctrine \ ORM \ Mapping \ Driver \ XmlDriver (new \ Doctrine \ Common \ 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' );
$a -> addDriver (new \ Doctrine \ ORM \ Mapping \ Driver \ XmlDriver (new \ Doctrine \ Common \ 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' );
$a -> addDriver (new \ Doctrine \ ORM \ Mapping \ Driver \ XmlDriver (new \ Doctrine \ Common \ 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' );
$a -> addDriver (new \ Doctrine \ ORM \ Mapping \ Driver \ XmlDriver (new \ Doctrine \ Common \ 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' );
$a -> addDriver (new \ Doctrine \ ORM \ Mapping \ Driver \ XmlDriver (new \ Doctrine \ Common \ 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' );
$a -> addDriver (new \ Doctrine \ ORM \ Mapping \ Driver \ XmlDriver (new \ Doctrine \ Common \ 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' );
$a -> addDriver (new \ Doctrine \ ORM \ Mapping \ Driver \ XmlDriver (new \ Doctrine \ Common \ 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' );
$a -> addDriver (new \ Doctrine \ ORM \ Mapping \ Driver \ XmlDriver (new \ Doctrine \ Common \ 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' );
$a -> addDriver (new \ Doctrine \ ORM \ Mapping \ Driver \ XmlDriver (new \ Doctrine \ Common \ 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' );
$a -> addDriver (new \ Doctrine \ ORM \ Mapping \ Driver \ XmlDriver (new \ Doctrine \ Common \ 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' );
$a -> addDriver (new \ Doctrine \ ORM \ Mapping \ Driver \ XmlDriver (new \ Doctrine \ Common \ Persistence \ Mapping \ Driver \ SymfonyFileLocator ([(\ dirname ( __DIR__ , 4 ). '/vendor/sylius/admin-api-bundle/Resources/config/doctrine/model' ) => 'Sylius\\Bundle\\AdminApiBundle\\Model' ], '.orm.xml' )), 'Sylius\\Bundle\\AdminApiBundle\\Model' );
return $this -> services [ 'sylius_resource.doctrine.mapping_driver_chain' ] = new \ Sylius \ Bundle \ ResourceBundle \ Doctrine \ ResourceMappingDriverChain ( $a , ( $this -> privates [ 'sylius.resource_registry' ] ?? $this -> getSylius_ResourceRegistryService ()));
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService ()
{
return $this -> services [ 'translator' ] = new \ Symfony \ Component \ Translation \ DataCollectorTranslator (( $this -> privates [ 'sylius.theme.translation.theme_aware_translator' ] ?? $this -> getSylius_Theme_Translation_ThemeAwareTranslatorService ()));
}
/**
* Gets the public 'twig' shared service.
*
* @return \Twig\Environment
*/
protected function getTwigService ()
{
$a = ( $this -> privates [ 'sylius.theme.templating.file_locator' ] ?? $this -> getSylius_Theme_Templating_FileLocatorService ());
$b = ( $this -> privates [ 'templating.name_parser' ] ?? $this -> load ( 'getTemplating_NameParserService.php' ));
$c = new \ Symfony \ Bundle \ TwigBundle \ Loader \ FilesystemLoader ( $a , $b , \ dirname ( __DIR__ , 4 ));
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views' ));
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/templates' ));
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/symfony/framework-bundle/Resources/views' ), 'Framework' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/symfony/framework-bundle/Resources/views' ), '!Framework' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-bundle/Resources/views' ), 'Security' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-bundle/Resources/views' ), '!Security' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/symfony/swiftmailer-bundle/Resources/views' ), 'Swiftmailer' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/symfony/swiftmailer-bundle/Resources/views' ), '!Swiftmailer' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/templates/bundles/TwigBundle' ), 'Twig' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bundle/Resources/views' ), 'Twig' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bundle/Resources/views' ), '!Twig' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/doctrine/doctrine-bundle/Resources/views' ), 'Doctrine' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/doctrine/doctrine-bundle/Resources/views' ), '!Doctrine' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/views' ), 'SyliusChannel' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/views' ), '!SyliusChannel' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/views' ), 'SyliusAttribute' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/views' ), '!SyliusAttribute' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/views' ), 'SyliusUi' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/views' ), '!SyliusUi' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/views' ), 'SyliusCore' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/views' ), '!SyliusCore' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/views' ), 'SyliusResource' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle/Resources/views' ), '!SyliusResource' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Resources/views' ), 'SonataBlock' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Resources/views' ), '!SonataBlock' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/knplabs/knp-menu-bundle/src/Resources/views' ), 'KnpMenu' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/knplabs/knp-menu-bundle/src/Resources/views' ), '!KnpMenu' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/liip/imagine-bundle/Resources/views' ), 'LiipImagine' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/liip/imagine-bundle/Resources/views' ), '!LiipImagine' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/payum/payum-bundle/Resources/views' ), 'Payum' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/payum/payum-bundle/Resources/views' ), '!Payum' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/doctrine/doctrine-migrations-bundle/Resources/views' ), 'DoctrineMigrations' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/doctrine/doctrine-migrations-bundle/Resources/views' ), '!DoctrineMigrations' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/views' ), 'SyliusPayum' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/views' ), '!SyliusPayum' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Resources/views' ), 'SyliusTheme' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src/Resources/views' ), '!SyliusTheme' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/templates/bundles/SyliusAdminBundle' ), 'SyliusAdmin' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/views' ), 'SyliusAdmin' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/views' ), '!SyliusAdmin' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/templates/bundles/SyliusShopBundle' ), 'SyliusShop' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/views' ), 'SyliusShop' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/views' ), '!SyliusShop' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/friendsofsymfony/oauth-server-bundle/Resources/views' ), 'FOSOAuthServer' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/friendsofsymfony/oauth-server-bundle/Resources/views' ), '!FOSOAuthServer' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/symfony/debug-bundle/Resources/views' ), 'Debug' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/symfony/debug-bundle/Resources/views' ), '!Debug' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/symfony/web-profiler-bundle/Resources/views' ), 'WebProfiler' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/symfony/web-profiler-bundle/Resources/views' ), '!WebProfiler' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views' ), 'ApiPlatform' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views' ), '!ApiPlatform' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/views' ), 'SyliusApi' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/views' ), '!SyliusApi' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/paypal-plugin/src/Resources/views' ), 'SyliusPayPalPlugin' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/paypal-plugin/src/Resources/views' ), '!SyliusPayPalPlugin' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/xynnn/google-tag-manager-bundle/Resources/views' ), 'GoogleTagManager' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/xynnn/google-tag-manager-bundle/Resources/views' ), '!GoogleTagManager' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/stefandoorn/google-tag-manager-plugin/src/Resources/views' ), 'GtmPlugin' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/stefandoorn/google-tag-manager-plugin/src/Resources/views' ), '!GtmPlugin' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/stefandoorn/sylius-google-tag-manager-enhanced-ecommerce-plugin/src/Resources/views' ), 'SyliusGtmEnhancedEcommercePlugin' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/stefandoorn/sylius-google-tag-manager-enhanced-ecommerce-plugin/src/Resources/views' ), '!SyliusGtmEnhancedEcommercePlugin' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/templates' ));
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bridge/Resources/views/Email' ), 'email' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bridge/Resources/views/Email' ), '!email' );
$c -> addPath ((\ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bridge/Resources/views/Form' ));
$this -> services [ 'twig' ] = $instance = new \ Twig \ Environment (new \ Sylius \ Bundle \ ThemeBundle \ Twig \ ThemeFilesystemLoader ( $c , $a , $b ), [ 'debug' => true , 'strict_variables' => true , 'autoescape' => 'name' , 'cache' => ( $this -> targetDir . '' . '/twig' ), 'charset' => 'UTF-8' ]);
$d = ( $this -> privates [ 'debug.stopwatch' ] ?? ( $this -> privates [ 'debug.stopwatch' ] = new \ Symfony \ Component \ Stopwatch \ Stopwatch ( true )));
$e = ( $this -> services [ 'translator' ] ?? $this -> getTranslatorService ());
$f = ( $this -> services [ 'request_stack' ] ?? ( $this -> services [ 'request_stack' ] = new \ Symfony \ Component \ HttpFoundation \ RequestStack ()));
$g = ( $this -> privates [ 'debug.file_link_formatter' ] ?? $this -> getDebug_FileLinkFormatterService ());
$h = ( $this -> services [ 'router' ] ?? $this -> getRouterService ());
$i = ( $this -> privates [ 'Sylius\\Bundle\\UiBundle\\Registry\\TemplateBlockRegistryInterface' ] ?? $this -> getTemplateBlockRegistryInterfaceService ());
$j = ( $this -> privates [ 'Sylius\\Bundle\\UiBundle\\DataCollector\\TemplateBlockRenderingHistory' ] ?? ( $this -> privates [ 'Sylius\\Bundle\\UiBundle\\DataCollector\\TemplateBlockRenderingHistory' ] = new \ Sylius \ Bundle \ UiBundle \ DataCollector \ TemplateBlockRenderingHistory ()));
$k = new \ Knp \ Menu \ Util \ MenuManipulator ();
$l = ( $this -> services [ 'knp_menu.matcher' ] ?? $this -> getKnpMenu_MatcherService ());
$m = new \ Pagerfanta \ View \ ViewFactory ();
$n = new \ Pagerfanta \ View \ DefaultView ();
$o = new \ Pagerfanta \ View \ TwitterBootstrapView ();
$p = new \ Pagerfanta \ View \ TwitterBootstrap3View ();
$q = new \ Pagerfanta \ View \ TwitterBootstrap4View ();
$r = new \ Pagerfanta \ View \ SemanticUiView ();
$m -> add ([ 'default' => $n , 'default_translated' => new \ WhiteOctober \ PagerfantaBundle \ View \ DefaultTranslatedView ( $n , $e ), 'twitter_bootstrap' => $o , 'twitter_bootstrap3' => $p , 'twitter_bootstrap4' => $q , 'semantic_ui' => $r , 'twitter_bootstrap4_translated' => new \ WhiteOctober \ PagerfantaBundle \ View \ TwitterBootstrap4TranslatedView ( $q , $e ), 'twitter_bootstrap3_translated' => new \ WhiteOctober \ PagerfantaBundle \ View \ TwitterBootstrap3TranslatedView ( $p , $e ), 'twitter_bootstrap_translated' => new \ WhiteOctober \ PagerfantaBundle \ View \ TwitterBootstrapTranslatedView ( $o , $e ), 'semantic_ui_translated' => new \ WhiteOctober \ PagerfantaBundle \ View \ SemanticUiTranslatedView ( $r , $e )]);
$s = new \ Symfony \ Component \ VarDumper \ Dumper \ HtmlDumper ( NULL , 'UTF-8' , 1 );
$s -> setDisplayOptions ([ 'maxStringLength' => 4096 , 'fileLinkFormat' => $g ]);
$t = new \ Symfony \ Bridge \ Twig \ AppVariable ();
$t -> setEnvironment ( 'dev' );
$t -> setDebug ( true );
if ( $this -> has ( 'security.token_storage' )) {
$t -> setTokenStorage (( $this -> services [ 'security.token_storage' ] ?? $this -> getSecurity_TokenStorageService ()));
}
if ( $this -> has ( 'request_stack' )) {
$t -> setRequestStack ( $f );
}
$instance -> addExtension (new \ Symfony \ Bridge \ Twig \ Extension \ CsrfExtension ());
$instance -> addExtension (new \ Symfony \ Bridge \ Twig \ Extension \ LogoutUrlExtension (( $this -> privates [ 'security.logout_url_generator' ] ?? $this -> getSecurity_LogoutUrlGeneratorService ())));
$instance -> addExtension (new \ Symfony \ Bridge \ Twig \ Extension \ SecurityExtension (( $this -> services [ 'security.authorization_checker' ] ?? $this -> getSecurity_AuthorizationCheckerService ())));
$instance -> addExtension (new \ Symfony \ Bridge \ Twig \ Extension \ ProfilerExtension (( $this -> privates [ 'twig.profile' ] ?? ( $this -> privates [ 'twig.profile' ] = new \ Twig \ Profiler \ Profile ())), $d ));
$instance -> addExtension (new \ Symfony \ Bridge \ Twig \ Extension \ TranslationExtension ( $e ));
$instance -> addExtension (new \ Symfony \ Bridge \ Twig \ Extension \ AssetExtension (new \ Symfony \ Component \ Asset \ Packages (new \ Sylius \ Bundle \ ThemeBundle \ Asset \ Package \ PathPackage ( '' , new \ Symfony \ Component \ Asset \ VersionStrategy \ EmptyVersionStrategy (), ( $this -> privates [ 'sylius.theme.context.channel_based' ] ?? $this -> getSylius_Theme_Context_ChannelBasedService ()), ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Asset\\PathResolverInterface' ] ?? ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Asset\\PathResolverInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ Asset \ PathResolver ())), new \ Symfony \ Component \ Asset \ Context \ RequestStackContext ( $f , '' , false )), [])));
$instance -> addExtension (new \ Symfony \ Bridge \ Twig \ Extension \ CodeExtension ( $g , \ dirname ( __DIR__ , 4 ), 'UTF-8' ));
$instance -> addExtension (new \ Symfony \ Bridge \ Twig \ Extension \ RoutingExtension ( $h ));
$instance -> addExtension (new \ Symfony \ Bridge \ Twig \ Extension \ YamlExtension ());
$instance -> addExtension (new \ Symfony \ Bridge \ Twig \ Extension \ StopwatchExtension ( $d , true ));
$instance -> addExtension (new \ Symfony \ Bridge \ Twig \ Extension \ ExpressionExtension ());
$instance -> addExtension (new \ Symfony \ Bridge \ Twig \ Extension \ HttpKernelExtension ());
$instance -> addExtension (new \ Symfony \ Bridge \ Twig \ Extension \ HttpFoundationExtension (new \ Symfony \ Component \ HttpFoundation \ UrlHelper ( $f , ( $this -> privates [ 'router.request_context' ] ?? $this -> getRouter_RequestContextService ()))));
$instance -> addExtension (new \ Symfony \ Bridge \ Twig \ Extension \ WebLinkExtension ( $f ));
$instance -> addExtension (new \ Symfony \ Bridge \ Twig \ Extension \ FormExtension ());
$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 ())));
$instance -> addExtension (new \ Twig \ Extra \ Intl \ IntlExtension ());
$instance -> addExtension (new \ Sylius \ Bundle \ MoneyBundle \ Twig \ ConvertMoneyExtension (( $this -> services [ 'sylius.templating.helper.convert_money' ] ?? $this -> getSylius_Templating_Helper_ConvertMoneyService ())));
$instance -> addExtension (new \ Doctrine \ Bundle \ DoctrineBundle \ Twig \ DoctrineExtension ());
$instance -> addExtension (new \ Sylius \ Bundle \ OrderBundle \ Twig \ AggregateAdjustmentsExtension (( $this -> services [ 'sylius.templating.helper.adjustment' ] ?? $this -> getSylius_Templating_Helper_AdjustmentService ())));
$instance -> addExtension (new \ Sylius \ Bundle \ MoneyBundle \ Twig \ FormatMoneyExtension (( $this -> services [ 'sylius.templating.helper.format_money' ] ?? $this -> getSylius_Templating_Helper_FormatMoneyService ())));
$instance -> addExtension (new \ Sylius \ Bundle \ CurrencyBundle \ Twig \ CurrencyExtension (( $this -> services [ 'sylius.templating.helper.currency' ] ?? $this -> getSylius_Templating_Helper_CurrencyService ())));
$instance -> addExtension (new \ Sylius \ Bundle \ LocaleBundle \ Twig \ LocaleExtension (( $this -> services [ 'sylius.templating.helper.locale' ] ?? $this -> getSylius_Templating_Helper_LocaleService ())));
$instance -> addExtension (( $this -> services [ 'sylius.twig.extension.country_name' ] ?? ( $this -> services [ 'sylius.twig.extension.country_name' ] = new \ Sylius \ Bundle \ AddressingBundle \ Twig \ CountryNameExtension ( '' ))));
$instance -> addExtension (( $this -> services [ 'sylius.twig.extension.province_naming' ] ?? $this -> getSylius_Twig_Extension_ProvinceNamingService ()));
$instance -> addExtension (new \ Sylius \ Bundle \ InventoryBundle \ Twig \ InventoryExtension (( $this -> services [ 'sylius.templating.helper.inventory' ] ?? $this -> getSylius_Templating_Helper_InventoryService ())));
$instance -> addExtension (new \ Sylius \ Bundle \ UiBundle \ Twig \ PercentageExtension ());
$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' ))));
$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' ))));
$instance -> addExtension (new \ Sylius \ Bundle \ UiBundle \ Twig \ SortByExtension ());
$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 )));
$instance -> addExtension (( $this -> services [ 'sylius.twig.extension.merge_recursive' ] ?? ( $this -> services [ 'sylius.twig.extension.merge_recursive' ] = new \ Sylius \ Bundle \ UiBundle \ Twig \ MergeRecursiveExtension ())));
$instance -> addExtension (( $this -> services [ 'Sylius\\Bundle\\UiBundle\\Twig\\LegacySonataBlockExtension' ] ?? $this -> getLegacySonataBlockExtensionService ()));
$instance -> addExtension (( $this -> services [ 'sylius.twig.extension.sylius_bundle_loaded_checker' ] ?? $this -> getSylius_Twig_Extension_SyliusBundleLoadedCheckerService ()));
$instance -> addExtension (new \ Sylius \ Bundle \ CoreBundle \ Twig \ PriceExtension (( $this -> services [ 'sylius.templating.helper.price' ] ?? $this -> getSylius_Templating_Helper_PriceService ())));
$instance -> addExtension (new \ Sylius \ Bundle \ CoreBundle \ Twig \ VariantResolverExtension (( $this -> services [ 'sylius.templating.helper.variant_resolver' ] ?? $this -> getSylius_Templating_Helper_VariantResolverService ())));
$instance -> addExtension (new \ Sylius \ Bundle \ CoreBundle \ Twig \ ProductVariantsPricesExtension (( $this -> services [ 'sylius.templating.helper.product_variants_prices' ] ?? $this -> getSylius_Templating_Helper_ProductVariantsPricesService ())));
$instance -> addExtension (new \ Sylius \ Bundle \ CoreBundle \ Twig \ CheckoutStepsExtension (( $this -> services [ 'sylius.templating.helper.checkout_steps' ] ?? $this -> getSylius_Templating_Helper_CheckoutStepsService ())));
$instance -> addExtension (new \ Sylius \ Bundle \ GridBundle \ Twig \ GridExtension (( $this -> services [ 'sylius.templating.helper.grid' ] ?? $this -> getSylius_Templating_Helper_GridService ())));
$instance -> addExtension (new \ Sylius \ Bundle \ GridBundle \ Twig \ BulkActionGridExtension (( $this -> services [ 'sylius.templating.helper.bulk_action_grid' ] ?? $this -> getSylius_Templating_Helper_BulkActionGridService ())));
$instance -> addExtension (new \ SM \ Extension \ Twig \ SMExtension (( $this -> services [ 'sm.factory' ] ?? $this -> getSm_FactoryService ())));
$instance -> addExtension (new \ Sonata \ BlockBundle \ Twig \ Extension \ BlockExtension (( $this -> privates [ 'sonata.block.templating.helper' ] ?? $this -> getSonata_Block_Templating_HelperService ())));
$instance -> addExtension (new \ Hateoas \ Twig \ Extension \ LinkExtension (( $this -> services [ 'hateoas.helper.link' ] ?? $this -> getHateoas_Helper_LinkService ())));
$instance -> addExtension (new \ JMS \ Serializer \ Twig \ SerializerRuntimeExtension ());
$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 , [
'list' => [ 'privates' , 'knp_menu.renderer.list' , 'getKnpMenu_Renderer_ListService.php' , true ],
'twig' => [ 'privates' , 'knp_menu.renderer.twig' , 'getKnpMenu_Renderer_TwigService.php' , true ],
], [
'list' => '?' ,
'twig' => '?' ,
]), 'twig' , [], false ), ( $this -> privates [ 'knp_menu.menu_provider.chain' ] ?? $this -> getKnpMenu_MenuProvider_ChainService ()), $k , $l ), $l , $k ));
$instance -> addExtension (new \ Sylius \ Bundle \ CoreBundle \ Twig \ FilterExtension ( '/media/image/' , ( $this -> services [ 'liip_imagine.cache.manager' ] ?? $this -> getLiipImagine_Cache_ManagerService ())));
$instance -> addExtension (new \ WhiteOctober \ PagerfantaBundle \ Twig \ PagerfantaExtension ( 'default' , $m , $h , $f ));
$instance -> addExtension (( $this -> services [ 'sylius.twig.extension.widget.admin_notification' ] ?? ( $this -> services [ 'sylius.twig.extension.widget.admin_notification' ] = new \ Sylius \ Bundle \ AdminBundle \ Twig \ NotificationWidgetExtension ( true , 60 ))));
$instance -> addExtension (( $this -> services [ 'sylius.twig.extension.shop' ] ?? ( $this -> services [ 'sylius.twig.extension.shop' ] = new \ Sylius \ Bundle \ AdminBundle \ Twig \ ShopExtension ( true ))));
$instance -> addExtension (( $this -> services [ 'sylius.twig.extension.channels_currencies' ] ?? $this -> getSylius_Twig_Extension_ChannelsCurrenciesService ()));
$instance -> addExtension (( $this -> services [ 'Sylius\\Bundle\\AdminBundle\\Twig\\OrderUnitTaxesExtension' ] ?? ( $this -> services [ 'Sylius\\Bundle\\AdminBundle\\Twig\\OrderUnitTaxesExtension' ] = new \ Sylius \ Bundle \ AdminBundle \ Twig \ OrderUnitTaxesExtension ())));
$instance -> addExtension (( $this -> services [ 'Sylius\\Bundle\\AdminBundle\\Twig\\ChannelNameExtension' ] ?? $this -> getChannelNameExtensionService ()));
$instance -> addExtension (new \ Sylius \ Bundle \ ShopBundle \ Twig \ OrderTaxesTotalExtension ());
$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 ()))));
$instance -> addExtension (new \ Symfony \ Bundle \ WebProfilerBundle \ Twig \ WebProfilerExtension ( $s ));
$instance -> addExtension (new \ Sylius \ PayPalPlugin \ Twig \ PayPalExtension ());
$instance -> addExtension (new \ Sylius \ PayPalPlugin \ Twig \ OrderAddressExtension ());
$instance -> addExtension (( $this -> privates [ 'twig.extension.google_tag_manager' ] ?? $this -> getTwig_Extension_GoogleTagManagerService ()));
$instance -> addExtension (new \ StefanDoorn \ SyliusGtmEnhancedEcommercePlugin \ Twig \ ParameterExtension ( true , true , true , true , true , $this -> parameters [ 'sylius_gtm_enhanced_ecommerce.features.checkout' ]));
$instance -> addGlobal ( 'app' , $t );
$instance -> addRuntimeLoader (new \ Twig \ RuntimeLoader \ ContainerRuntimeLoader (new \ Symfony \ Component \ DependencyInjection \ Argument \ ServiceLocator ( $this -> getService , [
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => [ 'services' , 'jms_serializer.twig_extension.serializer_runtime_helper' , 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php' , true ],
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => [ 'privates' , 'twig.runtime.security_csrf' , 'getTwig_Runtime_SecurityCsrfService.php' , true ],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => [ 'privates' , 'twig.runtime.httpkernel' , 'getTwig_Runtime_HttpkernelService.php' , true ],
'Symfony\\Component\\Form\\FormRenderer' => [ 'privates' , 'twig.form.renderer' , 'getTwig_Form_RendererService.php' , true ],
], [
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?' ,
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?' ,
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?' ,
'Symfony\\Component\\Form\\FormRenderer' => '?' ,
])));
$instance -> addGlobal ( 'sylius' , ( $this -> services [ 'sylius.context.shopper' ] ?? $this -> getSylius_Context_ShopperService ()));
$instance -> addGlobal ( 'sylius_base_locale' , 'en_GB' );
$instance -> addGlobal ( 'sylius_meta' , [ 'version' => '1.8.12' ]);
$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' ]));
(new \ Symfony \ Bundle \ TwigBundle \ DependencyInjection \ Configurator \ EnvironmentConfigurator ( 'F j, Y H:i' , '%d days' , NULL , 0 , '.' , ',' ))-> configure ( $instance );
return $instance ;
}
/**
* Gets the public 'validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function getValidatorService ()
{
return $this -> services [ 'validator' ] = new \ Symfony \ Component \ Validator \ Validator \ TraceableValidator (( $this -> privates [ 'validator.builder' ] ?? $this -> getValidator_BuilderService ())-> getValidator ());
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService ()
{
$this -> services [ 'var_dumper.cloner' ] = $instance = new \ Symfony \ Component \ VarDumper \ Cloner \ VarCloner ();
$instance -> setMaxItems ( 2500 );
$instance -> setMinDepth ( 1 );
$instance -> setMaxString (- 1 );
$instance -> addCasters ([ 'Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo' ]);
return $instance ;
}
/**
* Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
*/
protected function get_LegacyResolveControllerNameSubscriberService ()
{
return $this -> privates [ '.legacy_resolve_controller_name_subscriber' ] = new \ Symfony \ Bundle \ FrameworkBundle \ EventListener \ ResolveControllerNameSubscriber (( $this -> privates [ '.legacy_controller_name_converter' ] ?? ( $this -> privates [ '.legacy_controller_name_converter' ] = new \ Symfony \ Bundle \ FrameworkBundle \ Controller \ ControllerNameParser (( $this -> services [ 'kernel' ] ?? $this -> get ( 'kernel' , 1 )), false ))), false );
}
/**
* Gets the private 'Sylius\Bundle\UiBundle\Registry\TemplateBlockRegistryInterface' shared service.
*
* @return \Sylius\Bundle\UiBundle\Registry\TemplateBlockRegistry
*/
protected function getTemplateBlockRegistryInterfaceService ()
{
return $this -> privates [ 'Sylius\\Bundle\\UiBundle\\Registry\\TemplateBlockRegistryInterface' ] = new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlockRegistry ([ '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' ], 25 , NULL ), 'header' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'header' , 'sylius.admin.index' , '@SyliusAdmin/Crud/Index/_header.html.twig' , [], 20 , NULL ), '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.admin.index' , '@SyliusAdmin/Crud/Index/_content.html.twig' , [], 10 , NULL ), 'after_content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'after_content' , 'sylius.admin.index' , '@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig' , [ 'postfix' => 'index.after_content' ], 5 , NULL )], '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' ], 5 , NULL )], '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' ], 5 , NULL )], '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' ], NULL , NULL )], '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' ], 25 , NULL ), 'header' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'header' , 'sylius.admin.create' , '@SyliusAdmin/Crud/Create/_header.html.twig' , [], 20 , NULL ), '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.admin.create' , '@SyliusAdmin/Crud/Create/_content.html.twig' , [], 10 , NULL ), 'after_content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'after_content' , 'sylius.admin.create' , '@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig' , [ 'postfix' => 'create.after_content' ], 5 , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], 25 , NULL ), 'header' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'header' , 'sylius.admin.update' , '@SyliusAdmin/Crud/Update/_header.html.twig' , [], 20 , NULL ), '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.admin.update' , '@SyliusAdmin/Crud/Update/_content.html.twig' , [], 10 , NULL ), 'after_content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'after_content' , 'sylius.admin.update' , '@SyliusAdmin/Crud/Block/_legacySonataEvent.html.twig' , [ 'postfix' => 'update.after_content' ], 5 , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], 25 , NULL ), 'logo' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'logo' , 'sylius.admin.layout.sidebar' , '@SyliusAdmin/_logo.html.twig' , [], 20 , NULL ), 'menu' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'menu' , 'sylius.admin.layout.sidebar' , '@SyliusAdmin/_menu.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], 'sylius.admin.layout.javascripts' => [ 'scripts' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'scripts' , 'sylius.admin.layout.javascripts' , '@SyliusAdmin/_scripts.html.twig' , [], 10 , NULL ), 'legacy' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'legacy' , 'sylius.admin.layout.javascripts' , '@SyliusUi/Block/_legacySonataEvent.html.twig' , [ 'event' => 'sylius.admin.layout.javascripts' ], 0 , NULL )], 'sylius.admin.layout.stylesheets' => [ 'styles' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'styles' , 'sylius.admin.layout.stylesheets' , '@SyliusAdmin/_styles.html.twig' , [], 10 , NULL ), 'legacy' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'legacy' , 'sylius.admin.layout.stylesheets' , '@SyliusUi/Block/_legacySonataEvent.html.twig' , [ 'event' => 'sylius.admin.layout.stylesheets' ], 0 , NULL )], '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' , [], 30 , NULL ), 'legacy' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'legacy' , 'sylius.admin.layout.topbar_left' , '@SyliusUi/Block/_legacySonataEvent.html.twig' , [ 'event' => 'sylius.admin.layout.topbar_left' ], 25 , NULL ), 'channel_links' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'channel_links' , 'sylius.admin.layout.topbar_left' , '@SyliusAdmin/Layout/_channelLinksWidget.html.twig' , [], 20 , NULL ), 'search' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'search' , 'sylius.admin.layout.topbar_left' , '@SyliusAdmin/_search.html.twig' , [], 10 , NULL )], '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' ], NULL , NULL )], 'sylius.admin.layout.topbar_right' => [ 'notifications' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'notifications' , 'sylius.admin.layout.topbar_right' , '@SyliusAdmin/Layout/_notificationWidget.html.twig' , [], 30 , NULL ), 'support' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'support' , 'sylius.admin.layout.topbar_right' , '@SyliusAdmin/_support.html.twig' , [], 20 , NULL ), 'security' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'security' , 'sylius.admin.layout.topbar_right' , '@SyliusAdmin/_security.html.twig' , [], 10 , NULL ), 'legacy' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'legacy' , 'sylius.admin.layout.topbar_right' , '@SyliusUi/Block/_legacySonataEvent.html.twig' , [ 'event' => 'sylius.admin.layout.topbar_right' ], 5 , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], 15 , NULL ), 'tree' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'tree' , 'sylius.admin.taxon.create.taxon_tree' , '@SyliusAdmin/Taxon/_taxonTree.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 15 , NULL ), 'tree' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'tree' , 'sylius.admin.taxon.update.taxon_tree' , '@SyliusAdmin/Taxon/_taxonTree.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 15 , NULL ), 'tree' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'tree' , 'sylius.admin.login.content' , '@SyliusAdmin/Security/_content.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], 25 , NULL ), 'header' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'header' , 'sylius.admin.promotion_coupon.index.content' , '@SyliusAdmin/PromotionCoupon/Index/_headerWidget.html.twig' , [], 20 , NULL ), '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.admin.promotion_coupon.index.content' , '@SyliusAdmin/Crud/Index/_content.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 35 , NULL ), 'header' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'header' , 'sylius.admin.promotion_coupon.generate.content' , '@SyliusAdmin/PromotionCoupon/Generate/_header.html.twig' , [], 30 , NULL ), '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' ], 25 , NULL ), 'breadcrumb' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'breadcrumb' , 'sylius.admin.promotion_coupon.generate.content' , '@SyliusAdmin/PromotionCoupon/Generate/_breadcrumb.html.twig' , [], 20 , NULL ), '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.admin.promotion_coupon.generate.content' , '@SyliusAdmin/PromotionCoupon/Generate/_formWidget.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 25 , NULL ), 'header' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'header' , 'sylius.admin.customer.show.address' , '@SyliusAdmin/Customer/Show/Address/_header.html.twig' , [], 20 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.admin.customer.show.address' , '@SyliusAdmin/Customer/Show/Address/_content.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 35 , NULL ), 'header' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'header' , 'sylius.admin.order.update.content' , '@SyliusAdmin/Order/Update/_header.html.twig' , [], 30 , NULL ), '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' ], 25 , NULL ), 'breadcrumb' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'breadcrumb' , 'sylius.admin.order.update.content' , '@SyliusAdmin/Order/Update/_breadcrumb.html.twig' , [], 20 , NULL ), '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.admin.order.update.content' , '@SyliusAdmin/Order/Update/_content.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 35 , NULL ), 'header' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'header' , 'sylius.admin.order.show.content' , '@SyliusAdmin/Order/Show/_headerWidget.html.twig' , [], 30 , NULL ), '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' ], 25 , NULL ), 'breadcrumb' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'breadcrumb' , 'sylius.admin.order.show.content' , '@SyliusAdmin/Order/Show/_breadcrumb.html.twig' , [], 20 , NULL ), '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.admin.order.show.content' , '@SyliusAdmin/Order/Show/_content.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 25 , NULL ), 'summary' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'summary' , 'sylius.admin.order.show.summary' , '@SyliusAdmin/Order/Show/_summaryWidget.html.twig' , [], 20 , NULL ), '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' ], 15 , NULL ), 'notes' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'notes' , 'sylius.admin.order.show.summary' , '@SyliusAdmin/Order/Show/_notes.html.twig' , [], 10 , NULL )], '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' ], 55 , NULL ), 'customer' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'customer' , 'sylius.admin.order.show.sidebar' , '@SyliusAdmin/Order/Show/_customer.html.twig' , [], 50 , NULL ), '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' ], 45 , NULL ), 'addresses' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'addresses' , 'sylius.admin.order.show.sidebar' , '@SyliusAdmin/Order/Show/_addresses.html.twig' , [], 40 , NULL ), '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' ], 35 , NULL ), 'payments' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'payments' , 'sylius.admin.order.show.sidebar' , '@SyliusAdmin/Order/Show/_payments.html.twig' , [], 30 , NULL ), 'shipments' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'shipments' , 'sylius.admin.order.show.sidebar' , '@SyliusAdmin/Order/Show/_shipments.html.twig' , [], 20 , NULL ), 'resend_email' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'resend_email' , 'sylius.admin.order.show.sidebar' , '@SyliusAdmin/Order/Show/_resendEmail.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 35 , NULL ), 'primary' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'primary' , 'sylius.admin.customer.show.information' , '@SyliusAdmin/Customer/Show/Details/_primary.html.twig' , [], 30 , NULL ), 'email' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'email' , 'sylius.admin.customer.show.information' , '@SyliusAdmin/Customer/Show/Details/_email.html.twig' , [], 20 , NULL ), 'contact' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'contact' , 'sylius.admin.customer.show.information' , '@SyliusAdmin/Customer/Show/Details/_contact.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 25 , NULL ), 'header' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'header' , 'sylius.admin.product_variant.index.content' , '@SyliusAdmin/ProductVariant/Index/_headerWidget.html.twig' , [], 20 , NULL ), '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.admin.product_variant.index.content' , '@SyliusAdmin/Crud/Index/_content.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 35 , NULL ), 'header' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'header' , 'sylius.admin.product_variant.generate.content' , '@SyliusAdmin/ProductVariant/Generate/_header.html.twig' , [], 30 , NULL ), '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' ], 25 , NULL ), 'breadcrumb' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'breadcrumb' , 'sylius.admin.product_variant.generate.content' , '@SyliusAdmin/ProductVariant/Generate/_breadcrumb.html.twig' , [], 20 , NULL ), '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.admin.product_variant.generate.content' , '@SyliusAdmin/ProductVariant/Generate/_content.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 35 , NULL ), 'header' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'header' , 'sylius.admin.order.history.content' , '@SyliusAdmin/Order/History/_headerWidget.html.twig' , [], 30 , NULL ), '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' ], 25 , NULL ), 'breadcrumb' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'breadcrumb' , 'sylius.admin.order.history.content' , '@SyliusAdmin/Order/History/_breadcrumb.html.twig' , [], 20 , NULL ), '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.admin.order.history.content' , '@SyliusAdmin/Order/History/_content.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' , [], 20 , NULL ), 'legacy' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'legacy' , 'sylius.admin.product.index.header' , '@SyliusUi/Block/_legacySonataEvent.html.twig' , [ 'event' => 'sylius.admin.product.index.header' ], 15 , NULL ), 'breadcrumb' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'breadcrumb' , 'sylius.admin.product.index.header' , '@SyliusAdmin/Product/Index/Header/_breadcrumb.html.twig' , [], 10 , NULL )], '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' , [], 20 , NULL ), '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' ], 15 , NULL ), 'breadcrumb' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'breadcrumb' , 'sylius.admin.product_variant.index.header.content' , '@SyliusAdmin/ProductVariant/Index/ProductHeader/_breadcrumb.html.twig' , [], 10 , NULL )], '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' ], 25 , NULL ), 'header' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'header' , 'sylius.admin.product.index.content' , '@SyliusAdmin/Product/Index/_headerWidget.html.twig' , [], 20 , NULL ), '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.admin.product.index.content' , '@SyliusAdmin/Product/Index/_content.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 45 , NULL ), 'header' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'header' , 'sylius.admin.customer.show.content' , '@SyliusAdmin/Customer/Show/_headerWidget.html.twig' , [], 40 , NULL ), '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' ], 35 , NULL ), 'breadcrumb' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'breadcrumb' , 'sylius.admin.customer.show.content' , '@SyliusAdmin/Customer/Show/_breadcrumb.html.twig' , [], 30 , NULL ), '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' ], 25 , NULL ), 'statistics' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'statistics' , 'sylius.admin.customer.show.content' , '@SyliusAdmin/Customer/Show/_statistics.html.twig' , [], 20 , NULL ), '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.admin.customer.show.content' , '@SyliusAdmin/Customer/Show/_contentWidget.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 45 , NULL ), 'header' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'header' , 'sylius.admin.dashboard.content' , '@SyliusAdmin/Dashboard/_header.html.twig' , [], 40 , NULL ), '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' ], 35 , NULL ), 'statistics' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'statistics' , 'sylius.admin.dashboard.content' , '@SyliusAdmin/Dashboard/_statistics.html.twig' , [], 30 , NULL ), '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' ], 25 , NULL ), 'menu' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'menu' , 'sylius.admin.dashboard.content' , '@SyliusAdmin/Dashboard/_menu.html.twig' , [], 20 , NULL ), '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' ], 15 , NULL ), 'latest' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'latest' , 'sylius.admin.dashboard.content' , '@SyliusAdmin/Dashboard/_latest.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' , [], 20 , NULL ), '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' ], 15 , NULL ), 'menu' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'menu' , 'sylius.admin.customer.show.header.content' , '@SyliusAdmin/Customer/Show/_headerMenu.html.twig' , [], 10 , NULL )], '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.admin.product.index.content.main' , '@SyliusAdmin/Crud/Index/_content.html.twig' , [], 10 , NULL )], '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.admin.product.index.content.sidebar' , '@SyliusAdmin/Product/Index/Content/_taxonTree.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 35 , NULL ), 'currency_switcher' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'currency_switcher' , 'sylius.shop.layout.topbar' , '@SyliusShop/Layout/Topbar/_currencySwitcher.html.twig' , [], 30 , NULL ), 'locale_switcher' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'locale_switcher' , 'sylius.shop.layout.topbar' , '@SyliusShop/Layout/Topbar/_localeSwitcher.html.twig' , [], 20 , NULL ), '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' ], 15 , NULL ), 'security_widget' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'security_widget' , 'sylius.shop.layout.topbar' , '@SyliusShop/Layout/Topbar/_securityWidget.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], 'sylius.shop.homepage' => [ 'banner' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'banner' , 'sylius.shop.homepage' , '@SyliusShop/Homepage/_banner.html.twig' , [], 60 , NULL ), 'latest_products' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'latest_products' , 'sylius.shop.homepage' , '@SyliusShop/Homepage/_latestProducts.html.twig' , [], 50 , NULL ), 'latest_products_carousel' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'latest_products_carousel' , 'sylius.shop.homepage' , '@SyliusShop/Homepage/_latestProductsCarousel.html.twig' , [], 40 , NULL ), 'newsletter' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'newsletter' , 'sylius.shop.homepage' , '@SyliusShop/Homepage/_newsletter.html.twig' , [], 30 , NULL ), 'products_grid' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'products_grid' , 'sylius.shop.homepage' , '@SyliusShop/Homepage/_productsGrid.html.twig' , [], 20 , NULL ), 'about_us' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'about_us' , 'sylius.shop.homepage' , '@SyliusShop/Homepage/_aboutUs.html.twig' , [], 10 , NULL )], '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.shop.cart.widget.button' , '@SyliusShop/Cart/Widget/_button.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.shop.cart.widget.popup' , '@SyliusShop/Cart/Widget/_popup.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.shop.cart.coupon' , '@SyliusShop/Cart/Summary/_coupon.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], 'sylius.shop.cart.header' => [ 'header' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'header' , 'sylius.shop.cart.header' , '@SyliusShop/Cart/Summary/_header.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.shop.cart.items' , '@SyliusShop/Cart/Summary/_items.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 10 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.shop.cart.suggestions' , '@SyliusShop/Cart/Summary/_suggestions.html.twig' , [], 5 , NULL )], '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' ], 25 , NULL ), 'totals' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'totals' , 'sylius.shop.cart.summary' , '@SyliusShop/Cart/Summary/_totals.html.twig' , [], 20 , NULL ), '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' ], 15 , NULL ), 'checkout' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'checkout' , 'sylius.shop.cart.summary' , '@SyliusShop/Cart/Summary/_checkout.html.twig' , [], 10 , NULL ), 'pay_with_pay_pal' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'pay_with_pay_pal' , 'sylius.shop.cart.summary' , '@SyliusPayPalPlugin/Buttons/cart.html.twig' , [], 7 , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], 15 , NULL ), 'menu' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'menu' , 'sylius.shop.account.layout.menu' , '@SyliusShop/Account/Menu/_content.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], 'sylius.shop.taxon.header' => [ 'breadcrumb' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'breadcrumb' , 'sylius.shop.taxon.header' , '@SyliusShop/Taxon/_breadcrumb.html.twig' , [], 20 , NULL ), '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' ], 15 , NULL ), 'header' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'header' , 'sylius.shop.taxon.header' , '@SyliusShop/Taxon/Header/_content.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 15 , NULL ), 'box' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'box' , 'sylius.shop.product_review.index.product_box' , '@SyliusShop/ProductReview/Box/_content.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 25 , NULL ), 'list' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'list' , 'sylius.shop.product_review.index.list' , '@SyliusShop/ProductReview/_list.html.twig' , [], 20 , NULL ), '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' ], 15 , NULL ), 'add_button' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'add_button' , 'sylius.shop.product_review.index.list' , '@SyliusShop/ProductReview/List/_addButton.html.twig' , [], 10 , NULL )], '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' ], 15 , NULL ), 'box' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'box' , 'sylius.shop.product_review.create.product_box' , '@SyliusShop/Product/_box.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 35 , NULL ), 'latest_reviews' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'latest_reviews' , 'sylius.shop.product.show.tab_reviews' , '@SyliusShop/Product/Show/Tabs/Reviews/_latest.html.twig' , [], 30 , NULL ), 'view_more' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'view_more' , 'sylius.shop.product.show.tab_reviews' , '@SyliusShop/Product/Show/Tabs/Reviews/_viewMore.html.twig' , [], 20 , NULL ), 'create' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'create' , 'sylius.shop.product.show.tab_reviews' , '@SyliusShop/Product/Show/Tabs/Reviews/_create.html.twig' , [], 10 , NULL )], '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' ], 15 , NULL ), 'description' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'description' , 'sylius.shop.product.show.tab_details' , '@SyliusShop/Product/Show/Tabs/Details/_description.html.twig' , [], 10 , NULL )], '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' ], 15 , NULL ), 'list' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'list' , 'sylius.shop.product.show.tab_attributes' , '@SyliusShop/Product/Show/Tabs/Attributes/_list.html.twig' , [], 10 , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], 35 , NULL ), 'search' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'search' , 'sylius.shop.product.index.search' , '@SyliusShop/Product/Index/_search.html.twig' , [], 30 , NULL ), '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' ], 25 , NULL ), 'pagination' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'pagination' , 'sylius.shop.product.index.search' , '@SyliusShop/Product/Index/_pagination.html.twig' , [], 20 , NULL ), 'sorting' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'sorting' , 'sylius.shop.product.index.search' , '@SyliusShop/Product/Index/_sorting.html.twig' , [], 10 , NULL )], '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' ], NULL , NULL )], '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' ], 15 , NULL ), 'header' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'header' , 'sylius.shop.checkout.header' , '@SyliusShop/Checkout/_header.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.shop.product.index.box' , '@SyliusShop/Product/Box/_content.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], 'sylius.shop.layout.footer' => [ 'grid' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'grid' , 'sylius.shop.layout.footer' , '@SyliusShop/Layout/Footer/_grid.html.twig' , [], 20 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.shop.layout.footer' , '@SyliusShop/Layout/Footer/_content.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 45 , NULL ), 'plus' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'plus' , 'sylius.shop.layout.footer.grid' , '@SyliusShop/Layout/Footer/Grid/_plus.html.twig' , [], 40 , NULL ), 'your_store' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'your_store' , 'sylius.shop.layout.footer.grid' , '@SyliusShop/Layout/Footer/Grid/_your_store.html.twig' , [], 30 , NULL ), 'customer_care' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'customer_care' , 'sylius.shop.layout.footer.grid' , '@SyliusShop/Layout/Footer/Grid/_customer_care.html.twig' , [], 20 , NULL ), 'payment_methods' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'payment_methods' , 'sylius.shop.layout.footer.grid' , '@SyliusShop/Layout/Footer/Grid/_payment_methods.html.twig' , [], 10 , NULL )], 'sylius.shop.layout.header.grid' => [ 'logo' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'logo' , 'sylius.shop.layout.header.grid' , '@SyliusShop/Layout/Header/_logo.html.twig' , [], 30 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.shop.layout.header.grid' , '@SyliusShop/Layout/Header/_content.html.twig' , [], 20 , NULL ), 'cart' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'cart' , 'sylius.shop.layout.header.grid' , '@SyliusShop/Layout/Header/_cart.html.twig' , [], 10 , NULL )], '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' ], NULL , NULL )], '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.shop.login.register_column' , '@SyliusShop/Login/_register.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.shop.login.main_column' , '@SyliusShop/Login/_login.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], 'sylius.shop.layout.stylesheets' => [ 'styles' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'styles' , 'sylius.shop.layout.stylesheets' , '@SyliusShop/_styles.html.twig' , [], 10 , NULL ), 'legacy' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'legacy' , 'sylius.shop.layout.stylesheets' , '@SyliusUi/Block/_legacySonataEvent.html.twig' , [ 'event' => 'sylius.shop.layout.stylesheets' ], 0 , NULL )], 'sylius.shop.layout.javascripts' => [ 'scripts' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'scripts' , 'sylius.shop.layout.javascripts' , '@SyliusShop/_scripts.html.twig' , [], 10 , NULL ), 'legacy' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'legacy' , 'sylius.shop.layout.javascripts' , '@SyliusUi/Block/_legacySonataEvent.html.twig' , [ 'event' => 'sylius.shop.layout.javascripts' ], 0 , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], 'sylius.shop.layout.header' => [ 'header' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'header' , 'sylius.shop.layout.header' , '@SyliusShop/_header.html.twig' , [], 20 , NULL ), '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' ], 15 , NULL ), 'menu' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'menu' , 'sylius.shop.layout.header' , '@SyliusShop/Layout/Header/_menu.html.twig' , [], 10 , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' , [], 20 , NULL ), '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' ], 15 , NULL ), 'subcontent' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'subcontent' , 'sylius.shop.account.order.index.subcontent' , '@SyliusShop/Account/Order/Index/_subcontent.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' , [], 20 , NULL ), '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' ], 15 , NULL ), 'summary' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'summary' , 'sylius.shop.account.order.show.subcontent' , '@SyliusShop/Common/Order/_summary.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], 'sylius.shop.checkout.steps' => [ 'steps' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'steps' , 'sylius.shop.checkout.steps' , '@SyliusShop/Checkout/_steps.html.twig' , [], 10 , NULL )], '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' ], 0 , NULL )], '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' ], 0 , NULL )], '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' ], 0 , NULL )], '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' ], 0 , NULL )], 'sylius.shop.checkout.sidebar' => [ 'summary' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'summary' , 'sylius.shop.checkout.sidebar' , '@SyliusShop/Checkout/_summary.html.twig' , [], 20 , NULL ), 'support' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'support' , 'sylius.shop.checkout.sidebar' , '@SyliusShop/Checkout/_support.html.twig' , [], 10 , NULL )], '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' ], 25 , NULL ), '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' ], 25 , NULL ), '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' ], 25 , NULL )], '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' ], 25 , NULL ), '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' ], 25 , NULL ), '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' ], 25 , NULL )], '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' ], 25 , NULL ), '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' ], 15 , NULL ), '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' ], 5 , NULL )], '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.shop.checkout.complete.summary' , '@SyliusShop/Common/Order/_summary.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], NULL , NULL )], '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' ], 15 , NULL ), 'content' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'content' , 'sylius.shop.product.show.left_sidebar' , '@SyliusShop/Product/Show/_images.html.twig' , [], 10 , NULL ), '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' ], 5 , NULL )], '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' , [], 50 , NULL ), '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' ], 45 , NULL ), 'reviews' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'reviews' , 'sylius.shop.product.show.right_sidebar' , '@SyliusShop/Product/Show/_reviews.html.twig' , [], 40 , NULL ), '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' ], 35 , NULL ), 'price_widget' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'price_widget' , 'sylius.shop.product.show.right_sidebar' , '@SyliusShop/Product/Show/_priceWidget.html.twig' , [], 30 , NULL ), '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' ], 25 , NULL ), 'short_description' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'short_description' , 'sylius.shop.product.show.right_sidebar' , '@SyliusShop/Product/Show/_shortDescription.html.twig' , [], 20 , NULL ), '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' ], 15 , NULL ), 'variant_selection' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'variant_selection' , 'sylius.shop.product.show.right_sidebar' , '@SyliusShop/Product/Show/_variantSelection.html.twig' , [], 10 , NULL ), 'pay_with_pay_pal' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'pay_with_pay_pal' , 'sylius.shop.product.show.right_sidebar' , '@SyliusPayPalPlugin/Buttons/productDetails.html.twig' , [], 7 , NULL ), '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' ], 5 , NULL )], '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' ], 25 , NULL ), 'tabs' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'tabs' , 'sylius.shop.product.show.content' , '@SyliusShop/Product/Show/_tabs.html.twig' , [], 20 , NULL ), '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' ], 15 , NULL ), 'associations' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'associations' , 'sylius.shop.product.show.content' , '@SyliusShop/Product/Show/_associations.html.twig' , [], 10 , NULL )], 'sylius.admin.payment_method.create.header' => [ 'pay_pal_logo' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'pay_pal_logo' , 'sylius.admin.payment_method.create.header' , '@SyliusPayPalPlugin/payPalLogo.html.twig' , [], NULL , NULL )], 'sylius.admin.payment_method.index.javascripts' => [ 'pay_pal_payment_method' => new \ Sylius \ Bundle \ UiBundle \ Registry \ TemplateBlock ( 'pay_pal_payment_method' , 'sylius.admin.payment_method.index.javascripts' , '@SyliusPayPalPlugin/javascripts.html.twig' , [], - 100 , NULL )]]);
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService ()
{
return \ Symfony \ Component \ Cache \ Adapter \ PhpArrayAdapter :: create (( $this -> targetDir . '' . '/annotations.php' ), ( $this -> privates [ 'cache.annotations' ] ?? $this -> getCache_AnnotationsService ()));
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService ()
{
return $this -> privates [ 'annotations.cached_reader' ] = new \ Doctrine \ Common \ Annotations \ PsrCachedReader (( $this -> privates [ 'annotations.reader' ] ?? $this -> getAnnotations_ReaderService ()), $this -> getAnnotations_CacheAdapterService (), true );
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService ()
{
$this -> privates [ 'annotations.reader' ] = $instance = new \ Doctrine \ Common \ Annotations \ AnnotationReader ();
$a = new \ Doctrine \ Common \ Annotations \ AnnotationRegistry ();
$a -> registerUniqueLoader ( 'class_exists' );
$instance -> addGlobalIgnoredName ( 'required' , $a );
$instance -> addGlobalIgnoredName ( 'template' );
$instance -> addGlobalIgnoredName ( 'psalm' );
return $instance ;
}
/**
* Gets the private 'api_platform.cache.identifiers_extractor' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_IdentifiersExtractorService ()
{
return $this -> privates [ 'api_platform.cache.identifiers_extractor' ] = new \ Symfony \ Component \ Cache \ Adapter \ TraceableAdapter (\ Symfony \ Component \ Cache \ Adapter \ AbstractAdapter :: createSystemCache ( 'jMTzQBf6Li' , 0 , $this -> getParameter ( 'container.build_id' ), ( $this -> targetDir . '' . '/pools' ), ( $this -> privates [ 'monolog.logger.cache' ] ?? $this -> getMonolog_Logger_CacheService ())));
}
/**
* Gets the private 'api_platform.cache.metadata.property' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_PropertyService ()
{
return $this -> privates [ 'api_platform.cache.metadata.property' ] = new \ Symfony \ Component \ Cache \ Adapter \ TraceableAdapter (\ Symfony \ Component \ Cache \ Adapter \ AbstractAdapter :: createSystemCache ( 'YSmDBZFa0Z' , 0 , $this -> getParameter ( 'container.build_id' ), ( $this -> targetDir . '' . '/pools' ), ( $this -> privates [ 'monolog.logger.cache' ] ?? $this -> getMonolog_Logger_CacheService ())));
}
/**
* Gets the private 'api_platform.cache.metadata.resource' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_ResourceService ()
{
return $this -> privates [ 'api_platform.cache.metadata.resource' ] = new \ Symfony \ Component \ Cache \ Adapter \ TraceableAdapter (\ Symfony \ Component \ Cache \ Adapter \ AbstractAdapter :: createSystemCache ( 'gqeyD2HAYu' , 0 , $this -> getParameter ( 'container.build_id' ), ( $this -> targetDir . '' . '/pools' ), ( $this -> privates [ 'monolog.logger.cache' ] ?? $this -> getMonolog_Logger_CacheService ())));
}
/**
* Gets the private 'api_platform.cache.route_name_resolver' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_RouteNameResolverService ()
{
return $this -> privates [ 'api_platform.cache.route_name_resolver' ] = new \ Symfony \ Component \ Cache \ Adapter \ TraceableAdapter (\ Symfony \ Component \ Cache \ Adapter \ AbstractAdapter :: createSystemCache ( 'XbY1JHnqRr' , 0 , $this -> getParameter ( 'container.build_id' ), ( $this -> targetDir . '' . '/pools' ), ( $this -> privates [ 'monolog.logger.cache' ] ?? $this -> getMonolog_Logger_CacheService ())));
}
/**
* Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_SubresourceOperationFactoryService ()
{
return $this -> privates [ 'api_platform.cache.subresource_operation_factory' ] = new \ Symfony \ Component \ Cache \ Adapter \ TraceableAdapter (\ Symfony \ Component \ Cache \ Adapter \ AbstractAdapter :: createSystemCache ( 'uwYbxpJscG' , 0 , $this -> getParameter ( 'container.build_id' ), ( $this -> targetDir . '' . '/pools' ), ( $this -> privates [ 'monolog.logger.cache' ] ?? $this -> getMonolog_Logger_CacheService ())));
}
/**
* Gets the private 'api_platform.filter_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getApiPlatform_FilterLocatorService ()
{
return $this -> privates [ 'api_platform.filter_locator' ] = new \ Symfony \ Component \ DependencyInjection \ Argument \ ServiceLocator ( $this -> getService , [
'sylius.api.exchange_rate_filter' => [ 'privates' , 'sylius.api.exchange_rate_filter' , 'getSylius_Api_ExchangeRateFilterService.php' , true ],
'sylius.api.filter_archived_shipping_methods' => [ 'privates' , 'sylius.api.filter_archived_shipping_methods' , 'getSylius_Api_FilterArchivedShippingMethodsService.php' , true ],
'sylius.api.product_association_type_filter' => [ 'privates' , 'sylius.api.product_association_type_filter' , 'getSylius_Api_ProductAssociationTypeFilterService.php' , true ],
'sylius.api.product_order_filter' => [ 'privates' , 'sylius.api.product_order_filter' , 'getSylius_Api_ProductOrderFilterService.php' , true ],
'sylius.api.product_taxon_code_filter' => [ 'privates' , 'sylius.api.product_taxon_code_filter' , 'getSylius_Api_ProductTaxonCodeFilterService.php' , true ],
'sylius.api.search_payment_filter' => [ 'privates' , 'sylius.api.search_payment_filter' , 'getSylius_Api_SearchPaymentFilterService.php' , true ],
'sylius.api.search_shipment_filter' => [ 'privates' , 'sylius.api.search_shipment_filter' , 'getSylius_Api_SearchShipmentFilterService.php' , true ],
'sylius.api.shipping_method_order_filter' => [ 'privates' , 'sylius.api.shipping_method_order_filter' , 'getSylius_Api_ShippingMethodOrderFilterService.php' , true ],
'sylius.api.translation_order_name_and_locale_filter' => [ 'privates' , 'sylius.api.translation_order_name_and_locale_filter' , 'getSylius_Api_TranslationOrderNameAndLocaleFilterService.php' , true ],
], [
'sylius.api.exchange_rate_filter' => '?' ,
'sylius.api.filter_archived_shipping_methods' => '?' ,
'sylius.api.product_association_type_filter' => '?' ,
'sylius.api.product_order_filter' => '?' ,
'sylius.api.product_taxon_code_filter' => '?' ,
'sylius.api.search_payment_filter' => '?' ,
'sylius.api.search_shipment_filter' => '?' ,
'sylius.api.shipping_method_order_filter' => '?' ,
'sylius.api.translation_order_name_and_locale_filter' => '?' ,
]);
}
/**
* Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
*
* @return \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener
*/
protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService ()
{
return $this -> privates [ 'api_platform.http_cache.listener.response.configure' ] = new \ ApiPlatform \ Core \ HttpCache \ EventListener \ AddHeadersListener ( true , NULL , NULL , $this -> parameters [ 'api_platform.http_cache.vary' ], NULL , ( $this -> privates [ 'api_platform.metadata.resource.metadata_factory.cached' ] ?? $this -> getApiPlatform_Metadata_Resource_MetadataFactory_CachedService ()));
}
/**
* Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
*
* @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
*/
protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService ()
{
$a = ( $this -> privates [ 'api_platform.json_schema.type_factory' ] ?? $this -> getApiPlatform_JsonSchema_TypeFactoryService ());
if (isset( $this -> privates [ 'api_platform.hydra.json_schema.schema_factory' ])) {
return $this -> privates [ 'api_platform.hydra.json_schema.schema_factory' ];
}
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' ] ?? $this -> getApiPlatform_Metadata_Property_MetadataFactory_CachedService ()), ( $this -> privates [ 'serializer.name_converter.metadata_aware' ] ?? $this -> getSerializer_NameConverter_MetadataAwareService ()), ( $this -> privates [ 'api_platform.resource_class_resolver' ] ?? $this -> getApiPlatform_ResourceClassResolverService ())));
}
/**
* Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
*
* @return \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener
*/
protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService ()
{
return $this -> privates [ 'api_platform.hydra.listener.response.add_link_header' ] = new \ ApiPlatform \ Core \ Hydra \ EventListener \ AddLinkHeaderListener (( $this -> privates [ 'api_platform.router' ] ?? $this -> getApiPlatform_RouterService ()));
}
/**
* Gets the private 'api_platform.identifier.converter' shared service.
*
* @return \ApiPlatform\Core\Identifier\IdentifierConverter
*/
protected function getApiPlatform_Identifier_ConverterService ()
{
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' ] ?? $this -> getApiPlatform_Metadata_Property_MetadataFactory_CachedService ()), new RewindableGenerator (function () {
yield 0 => ( $this -> privates [ 'api_platform.identifier.integer' ] ?? ( $this -> privates [ 'api_platform.identifier.integer' ] = new \ ApiPlatform \ Core \ Identifier \ Normalizer \ IntegerDenormalizer ()));
yield 1 => ( $this -> privates [ 'api_platform.identifier.date_normalizer' ] ?? ( $this -> privates [ 'api_platform.identifier.date_normalizer' ] = new \ ApiPlatform \ Core \ Identifier \ Normalizer \ DateTimeIdentifierDenormalizer ()));
yield 2 => ( $this -> privates [ 'api_platform.identifier.uuid_normalizer' ] ?? ( $this -> privates [ 'api_platform.identifier.uuid_normalizer' ] = new \ ApiPlatform \ Core \ Bridge \ RamseyUuid \ Identifier \ Normalizer \ UuidNormalizer ()));
}, 3 ));
}
/**
* Gets the private 'api_platform.identifiers_extractor.cached' shared service.
*
* @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
*/
protected function getApiPlatform_IdentifiersExtractor_CachedService ()
{
$a = ( $this -> privates [ 'property_accessor' ] ?? $this -> getPropertyAccessorService ());
$b = ( $this -> privates [ 'api_platform.resource_class_resolver' ] ?? $this -> getApiPlatform_ResourceClassResolverService ());
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' ] ?? $this -> getApiPlatform_Metadata_Property_MetadataFactory_CachedService ()), $a , $b ), $a , $b );
}
/**
* Gets the private 'api_platform.iri_converter' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
*/
protected function getApiPlatform_IriConverterService ()
{
$a = ( $this -> privates [ 'api_platform.router' ] ?? $this -> getApiPlatform_RouterService ());
return $this -> privates [ 'api_platform.iri_converter' ] = new \ ApiPlatform \ Core \ Bridge \ Symfony \ Routing \ IriConverter (( $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' ] ?? $this -> getApiPlatform_Metadata_Property_MetadataFactory_CachedService ()), ( $this -> privates [ 'debug.api_platform.item_data_provider' ] ?? $this -> getDebug_ApiPlatform_ItemDataProviderService ()), new \ ApiPlatform \ Core \ Bridge \ Symfony \ Routing \ CachedRouteNameResolver (( $this -> privates [ 'api_platform.cache.route_name_resolver' ] ?? $this -> getApiPlatform_Cache_RouteNameResolverService ()), new \ ApiPlatform \ Core \ Bridge \ Symfony \ Routing \ RouteNameResolver ( $a )), $a , ( $this -> privates [ 'property_accessor' ] ?? $this -> getPropertyAccessorService ()), ( $this -> privates [ 'api_platform.identifiers_extractor.cached' ] ?? $this -> getApiPlatform_IdentifiersExtractor_CachedService ()), ( $this -> privates [ 'debug.api_platform.subresource_data_provider' ] ?? $this -> getDebug_ApiPlatform_SubresourceDataProviderService ()), ( $this -> privates [ 'api_platform.identifier.converter' ] ?? $this -> getApiPlatform_Identifier_ConverterService ()), ( $this -> privates [ 'api_platform.resource_class_resolver' ] ?? $this -> getApiPlatform_ResourceClassResolverService ()));
}
/**
* Gets the private 'api_platform.json_schema.type_factory' shared service.
*
* @return \ApiPlatform\Core\JsonSchema\TypeFactory
*/
protected function getApiPlatform_JsonSchema_TypeFactoryService ()
{
$this -> privates [ 'api_platform.json_schema.type_factory' ] = $instance = new \ ApiPlatform \ Core \ JsonSchema \ TypeFactory (( $this -> privates [ 'api_platform.resource_class_resolver' ] ?? $this -> getApiPlatform_ResourceClassResolverService ()));
$instance -> setSchemaFactory (( $this -> privates [ 'api_platform.hydra.json_schema.schema_factory' ] ?? $this -> getApiPlatform_Hydra_JsonSchema_SchemaFactoryService ()));
return $instance ;
}
/**
* Gets the private 'api_platform.jsonld.context_builder' shared service.
*
* @return \ApiPlatform\Core\JsonLd\ContextBuilder
*/
protected function getApiPlatform_Jsonld_ContextBuilderService ()
{
return $this -> privates [ 'api_platform.jsonld.context_builder' ] = new \ ApiPlatform \ Core \ 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' ] ?? $this -> getApiPlatform_Metadata_Property_MetadataFactory_CachedService ()), ( $this -> privates [ 'api_platform.router' ] ?? $this -> getApiPlatform_RouterService ()));
}
/**
* Gets the private 'api_platform.listener.request.add_format' shared service.
*
* @return \ApiPlatform\Core\EventListener\AddFormatListener
*/
protected function getApiPlatform_Listener_Request_AddFormatService ()
{
return $this -> privates [ 'api_platform.listener.request.add_format' ] = new \ ApiPlatform \ Core \ 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' ]);
}
/**
* Gets the private 'api_platform.listener.request.deserialize' shared service.
*
* @return \ApiPlatform\Core\EventListener\DeserializeListener
*/
protected function getApiPlatform_Listener_Request_DeserializeService ()
{
return $this -> privates [ 'api_platform.listener.request.deserialize' ] = new \ ApiPlatform \ Core \ EventListener \ DeserializeListener (( $this -> services [ 'serializer' ] ?? $this -> getSerializerService ()), ( $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 ()));
}
/**
* Gets the private 'api_platform.listener.request.read' shared service.
*
* @return \ApiPlatform\Core\EventListener\ReadListener
*/
protected function getApiPlatform_Listener_Request_ReadService ()
{
return $this -> privates [ 'api_platform.listener.request.read' ] = new \ ApiPlatform \ Core \ EventListener \ ReadListener (( $this -> privates [ 'debug.api_platform.collection_data_provider' ] ?? $this -> getDebug_ApiPlatform_CollectionDataProviderService ()), ( $this -> privates [ 'debug.api_platform.item_data_provider' ] ?? $this -> getDebug_ApiPlatform_ItemDataProviderService ()), ( $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 ()));
}
/**
* Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
*
* @return \ApiPlatform\Core\Filter\QueryParameterValidateListener
*/
protected function getApiPlatform_Listener_View_ValidateQueryParametersService ()
{
return $this -> privates [ 'api_platform.listener.view.validate_query_parameters' ] = new \ ApiPlatform \ Core \ Filter \ QueryParameterValidateListener (( $this -> privates [ 'api_platform.metadata.resource.metadata_factory.cached' ] ?? $this -> getApiPlatform_Metadata_Resource_MetadataFactory_CachedService ()), ( $this -> privates [ 'api_platform.filter_locator' ] ?? $this -> getApiPlatform_FilterLocatorService ()));
}
/**
* Gets the private 'api_platform.metadata.extractor.xml' shared service.
*
* @return \ApiPlatform\Core\Metadata\Extractor\XmlExtractor
*/
protected function getApiPlatform_Metadata_Extractor_XmlService ()
{
return $this -> privates [ 'api_platform.metadata.extractor.xml' ] = new \ ApiPlatform \ Core \ Metadata \ Extractor \ XmlExtractor ([ 0 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Province.xml' ), 1 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductOptionValue.xml' ), 2 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/TaxonTranslation.xml' ), 3 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductVariant.xml' ), 4 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Payment.xml' ), 5 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductOption.xml' ), 6 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ShopBillingData.xml' ), 7 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ShippingMethod.xml' ), 8 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductTranslation.xml' ), 9 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Currency.xml' ), 10 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductVariantTranslation.xml' ), 11 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Commands/RegisterShopUser.xml' ), 12 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/OrderItem.xml' ), 13 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ExchangeRate.xml' ), 14 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/OrderItemUnit.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/ShippingMethodTranslation.xml' ), 17 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Zone.xml' ), 18 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductOptionTranslation.xml' ), 19 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/TaxCategory.xml' ), 20 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Adjustment.xml' ), 21 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Customer.xml' ), 22 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Product.xml' ), 23 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Taxon.xml' ), 24 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductAssociationType.xml' ), 25 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ZoneMember.xml' ), 26 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductImage.xml' ), 27 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ShippingCategory.xml' ), 28 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Order.xml' ), 29 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/AdminUser.xml' ), 30 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/CustomerGroup.xml' ), 31 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductReview.xml' ), 32 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/AvatarImage.xml' ), 33 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/PaymentMethod.xml' ), 34 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Channel.xml' ), 35 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Shipment.xml' ), 36 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductTaxon.xml' ), 37 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Country.xml' ), 38 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductAssociationTypeTranslation.xml' )], $this );
}
/**
* Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
*
* @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
*/
protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService ()
{
$a = ( $this -> privates [ 'annotations.cached_reader' ] ?? $this -> getAnnotations_CachedReaderService ());
return $this -> privates [ 'api_platform.metadata.property.metadata_factory.cached' ] = new \ ApiPlatform \ Core \ Metadata \ Property \ Factory \ CachedPropertyMetadataFactory (( $this -> privates [ 'api_platform.cache.metadata.property' ] ?? $this -> getApiPlatform_Cache_Metadata_PropertyService ()), new \ ApiPlatform \ Core \ Bridge \ Symfony \ Validator \ Metadata \ Property \ ValidatorPropertyMetadataFactory (( $this -> services [ 'validator' ] ?? $this -> getValidatorService ()), new \ ApiPlatform \ Core \ Metadata \ Property \ Factory \ ExtractorPropertyMetadataFactory (( $this -> privates [ 'api_platform.metadata.extractor.yaml' ] ?? ( $this -> privates [ 'api_platform.metadata.extractor.yaml' ] = 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 \ SerializerPropertyMetadataFactory (( $this -> privates [ 'api_platform.metadata.resource.metadata_factory.cached' ] ?? $this -> getApiPlatform_Metadata_Resource_MetadataFactory_CachedService ()), ( $this -> privates [ 'serializer.mapping.class_metadata_factory' ] ?? $this -> getSerializer_Mapping_ClassMetadataFactoryService ()), new \ ApiPlatform \ Core \ Bridge \ Doctrine \ Orm \ Metadata \ Property \ DoctrineOrmPropertyMetadataFactory (( $this -> services [ 'doctrine' ] ?? $this -> getDoctrineService ()), new \ ApiPlatform \ Core \ Metadata \ Property \ Factory \ InheritedPropertyMetadataFactory (( $this -> privates [ 'api_platform.metadata.resource.name_collection_factory.cached' ] ?? $this -> getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService ()), new \ ApiPlatform \ Core \ Bridge \ Symfony \ PropertyInfo \ Metadata \ Property \ PropertyInfoPropertyMetadataFactory (( $this -> privates [ 'property_info' ] ?? $this -> getPropertyInfoService ()), new \ Sylius \ Bundle \ ApiBundle \ ApiPlatform \ Metadata \ Property \ Factory \ ExtractorPropertyMetadataFactory (new \ ApiPlatform \ Core \ Metadata \ Property \ Factory \ ExtractorPropertyMetadataFactory (( $this -> privates [ 'api_platform.metadata.extractor.xml' ] ?? $this -> getApiPlatform_Metadata_Extractor_XmlService ())), $this )))), ( $this -> privates [ 'api_platform.resource_class_resolver' ] ?? $this -> getApiPlatform_ResourceClassResolverService ())))))));
}
/**
* Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
*
* @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
*/
protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService ()
{
return $this -> privates [ 'api_platform.metadata.property.name_collection_factory.cached' ] = new \ ApiPlatform \ Core \ Metadata \ Property \ Factory \ CachedPropertyNameCollectionFactory (( $this -> privates [ 'api_platform.cache.metadata.property' ] ?? $this -> getApiPlatform_Cache_Metadata_PropertyService ()), new \ ApiPlatform \ Core \ Metadata \ Property \ Factory \ ExtractorPropertyNameCollectionFactory (( $this -> privates [ 'api_platform.metadata.extractor.yaml' ] ?? ( $this -> privates [ 'api_platform.metadata.extractor.yaml' ] = new \ ApiPlatform \ Core \ Metadata \ Extractor \ YamlExtractor ([], $this ))), new \ ApiPlatform \ Core \ Metadata \ Property \ Factory \ ExtractorPropertyNameCollectionFactory (( $this -> privates [ 'api_platform.metadata.extractor.xml' ] ?? $this -> getApiPlatform_Metadata_Extractor_XmlService ()), new \ ApiPlatform \ Core \ Metadata \ Property \ Factory \ InheritedPropertyNameCollectionFactory (( $this -> privates [ 'api_platform.metadata.resource.name_collection_factory.cached' ] ?? $this -> getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService ()), new \ ApiPlatform \ Core \ Bridge \ Symfony \ PropertyInfo \ Metadata \ Property \ PropertyInfoPropertyNameCollectionFactory (( $this -> privates [ 'property_info' ] ?? $this -> getPropertyInfoService ()))))));
}
/**
* Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
*
* @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
*/
protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService ()
{
$a = ( $this -> privates [ 'annotations.cached_reader' ] ?? $this -> getAnnotations_CachedReaderService ());
return $this -> privates [ 'api_platform.metadata.resource.metadata_factory.cached' ] = new \ ApiPlatform \ Core \ Metadata \ Resource \ Factory \ CachedResourceMetadataFactory (( $this -> privates [ 'api_platform.cache.metadata.resource' ] ?? $this -> getApiPlatform_Cache_Metadata_ResourceService ()), 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 \ ApiPlatform \ Core \ Metadata \ Resource \ Factory \ ExtractorResourceMetadataFactory (( $this -> privates [ 'api_platform.metadata.extractor.yaml' ] ?? ( $this -> privates [ 'api_platform.metadata.extractor.yaml' ] = 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' ] ?? $this -> getApiPlatform_Metadata_Extractor_XmlService ())))))))), $this -> parameters [ 'api_platform.patch_formats' ]), $this -> parameters [ 'api_platform.formats' ], $this -> parameters [ 'api_platform.patch_formats' ]));
}
/**
* Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
*
* @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
*/
protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService ()
{
return $this -> privates [ 'api_platform.metadata.resource.name_collection_factory.cached' ] = new \ ApiPlatform \ Core \ Metadata \ Resource \ Factory \ CachedResourceNameCollectionFactory (( $this -> privates [ 'api_platform.cache.metadata.resource' ] ?? $this -> getApiPlatform_Cache_Metadata_ResourceService ()), new \ ApiPlatform \ Core \ Metadata \ Resource \ Factory \ ExtractorResourceNameCollectionFactory (( $this -> privates [ 'api_platform.metadata.extractor.yaml' ] ?? ( $this -> privates [ 'api_platform.metadata.extractor.yaml' ] = 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 \ Core \ Metadata \ Resource \ Factory \ ExtractorResourceNameCollectionFactory (( $this -> privates [ 'api_platform.metadata.extractor.xml' ] ?? $this -> getApiPlatform_Metadata_Extractor_XmlService ())))));
}
/**
* Gets the private 'api_platform.operation_path_resolver.custom' shared service.
*
* @return \ApiPlatform\Core\PathResolver\CustomOperationPathResolver
*/
protected function getApiPlatform_OperationPathResolver_CustomService ()
{
return $this -> privates [ 'api_platform.operation_path_resolver.custom' ] = new \ ApiPlatform \ Core \ PathResolver \ CustomOperationPathResolver (new \ ApiPlatform \ Core \ PathResolver \ OperationPathResolver (( $this -> privates [ 'api_platform.path_segment_name_generator.dash' ] ?? ( $this -> privates [ 'api_platform.path_segment_name_generator.dash' ] = new \ ApiPlatform \ Core \ Operation \ DashPathSegmentNameGenerator ()))));
}
/**
* Gets the private 'api_platform.resource_class_resolver' shared service.
*
* @return \ApiPlatform\Core\Api\ResourceClassResolver
*/
protected function getApiPlatform_ResourceClassResolverService ()
{
return $this -> privates [ 'api_platform.resource_class_resolver' ] = new \ ApiPlatform \ Core \ Api \ ResourceClassResolver (( $this -> privates [ 'api_platform.metadata.resource.name_collection_factory.cached' ] ?? $this -> getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService ()));
}
/**
* Gets the private 'api_platform.router' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Routing\Router
*/
protected function getApiPlatform_RouterService ()
{
return $this -> privates [ 'api_platform.router' ] = new \ ApiPlatform \ Core \ Bridge \ Symfony \ Routing \ Router (( $this -> services [ 'router' ] ?? $this -> getRouterService ()));
}
/**
* Gets the private 'api_platform.security.listener.request.deny_access' shared service.
*
* @return \ApiPlatform\Core\Security\EventListener\DenyAccessListener
*/
protected function getApiPlatform_Security_Listener_Request_DenyAccessService ()
{
return $this -> privates [ 'api_platform.security.listener.request.deny_access' ] = new \ ApiPlatform \ Core \ Security \ EventListener \ DenyAccessListener (( $this -> privates [ 'api_platform.metadata.resource.metadata_factory.cached' ] ?? $this -> getApiPlatform_Metadata_Resource_MetadataFactory_CachedService ()), new \ ApiPlatform \ Core \ 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 ( NULL , NULL ))), ( $this -> privates [ 'security.role_hierarchy' ] ?? ( $this -> privates [ 'security.role_hierarchy' ] = new \ Symfony \ Component \ Security \ Core \ Role \ RoleHierarchy ([]))), ( $this -> services [ 'security.token_storage' ] ?? $this -> getSecurity_TokenStorageService ()), ( $this -> services [ 'security.authorization_checker' ] ?? $this -> getSecurity_AuthorizationCheckerService ())));
}
/**
* Gets the private 'api_platform.serializer.context_builder.filter' shared service.
*
* @return \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder
*/
protected function getApiPlatform_Serializer_ContextBuilder_FilterService ()
{
$a = ( $this -> privates [ 'api_platform.metadata.resource.metadata_factory.cached' ] ?? $this -> getApiPlatform_Metadata_Resource_MetadataFactory_CachedService ());
return $this -> privates [ 'api_platform.serializer.context_builder.filter' ] = new \ ApiPlatform \ Core \ 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 \ Core \ Serializer \ SerializerContextBuilder ( $a ), ( $this -> services [ 'Sylius\\Component\\Channel\\Context\\ChannelContextInterface' ] ?? $this -> getChannelContextInterfaceService ())), ( $this -> services [ 'Sylius\\Component\\Locale\\Context\\LocaleContextInterface' ] ?? $this -> getLocaleContextInterfaceService ()))));
}
/**
* Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
*
* @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
*/
protected function getApiPlatform_SubresourceOperationFactory_CachedService ()
{
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' ] ?? $this -> getApiPlatform_Metadata_Property_MetadataFactory_CachedService ()), ( $this -> privates [ 'api_platform.path_segment_name_generator.dash' ] ?? ( $this -> privates [ 'api_platform.path_segment_name_generator.dash' ] = new \ ApiPlatform \ Core \ Operation \ DashPathSegmentNameGenerator ()))));
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService ()
{
return $this -> privates [ 'cache.annotations' ] = new \ Symfony \ Component \ Cache \ Adapter \ TraceableAdapter (\ Symfony \ Component \ Cache \ Adapter \ AbstractAdapter :: createSystemCache ( 'eHoOJSwBee' , 0 , $this -> getParameter ( 'container.build_id' ), ( $this -> targetDir . '' . '/pools' ), ( $this -> privates [ 'monolog.logger.cache' ] ?? $this -> getMonolog_Logger_CacheService ())));
}
/**
* Gets the private 'cache.doctrine.orm.default.metadata' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_MetadataService ()
{
return $this -> privates [ 'cache.doctrine.orm.default.metadata' ] = new \ Symfony \ Component \ Cache \ Adapter \ TraceableAdapter (new \ Symfony \ Component \ Cache \ Adapter \ ArrayAdapter ());
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService ()
{
return $this -> privates [ 'cache.doctrine.orm.default.query' ] = new \ Symfony \ Component \ Cache \ Adapter \ TraceableAdapter (new \ Symfony \ Component \ Cache \ Adapter \ ArrayAdapter ());
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService ()
{
return $this -> privates [ 'cache.doctrine.orm.default.result' ] = new \ Symfony \ Component \ Cache \ Adapter \ TraceableAdapter (new \ Symfony \ Component \ Cache \ Adapter \ ArrayAdapter ());
}
/**
* Gets the private 'cache.messenger.restart_workers_signal' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Messenger_RestartWorkersSignalService ()
{
$a = new \ Symfony \ Component \ Cache \ Adapter \ FilesystemAdapter ( 'qto7cn0bAk' , 0 , ( $this -> targetDir . '' . '/pools' ), ( $this -> privates [ 'cache.default_marshaller' ] ?? ( $this -> privates [ 'cache.default_marshaller' ] = new \ Symfony \ Component \ Cache \ Marshaller \ DefaultMarshaller ( NULL ))));
$a -> setLogger (( $this -> privates [ 'monolog.logger.cache' ] ?? $this -> getMonolog_Logger_CacheService ()));
return $this -> privates [ 'cache.messenger.restart_workers_signal' ] = new \ Symfony \ Component \ Cache \ Adapter \ TraceableAdapter ( $a );
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService ()
{
return $this -> privates [ 'cache.property_info' ] = new \ Symfony \ Component \ Cache \ Adapter \ TraceableAdapter (\ Symfony \ Component \ Cache \ Adapter \ AbstractAdapter :: createSystemCache ( '7NpL8jeKxd' , 0 , $this -> getParameter ( 'container.build_id' ), ( $this -> targetDir . '' . '/pools' ), ( $this -> privates [ 'monolog.logger.cache' ] ?? $this -> getMonolog_Logger_CacheService ())));
}
/**
* Gets the private 'cache.security_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguageService ()
{
return $this -> privates [ 'cache.security_expression_language' ] = new \ Symfony \ Component \ Cache \ Adapter \ TraceableAdapter (\ Symfony \ Component \ Cache \ Adapter \ AbstractAdapter :: createSystemCache ( '0VAQ5Po2wN' , 0 , $this -> getParameter ( 'container.build_id' ), ( $this -> targetDir . '' . '/pools' ), ( $this -> privates [ 'monolog.logger.cache' ] ?? $this -> getMonolog_Logger_CacheService ())));
}
/**
* Gets the private 'cache.serializer' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService ()
{
return $this -> privates [ 'cache.serializer' ] = new \ Symfony \ Component \ Cache \ Adapter \ TraceableAdapter (\ Symfony \ Component \ Cache \ Adapter \ AbstractAdapter :: createSystemCache ( 'HLFudZPqKR' , 0 , $this -> getParameter ( 'container.build_id' ), ( $this -> targetDir . '' . '/pools' ), ( $this -> privates [ 'monolog.logger.cache' ] ?? $this -> getMonolog_Logger_CacheService ())));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService ()
{
return $this -> privates [ 'cache.validator' ] = new \ Symfony \ Component \ Cache \ Adapter \ TraceableAdapter (\ Symfony \ Component \ Cache \ Adapter \ AbstractAdapter :: createSystemCache ( 'lEn7QH7ZRO' , 0 , $this -> getParameter ( 'container.build_id' ), ( $this -> targetDir . '' . '/pools' ), ( $this -> privates [ 'monolog.logger.cache' ] ?? $this -> getMonolog_Logger_CacheService ())));
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService ()
{
return $this -> privates [ 'data_collector.form' ] = new \ Symfony \ Component \ Form \ Extension \ DataCollector \ FormDataCollector (new \ Symfony \ Component \ Form \ Extension \ DataCollector \ FormDataExtractor ());
}
/**
* Gets the private 'debug.api_platform.collection_data_provider' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
*/
protected function getDebug_ApiPlatform_CollectionDataProviderService ()
{
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 () {
yield 0 => ( $this -> privates [ 'sylius.api.collection_data_provider.taxon' ] ?? $this -> load ( 'getSylius_Api_CollectionDataProvider_TaxonService.php' ));
yield 1 => ( $this -> privates [ 'api_platform.doctrine.orm.default.collection_data_provider' ] ?? $this -> load ( 'getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService.php' ));
}, 2 )));
}
/**
* Gets the private 'debug.api_platform.data_persister' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
*/
protected function getDebug_ApiPlatform_DataPersisterService ()
{
return $this -> privates [ 'debug.api_platform.data_persister' ] = new \ ApiPlatform \ Core \ Bridge \ Symfony \ Bundle \ DataPersister \ TraceableChainDataPersister (new \ ApiPlatform \ Core \ DataPersister \ ChainDataPersister (new RewindableGenerator (function () {
yield 0 => ( $this -> privates [ 'sylius.api.data_persister.admin_user' ] ?? $this -> load ( 'getSylius_Api_DataPersister_AdminUserService.php' ));
yield 1 => ( $this -> privates [ 'sylius.api.data_persister.shipping_method' ] ?? $this -> load ( 'getSylius_Api_DataPersister_ShippingMethodService.php' ));
yield 2 => ( $this -> privates [ 'api_platform.messenger.data_persister' ] ?? $this -> load ( 'getApiPlatform_Messenger_DataPersisterService.php' ));
yield 3 => ( $this -> privates [ 'api_platform.doctrine.orm.data_persister' ] ?? $this -> load ( 'getApiPlatform_Doctrine_Orm_DataPersisterService.php' ));
}, 4 )));
}
/**
* Gets the private 'debug.api_platform.item_data_provider' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
*/
protected function getDebug_ApiPlatform_ItemDataProviderService ()
{
return $this -> privates [ 'debug.api_platform.item_data_provider' ] = new \ ApiPlatform \ Core \ Bridge \ Symfony \ Bundle \ DataProvider \ TraceableChainItemDataProvider (new \ ApiPlatform \ Core \ DataProvider \ ChainItemDataProvider (new RewindableGenerator (function () {
yield 0 => ( $this -> privates [ 'sylius.api.collection_data_provider.product' ] ?? $this -> load ( 'getSylius_Api_CollectionDataProvider_ProductService.php' ));
yield 1 => ( $this -> privates [ 'api_platform.doctrine.orm.default.item_data_provider' ] ?? $this -> load ( 'getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService.php' ));
}, 2 )));
}
/**
* Gets the private 'debug.api_platform.subresource_data_provider' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
*/
protected function getDebug_ApiPlatform_SubresourceDataProviderService ()
{
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 () {
yield 0 => ( $this -> privates [ 'sylius.api.collection_data_provider.shipping_methods_available_for_order' ] ?? $this -> load ( 'getSylius_Api_CollectionDataProvider_ShippingMethodsAvailableForOrderService.php' ));
yield 1 => ( $this -> privates [ 'sylius.api.collection_data_provider.payment_method' ] ?? $this -> load ( 'getSylius_Api_CollectionDataProvider_PaymentMethodService.php' ));
yield 2 => ( $this -> privates [ 'sylius.api.collection_data_provider.adjustments_for_order' ] ?? $this -> load ( 'getSylius_Api_CollectionDataProvider_AdjustmentsForOrderService.php' ));
yield 3 => ( $this -> privates [ 'sylius.api.collection_data_provider.adjustments_for_order_item' ] ?? $this -> load ( 'getSylius_Api_CollectionDataProvider_AdjustmentsForOrderItemService.php' ));
yield 4 => ( $this -> privates [ 'api_platform.doctrine.orm.default.subresource_data_provider' ] ?? $this -> load ( 'getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService.php' ));
}, 5 )));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService ()
{
$a = new \ Symfony \ Bridge \ Monolog \ Logger ( 'php' );
$a -> pushProcessor (( $this -> privates [ 'debug.log_processor' ] ?? $this -> getDebug_LogProcessorService ()));
$a -> pushHandler (( $this -> privates [ 'monolog.handler.firephp' ] ?? $this -> getMonolog_Handler_FirephpService ()));
$a -> pushHandler (( $this -> privates [ 'monolog.handler.main' ] ?? $this -> getMonolog_Handler_MainService ()));
\ Symfony \ Bundle \ FrameworkBundle \ DependencyInjection \ Compiler \ AddDebugLogProcessorPass :: configureLogger ( $a );
return $this -> privates [ 'debug.debug_handlers_listener' ] = new \ Symfony \ Component \ HttpKernel \ EventListener \ DebugHandlersListener ( NULL , $a , NULL , - 1 , true , ( $this -> privates [ 'debug.file_link_formatter' ] ?? $this -> getDebug_FileLinkFormatterService ()), true );
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService ()
{
return $this -> privates [ 'debug.file_link_formatter' ] = new \ Symfony \ Component \ HttpKernel \ Debug \ FileLinkFormatter ( NULL , ( $this -> services [ 'request_stack' ] ?? ( $this -> services [ 'request_stack' ] = new \ Symfony \ Component \ HttpFoundation \ RequestStack ())), \ dirname ( __DIR__ , 4 ), function () {
return ( $this -> privates [ 'debug.file_link_formatter.url_format' ] ?? $this -> load ( 'getDebug_FileLinkFormatter_UrlFormatService.php' ));
});
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService ()
{
return $this -> privates [ 'debug.log_processor' ] = new \ Symfony \ Bridge \ Monolog \ Processor \ DebugProcessor (( $this -> services [ 'request_stack' ] ?? ( $this -> services [ 'request_stack' ] = new \ Symfony \ Component \ HttpFoundation \ RequestStack ())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService ()
{
return $this -> privates [ 'debug.security.access.decision_manager' ] = new \ Symfony \ Component \ Security \ Core \ Authorization \ TraceableAccessDecisionManager (new \ Symfony \ Component \ Security \ Core \ Authorization \ AccessDecisionManager (new RewindableGenerator (function () {
yield 0 => ( $this -> privates [ 'debug.security.voter.security.access.authenticated_voter' ] ?? $this -> load ( 'getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php' ));
yield 1 => ( $this -> privates [ 'debug.security.voter.security.access.simple_role_voter' ] ?? $this -> load ( 'getDebug_Security_Voter_Security_Access_SimpleRoleVoterService.php' ));
yield 2 => ( $this -> privates [ 'debug.security.voter.security.access.expression_voter' ] ?? $this -> load ( 'getDebug_Security_Voter_Security_Access_ExpressionVoterService.php' ));
}, 3 ), 'affirmative' , false , true ));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService ()
{
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 ()));
}
/**
* Gets the private 'form.registry' shared service.
*
* @return \Symfony\Component\Form\FormRegistry
*/
protected function getForm_RegistryService ()
{
return $this -> privates [ 'form.registry' ] = new \ Symfony \ Component \ Form \ FormRegistry ([ 0 => new \ Symfony \ Component \ Form \ Extension \ DependencyInjection \ DependencyInjectionExtension (new \ Symfony \ Component \ DependencyInjection \ Argument \ ServiceLocator ( $this -> getService , [
'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType' => [ 'privates' , 'fos_oauth_server.authorize.form.type' , 'getFosOauthServer_Authorize_Form_TypeService.php' , true ],
'Liip\\ImagineBundle\\Form\\Type\\ImageType' => [ 'privates' , 'liip_imagine.form.type.image' , 'getLiipImagine_Form_Type_ImageService.php' , true ],
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardExpirationDateType' => [ 'services' , 'payum.form.type.credit_card_expiration_date' , 'getPayum_Form_Type_CreditCardExpirationDateService.php' , true ],
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardType' => [ 'services' , 'payum.form.type.credit_card' , 'getPayum_Form_Type_CreditCardService.php' , true ],
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayConfigType' => [ 'services' , 'payum.form.type.gateway_config' , 'getPayum_Form_Type_GatewayConfigService.php' , true ],
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType' => [ 'services' , 'payum.form.type.gateway_factories_choice' , 'getPayum_Form_Type_GatewayFactoriesChoiceService.php' , true ],
'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => [ 'privates' , 'sonata.block.form.type.container_template' , 'getSonata_Block_Form_Type_ContainerTemplateService.php' , true ],
'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => [ 'privates' , 'sonata.block.form.type.block' , 'getSonata_Block_Form_Type_BlockService.php' , true ],
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\AddressType' => [ 'services' , 'sylius.form.type.address' , 'getSylius_Form_Type_AddressService.php' , true ],
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\CountryChoiceType' => [ 'services' , 'sylius.form.type.country_choice' , 'getSylius_Form_Type_CountryChoiceService.php' , true ],
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\CountryCodeChoiceType' => [ 'services' , 'sylius.form.type.country_code_choice' , 'getSylius_Form_Type_CountryCodeChoiceService.php' , true ],
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\CountryType' => [ 'services' , 'sylius.form.type.country' , 'getSylius_Form_Type_CountryService.php' , true ],
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ProvinceChoiceType' => [ 'services' , 'sylius.form.type.province_choice' , 'getSylius_Form_Type_ProvinceChoiceService.php' , true ],
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ProvinceCodeChoiceType' => [ 'services' , 'sylius.form.type.province_code_choice' , 'getSylius_Form_Type_ProvinceCodeChoiceService.php' , true ],
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ProvinceType' => [ 'services' , 'sylius.form.type.province' , 'getSylius_Form_Type_ProvinceService.php' , true ],
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ZoneChoiceType' => [ 'services' , 'sylius.form.type.zone_choice' , 'getSylius_Form_Type_ZoneChoiceService.php' , true ],
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ZoneCodeChoiceType' => [ 'services' , 'sylius.form.type.zone_code_choice' , 'getSylius_Form_Type_ZoneCodeChoiceService.php' , true ],
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ZoneMemberType' => [ 'services' , 'sylius.form.type.zone_member' , 'getSylius_Form_Type_ZoneMemberService.php' , true ],
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ZoneType' => [ 'services' , 'sylius.form.type.zone' , 'getSylius_Form_Type_ZoneService.php' , true ],
'Sylius\\Bundle\\AdminApiBundle\\Form\\Type\\AddressType' => [ 'services' , 'sylius.form.type.api_checkout_address' , 'getSylius_Form_Type_ApiCheckoutAddressService.php' , true ],
'Sylius\\Bundle\\AdminApiBundle\\Form\\Type\\ClientType' => [ 'services' , 'sylius.form.type.api_client' , 'getSylius_Form_Type_ApiClientService.php' , true ],
'Sylius\\Bundle\\AdminApiBundle\\Form\\Type\\CustomerProfileType' => [ 'services' , 'sylius.form.type.api_customer' , 'getSylius_Form_Type_ApiCustomerService.php' , true ],
'Sylius\\Bundle\\AdminApiBundle\\Form\\Type\\OrderItemType' => [ 'services' , 'sylius.form.type.api_order_item' , 'getSylius_Form_Type_ApiOrderItemService.php' , true ],
'Sylius\\Bundle\\AdminApiBundle\\Form\\Type\\OrderPromotionCouponType' => [ 'services' , 'sylius.form.type.api_order_promotion_coupon' , 'getSylius_Form_Type_ApiOrderPromotionCouponService.php' , true ],
'Sylius\\Bundle\\AdminApiBundle\\Form\\Type\\OrderType' => [ 'services' , 'sylius.form.type.api_order' , 'getSylius_Form_Type_ApiOrderService.php' , true ],
'Sylius\\Bundle\\AdminApiBundle\\Form\\Type\\ProductType' => [ 'services' , 'sylius.form.type.api_product' , 'getSylius_Form_Type_ApiProductService.php' , true ],
'Sylius\\Bundle\\AdminApiBundle\\Form\\Type\\ProductVariantType' => [ 'services' , 'sylius.form.type.api_product_variant' , 'getSylius_Form_Type_ApiProductVariantService.php' , true ],
'Sylius\\Bundle\\AttributeBundle\\Form\\Type\\AttributeTypeChoiceType' => [ 'services' , 'sylius.form.type.attribute_type_choice' , 'getSylius_Form_Type_AttributeTypeChoiceService.php' , true ],
'Sylius\\Bundle\\AttributeBundle\\Form\\Type\\AttributeType\\Configuration\\SelectAttributeChoicesCollectionType' => [ 'services' , 'sylius.form.type.attribute_type.select.choices_collection' , 'getSylius_Form_Type_AttributeType_Select_ChoicesCollectionService.php' , true ],
'Sylius\\Bundle\\AttributeBundle\\Form\\Type\\AttributeType\\Configuration\\SelectAttributeValueTranslationsType' => [ 'services' , 'sylius.attribute_type.select.value.translations' , 'getSylius_AttributeType_Select_Value_TranslationsService.php' , true ],
'Sylius\\Bundle\\AttributeBundle\\Form\\Type\\AttributeType\\SelectAttributeType' => [ 'services' , 'sylius.form.type.attribute_type.select' , 'getSylius_Form_Type_AttributeType_SelectService.php' , true ],
'Sylius\\Bundle\\ChannelBundle\\Form\\Type\\ChannelChoiceType' => [ 'services' , 'sylius.form.type.channel_choice' , 'getSylius_Form_Type_ChannelChoiceService.php' , true ],
'Sylius\\Bundle\\ChannelBundle\\Form\\Type\\ChannelType' => [ 'services' , 'sylius.form.type.channel' , 'getSylius_Form_Type_ChannelService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\AddressChoiceType' => [ 'services' , 'sylius.form.type.address_choice' , 'getSylius_Form_Type_AddressChoiceService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\ChannelCollectionType' => [ 'services' , 'sylius.form.type.channels_collection' , 'getSylius_Form_Type_ChannelsCollectionService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\AddressType' => [ 'services' , 'sylius.form.type.checkout_address' , 'getSylius_Form_Type_CheckoutAddressService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\CompleteType' => [ 'services' , 'sylius.form.type.checkout_complete' , 'getSylius_Form_Type_CheckoutCompleteService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\PaymentType' => [ 'services' , 'sylius.form.type.checkout_payment' , 'getSylius_Form_Type_CheckoutPaymentService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\SelectShippingType' => [ 'services' , 'sylius.form.type.checkout_select_shipping' , 'getSylius_Form_Type_CheckoutSelectShippingService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\ShipmentType' => [ 'services' , 'sylius.form.type.checkout_shipment' , 'getSylius_Form_Type_CheckoutShipmentService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Customer\\CustomerCheckoutGuestType' => [ 'services' , 'sylius.form.type.customer_checkout_guest' , 'getSylius_Form_Type_CustomerCheckoutGuestService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Customer\\CustomerGuestType' => [ 'services' , 'sylius.form.type.customer_guest' , 'getSylius_Form_Type_CustomerGuestService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Customer\\CustomerRegistrationType' => [ 'services' , 'sylius.form.type.customer_registration' , 'getSylius_Form_Type_CustomerRegistrationService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Customer\\CustomerSimpleRegistrationType' => [ 'services' , 'sylius.form.type.customer_simple_registration' , 'getSylius_Form_Type_CustomerSimpleRegistrationService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Order\\AddToCartType' => [ 'services' , 'sylius.form.type.add_to_cart' , 'getSylius_Form_Type_AddToCartService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Product\\ChannelPricingType' => [ 'services' , 'sylius.form.type.channel_pricing' , 'getSylius_Form_Type_ChannelPricingService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Product\\ProductImageType' => [ 'services' , 'sylius.form.type.product_image' , 'getSylius_Form_Type_ProductImageService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Product\\ProductReviewType' => [ 'services' , 'sylius.form.type.product_review' , 'getSylius_Form_Type_ProductReviewService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Filter\\ProductFilterConfigurationType' => [ 'services' , 'sylius.form.type.promotion_action.filter.product' , 'getSylius_Form_Type_PromotionAction_Filter_ProductService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Filter\\TaxonFilterConfigurationType' => [ 'services' , 'sylius.form.type.promotion_action.filter.taxon' , 'getSylius_Form_Type_PromotionAction_Filter_TaxonService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Rule\\ContainsProductConfigurationType' => [ 'services' , 'sylius.form.type.promotion_rule.contains_product_configuration' , 'getSylius_Form_Type_PromotionRule_ContainsProductConfigurationService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Rule\\CustomerGroupConfigurationType' => [ 'services' , 'sylius.form.type.promotion_rule.customer_group_configuration' , 'getSylius_Form_Type_PromotionRule_CustomerGroupConfigurationService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Rule\\HasTaxonConfigurationType' => [ 'services' , 'sylius.form.type.promotion_rule.has_taxon_configuration' , 'getSylius_Form_Type_PromotionRule_HasTaxonConfigurationService.php' , true ],
'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.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Shipping\\Calculator\\ChannelBasedFlatRateConfigurationType' => [ 'services' , 'sylius.form.type.channel_based_shipping_calculator.flat_rate' , 'getSylius_Form_Type_ChannelBasedShippingCalculator_FlatRateService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Shipping\\Calculator\\ChannelBasedPerUnitRateConfigurationType' => [ 'services' , 'sylius.form.type.channel_based_shipping_calculator.per_unit_rate' , 'getSylius_Form_Type_ChannelBasedShippingCalculator_PerUnitRateService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\ShopBillingDataType' => [ 'services' , 'sylius.form.type.shop_billing_data' , 'getSylius_Form_Type_ShopBillingDataService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\TaxCalculationStrategyChoiceType' => [ 'services' , 'sylius.form.type.tax_calculation_strategy_choice' , 'getSylius_Form_Type_TaxCalculationStrategyChoiceService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Taxon\\ProductTaxonAutocompleteChoiceType' => [ 'services' , 'sylius.form.type.autocomplete_product_taxon_choice' , 'getSylius_Form_Type_AutocompleteProductTaxonChoiceService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Taxon\\TaxonImageType' => [ 'services' , 'sylius.form.type.taxon_image' , 'getSylius_Form_Type_TaxonImageService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\AdminUserType' => [ 'services' , 'sylius.form.type.admin_user' , 'getSylius_Form_Type_AdminUserService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\AvatarImageType' => [ 'services' , 'sylius.form.type.avatar_image' , 'getSylius_Form_Type_AvatarImageService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\ShopUserRegistrationType' => [ 'services' , 'sylius.form.type.shop_user_registration' , 'getSylius_Form_Type_ShopUserRegistrationService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\ShopUserType' => [ 'services' , 'sylius.form.type.shop_user' , 'getSylius_Form_Type_ShopUserService.php' , true ],
'Sylius\\Bundle\\CurrencyBundle\\Form\\Type\\CurrencyChoiceType' => [ 'services' , 'sylius.form.type.currency_choice' , 'getSylius_Form_Type_CurrencyChoiceService.php' , true ],
'Sylius\\Bundle\\CurrencyBundle\\Form\\Type\\CurrencyType' => [ 'services' , 'sylius.form.type.currency' , 'getSylius_Form_Type_CurrencyService.php' , true ],
'Sylius\\Bundle\\CurrencyBundle\\Form\\Type\\ExchangeRateType' => [ 'services' , 'sylius.form.type.exchange_rate' , 'getSylius_Form_Type_ExchangeRateService.php' , true ],
'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerChoiceType' => [ 'services' , 'sylius.form.type.customer_choice' , 'getSylius_Form_Type_CustomerChoiceService.php' , true ],
'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerGroupChoiceType' => [ 'services' , 'sylius.form.type.customer_group_choice' , 'getSylius_Form_Type_CustomerGroupChoiceService.php' , true ],
'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerGroupCodeChoiceType' => [ 'services' , 'sylius.form.type.customer_group_code_choice' , 'getSylius_Form_Type_CustomerGroupCodeChoiceService.php' , true ],
'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerGroupType' => [ 'services' , 'sylius.form.type.customer_group' , 'getSylius_Form_Type_CustomerGroupService.php' , true ],
'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerProfileType' => [ 'services' , 'sylius.form.type.customer_profile' , 'getSylius_Form_Type_CustomerProfileService.php' , true ],
'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerType' => [ 'services' , 'sylius.form.type.customer' , 'getSylius_Form_Type_CustomerService.php' , true ],
'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\BooleanFilterType' => [ 'services' , 'sylius.form.type.grid_filter.boolean' , 'getSylius_Form_Type_GridFilter_BooleanService.php' , true ],
'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\DateFilterType' => [ 'services' , 'sylius.form.type.grid_filter.date' , 'getSylius_Form_Type_GridFilter_DateService.php' , true ],
'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\EntityFilterType' => [ 'services' , 'sylius.form.type.grid_filter.entity' , 'getSylius_Form_Type_GridFilter_EntityService.php' , true ],
'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\ExistsFilterType' => [ 'services' , 'sylius.form.type.grid_filter.exists' , 'getSylius_Form_Type_GridFilter_ExistsService.php' , true ],
'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\MoneyFilterType' => [ 'services' , 'sylius.form.type.grid_filter.money' , 'getSylius_Form_Type_GridFilter_MoneyService.php' , true ],
'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\SelectFilterType' => [ 'services' , 'sylius.form.type.grid_filter.select' , 'getSylius_Form_Type_GridFilter_SelectService.php' , true ],
'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\StringFilterType' => [ 'services' , 'sylius.form.type.grid_filter.string' , 'getSylius_Form_Type_GridFilter_StringService.php' , true ],
'Sylius\\Bundle\\LocaleBundle\\Form\\Type\\LocaleChoiceType' => [ 'services' , 'sylius.form.type.locale_choice' , 'getSylius_Form_Type_LocaleChoiceService.php' , true ],
'Sylius\\Bundle\\LocaleBundle\\Form\\Type\\LocaleType' => [ 'services' , 'sylius.form.type.locale' , 'getSylius_Form_Type_LocaleService.php' , true ],
'Sylius\\Bundle\\MoneyBundle\\Form\\Type\\MoneyType' => [ 'services' , 'sylius.form.type.money' , 'getSylius_Form_Type_MoneyService.php' , true ],
'Sylius\\Bundle\\OrderBundle\\Form\\Type\\CartItemType' => [ 'services' , 'sylius.form.type.cart_item' , 'getSylius_Form_Type_CartItemService.php' , true ],
'Sylius\\Bundle\\OrderBundle\\Form\\Type\\CartType' => [ 'services' , 'sylius.form.type.cart' , 'getSylius_Form_Type_CartService.php' , true ],
'Sylius\\Bundle\\OrderBundle\\Form\\Type\\OrderItemType' => [ 'services' , 'sylius.form.type.order_item' , 'getSylius_Form_Type_OrderItemService.php' , true ],
'Sylius\\Bundle\\OrderBundle\\Form\\Type\\OrderType' => [ 'services' , 'sylius.form.type.order' , 'getSylius_Form_Type_OrderService.php' , true ],
'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentGatewayChoiceType' => [ 'services' , 'sylius.form.type.payment_gateway_choice' , 'getSylius_Form_Type_PaymentGatewayChoiceService.php' , true ],
'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentMethodChoiceType' => [ 'services' , 'sylius.form.type.payment_method_choice' , 'getSylius_Form_Type_PaymentMethodChoiceService.php' , true ],
'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentMethodTranslationType' => [ 'services' , 'sylius.form.type.payment_method_translation' , 'getSylius_Form_Type_PaymentMethodTranslationService.php' , true ],
'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentMethodType' => [ 'services' , 'sylius.form.type.payment_method' , 'getSylius_Form_Type_PaymentMethodService.php' , true ],
'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentType' => [ 'services' , 'sylius.form.type.payment' , 'getSylius_Form_Type_PaymentService.php' , true ],
'Sylius\\Bundle\\PayumBundle\\Form\\Type\\GatewayConfigType' => [ 'services' , 'sylius.form.type.gateway_config' , 'getSylius_Form_Type_GatewayConfigService.php' , true ],
'Sylius\\Bundle\\PayumBundle\\Form\\Type\\PaypalGatewayConfigurationType' => [ 'services' , 'sylius.form.type.gateway_configuration.paypal' , 'getSylius_Form_Type_GatewayConfiguration_PaypalService.php' , true ],
'Sylius\\Bundle\\PayumBundle\\Form\\Type\\StripeGatewayConfigurationType' => [ 'services' , 'sylius.form.type.gateway_configuration.stripe' , 'getSylius_Form_Type_GatewayConfiguration_StripeService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationType' => [ 'services' , 'sylius.form.type.product_association' , 'getSylius_Form_Type_ProductAssociationService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationTypeChoiceType' => [ 'services' , 'sylius.form.type.product_association_type_choice' , 'getSylius_Form_Type_ProductAssociationTypeChoiceService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationTypeTranslationType' => [ 'services' , 'sylius.form.type.product_association_type_translation' , 'getSylius_Form_Type_ProductAssociationTypeTranslationService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationTypeType' => [ 'services' , 'sylius.form.type.product_association_type' , 'getSylius_Form_Type_ProductAssociationTypeService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationsType' => [ 'services' , 'sylius.form.type.sylius_product_associations' , 'getSylius_Form_Type_SyliusProductAssociationsService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeChoiceType' => [ 'services' , 'sylius.form.type.product_attribute_choice' , 'getSylius_Form_Type_ProductAttributeChoiceService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeTranslationType' => [ 'services' , 'sylius.form.type.product_attribute_translation' , 'getSylius_Form_Type_ProductAttributeTranslationService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeType' => [ 'services' , 'sylius.form.type.product_attribute' , 'getSylius_Form_Type_ProductAttributeService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeValueType' => [ 'services' , 'sylius.form.type.product_attribute_value' , 'getSylius_Form_Type_ProductAttributeValueService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductChoiceType' => [ 'services' , 'sylius.form.type.product_choice' , 'getSylius_Form_Type_ProductChoiceService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductCodeChoiceType' => [ 'services' , 'sylius.form.type.product_code_choice' , 'getSylius_Form_Type_ProductCodeChoiceService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductGenerateVariantsType' => [ 'services' , 'sylius.form.type.product_generate_variants' , 'getSylius_Form_Type_ProductGenerateVariantsService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionChoiceType' => [ 'services' , 'sylius.form.type.product_option_choice' , 'getSylius_Form_Type_ProductOptionChoiceService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionTranslationType' => [ 'services' , 'sylius.form.type.product_option_translation' , 'getSylius_Form_Type_ProductOptionTranslationService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionType' => [ 'services' , 'sylius.form.type.product_option' , 'getSylius_Form_Type_ProductOptionService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionValueChoiceType' => [ 'services' , 'sylius.form.type.product_option_value_choice' , 'getSylius_Form_Type_ProductOptionValueChoiceService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionValueTranslationType' => [ 'services' , 'sylius.form.type.product_option_value_translation' , 'getSylius_Form_Type_ProductOptionValueTranslationService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionValueType' => [ 'services' , 'sylius.form.type.product_option_value' , 'getSylius_Form_Type_ProductOptionValueService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductTranslationType' => [ 'services' , 'sylius.form.type.product_translation' , 'getSylius_Form_Type_ProductTranslationService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductType' => [ 'services' , 'sylius.form.type.product' , 'getSylius_Form_Type_ProductService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantGenerationType' => [ 'services' , 'sylius.form.type.product_variant_generation' , 'getSylius_Form_Type_ProductVariantGenerationService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantTranslationType' => [ 'services' , 'sylius.form.type.product_variant_translation' , 'getSylius_Form_Type_ProductVariantTranslationService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantType' => [ 'services' , 'sylius.form.type.product_variant' , 'getSylius_Form_Type_ProductVariantService.php' , true ],
'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionActionChoiceType' => [ 'services' , 'sylius.form.type.promotion_action_choice' , 'getSylius_Form_Type_PromotionActionChoiceService.php' , true ],
'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionActionCollectionType' => [ 'services' , 'sylius.form.type.promotion_action.collection' , 'getSylius_Form_Type_PromotionAction_CollectionService.php' , true ],
'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionActionType' => [ 'services' , 'sylius.form.type.promotion_action' , 'getSylius_Form_Type_PromotionActionService.php' , true ],
'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionCouponGeneratorInstructionType' => [ 'services' , 'sylius.form.type.promotion_coupon_generator_instruction' , 'getSylius_Form_Type_PromotionCouponGeneratorInstructionService.php' , true ],
'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionCouponToCodeType' => [ 'services' , 'sylius.form.type.promotion_coupon_to_code' , 'getSylius_Form_Type_PromotionCouponToCodeService.php' , true ],
'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionCouponType' => [ 'services' , 'sylius.form.type.promotion_coupon' , 'getSylius_Form_Type_PromotionCouponService.php' , true ],
'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionRuleChoiceType' => [ 'services' , 'sylius.form.type.promotion_rule_choice' , 'getSylius_Form_Type_PromotionRuleChoiceService.php' , true ],
'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionRuleCollectionType' => [ 'services' , 'sylius.form.type.promotion_rule.collection' , 'getSylius_Form_Type_PromotionRule_CollectionService.php' , true ],
'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionRuleType' => [ 'services' , 'sylius.form.type.promotion_rule' , 'getSylius_Form_Type_PromotionRuleService.php' , true ],
'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionType' => [ 'services' , 'sylius.form.type.promotion' , 'getSylius_Form_Type_PromotionService.php' , true ],
'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType' => [ 'services' , 'sylius.form.type.default' , 'getSylius_Form_Type_DefaultService.php' , true ],
'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\ResourceAutocompleteChoiceType' => [ 'services' , 'sylius.form.type.resource_autocomplete_choice' , 'getSylius_Form_Type_ResourceAutocompleteChoiceService.php' , true ],
'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\ResourceTranslationsType' => [ 'services' , 'sylius.form.type.resource_translations' , 'getSylius_Form_Type_ResourceTranslationsService.php' , true ],
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\CalculatorChoiceType' => [ 'services' , 'sylius.form.type.shipping_calculator_choice' , 'getSylius_Form_Type_ShippingCalculatorChoiceService.php' , true ],
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShipmentShipType' => [ 'services' , 'sylius.form.type.shipment_ship' , 'getSylius_Form_Type_ShipmentShipService.php' , true ],
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShipmentType' => [ 'services' , 'sylius.form.type.shipment' , 'getSylius_Form_Type_ShipmentService.php' , true ],
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingCategoryChoiceType' => [ 'services' , 'sylius.form.type.shipping_category_choice' , 'getSylius_Form_Type_ShippingCategoryChoiceService.php' , true ],
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingCategoryType' => [ 'services' , 'sylius.form.type.shipping_category' , 'getSylius_Form_Type_ShippingCategoryService.php' , true ],
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodChoiceType' => [ 'services' , 'sylius.form.type.shipping_method_choice' , 'getSylius_Form_Type_ShippingMethodChoiceService.php' , true ],
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodRuleChoiceType' => [ 'services' , 'sylius.form.type.shipping_method_rule_choice' , 'getSylius_Form_Type_ShippingMethodRuleChoiceService.php' , true ],
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodRuleCollectionType' => [ 'services' , 'sylius.form.type.shipping_method_rule.collection' , 'getSylius_Form_Type_ShippingMethodRule_CollectionService.php' , true ],
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodRuleType' => [ 'services' , 'sylius.form.type.shipping_method_rule' , 'getSylius_Form_Type_ShippingMethodRuleService.php' , true ],
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodTranslationType' => [ 'services' , 'sylius.form.type.shipping_method_translation' , 'getSylius_Form_Type_ShippingMethodTranslationService.php' , true ],
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodType' => [ 'services' , 'sylius.form.type.shipping_method' , 'getSylius_Form_Type_ShippingMethodService.php' , true ],
'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxCalculatorChoiceType' => [ 'services' , 'sylius.form.type.tax_calculator_choice' , 'getSylius_Form_Type_TaxCalculatorChoiceService.php' , true ],
'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxCategoryChoiceType' => [ 'services' , 'sylius.form.type.tax_category_choice' , 'getSylius_Form_Type_TaxCategoryChoiceService.php' , true ],
'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxCategoryType' => [ 'services' , 'sylius.form.type.tax_category' , 'getSylius_Form_Type_TaxCategoryService.php' , true ],
'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateType' => [ 'services' , 'sylius.form.type.tax_rate' , 'getSylius_Form_Type_TaxRateService.php' , true ],
'Sylius\\Bundle\\TaxonomyBundle\\Form\\Type\\TaxonPositionType' => [ 'services' , 'sylius.form.type.taxon_position' , 'getSylius_Form_Type_TaxonPositionService.php' , true ],
'Sylius\\Bundle\\TaxonomyBundle\\Form\\Type\\TaxonTranslationType' => [ 'services' , 'sylius.form.type.taxon_translation' , 'getSylius_Form_Type_TaxonTranslationService.php' , true ],
'Sylius\\Bundle\\TaxonomyBundle\\Form\\Type\\TaxonType' => [ 'services' , 'sylius.form.type.taxon' , 'getSylius_Form_Type_TaxonService.php' , true ],
'Sylius\\Bundle\\ThemeBundle\\Form\\Type\\ThemeChoiceType' => [ 'privates' , 'sylius.theme.form.type.theme_choice' , 'getSylius_Theme_Form_Type_ThemeChoiceService.php' , true ],
'Sylius\\Bundle\\ThemeBundle\\Form\\Type\\ThemeNameChoiceType' => [ 'privates' , 'sylius.theme.form.type.theme_name_choice' , 'getSylius_Theme_Form_Type_ThemeNameChoiceService.php' , true ],
'Sylius\\Bundle\\UiBundle\\Form\\Type\\SecurityLoginType' => [ 'services' , 'sylius.form.type.security_login' , 'getSylius_Form_Type_SecurityLoginService.php' , true ],
'Sylius\\Bundle\\UserBundle\\Form\\Type\\UserChangePasswordType' => [ 'services' , 'sylius.form.type.user_change_password' , 'getSylius_Form_Type_UserChangePasswordService.php' , true ],
'Sylius\\Bundle\\UserBundle\\Form\\Type\\UserLoginType' => [ 'services' , 'sylius.form.type.user_login' , 'getSylius_Form_Type_UserLoginService.php' , true ],
'Sylius\\Bundle\\UserBundle\\Form\\Type\\UserRequestPasswordResetType' => [ 'services' , 'sylius.form.type.user_request_password_reset' , 'getSylius_Form_Type_UserRequestPasswordResetService.php' , true ],
'Sylius\\Bundle\\UserBundle\\Form\\Type\\UserResetPasswordType' => [ 'services' , 'sylius.form.type.user_reset_password' , 'getSylius_Form_Type_UserResetPasswordService.php' , true ],
'Sylius\\PayPalPlugin\\Form\\Type\\SelectPaymentType' => [ 'privates' , 'sylius.form.type.checkout_select_payment' , 'getSylius_Form_Type_CheckoutSelectPaymentService.php' , true ],
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => [ 'privates' , 'form.type.entity' , 'getForm_Type_EntityService.php' , true ],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => [ 'privates' , 'form.type.choice' , 'getForm_Type_ChoiceService.php' , true ],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => [ 'services' , 'form.type.file' , 'getForm_Type_FileService.php' , true ],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => [ 'privates' , 'form.type.form' , 'getForm_Type_FormService.php' , true ],
], [
'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType' => '?' ,
'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?' ,
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardExpirationDateType' => '?' ,
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardType' => '?' ,
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayConfigType' => '?' ,
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType' => '?' ,
'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => '?' ,
'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => '?' ,
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\AddressType' => '?' ,
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\CountryChoiceType' => '?' ,
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\CountryCodeChoiceType' => '?' ,
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\CountryType' => '?' ,
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ProvinceChoiceType' => '?' ,
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ProvinceCodeChoiceType' => '?' ,
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ProvinceType' => '?' ,
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ZoneChoiceType' => '?' ,
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ZoneCodeChoiceType' => '?' ,
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ZoneMemberType' => '?' ,
'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\ZoneType' => '?' ,
'Sylius\\Bundle\\AdminApiBundle\\Form\\Type\\AddressType' => '?' ,
'Sylius\\Bundle\\AdminApiBundle\\Form\\Type\\ClientType' => '?' ,
'Sylius\\Bundle\\AdminApiBundle\\Form\\Type\\CustomerProfileType' => '?' ,
'Sylius\\Bundle\\AdminApiBundle\\Form\\Type\\OrderItemType' => '?' ,
'Sylius\\Bundle\\AdminApiBundle\\Form\\Type\\OrderPromotionCouponType' => '?' ,
'Sylius\\Bundle\\AdminApiBundle\\Form\\Type\\OrderType' => '?' ,
'Sylius\\Bundle\\AdminApiBundle\\Form\\Type\\ProductType' => '?' ,
'Sylius\\Bundle\\AdminApiBundle\\Form\\Type\\ProductVariantType' => '?' ,
'Sylius\\Bundle\\AttributeBundle\\Form\\Type\\AttributeTypeChoiceType' => '?' ,
'Sylius\\Bundle\\AttributeBundle\\Form\\Type\\AttributeType\\Configuration\\SelectAttributeChoicesCollectionType' => '?' ,
'Sylius\\Bundle\\AttributeBundle\\Form\\Type\\AttributeType\\Configuration\\SelectAttributeValueTranslationsType' => '?' ,
'Sylius\\Bundle\\AttributeBundle\\Form\\Type\\AttributeType\\SelectAttributeType' => '?' ,
'Sylius\\Bundle\\ChannelBundle\\Form\\Type\\ChannelChoiceType' => '?' ,
'Sylius\\Bundle\\ChannelBundle\\Form\\Type\\ChannelType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\AddressChoiceType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\ChannelCollectionType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\AddressType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\CompleteType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\PaymentType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\SelectShippingType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\ShipmentType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Customer\\CustomerCheckoutGuestType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Customer\\CustomerGuestType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Customer\\CustomerRegistrationType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Customer\\CustomerSimpleRegistrationType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Order\\AddToCartType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Product\\ChannelPricingType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Product\\ProductImageType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Product\\ProductReviewType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Filter\\ProductFilterConfigurationType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Filter\\TaxonFilterConfigurationType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Rule\\ContainsProductConfigurationType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Rule\\CustomerGroupConfigurationType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Rule\\HasTaxonConfigurationType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Promotion\\Rule\\TotalOfItemsFromTaxonConfigurationType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Shipping\\Calculator\\ChannelBasedFlatRateConfigurationType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Shipping\\Calculator\\ChannelBasedPerUnitRateConfigurationType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\ShopBillingDataType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\TaxCalculationStrategyChoiceType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Taxon\\ProductTaxonAutocompleteChoiceType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\Taxon\\TaxonImageType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\AdminUserType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\AvatarImageType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\ShopUserRegistrationType' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Form\\Type\\User\\ShopUserType' => '?' ,
'Sylius\\Bundle\\CurrencyBundle\\Form\\Type\\CurrencyChoiceType' => '?' ,
'Sylius\\Bundle\\CurrencyBundle\\Form\\Type\\CurrencyType' => '?' ,
'Sylius\\Bundle\\CurrencyBundle\\Form\\Type\\ExchangeRateType' => '?' ,
'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerChoiceType' => '?' ,
'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerGroupChoiceType' => '?' ,
'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerGroupCodeChoiceType' => '?' ,
'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerGroupType' => '?' ,
'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerProfileType' => '?' ,
'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerType' => '?' ,
'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\BooleanFilterType' => '?' ,
'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\DateFilterType' => '?' ,
'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\EntityFilterType' => '?' ,
'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\ExistsFilterType' => '?' ,
'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\MoneyFilterType' => '?' ,
'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\SelectFilterType' => '?' ,
'Sylius\\Bundle\\GridBundle\\Form\\Type\\Filter\\StringFilterType' => '?' ,
'Sylius\\Bundle\\LocaleBundle\\Form\\Type\\LocaleChoiceType' => '?' ,
'Sylius\\Bundle\\LocaleBundle\\Form\\Type\\LocaleType' => '?' ,
'Sylius\\Bundle\\MoneyBundle\\Form\\Type\\MoneyType' => '?' ,
'Sylius\\Bundle\\OrderBundle\\Form\\Type\\CartItemType' => '?' ,
'Sylius\\Bundle\\OrderBundle\\Form\\Type\\CartType' => '?' ,
'Sylius\\Bundle\\OrderBundle\\Form\\Type\\OrderItemType' => '?' ,
'Sylius\\Bundle\\OrderBundle\\Form\\Type\\OrderType' => '?' ,
'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentGatewayChoiceType' => '?' ,
'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentMethodChoiceType' => '?' ,
'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentMethodTranslationType' => '?' ,
'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentMethodType' => '?' ,
'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentType' => '?' ,
'Sylius\\Bundle\\PayumBundle\\Form\\Type\\GatewayConfigType' => '?' ,
'Sylius\\Bundle\\PayumBundle\\Form\\Type\\PaypalGatewayConfigurationType' => '?' ,
'Sylius\\Bundle\\PayumBundle\\Form\\Type\\StripeGatewayConfigurationType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationTypeChoiceType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationTypeTranslationType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationTypeType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAssociationsType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeChoiceType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeTranslationType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAttributeValueType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductChoiceType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductCodeChoiceType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductGenerateVariantsType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionChoiceType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionTranslationType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionValueChoiceType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionValueTranslationType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductOptionValueType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductTranslationType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantGenerationType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantTranslationType' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantType' => '?' ,
'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionActionChoiceType' => '?' ,
'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionActionCollectionType' => '?' ,
'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionActionType' => '?' ,
'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionCouponGeneratorInstructionType' => '?' ,
'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionCouponToCodeType' => '?' ,
'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionCouponType' => '?' ,
'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionRuleChoiceType' => '?' ,
'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionRuleCollectionType' => '?' ,
'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionRuleType' => '?' ,
'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionType' => '?' ,
'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\DefaultResourceType' => '?' ,
'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\ResourceAutocompleteChoiceType' => '?' ,
'Sylius\\Bundle\\ResourceBundle\\Form\\Type\\ResourceTranslationsType' => '?' ,
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\CalculatorChoiceType' => '?' ,
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShipmentShipType' => '?' ,
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShipmentType' => '?' ,
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingCategoryChoiceType' => '?' ,
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingCategoryType' => '?' ,
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodChoiceType' => '?' ,
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodRuleChoiceType' => '?' ,
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodRuleCollectionType' => '?' ,
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodRuleType' => '?' ,
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodTranslationType' => '?' ,
'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodType' => '?' ,
'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxCalculatorChoiceType' => '?' ,
'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxCategoryChoiceType' => '?' ,
'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxCategoryType' => '?' ,
'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateType' => '?' ,
'Sylius\\Bundle\\TaxonomyBundle\\Form\\Type\\TaxonPositionType' => '?' ,
'Sylius\\Bundle\\TaxonomyBundle\\Form\\Type\\TaxonTranslationType' => '?' ,
'Sylius\\Bundle\\TaxonomyBundle\\Form\\Type\\TaxonType' => '?' ,
'Sylius\\Bundle\\ThemeBundle\\Form\\Type\\ThemeChoiceType' => '?' ,
'Sylius\\Bundle\\ThemeBundle\\Form\\Type\\ThemeNameChoiceType' => '?' ,
'Sylius\\Bundle\\UiBundle\\Form\\Type\\SecurityLoginType' => '?' ,
'Sylius\\Bundle\\UserBundle\\Form\\Type\\UserChangePasswordType' => '?' ,
'Sylius\\Bundle\\UserBundle\\Form\\Type\\UserLoginType' => '?' ,
'Sylius\\Bundle\\UserBundle\\Form\\Type\\UserRequestPasswordResetType' => '?' ,
'Sylius\\Bundle\\UserBundle\\Form\\Type\\UserResetPasswordType' => '?' ,
'Sylius\\PayPalPlugin\\Form\\Type\\SelectPaymentType' => '?' ,
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?' ,
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?' ,
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?' ,
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?' ,
]), [ 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator (function () {
yield 0 => ( $this -> privates [ 'form.type_extension.form.transformation_failure_handling' ] ?? $this -> load ( 'getForm_TypeExtension_Form_TransformationFailureHandlingService.php' ));
yield 1 => ( $this -> privates [ 'form.type_extension.form.http_foundation' ] ?? $this -> load ( 'getForm_TypeExtension_Form_HttpFoundationService.php' ));
yield 2 => ( $this -> privates [ 'form.type_extension.form.validator' ] ?? $this -> load ( 'getForm_TypeExtension_Form_ValidatorService.php' ));
yield 3 => ( $this -> privates [ 'form.type_extension.upload.validator' ] ?? $this -> load ( 'getForm_TypeExtension_Upload_ValidatorService.php' ));
yield 4 => ( $this -> privates [ 'form.type_extension.csrf' ] ?? $this -> load ( 'getForm_TypeExtension_CsrfService.php' ));
yield 5 => ( $this -> privates [ 'form.type_extension.form.data_collector' ] ?? $this -> load ( 'getForm_TypeExtension_Form_DataCollectorService.php' ));
}, 6 ), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator (function () {
yield 0 => ( $this -> privates [ 'form.type_extension.repeated.validator' ] ?? ( $this -> privates [ 'form.type_extension.repeated.validator' ] = new \ Symfony \ Component \ Form \ Extension \ Validator \ Type \ RepeatedTypeValidatorExtension ()));
}, 1 ), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator (function () {
yield 0 => ( $this -> privates [ 'form.type_extension.submit.validator' ] ?? ( $this -> privates [ 'form.type_extension.submit.validator' ] = new \ Symfony \ Component \ Form \ Extension \ Validator \ Type \ SubmitTypeValidatorExtension ()));
}, 1 ), 'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\AddressType' => new RewindableGenerator (function () {
yield 0 => ( $this -> services [ 'sylius.form.extension.type.address' ] ?? ( $this -> services [ 'sylius.form.extension.type.address' ] = new \ Sylius \ Bundle \ CoreBundle \ Form \ Extension \ AddressTypeExtension ()));
}, 1 ), 'Sylius\\Bundle\\AddressingBundle\\Form\\Type\\CountryType' => new RewindableGenerator (function () {
yield 0 => ( $this -> services [ 'sylius.form.extension.type.country' ] ?? $this -> load ( 'getSylius_Form_Extension_Type_CountryService.php' ));
}, 1 ), 'Sylius\\Bundle\\ChannelBundle\\Form\\Type\\ChannelType' => new RewindableGenerator (function () {
yield 0 => ( $this -> services [ 'sylius.form.extension.type.channel' ] ?? $this -> load ( 'getSylius_Form_Extension_Type_ChannelService.php' ));
}, 1 ), 'Sylius\\Bundle\\LocaleBundle\\Form\\Type\\LocaleType' => new RewindableGenerator (function () {
yield 0 => ( $this -> services [ 'sylius.form.extension.type.locale' ] ?? $this -> load ( 'getSylius_Form_Extension_Type_LocaleService.php' ));
}, 1 ), 'Sylius\\Bundle\\OrderBundle\\Form\\Type\\OrderType' => new RewindableGenerator (function () {
yield 0 => ( $this -> services [ 'sylius.form.extension.type.order' ] ?? ( $this -> services [ 'sylius.form.extension.type.order' ] = new \ Sylius \ Bundle \ CoreBundle \ Form \ Extension \ OrderTypeExtension ()));
}, 1 ), 'Sylius\\Bundle\\OrderBundle\\Form\\Type\\CartType' => new RewindableGenerator (function () {
yield 0 => ( $this -> services [ 'sylius.form.extension.type.cart' ] ?? ( $this -> services [ 'sylius.form.extension.type.cart' ] = new \ Sylius \ Bundle \ CoreBundle \ Form \ Extension \ CartTypeExtension ()));
}, 1 ), 'Sylius\\Bundle\\OrderBundle\\Form\\Type\\CartItemType' => new RewindableGenerator (function () {
yield 0 => ( $this -> services [ 'sylius.form.extension.type.cart_item' ] ?? ( $this -> services [ 'sylius.form.extension.type.cart_item' ] = new \ Sylius \ Bundle \ CoreBundle \ Form \ Extension \ CartItemTypeExtension ()));
}, 1 ), 'Sylius\\Bundle\\PaymentBundle\\Form\\Type\\PaymentMethodType' => new RewindableGenerator (function () {
yield 0 => ( $this -> services [ 'sylius.form.extension.type.payment_method' ] ?? ( $this -> services [ 'sylius.form.extension.type.payment_method' ] = new \ Sylius \ Bundle \ CoreBundle \ Form \ Extension \ PaymentMethodTypeExtension ()));
yield 1 => ( $this -> privates [ 'Sylius\\PayPalPlugin\\Form\\Extension\\PaymentMethodTypeExtension' ] ?? ( $this -> privates [ 'Sylius\\PayPalPlugin\\Form\\Extension\\PaymentMethodTypeExtension' ] = new \ Sylius \ PayPalPlugin \ Form \ Extension \ PaymentMethodTypeExtension ()));
}, 2 ), 'Sylius\\Bundle\\TaxationBundle\\Form\\Type\\TaxRateType' => new RewindableGenerator (function () {
yield 0 => ( $this -> services [ 'sylius.form.extension.type.tax_rate' ] ?? ( $this -> services [ 'sylius.form.extension.type.tax_rate' ] = new \ Sylius \ Bundle \ CoreBundle \ Form \ Extension \ TaxRateTypeExtension ()));
}, 1 ), 'Sylius\\Bundle\\TaxonomyBundle\\Form\\Type\\TaxonType' => new RewindableGenerator (function () {
yield 0 => ( $this -> services [ 'sylius.form.extension.type.taxon' ] ?? ( $this -> services [ 'sylius.form.extension.type.taxon' ] = new \ Sylius \ Bundle \ CoreBundle \ Form \ Extension \ TaxonTypeExtension ()));
}, 1 ), 'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerType' => new RewindableGenerator (function () {
yield 0 => ( $this -> services [ 'sylius.form.extension.type.customer' ] ?? ( $this -> services [ 'sylius.form.extension.type.customer' ] = new \ Sylius \ Bundle \ CoreBundle \ Form \ Extension \ CustomerTypeExtension ()));
}, 1 ), 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionType' => new RewindableGenerator (function () {
yield 0 => ( $this -> services [ 'sylius.form.extension.type.promotion' ] ?? ( $this -> services [ 'sylius.form.extension.type.promotion' ] = new \ Sylius \ Bundle \ CoreBundle \ Form \ Extension \ PromotionTypeExtension ()));
}, 1 ), 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionCouponType' => new RewindableGenerator (function () {
yield 0 => ( $this -> services [ 'sylius.form.extension.type.promotion_coupon' ] ?? ( $this -> services [ 'sylius.form.extension.type.promotion_coupon' ] = new \ Sylius \ Bundle \ CoreBundle \ Form \ Extension \ PromotionCouponTypeExtension ()));
}, 1 ), 'Sylius\\Bundle\\PromotionBundle\\Form\\Type\\PromotionFilterCollectionType' => new RewindableGenerator (function () {
yield 0 => ( $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 ()));
}, 1 ), 'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodType' => new RewindableGenerator (function () {
yield 0 => ( $this -> services [ 'sylius.form.extension.type.shipping_method' ] ?? ( $this -> services [ 'sylius.form.extension.type.shipping_method' ] = new \ Sylius \ Bundle \ CoreBundle \ Form \ Extension \ ShippingMethodTypeExtension ()));
}, 1 ), 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductType' => new RewindableGenerator (function () {
yield 0 => ( $this -> services [ 'sylius.form.extension.type.product' ] ?? ( $this -> services [ 'sylius.form.extension.type.product' ] = new \ Sylius \ Bundle \ CoreBundle \ Form \ Extension \ ProductTypeExtension ()));
}, 1 ), 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductTranslationType' => new RewindableGenerator (function () {
yield 0 => ( $this -> services [ 'sylius.form.extension.type.product_translation' ] ?? ( $this -> services [ 'sylius.form.extension.type.product_translation' ] = new \ Sylius \ Bundle \ CoreBundle \ Form \ Extension \ ProductTranslationTypeExtension ()));
}, 1 ), 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantType' => new RewindableGenerator (function () {
yield 0 => ( $this -> services [ 'sylius.form.extension.type.product_variant' ] ?? ( $this -> services [ 'sylius.form.extension.type.product_variant' ] = new \ Sylius \ Bundle \ CoreBundle \ Form \ Extension \ ProductVariantTypeExtension ()));
}, 1 ), 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantGenerationType' => new RewindableGenerator (function () {
yield 0 => ( $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 ()));
}, 1 ), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator (function () {
yield 0 => ( $this -> services [ 'sylius.form.extension.type.collection' ] ?? ( $this -> services [ 'sylius.form.extension.type.collection' ] = new \ Sylius \ Bundle \ ResourceBundle \ Form \ Extension \ CollectionTypeExtension ()));
}, 1 ), 'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType' => new RewindableGenerator (function () {
yield 0 => ( $this -> services [ 'payum.form.extension.gateway_factories_choice' ] ?? $this -> load ( 'getPayum_Form_Extension_GatewayFactoriesChoiceService.php' ));
}, 1 ), 'Sylius\\Bundle\\PayumBundle\\Form\\Type\\GatewayConfigType' => new RewindableGenerator (function () {
yield 0 => ( $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 )));
}, 1 )], new RewindableGenerator (function () {
yield 0 => ( $this -> privates [ 'form.type_guesser.validator' ] ?? $this -> load ( 'getForm_TypeGuesser_ValidatorService.php' ));
yield 1 => ( $this -> privates [ 'form.type_guesser.doctrine' ] ?? $this -> load ( 'getForm_TypeGuesser_DoctrineService.php' ));
}, 2 ))], new \ Symfony \ Component \ Form \ Extension \ DataCollector \ Proxy \ ResolvedTypeFactoryDataCollectorProxy (new \ Symfony \ Component \ Form \ ResolvedFormTypeFactory (), ( $this -> privates [ 'data_collector.form' ] ?? $this -> getDataCollector_FormService ())));
}
/**
* Gets the private 'fos_rest.body_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\BodyListener
*/
protected function getFosRest_BodyListenerService ()
{
$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 , [
'fos_rest.decoder.json' => [ 'privates' , 'fos_rest.decoder.json' , 'getFosRest_Decoder_JsonService.php' , true ],
'fos_rest.decoder.xml' => [ 'privates' , 'fos_rest.decoder.xml' , 'getFosRest_Decoder_XmlService.php' , true ],
], [
'fos_rest.decoder.json' => '?' ,
'fos_rest.decoder.xml' => '?' ,
]), [ 'json' => 'fos_rest.decoder.json' , 'xml' => 'fos_rest.decoder.xml' ]), false );
$instance -> setDefaultFormat ( NULL );
return $instance ;
}
/**
* Gets the private 'fos_rest.format_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\FormatListener
*/
protected function getFosRest_FormatListenerService ()
{
$a = new \ FOS \ RestBundle \ Negotiation \ FormatNegotiator (( $this -> services [ 'request_stack' ] ?? ( $this -> services [ 'request_stack' ] = new \ Symfony \ Component \ HttpFoundation \ RequestStack ())));
$a -> add (new \ Symfony \ Component \ HttpFoundation \ RequestMatcher ( '^/_profiler|_wdt/' , NULL , NULL , NULL , []), [ 'methods' => NULL , 'priorities' => [ 0 => 'html' , 1 => 'json' ], 'fallback_format' => 'html' , 'attributes' => [], 'prefer_extension' => '2.0' ]);
$a -> add (new \ Symfony \ Component \ HttpFoundation \ RequestMatcher ( '^/api/.*' , NULL , NULL , NULL , []), [ 'priorities' => [ 0 => 'json' , 1 => 'xml' ], 'fallback_format' => 'json' , 'prefer_extension' => '2.0' , 'methods' => NULL , 'attributes' => [], 'stop' => false ]);
$a -> add (new \ Symfony \ Component \ HttpFoundation \ RequestMatcher ( '^/' , NULL , NULL , NULL , []), [ 'stop' => true , 'methods' => NULL , 'attributes' => [], 'prefer_extension' => '2.0' , 'fallback_format' => 'html' , 'priorities' => []]);
return $this -> privates [ 'fos_rest.format_listener' ] = new \ FOS \ RestBundle \ EventListener \ FormatListener ( $a );
}
/**
* Gets the private 'hateoas.configuration.relations_repository' shared service.
*
* @return \Hateoas\Configuration\RelationsRepository
*/
protected function getHateoas_Configuration_RelationsRepositoryService ()
{
$a = ( $this -> privates [ 'jms_serializer.metadata.file_locator' ] ?? $this -> getJmsSerializer_Metadata_FileLocatorService ());
$b = new \ Metadata \ MetadataFactory (new \ Metadata \ Driver \ DriverChain ([ 0 => new \ Hateoas \ Configuration \ Metadata \ Driver \ YamlDriver ( $a ), 1 => new \ Hateoas \ Configuration \ Metadata \ Driver \ XmlDriver ( $a ), 2 => new \ Hateoas \ Configuration \ Metadata \ Driver \ ExtensionDriver (new \ Hateoas \ Configuration \ Metadata \ Driver \ AnnotationDriver (( $this -> privates [ 'annotations.cached_reader' ] ?? $this -> getAnnotations_CachedReaderService ())))]), 'Metadata\\ClassHierarchyMetadata' , true );
$b -> setCache (new \ Metadata \ Cache \ FileCache (( $this -> targetDir . '' . '/hateoas' )));
return $this -> privates [ 'hateoas.configuration.relations_repository' ] = new \ Hateoas \ Configuration \ RelationsRepository ( $b , new \ Hateoas \ Configuration \ Provider \ RelationProvider ( $b , new \ Hateoas \ Configuration \ Provider \ Resolver \ ChainResolver ([ 0 => new \ Hateoas \ Configuration \ Provider \ Resolver \ MethodResolver (), 1 => new \ Hateoas \ Configuration \ Provider \ Resolver \ StaticMethodResolver (), 2 => new \ Hateoas \ Configuration \ Provider \ Resolver \ SymfonyContainerResolver ( $this )])));
}
/**
* Gets the private 'hateoas.expression.evaluator' shared service.
*
* @return \Bazinga\Bundle\HateoasBundle\Hateoas\Expression\LazyFunctionExpressionEvaluator
*/
protected function getHateoas_Expression_EvaluatorService ()
{
$this -> privates [ 'hateoas.expression.evaluator' ] = $instance = new \ Bazinga \ Bundle \ HateoasBundle \ Hateoas \ Expression \ LazyFunctionExpressionEvaluator (new \ Bazinga \ Bundle \ HateoasBundle \ ExpressionLanguage \ ExpressionLanguage (), [], $this );
$instance -> setContextVariable ( 'container' , $this );
$instance -> registerFunctionId ( 'hateoas.expression.link' );
return $instance ;
}
/**
* Gets the private 'hateoas.link_factory' shared service.
*
* @return \Hateoas\Factory\LinkFactory
*/
protected function getHateoas_LinkFactoryService ()
{
return $this -> privates [ 'hateoas.link_factory' ] = new \ Hateoas \ Factory \ LinkFactory (( $this -> privates [ 'hateoas.expression.evaluator' ] ?? $this -> getHateoas_Expression_EvaluatorService ()), ( $this -> services [ 'hateoas.generator.registry' ] ?? $this -> getHateoas_Generator_RegistryService ()));
}
/**
* Gets the private 'jms_serializer.metadata.file_locator' shared service.
*
* @return \Metadata\Driver\FileLocator
*/
protected function getJmsSerializer_Metadata_FileLocatorService ()
{
return $this -> privates [ 'jms_serializer.metadata.file_locator' ] = 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' ), 'Sonata\\BlockBundle' => (\ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src/Resources/config/serializer' ), 'Sylius\\Bundle\\AdminApiBundle' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/admin-api-bundle/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' ), 'Sylius\\Component\\Core' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/admin-api-bundle/Resources/config/serializer' )]);
}
/**
* Gets the private 'knp_menu.menu_provider.chain' shared service.
*
* @return \Knp\Menu\Provider\ChainProvider
*/
protected function getKnpMenu_MenuProvider_ChainService ()
{
return $this -> privates [ 'knp_menu.menu_provider.chain' ] = new \ Knp \ Menu \ Provider \ ChainProvider (new RewindableGenerator (function () {
yield 0 => ( $this -> privates [ 'knp_menu.menu_provider.lazy' ] ?? $this -> load ( 'getKnpMenu_MenuProvider_LazyService.php' ));
yield 1 => ( $this -> privates [ 'knp_menu.menu_provider.builder_alias' ] ?? $this -> load ( 'getKnpMenu_MenuProvider_BuilderAliasService.php' ));
}, 2 ));
}
/**
* Gets the private 'liip_imagine.filter.configuration' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
*/
protected function getLiipImagine_Filter_ConfigurationService ()
{
return $this -> privates [ 'liip_imagine.filter.configuration' ] = new \ Liip \ ImagineBundle \ Imagine \ Filter \ FilterConfiguration ( $this -> parameters [ 'liip_imagine.filter_sets' ]);
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService ()
{
return $this -> privates [ 'locale_aware_listener' ] = new \ Symfony \ Component \ HttpKernel \ EventListener \ LocaleAwareListener (new RewindableGenerator (function () {
yield 0 => ( $this -> privates [ 'sylius.theme.translation.theme_aware_translator' ] ?? $this -> getSylius_Theme_Translation_ThemeAwareTranslatorService ());
}, 1 ), ( $this -> services [ 'request_stack' ] ?? ( $this -> services [ 'request_stack' ] = new \ Symfony \ Component \ HttpFoundation \ RequestStack ())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService ()
{
return $this -> privates [ 'locale_listener' ] = new \ Symfony \ Component \ HttpKernel \ EventListener \ LocaleListener (( $this -> services [ 'request_stack' ] ?? ( $this -> services [ 'request_stack' ] = new \ Symfony \ Component \ HttpFoundation \ RequestStack ())), 'en_GB' , ( $this -> services [ 'router' ] ?? $this -> getRouterService ()));
}
/**
* Gets the private 'mime_types' shared service.
*
* @return \Symfony\Component\Mime\MimeTypes
*/
protected function getMimeTypesService ()
{
$this -> privates [ 'mime_types' ] = $instance = new \ Symfony \ Component \ Mime \ MimeTypes ();
$instance -> setDefault ( $instance );
return $instance ;
}
/**
* Gets the private 'monolog.handler.firephp' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\FirePHPHandler
*/
protected function getMonolog_Handler_FirephpService ()
{
$this -> privates [ 'monolog.handler.firephp' ] = $instance = new \ Symfony \ Bridge \ Monolog \ Handler \ FirePHPHandler ( 200 , true );
$instance -> pushProcessor (( $this -> privates [ 'monolog.processor.psr_log_message' ] ?? ( $this -> privates [ 'monolog.processor.psr_log_message' ] = new \ Monolog \ Processor \ PsrLogMessageProcessor ())));
return $instance ;
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\RotatingFileHandler
*/
protected function getMonolog_Handler_MainService ()
{
$this -> privates [ 'monolog.handler.main' ] = $instance = new \ Monolog \ Handler \ RotatingFileHandler ((\ dirname ( __DIR__ , 3 ). '/log/dev.log' ), 1 , 250 , true , NULL , false );
$instance -> pushProcessor (( $this -> privates [ 'monolog.processor.psr_log_message' ] ?? ( $this -> privates [ 'monolog.processor.psr_log_message' ] = new \ Monolog \ Processor \ PsrLogMessageProcessor ())));
$instance -> setFilenameFormat ( '{filename}-{date}' , 'Y-m-d' );
return $instance ;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService ()
{
$this -> privates [ 'monolog.logger' ] = $instance = new \ Symfony \ Bridge \ Monolog \ Logger ( 'app' );
$instance -> pushProcessor (( $this -> privates [ 'debug.log_processor' ] ?? $this -> getDebug_LogProcessorService ()));
$instance -> useMicrosecondTimestamps ( true );
$instance -> pushHandler (( $this -> privates [ 'monolog.handler.firephp' ] ?? $this -> getMonolog_Handler_FirephpService ()));
$instance -> pushHandler (( $this -> privates [ 'monolog.handler.main' ] ?? $this -> getMonolog_Handler_MainService ()));
\ Symfony \ Bundle \ FrameworkBundle \ DependencyInjection \ Compiler \ AddDebugLogProcessorPass :: configureLogger ( $instance );
return $instance ;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService ()
{
$this -> privates [ 'monolog.logger.cache' ] = $instance = new \ Symfony \ Bridge \ Monolog \ Logger ( 'cache' );
$instance -> pushProcessor (( $this -> privates [ 'debug.log_processor' ] ?? $this -> getDebug_LogProcessorService ()));
$instance -> pushHandler (( $this -> privates [ 'monolog.handler.firephp' ] ?? $this -> getMonolog_Handler_FirephpService ()));
$instance -> pushHandler (( $this -> privates [ 'monolog.handler.main' ] ?? $this -> getMonolog_Handler_MainService ()));
\ Symfony \ Bundle \ FrameworkBundle \ DependencyInjection \ Compiler \ AddDebugLogProcessorPass :: configureLogger ( $instance );
return $instance ;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService ()
{
$this -> privates [ 'monolog.logger.request' ] = $instance = new \ Symfony \ Bridge \ Monolog \ Logger ( 'request' );
$instance -> pushProcessor (( $this -> privates [ 'debug.log_processor' ] ?? $this -> getDebug_LogProcessorService ()));
$instance -> pushHandler (( $this -> privates [ 'monolog.handler.firephp' ] ?? $this -> getMonolog_Handler_FirephpService ()));
$instance -> pushHandler (( $this -> privates [ 'monolog.handler.main' ] ?? $this -> getMonolog_Handler_MainService ()));
\ Symfony \ Bundle \ FrameworkBundle \ DependencyInjection \ Compiler \ AddDebugLogProcessorPass :: configureLogger ( $instance );
return $instance ;
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService ()
{
return $this -> privates [ 'parameter_bag' ] = new \ Symfony \ Component \ DependencyInjection \ ParameterBag \ ContainerBag ( $this );
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService ()
{
return $this -> privates [ 'profiler_listener' ] = new \ Symfony \ Component \ HttpKernel \ EventListener \ ProfilerListener (( $this -> services [ 'profiler' ] ?? $this -> getProfilerService ()), ( $this -> services [ 'request_stack' ] ?? ( $this -> services [ 'request_stack' ] = new \ Symfony \ Component \ HttpFoundation \ RequestStack ())), NULL , false , false );
}
/**
* Gets the private 'property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService ()
{
return $this -> privates [ 'property_accessor' ] = new \ Symfony \ Component \ PropertyAccess \ PropertyAccessor ( false , false , new \ Symfony \ Component \ Cache \ Adapter \ ArrayAdapter ( 0 , false ), true );
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService ()
{
return $this -> privates [ 'property_info' ] = new \ Symfony \ Component \ PropertyInfo \ PropertyInfoExtractor (new RewindableGenerator (function () {
yield 0 => ( $this -> privates [ 'property_info.serializer_extractor' ] ?? $this -> load ( 'getPropertyInfo_SerializerExtractorService.php' ));
yield 1 => ( $this -> privates [ 'property_info.reflection_extractor' ] ?? ( $this -> privates [ 'property_info.reflection_extractor' ] = new \ Symfony \ Component \ PropertyInfo \ Extractor \ ReflectionExtractor ()));
yield 2 => ( $this -> privates [ 'doctrine.orm.default_entity_manager.property_info_extractor' ] ?? $this -> load ( 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php' ));
yield 3 => ( $this -> privates [ 'sylius.api.property_info.extractor.empty_list_extractor' ] ?? ( $this -> privates [ 'sylius.api.property_info.extractor.empty_list_extractor' ] = new \ Sylius \ Bundle \ ApiBundle \ PropertyInfo \ Extractor \ EmptyPropertyListExtractor ()));
}, 4 ), new RewindableGenerator (function () {
yield 0 => ( $this -> privates [ 'doctrine.orm.default_entity_manager.property_info_extractor' ] ?? $this -> load ( 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php' ));
yield 1 => ( $this -> privates [ 'property_info.php_doc_extractor' ] ?? ( $this -> privates [ 'property_info.php_doc_extractor' ] = new \ Symfony \ Component \ PropertyInfo \ Extractor \ PhpDocExtractor ()));
yield 2 => ( $this -> privates [ 'property_info.reflection_extractor' ] ?? ( $this -> privates [ 'property_info.reflection_extractor' ] = new \ Symfony \ Component \ PropertyInfo \ Extractor \ ReflectionExtractor ()));
}, 3 ), new RewindableGenerator (function () {
yield 0 => ( $this -> privates [ 'property_info.php_doc_extractor' ] ?? ( $this -> privates [ 'property_info.php_doc_extractor' ] = new \ Symfony \ Component \ PropertyInfo \ Extractor \ PhpDocExtractor ()));
}, 1 ), new RewindableGenerator (function () {
yield 0 => ( $this -> privates [ 'doctrine.orm.default_entity_manager.property_info_extractor' ] ?? $this -> load ( 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php' ));
yield 1 => ( $this -> privates [ 'property_info.reflection_extractor' ] ?? ( $this -> privates [ 'property_info.reflection_extractor' ] = new \ Symfony \ Component \ PropertyInfo \ Extractor \ ReflectionExtractor ()));
}, 2 ), new RewindableGenerator (function () {
yield 0 => ( $this -> privates [ 'property_info.reflection_extractor' ] ?? ( $this -> privates [ 'property_info.reflection_extractor' ] = new \ Symfony \ Component \ PropertyInfo \ Extractor \ ReflectionExtractor ()));
}, 1 ));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService ()
{
return $this -> privates [ 'router.request_context' ] = new \ Symfony \ Component \ Routing \ RequestContext ( '' , 'GET' , 'localhost' , 'http' , 80 , 443 );
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService ()
{
return $this -> privates [ 'router_listener' ] = new \ Symfony \ Component \ HttpKernel \ EventListener \ RouterListener (( $this -> services [ 'router' ] ?? $this -> getRouterService ()), ( $this -> services [ 'request_stack' ] ?? ( $this -> services [ 'request_stack' ] = new \ Symfony \ Component \ HttpFoundation \ RequestStack ())), ( $this -> privates [ 'router.request_context' ] ?? $this -> getRouter_RequestContextService ()), ( $this -> privates [ 'monolog.logger.request' ] ?? $this -> getMonolog_Logger_RequestService ()), \ dirname ( __DIR__ , 4 ), true );
}
/**
* Gets the private 'security.authentication.manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
*/
protected function getSecurity_Authentication_ManagerService ()
{
$this -> privates [ 'security.authentication.manager' ] = $instance = new \ Symfony \ Component \ Security \ Core \ Authentication \ AuthenticationProviderManager (new RewindableGenerator (function () {
yield 0 => ( $this -> privates [ 'security.authentication.provider.dao.admin' ] ?? $this -> load ( 'getSecurity_Authentication_Provider_Dao_AdminService.php' ));
yield 1 => ( $this -> privates [ 'security.authentication.provider.rememberme.admin' ] ?? $this -> load ( 'getSecurity_Authentication_Provider_Rememberme_AdminService.php' ));
yield 2 => ( $this -> privates [ 'security.authentication.provider.anonymous.admin' ] ?? ( $this -> privates [ 'security.authentication.provider.anonymous.admin' ] = new \ Symfony \ Component \ Security \ Core \ Authentication \ Provider \ AnonymousAuthenticationProvider ( $this -> getParameter ( 'container.build_hash' ))));
yield 3 => ( $this -> privates [ 'security.authentication.provider.guard.new_api_admin_user' ] ?? $this -> load ( 'getSecurity_Authentication_Provider_Guard_NewApiAdminUserService.php' ));
yield 4 => ( $this -> privates [ 'security.authentication.provider.dao.new_api_admin_user' ] ?? $this -> load ( 'getSecurity_Authentication_Provider_Dao_NewApiAdminUserService.php' ));
yield 5 => ( $this -> privates [ 'security.authentication.provider.anonymous.new_api_admin_user' ] ?? ( $this -> privates [ 'security.authentication.provider.anonymous.new_api_admin_user' ] = new \ Symfony \ Component \ Security \ Core \ Authentication \ Provider \ AnonymousAuthenticationProvider ( $this -> getParameter ( 'container.build_hash' ))));
yield 6 => ( $this -> privates [ 'security.authentication.provider.guard.new_api_shop_user' ] ?? $this -> load ( 'getSecurity_Authentication_Provider_Guard_NewApiShopUserService.php' ));
yield 7 => ( $this -> privates [ 'security.authentication.provider.dao.new_api_shop_user' ] ?? $this -> load ( 'getSecurity_Authentication_Provider_Dao_NewApiShopUserService.php' ));
yield 8 => ( $this -> privates [ 'security.authentication.provider.anonymous.new_api_shop_user' ] ?? ( $this -> privates [ 'security.authentication.provider.anonymous.new_api_shop_user' ] = new \ Symfony \ Component \ Security \ Core \ Authentication \ Provider \ AnonymousAuthenticationProvider ( $this -> getParameter ( 'container.build_hash' ))));
yield 9 => ( $this -> privates [ 'security.authentication.provider.fos_oauth_server.api' ] ?? $this -> load ( 'getSecurity_Authentication_Provider_FosOauthServer_ApiService.php' ));
yield 10 => ( $this -> privates [ 'security.authentication.provider.anonymous.api' ] ?? ( $this -> privates [ 'security.authentication.provider.anonymous.api' ] = new \ Symfony \ Component \ Security \ Core \ Authentication \ Provider \ AnonymousAuthenticationProvider ( $this -> getParameter ( 'container.build_hash' ))));
yield 11 => ( $this -> privates [ 'security.authentication.provider.dao.shop' ] ?? $this -> load ( 'getSecurity_Authentication_Provider_Dao_ShopService.php' ));
yield 12 => ( $this -> privates [ 'security.authentication.provider.rememberme.shop' ] ?? $this -> load ( 'getSecurity_Authentication_Provider_Rememberme_ShopService.php' ));
yield 13 => ( $this -> privates [ 'security.authentication.provider.anonymous.shop' ] ?? ( $this -> privates [ 'security.authentication.provider.anonymous.shop' ] = new \ Symfony \ Component \ Security \ Core \ Authentication \ Provider \ AnonymousAuthenticationProvider ( $this -> getParameter ( 'container.build_hash' ))));
}, 14 ), true );
$instance -> setEventDispatcher (( $this -> services [ 'event_dispatcher' ] ?? $this -> getEventDispatcherService ()));
return $instance ;
}
/**
* Gets the private 'security.expression_language' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
*/
protected function getSecurity_ExpressionLanguageService ()
{
$this -> privates [ 'security.expression_language' ] = $instance = new \ Symfony \ Component \ Security \ Core \ Authorization \ ExpressionLanguage (( $this -> privates [ 'cache.security_expression_language' ] ?? $this -> getCache_SecurityExpressionLanguageService ()));
$instance -> registerProvider (new \ ApiPlatform \ Core \ Security \ Core \ Authorization \ ExpressionLanguageProvider ());
return $instance ;
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService ()
{
return $this -> privates [ 'security.firewall.map' ] = new \ Symfony \ Bundle \ SecurityBundle \ Security \ FirewallMap (new \ Symfony \ Component \ DependencyInjection \ Argument \ ServiceLocator ( $this -> getService , [
'security.firewall.map.context.admin' => [ 'privates' , 'security.firewall.map.context.admin' , 'getSecurity_Firewall_Map_Context_AdminService.php' , true ],
'security.firewall.map.context.api' => [ 'privates' , 'security.firewall.map.context.api' , 'getSecurity_Firewall_Map_Context_ApiService.php' , true ],
'security.firewall.map.context.dev' => [ 'privates' , 'security.firewall.map.context.dev' , 'getSecurity_Firewall_Map_Context_DevService.php' , true ],
'security.firewall.map.context.new_api_admin_user' => [ 'privates' , 'security.firewall.map.context.new_api_admin_user' , 'getSecurity_Firewall_Map_Context_NewApiAdminUserService.php' , true ],
'security.firewall.map.context.new_api_shop_user' => [ 'privates' , 'security.firewall.map.context.new_api_shop_user' , 'getSecurity_Firewall_Map_Context_NewApiShopUserService.php' , true ],
'security.firewall.map.context.oauth_token' => [ 'privates' , 'security.firewall.map.context.oauth_token' , 'getSecurity_Firewall_Map_Context_OauthTokenService.php' , true ],
'security.firewall.map.context.shop' => [ 'privates' , 'security.firewall.map.context.shop' , 'getSecurity_Firewall_Map_Context_ShopService.php' , true ],
], [
'security.firewall.map.context.admin' => '?' ,
'security.firewall.map.context.api' => '?' ,
'security.firewall.map.context.dev' => '?' ,
'security.firewall.map.context.new_api_admin_user' => '?' ,
'security.firewall.map.context.new_api_shop_user' => '?' ,
'security.firewall.map.context.oauth_token' => '?' ,
'security.firewall.map.context.shop' => '?' ,
]), new RewindableGenerator (function () {
yield 'security.firewall.map.context.admin' => ( $this -> privates [ '.security.request_matcher.wl6t_Z2' ] ?? ( $this -> privates [ '.security.request_matcher.wl6t_Z2' ] = new \ Symfony \ Component \ HttpFoundation \ RequestMatcher ( '^/' . $this -> getEnv ( 'string:resolve:SYLIUS_ADMIN_ROUTING_PATH_NAME' ))));
yield 'security.firewall.map.context.oauth_token' => ( $this -> privates [ '.security.request_matcher.2IPYWkw' ] ?? ( $this -> privates [ '.security.request_matcher.2IPYWkw' ] = new \ Symfony \ Component \ HttpFoundation \ RequestMatcher ( '^/api/oauth/v2/token' )));
yield 'security.firewall.map.context.new_api_admin_user' => ( $this -> privates [ '.security.request_matcher.2EAfsr_' ] ?? ( $this -> privates [ '.security.request_matcher.2EAfsr_' ] = new \ Symfony \ Component \ HttpFoundation \ RequestMatcher ( '^/new-api/admin/.*' )));
yield 'security.firewall.map.context.new_api_shop_user' => ( $this -> privates [ '.security.request_matcher.2jo1qnC' ] ?? ( $this -> privates [ '.security.request_matcher.2jo1qnC' ] = new \ Symfony \ Component \ HttpFoundation \ RequestMatcher ( '^/new-api/shop/.*' )));
yield 'security.firewall.map.context.api' => ( $this -> privates [ '.security.request_matcher.jsUtyW7' ] ?? ( $this -> privates [ '.security.request_matcher.jsUtyW7' ] = new \ Symfony \ Component \ HttpFoundation \ RequestMatcher ( '^/api/.*' )));
yield 'security.firewall.map.context.shop' => ( $this -> privates [ '.security.request_matcher.ViPmc8r' ] ?? ( $this -> privates [ '.security.request_matcher.ViPmc8r' ] = new \ Symfony \ Component \ HttpFoundation \ RequestMatcher ( '^/(?!' . $this -> getEnv ( 'string:resolve:SYLIUS_ADMIN_ROUTING_PATH_NAME' ). '|new-api|api/.*|api$|media/.*)[^/]++' )));
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)/' )));
}, 7 ));
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService ()
{
$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 [ 'router' ] ?? $this -> getRouterService ()), ( $this -> services [ 'security.token_storage' ] ?? $this -> getSecurity_TokenStorageService ()));
$instance -> registerListener ( 'admin' , 'sylius_admin_logout' , 'logout' , '_csrf_token' , NULL , 'admin' );
$instance -> registerListener ( 'shop' , 'sylius_shop_logout' , 'logout' , '_csrf_token' , NULL , 'shop' );
return $instance ;
}
/**
* Gets the private 'serializer.mapping.class_metadata_factory' shared service.
*
* @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
*/
protected function getSerializer_Mapping_ClassMetadataFactoryService ()
{
return $this -> privates [ 'serializer.mapping.class_metadata_factory' ] = new \ Symfony \ Component \ Serializer \ Mapping \ Factory \ ClassMetadataFactory (new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ LoaderChain ([ 0 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ AnnotationLoader (( $this -> privates [ 'annotations.cached_reader' ] ?? $this -> getAnnotations_CachedReaderService ())), 1 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Address.xml' )), 2 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Adjustment.xml' )), 3 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/AdminUser.xml' )), 4 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/AvatarImage.xml' )), 5 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Channel.xml' )), 6 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Cart/AddItemToCart.xml' )), 7 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Cart/ChangeItemQuantityInCart.xml' )), 8 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Cart/RemoveItemFromCart.xml' )), 9 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/AddressOrder.xml' )), 10 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/ChoosePaymentMethodHandler.xml' )), 11 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/ChooseShippingMethodHandler.xml' )), 12 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/CompleteOrder.xml' )), 13 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Country.xml' )), 14 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Customer.xml' )), 15 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CustomerGroup.xml' )), 16 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ExchangeRate.xml' )), 17 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Order.xml' )), 18 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/OrderItem.xml' )), 19 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/OrderItemUnit.xml' )), 20 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Payment.xml' )), 21 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PaymentMethod.xml' )), 22 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Product.xml' )), 23 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAssociationType.xml' )), 24 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAssociationTypeTranslation.xml' )), 25 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductImage.xml' )), 26 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductOption.xml' )), 27 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductOptionTranslation.xml' )), 28 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductOptionValue.xml' )), 29 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductOptionValueTranslation.xml' )), 30 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductReview.xml' )), 31 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductTaxon.xml' )), 32 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductTranslation.xml' )), 33 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductVariant.xml' )), 34 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductVariantTranslation.xml' )), 35 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Province.xml' )), 36 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Shipment.xml' )), 37 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShippingCategory.xml' )), 38 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShippingMethod.xml' )), 39 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShippingMethodTranslation.xml' )), 40 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShopBillingData.xml' )), 41 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/TaxCategory.xml' )), 42 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Taxon.xml' )), 43 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/TaxonTranslation.xml' )), 44 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/View/CartShippingMethod.xml' )), 45 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Zone.xml' )), 46 => new \ Symfony \ Component \ Serializer \ Mapping \ Loader \ XmlFileLoader ((\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ZoneMember.xml' ))]));
}
/**
* Gets the private 'serializer.name_converter.metadata_aware' shared service.
*
* @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
*/
protected function getSerializer_NameConverter_MetadataAwareService ()
{
return $this -> privates [ 'serializer.name_converter.metadata_aware' ] = new \ Symfony \ Component \ Serializer \ NameConverter \ MetadataAwareNameConverter (( $this -> privates [ 'serializer.mapping.class_metadata_factory' ] ?? $this -> getSerializer_Mapping_ClassMetadataFactoryService ()));
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService ()
{
return $this -> privates [ 'session_listener' ] = new \ Symfony \ Component \ HttpKernel \ EventListener \ SessionListener (new \ Symfony \ Component \ DependencyInjection \ Argument \ ServiceLocator ( $this -> getService , [
'initialized_session' => [ 'services' , 'session' , NULL , false ],
'session' => [ 'services' , 'session' , 'getSessionService' , false ],
], [
'initialized_session' => '?' ,
'session' => '?' ,
]));
}
/**
* Gets the private 'sonata.block.templating.helper' shared service.
*
* @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
*/
protected function getSonata_Block_Templating_HelperService ()
{
return $this -> privates [ 'sonata.block.templating.helper' ] = new \ Sonata \ BlockBundle \ Templating \ Helper \ BlockHelper (( $this -> services [ 'sonata.block.manager' ] ?? $this -> getSonata_Block_ManagerService ()), $this -> parameters [ 'sonata_block.cache_blocks' ], ( $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 ()), NULL , ( $this -> privates [ 'sonata.block.cache.handler.default' ] ?? ( $this -> privates [ 'sonata.block.cache.handler.default' ] = new \ Sonata \ BlockBundle \ Cache \ HttpCacheHandler ())), ( $this -> privates [ 'debug.stopwatch' ] ?? ( $this -> privates [ 'debug.stopwatch' ] = new \ Symfony \ Component \ Stopwatch \ Stopwatch ( true ))));
}
/**
* Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
*
* @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
*/
protected function getStofDoctrineExtensions_EventListener_LoggerService ()
{
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 [ 'security.token_storage' ] ?? $this -> getSecurity_TokenStorageService ()), ( $this -> services [ 'security.authorization_checker' ] ?? $this -> getSecurity_AuthorizationCheckerService ()));
}
/**
* Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
*
* @return \Gedmo\Loggable\LoggableListener
*/
protected function getStofDoctrineExtensions_Listener_LoggableService ()
{
$this -> privates [ 'stof_doctrine_extensions.listener.loggable' ] = $instance = new \ Gedmo \ Loggable \ LoggableListener ();
$instance -> setAnnotationReader (( $this -> privates [ 'annotations.cached_reader' ] ?? $this -> getAnnotations_CachedReaderService ()));
return $instance ;
}
/**
* Gets the private 'sylius.context.channel.composite' shared service.
*
* @return \Sylius\Component\Channel\Context\CompositeChannelContext
*/
protected function getSylius_Context_Channel_CompositeService ()
{
$this -> privates [ 'sylius.context.channel.composite' ] = $instance = new \ Sylius \ Component \ Channel \ Context \ CompositeChannelContext ();
$a = ( $this -> services [ 'request_stack' ] ?? ( $this -> services [ 'request_stack' ] = new \ Symfony \ Component \ HttpFoundation \ RequestStack ()));
$b = ( $this -> services [ 'sylius.repository.channel' ] ?? $this -> getSylius_Repository_ChannelService ());
$instance -> addContext (new \ Sylius \ Component \ Channel \ Context \ RequestBased \ ChannelContext (( $this -> services [ 'Sylius\\Component\\Channel\\Context\\RequestBased\\RequestResolverInterface' ] ?? $this -> getRequestResolverInterfaceService ()), $a ), 0 );
$instance -> addContext (new \ Sylius \ Component \ Channel \ Context \ SingleChannelContext ( $b ), - 128 );
$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 );
return $instance ;
}
/**
* Gets the private 'sylius.google_tag_manager.enhanced_ecommerce_tracking.checkout.listener.cart_summary' shared service.
*
* @return \StefanDoorn\SyliusGtmEnhancedEcommercePlugin\EventListener\CheckoutStepListener
*/
protected function getSylius_GoogleTagManager_EnhancedEcommerceTracking_Checkout_Listener_CartSummaryService ()
{
return $this -> privates [ 'sylius.google_tag_manager.enhanced_ecommerce_tracking.checkout.listener.cart_summary' ] = new \ StefanDoorn \ SyliusGtmEnhancedEcommercePlugin \ EventListener \ CheckoutStepListener (new \ StefanDoorn \ SyliusGtmEnhancedEcommercePlugin \ TagManager \ CheckoutStep (( $this -> services [ 'google_tag_manager' ] ?? $this -> getGoogleTagManagerService ())), ( $this -> services [ 'sylius.context.cart' ] ?? $this -> getSylius_Context_CartService ()), new \ StefanDoorn \ SyliusGtmEnhancedEcommercePlugin \ Resolver \ CheckoutStepResolver ());
}
/**
* Gets the private 'sylius.google_tag_manager.enhanced_ecommerce_tracking.purchases.listener.thank_you' shared service.
*
* @return \StefanDoorn\SyliusGtmEnhancedEcommercePlugin\EventListener\ThankYouListener
*/
protected function getSylius_GoogleTagManager_EnhancedEcommerceTracking_Purchases_Listener_ThankYouService ()
{
return $this -> privates [ 'sylius.google_tag_manager.enhanced_ecommerce_tracking.purchases.listener.thank_you' ] = new \ StefanDoorn \ SyliusGtmEnhancedEcommercePlugin \ EventListener \ ThankYouListener (new \ StefanDoorn \ SyliusGtmEnhancedEcommercePlugin \ TagManager \ AddTransaction (( $this -> services [ 'google_tag_manager' ] ?? $this -> getGoogleTagManagerService ()), ( $this -> services [ 'Sylius\\Component\\Channel\\Context\\ChannelContextInterface' ] ?? $this -> getChannelContextInterfaceService ()), ( $this -> services [ 'sylius.context.currency.channel_aware' ] ?? $this -> getSylius_Context_Currency_ChannelAwareService ())), ( $this -> services [ 'sylius.repository.order' ] ?? $this -> getSylius_Repository_OrderService ()));
}
/**
* Gets the private 'sylius.google_tag_manager.listener.context' shared service.
*
* @return \GtmPlugin\EventListener\ContextListener
*/
protected function getSylius_GoogleTagManager_Listener_ContextService ()
{
return $this -> privates [ 'sylius.google_tag_manager.listener.context' ] = new \ GtmPlugin \ EventListener \ ContextListener (( $this -> services [ 'google_tag_manager' ] ?? $this -> getGoogleTagManagerService ()), ( $this -> services [ 'Sylius\\Component\\Channel\\Context\\ChannelContextInterface' ] ?? $this -> getChannelContextInterfaceService ()), ( $this -> services [ 'Sylius\\Component\\Locale\\Context\\LocaleContextInterface' ] ?? $this -> getLocaleContextInterfaceService ()), ( $this -> services [ 'sylius.context.currency.channel_aware' ] ?? $this -> getSylius_Context_Currency_ChannelAwareService ()));
}
/**
* Gets the private 'sylius.google_tag_manager.listener.environment' shared service.
*
* @return \GtmPlugin\EventListener\EnvironmentListener
*/
protected function getSylius_GoogleTagManager_Listener_EnvironmentService ()
{
return $this -> privates [ 'sylius.google_tag_manager.listener.environment' ] = new \ GtmPlugin \ EventListener \ EnvironmentListener (( $this -> services [ 'google_tag_manager' ] ?? $this -> getGoogleTagManagerService ()), 'dev' );
}
/**
* Gets the private 'sylius.google_tag_manager.listener.route' shared service.
*
* @return \GtmPlugin\EventListener\AddRouteListener
*/
protected function getSylius_GoogleTagManager_Listener_RouteService ()
{
return $this -> privates [ 'sylius.google_tag_manager.listener.route' ] = new \ GtmPlugin \ EventListener \ AddRouteListener (( $this -> services [ 'google_tag_manager' ] ?? $this -> getGoogleTagManagerService ()));
}
/**
* Gets the private 'sylius.grid_options_parser' shared service.
*
* @return \Sylius\Bundle\ResourceBundle\Grid\Parser\OptionsParser
*/
protected function getSylius_GridOptionsParserService ()
{
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 ()));
}
/**
* Gets the private 'sylius.resolver.checkout' shared service.
*
* @return \Sylius\Bundle\CoreBundle\Checkout\CheckoutResolver
*/
protected function getSylius_Resolver_CheckoutService ()
{
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' ] ?? $this -> getSm_FactoryService ()));
}
/**
* Gets the private 'sylius.resource_registry' shared service.
*
* @return \Sylius\Component\Resource\Metadata\Registry
*/
protected function getSylius_ResourceRegistryService ()
{
$this -> privates [ 'sylius.resource_registry' ] = $instance = new \ Sylius \ Component \ Resource \ Metadata \ Registry ();
$instance -> addFromAliasAndConfiguration ( 'sylius.order' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Order\\Order' , 'controller' => 'Sylius\\Bundle\\CoreBundle\\Controller\\OrderController' , 'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\OrderRepository' , 'interface' => 'Sylius\\Component\\Order\\Model\\OrderInterface' , 'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' , 'form' => 'Sylius\\Bundle\\OrderBundle\\Form\\Type\\OrderType' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.order_item' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Order\\OrderItem' , 'controller' => 'Sylius\\PayPalPlugin\\Controller\\PayPalOrderItemController' , 'interface' => 'Sylius\\Component\\Order\\Model\\OrderItemInterface' , 'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' , 'form' => 'Sylius\\Bundle\\OrderBundle\\Form\\Type\\OrderItemType' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.order_item_unit' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Order\\OrderItemUnit' , 'interface' => 'Sylius\\Component\\Order\\Model\\OrderItemUnitInterface' , 'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' , 'factory' => 'Sylius\\Component\\Order\\Factory\\OrderItemUnitFactory' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.order_sequence' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Order\\OrderSequence' , 'interface' => 'Sylius\\Component\\Order\\Model\\OrderSequenceInterface' , 'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.adjustment' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Order\\Adjustment' , 'interface' => 'Sylius\\Component\\Order\\Model\\AdjustmentInterface' , 'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' , 'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.currency' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Currency\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.exchange_rate' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Currency\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.locale' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Locale\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.product' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Product\\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' => 'App\\Entity\\Product\\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' ]]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.product_translation' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Product\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.product_variant' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Product\\ProductVariant' , 'controller' => 'Sylius\\Bundle\\CoreBundle\\Controller\\ProductVariantController' , 'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductVariantRepository' , 'interface' => 'Sylius\\Component\\Product\\Model\\ProductVariantInterface' , 'factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory' , 'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantType' ], 'translation' => [ 'classes' => [ 'model' => 'App\\Entity\\Product\\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' ]]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.product_variant_translation' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Product\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.product_option' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductOptionRepository' , 'model' => 'App\\Entity\\Product\\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' => 'App\\Entity\\Product\\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' ]]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.product_option_translation' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Product\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.product_association_type' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'repository' => 'Sylius\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductAssociationTypeRepository' , 'model' => 'App\\Entity\\Product\\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' => 'App\\Entity\\Product\\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' ]]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.product_association_type_translation' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Product\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.product_option_value' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Product\\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' => 'App\\Entity\\Product\\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' ]]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.product_option_value_translation' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Product\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.product_association' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Product\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.channel' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Channel\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.product_attribute' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Product\\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' => 'App\\Entity\\Product\\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' ]]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.product_attribute_translation' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Product\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.product_attribute_value' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Product\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.tax_rate' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Taxation\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.tax_category' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Taxation\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.shipment' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Shipping\\Shipment' , 'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShipmentRepository' , 'interface' => 'Sylius\\Component\\Shipping\\Model\\ShipmentInterface' , 'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' , 'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' , 'form' => 'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShipmentType' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.shipment_unit' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Order\\OrderItemUnit' , 'interface' => 'Sylius\\Component\\Shipping\\Model\\ShipmentUnitInterface' , 'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' , 'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.shipping_method' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Shipping\\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' => 'App\\Entity\\Shipping\\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' ]]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.shipping_method_translation' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Shipping\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.shipping_category' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShippingCategoryRepository' , 'model' => 'App\\Entity\\Shipping\\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' ]]);
$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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.payment' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Payment\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.payment_method' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Payment\\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' => 'App\\Entity\\Payment\\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' ]]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.payment_method_translation' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Payment\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.promotion_subject' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Order\\Order' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.promotion' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Promotion\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.promotion_coupon' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Promotion\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.promotion_rule' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Promotion\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.promotion_action' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Promotion\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.address' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Addressing\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.country' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Addressing\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.province' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Addressing\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.zone' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Addressing\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.zone_member' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Addressing\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.address_log_entry' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'Sylius\\Component\\Addressing\\Model\\AddressLogEntry' , 'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' , 'repository' => 'Sylius\\Bundle\\ResourceBundle\\Doctrine\\ORM\\ResourceLogEntryRepository' , 'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.inventory_unit' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Order\\OrderItemUnit' , 'interface' => 'Sylius\\Component\\Inventory\\Model\\InventoryUnitInterface' , 'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' , 'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.taxon' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Taxonomy\\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' => 'App\\Entity\\Taxonomy\\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' ]]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.taxon_translation' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Taxonomy\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.admin_user' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\User\\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 , 'resetting' => [ 'token' => [ 'ttl' => 'P1D' , 'length' => 16 , 'field_name' => 'passwordResetToken' ], 'pin' => [ 'length' => 4 , 'field_name' => 'passwordResetToken' ]], 'verification' => [ 'token' => [ 'length' => 16 , 'field_name' => 'emailVerificationToken' ]]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.shop_user' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\User\\ShopUser' , 'interface' => 'Sylius\\Component\\Core\\Model\\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 , 'resetting' => [ 'token' => [ 'ttl' => 'P1D' , 'length' => 16 , 'field_name' => 'passwordResetToken' ], 'pin' => [ 'length' => 4 , 'field_name' => 'passwordResetToken' ]], 'verification' => [ 'token' => [ 'length' => 16 , 'field_name' => 'emailVerificationToken' ]]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.oauth_user' , [ 'driver' => 'doctrine/orm' , 'encoder' => false , 'classes' => [ 'model' => 'App\\Entity\\User\\UserOAuth' , 'interface' => 'Sylius\\Component\\User\\Model\\UserOAuthInterface' , 'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' , 'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ], 'templates' => 'SyliusUserBundle:User' , 'resetting' => [ 'token' => [ 'ttl' => 'P1D' , 'length' => 16 , 'field_name' => 'passwordResetToken' ], 'pin' => [ 'length' => 4 , 'field_name' => 'passwordResetToken' ]], 'verification' => [ 'token' => [ 'length' => 16 , 'field_name' => 'emailVerificationToken' ]]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.customer' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Customer\\Customer' , 'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\CustomerRepository' , 'interface' => 'Sylius\\Component\\Customer\\Model\\CustomerInterface' , 'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' , 'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' , 'form' => 'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerType' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.customer_group' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Customer\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.product_review' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Product\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.product_reviewer' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Customer\\Customer' , 'interface' => 'Sylius\\Component\\Review\\Model\\ReviewerInterface' , 'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.product_taxon' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductTaxonRepository' , 'model' => 'App\\Entity\\Product\\ProductTaxon' , 'interface' => 'Sylius\\Component\\Core\\Model\\ProductTaxonInterface' , 'controller' => 'Sylius\\Bundle\\CoreBundle\\Controller\\ProductTaxonController' , 'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.product_image' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Product\\ProductImage' , 'interface' => 'Sylius\\Component\\Core\\Model\\ProductImageInterface' , 'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' , 'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.taxon_image' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Taxonomy\\TaxonImage' , 'interface' => 'Sylius\\Component\\Core\\Model\\TaxonImageInterface' , 'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' , 'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.channel_pricing' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Channel\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.avatar_image' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'Sylius\\Component\\Core\\Model\\AvatarImage' , 'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\AvatarImageRepository' , 'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ]]);
$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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.payment_security_token' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Payment\\PaymentSecurityToken' , 'interface' => 'Sylius\\Bundle\\PayumBundle\\Model\\PaymentSecurityTokenInterface' , 'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' , 'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.gateway_config' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\Payment\\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' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.api_user' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\User\\AdminUser' , 'interface' => 'Sylius\\Bundle\\AdminApiBundle\\Model\\UserInterface' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.api_client' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\AdminApi\\Client' , 'interface' => 'Sylius\\Bundle\\AdminApiBundle\\Model\\ClientInterface' , 'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' , 'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' , 'form' => 'Sylius\\Bundle\\AdminApiBundle\\Form\\Type\\ClientType' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.api_access_token' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\AdminApi\\AccessToken' , 'interface' => 'Sylius\\Bundle\\AdminApiBundle\\Model\\AccessTokenInterface' , 'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' , 'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.api_refresh_token' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\AdminApi\\RefreshToken' , 'interface' => 'Sylius\\Bundle\\AdminApiBundle\\Model\\RefreshTokenInterface' , 'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' , 'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ]]);
$instance -> addFromAliasAndConfiguration ( 'sylius.api_auth_code' , [ 'driver' => 'doctrine/orm' , 'classes' => [ 'model' => 'App\\Entity\\AdminApi\\AuthCode' , 'interface' => 'Sylius\\Bundle\\AdminApiBundle\\Model\\AuthCodeInterface' , 'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' , 'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ]]);
return $instance ;
}
/**
* Gets the private 'sylius.router.checkout_state' shared service.
*
* @return \Sylius\Bundle\CoreBundle\Checkout\CheckoutStateUrlGenerator
*/
protected function getSylius_Router_CheckoutStateService ()
{
return $this -> privates [ 'sylius.router.checkout_state' ] = new \ Sylius \ Bundle \ CoreBundle \ Checkout \ CheckoutStateUrlGenerator (( $this -> services [ 'router' ] ?? $this -> getRouterService ()), [ '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' ]]);
}
/**
* Gets the private 'sylius.theme.context.channel_based' shared service.
*
* @return \Sylius\Bundle\CoreBundle\Theme\ChannelBasedThemeContext
*/
protected function getSylius_Theme_Context_ChannelBasedService ()
{
return $this -> privates [ 'sylius.theme.context.channel_based' ] = new \ Sylius \ Bundle \ CoreBundle \ Theme \ ChannelBasedThemeContext (( $this -> services [ 'Sylius\\Component\\Channel\\Context\\ChannelContextInterface' ] ?? $this -> getChannelContextInterfaceService ()), ( $this -> services [ 'sylius.repository.theme' ] ?? $this -> getSylius_Repository_ThemeService ()));
}
/**
* Gets the private 'sylius.theme.templating.file_locator' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Templating\Locator\TemplateFileLocator
*/
protected function getSylius_Theme_Templating_FileLocatorService ()
{
return $this -> privates [ 'sylius.theme.templating.file_locator' ] = new \ Sylius \ Bundle \ ThemeBundle \ Templating \ Locator \ TemplateFileLocator (( $this -> privates [ 'sylius.theme.templating.file_locator.inner' ] ?? $this -> load ( 'getSylius_Theme_Templating_FileLocator_InnerService.php' )), ( $this -> privates [ 'sylius.theme.context.channel_based' ] ?? $this -> getSylius_Theme_Context_ChannelBasedService ()), ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface' ] ?? ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface' ] = new \ Sylius \ Bundle \ ThemeBundle \ HierarchyProvider \ ThemeHierarchyProvider ())), ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Templating\\Locator\\TemplateLocatorInterface' ] ?? $this -> getTemplateLocatorInterfaceService ()), $this -> targetDir . '' );
}
/**
* Gets the private 'sylius.theme.translation.theme_aware_translator' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Translation\ThemeAwareTranslator
*/
protected function getSylius_Theme_Translation_ThemeAwareTranslatorService ()
{
$a = new \ Sylius \ Bundle \ ThemeBundle \ Translation \ Translator (( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Translation\\Provider\\Loader\\TranslatorLoaderProviderInterface' ] ?? $this -> getTranslatorLoaderProviderInterfaceService ()), ( $this -> services [ 'Sylius\\Bundle\\ThemeBundle\\Translation\\Provider\\Resource\\TranslatorResourceProviderInterface' ] ?? $this -> getTranslatorResourceProviderInterfaceService ()), new \ Symfony \ Component \ Translation \ Formatter \ MessageFormatter (new \ Symfony \ Component \ Translation \ IdentityTranslator ()), 'en_GB' , [ 'cache_dir' => ( $this -> targetDir . '' . '/translations' ), 'debug' => true ]);
$a -> setFallbackLocales ([ 0 => 'en_GB' , 1 => 'en_GB' , 2 => 'en' ]);
return $this -> privates [ 'sylius.theme.translation.theme_aware_translator' ] = new \ Sylius \ Bundle \ ThemeBundle \ Translation \ ThemeAwareTranslator ( $a , ( $this -> privates [ 'sylius.theme.context.channel_based' ] ?? $this -> getSylius_Theme_Context_ChannelBasedService ()));
}
/**
* Gets the private 'translation.loader.csv' shared service.
*
* @return \Symfony\Component\Translation\Loader\CsvFileLoader
*/
protected function getTranslation_Loader_CsvService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> privates [ 'translation.loader.csv' ] = $this -> createProxy ( 'CsvFileLoader_5cc7c8f' , function () {
return \ CsvFileLoader_5cc7c8f :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getTranslation_Loader_CsvService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/LoaderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/ArrayLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/FileLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/CsvFileLoader.php' ;
return new \ Symfony \ Component \ Translation \ Loader \ CsvFileLoader ();
}
/**
* Gets the private 'translation.loader.dat' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
*/
protected function getTranslation_Loader_DatService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> privates [ 'translation.loader.dat' ] = $this -> createProxy ( 'IcuDatFileLoader_a54a424' , function () {
return \ IcuDatFileLoader_a54a424 :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getTranslation_Loader_DatService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/LoaderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/IcuResFileLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/IcuDatFileLoader.php' ;
return new \ Symfony \ Component \ Translation \ Loader \ IcuDatFileLoader ();
}
/**
* Gets the private 'translation.loader.ini' shared service.
*
* @return \Symfony\Component\Translation\Loader\IniFileLoader
*/
protected function getTranslation_Loader_IniService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> privates [ 'translation.loader.ini' ] = $this -> createProxy ( 'IniFileLoader_d75c726' , function () {
return \ IniFileLoader_d75c726 :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getTranslation_Loader_IniService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/LoaderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/ArrayLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/FileLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/IniFileLoader.php' ;
return new \ Symfony \ Component \ Translation \ Loader \ IniFileLoader ();
}
/**
* Gets the private 'translation.loader.json' shared service.
*
* @return \Symfony\Component\Translation\Loader\JsonFileLoader
*/
protected function getTranslation_Loader_JsonService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> privates [ 'translation.loader.json' ] = $this -> createProxy ( 'JsonFileLoader_6854993' , function () {
return \ JsonFileLoader_6854993 :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getTranslation_Loader_JsonService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/LoaderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/ArrayLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/FileLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/JsonFileLoader.php' ;
return new \ Symfony \ Component \ Translation \ Loader \ JsonFileLoader ();
}
/**
* Gets the private 'translation.loader.mo' shared service.
*
* @return \Symfony\Component\Translation\Loader\MoFileLoader
*/
protected function getTranslation_Loader_MoService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> privates [ 'translation.loader.mo' ] = $this -> createProxy ( 'MoFileLoader_067a4cd' , function () {
return \ MoFileLoader_067a4cd :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getTranslation_Loader_MoService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/LoaderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/ArrayLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/FileLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/MoFileLoader.php' ;
return new \ Symfony \ Component \ Translation \ Loader \ MoFileLoader ();
}
/**
* Gets the private 'translation.loader.php' shared service.
*
* @return \Symfony\Component\Translation\Loader\PhpFileLoader
*/
protected function getTranslation_Loader_PhpService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> privates [ 'translation.loader.php' ] = $this -> createProxy ( 'PhpFileLoader_e63c58d' , function () {
return \ PhpFileLoader_e63c58d :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getTranslation_Loader_PhpService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/LoaderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/ArrayLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/FileLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/PhpFileLoader.php' ;
return new \ Symfony \ Component \ Translation \ Loader \ PhpFileLoader ();
}
/**
* Gets the private 'translation.loader.po' shared service.
*
* @return \Symfony\Component\Translation\Loader\PoFileLoader
*/
protected function getTranslation_Loader_PoService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> privates [ 'translation.loader.po' ] = $this -> createProxy ( 'PoFileLoader_8acad7f' , function () {
return \ PoFileLoader_8acad7f :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getTranslation_Loader_PoService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/LoaderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/ArrayLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/FileLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/PoFileLoader.php' ;
return new \ Symfony \ Component \ Translation \ Loader \ PoFileLoader ();
}
/**
* Gets the private 'translation.loader.qt' shared service.
*
* @return \Symfony\Component\Translation\Loader\QtFileLoader
*/
protected function getTranslation_Loader_QtService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> privates [ 'translation.loader.qt' ] = $this -> createProxy ( 'QtFileLoader_b0bf5a8' , function () {
return \ QtFileLoader_b0bf5a8 :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getTranslation_Loader_QtService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/LoaderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/QtFileLoader.php' ;
return new \ Symfony \ Component \ Translation \ Loader \ QtFileLoader ();
}
/**
* Gets the private 'translation.loader.res' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuResFileLoader
*/
protected function getTranslation_Loader_ResService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> privates [ 'translation.loader.res' ] = $this -> createProxy ( 'IcuResFileLoader_54be3cf' , function () {
return \ IcuResFileLoader_54be3cf :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getTranslation_Loader_ResService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/LoaderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/IcuResFileLoader.php' ;
return new \ Symfony \ Component \ Translation \ Loader \ IcuResFileLoader ();
}
/**
* Gets the private 'translation.loader.xliff' shared service.
*
* @return \Symfony\Component\Translation\Loader\XliffFileLoader
*/
protected function getTranslation_Loader_XliffService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> privates [ 'translation.loader.xliff' ] = $this -> createProxy ( 'XliffFileLoader_17bf9c6' , function () {
return \ XliffFileLoader_17bf9c6 :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getTranslation_Loader_XliffService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/LoaderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/XliffFileLoader.php' ;
return new \ Symfony \ Component \ Translation \ Loader \ XliffFileLoader ();
}
/**
* Gets the private 'translation.loader.yml' shared service.
*
* @return \Symfony\Component\Translation\Loader\YamlFileLoader
*/
protected function getTranslation_Loader_YmlService ( $lazyLoad = true )
{
if ( $lazyLoad ) {
return $this -> privates [ 'translation.loader.yml' ] = $this -> createProxy ( 'YamlFileLoader_53c0405' , function () {
return \ YamlFileLoader_53c0405 :: staticProxyConstructor (function (& $wrappedInstance , \ ProxyManager \ Proxy \ LazyLoadingInterface $proxy ) {
$wrappedInstance = $this -> getTranslation_Loader_YmlService ( false );
$proxy -> setProxyInitializer ( null );
return true ;
});
});
}
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/LoaderInterface.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/ArrayLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/FileLoader.php' ;
include_once \ dirname ( __DIR__ , 4 ). '/vendor/symfony/translation/Loader/YamlFileLoader.php' ;
return new \ Symfony \ Component \ Translation \ Loader \ YamlFileLoader ();
}
/**
* Gets the private 'twig.extension.google_tag_manager' shared service.
*
* @return \Xynnn\GoogleTagManagerBundle\Twig\GoogleTagManagerExtension
*/
protected function getTwig_Extension_GoogleTagManagerService ()
{
return $this -> privates [ 'twig.extension.google_tag_manager' ] = new \ Xynnn \ GoogleTagManagerBundle \ Twig \ GoogleTagManagerExtension (new \ Xynnn \ GoogleTagManagerBundle \ Helper \ GoogleTagManagerHelper (( $this -> services [ 'google_tag_manager' ] ?? $this -> getGoogleTagManagerService ())));
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService ()
{
$this -> privates [ 'validator.builder' ] = $instance = \ Symfony \ Component \ Validator \ Validation :: createValidatorBuilder ();
$a = ( $this -> privates [ 'property_info' ] ?? $this -> getPropertyInfoService ());
$instance -> setConstraintValidatorFactory (new \ Symfony \ Component \ Validator \ ContainerConstraintValidatorFactory (new \ Symfony \ Component \ DependencyInjection \ Argument \ ServiceLocator ( $this -> getService , [
'Sylius\\Bundle\\AddressingBundle\\Validator\\Constraints\\ProvinceAddressConstraintValidator' => [ 'services' , 'sylius.validator.valid_province_address' , 'getSylius_Validator_ValidProvinceAddressService.php' , true ],
'Sylius\\Bundle\\AddressingBundle\\Validator\\Constraints\\ZoneCannotContainItselfValidator' => [ 'services' , 'sylius.validator.zone_cannot_contain_itself' , 'getSylius_Validator_ZoneCannotContainItselfService.php' , true ],
'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderProductEligibilityValidator' => [ 'privates' , 'sylius.api.validator.order_product_eligibility' , 'getSylius_Api_Validator_OrderProductEligibilityService.php' , true ],
'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\UniqueShopUserEmailValidator' => [ 'privates' , 'sylius.validator.unique_shop_user_email' , 'getSylius_Validator_UniqueShopUserEmailService.php' , true ],
'Sylius\\Bundle\\AttributeBundle\\Validator\\Constraints\\ValidAttributeValueValidator' => [ 'services' , 'sylius.validator.valid_attribute_value' , 'getSylius_Validator_ValidAttributeValueService.php' , true ],
'Sylius\\Bundle\\AttributeBundle\\Validator\\Constraints\\ValidSelectAttributeConfigurationValidator' => [ 'services' , 'sylius.validator.valid_select_attribute' , 'getSylius_Validator_ValidSelectAttributeService.php' , true ],
'Sylius\\Bundle\\AttributeBundle\\Validator\\Constraints\\ValidTextAttributeConfigurationValidator' => [ 'services' , 'sylius.validator.valid_text_attribute' , 'getSylius_Validator_ValidTextAttributeService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\CartItemAvailabilityValidator' => [ 'services' , 'sylius.validator.cart_item_availability' , 'getSylius_Validator_CartItemAvailabilityService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\ChannelDefaultLocaleEnabledValidator' => [ 'services' , 'sylius.validator.channel_default_locale_enabled' , 'getSylius_Validator_ChannelDefaultLocaleEnabledService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\HasAllPricesDefinedValidator' => [ 'services' , 'sylius.validator.has_all_prices_defined' , 'getSylius_Validator_HasAllPricesDefinedService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\HasAllVariantPricesDefinedValidator' => [ 'services' , 'sylius.validator.has_all_variant_prices_defined' , 'getSylius_Validator_HasAllVariantPricesDefinedService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\HasEnabledEntityValidator' => [ 'services' , 'sylius.validator.has_enabled_entity' , 'getSylius_Validator_HasEnabledEntityService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\LocalesAwareValidAttributeValueValidator' => [ 'services' , 'sylius.validator.locales_aware_valid_attribute_value' , 'getSylius_Validator_LocalesAwareValidAttributeValueService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\OrderPaymentMethodEligibilityValidator' => [ 'services' , 'sylius.validator.payment_method_integrity' , 'getSylius_Validator_PaymentMethodIntegrityService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\OrderProductEligibilityValidator' => [ 'services' , 'sylius.validator.product_integrity' , 'getSylius_Validator_ProductIntegrityService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\OrderShippingMethodEligibilityValidator' => [ 'services' , 'sylius.validator.shipping_method_integrity' , 'getSylius_Validator_ShippingMethodIntegrityService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\RegisteredUserValidator' => [ 'services' , 'sylius.validator.unique.registered_user' , 'getSylius_Validator_Unique_RegisteredUserService.php' , true ],
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\UniqueReviewerEmailValidator' => [ 'services' , 'sylius.validator.unique_reviewer_email' , 'getSylius_Validator_UniqueReviewerEmailService.php' , true ],
'Sylius\\Bundle\\CurrencyBundle\\Validator\\Constraints\\DifferentSourceTargetCurrencyValidator' => [ 'services' , 'sylius.validator.different_source_target_currency' , 'getSylius_Validator_DifferentSourceTargetCurrencyService.php' , true ],
'Sylius\\Bundle\\CurrencyBundle\\Validator\\Constraints\\UniqueCurrencyPairValidator' => [ 'services' , 'sylius.validator.unique_currency_pair' , 'getSylius_Validator_UniqueCurrencyPairService.php' , true ],
'Sylius\\Bundle\\InventoryBundle\\Validator\\Constraints\\InStockValidator' => [ 'services' , 'sylius.validator.in_stock' , 'getSylius_Validator_InStockService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Validator\\ProductVariantCombinationValidator' => [ 'services' , 'sylius.validator.product_variant_combination' , 'getSylius_Validator_ProductVariantCombinationService.php' , true ],
'Sylius\\Bundle\\ProductBundle\\Validator\\UniqueSimpleProductCodeValidator' => [ 'services' , 'sylius.validator.product_code_uniqueness' , 'getSylius_Validator_ProductCodeUniquenessService.php' , true ],
'Sylius\\Bundle\\PromotionBundle\\Validator\\CouponGenerationAmountValidator' => [ 'services' , 'sylius.validator.promotion_coupon_generation_amount' , 'getSylius_Validator_PromotionCouponGenerationAmountService.php' , true ],
'Sylius\\Bundle\\PromotionBundle\\Validator\\PromotionDateRangeValidator' => [ 'services' , 'sylius.validator.date_range' , 'getSylius_Validator_DateRangeService.php' , true ],
'Sylius\\Bundle\\PromotionBundle\\Validator\\PromotionSubjectCouponValidator' => [ 'services' , 'sylius.validator.promotion_subject_coupon' , 'getSylius_Validator_PromotionSubjectCouponService.php' , true ],
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => [ 'privates' , 'doctrine.orm.validator.unique' , 'getDoctrine_Orm_Validator_UniqueService.php' , true ],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => [ 'privates' , 'security.validator.user_password' , 'getSecurity_Validator_UserPasswordService.php' , true ],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => [ 'privates' , 'validator.email' , 'getValidator_EmailService.php' , true ],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => [ 'privates' , 'validator.expression' , 'getValidator_ExpressionService.php' , true ],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => [ 'privates' , 'validator.not_compromised_password' , 'getValidator_NotCompromisedPasswordService.php' , true ],
'doctrine.orm.validator.unique' => [ 'privates' , 'doctrine.orm.validator.unique' , 'getDoctrine_Orm_Validator_UniqueService.php' , true ],
'registered_user_validator' => [ 'services' , 'sylius.validator.unique.registered_user' , 'getSylius_Validator_Unique_RegisteredUserService.php' , true ],
'security.validator.user_password' => [ 'privates' , 'security.validator.user_password' , 'getSecurity_Validator_UserPasswordService.php' , true ],
'sylius.validator.product_variant_combination' => [ 'services' , 'sylius.validator.product_variant_combination' , 'getSylius_Validator_ProductVariantCombinationService.php' , true ],
'sylius.validator.unique_shop_user_email' => [ 'privates' , 'sylius.validator.unique_shop_user_email' , 'getSylius_Validator_UniqueShopUserEmailService.php' , true ],
'sylius.validator.unique_simple_product_code' => [ 'services' , 'sylius.validator.product_code_uniqueness' , 'getSylius_Validator_ProductCodeUniquenessService.php' , true ],
'sylius_api_validator_order_product_eligibility' => [ 'privates' , 'sylius.api.validator.order_product_eligibility' , 'getSylius_Api_Validator_OrderProductEligibilityService.php' , true ],
'sylius_cart_item_availability' => [ 'services' , 'sylius.validator.cart_item_availability' , 'getSylius_Validator_CartItemAvailabilityService.php' , true ],
'sylius_channel_default_locale_enabled' => [ 'services' , 'sylius.validator.channel_default_locale_enabled' , 'getSylius_Validator_ChannelDefaultLocaleEnabledService.php' , true ],
'sylius_coupon_generation_amount_validator' => [ 'services' , 'sylius.validator.promotion_coupon_generation_amount' , 'getSylius_Validator_PromotionCouponGenerationAmountService.php' , true ],
'sylius_has_all_prices_defined' => [ 'services' , 'sylius.validator.has_all_prices_defined' , 'getSylius_Validator_HasAllPricesDefinedService.php' , true ],
'sylius_has_all_variant_prices_defined' => [ 'services' , 'sylius.validator.has_all_variant_prices_defined' , 'getSylius_Validator_HasAllVariantPricesDefinedService.php' , true ],
'sylius_has_enabled_entity' => [ 'services' , 'sylius.validator.has_enabled_entity' , 'getSylius_Validator_HasEnabledEntityService.php' , true ],
'sylius_in_stock' => [ 'services' , 'sylius.validator.in_stock' , 'getSylius_Validator_InStockService.php' , true ],
'sylius_order_payment_method_eligibility_validator' => [ 'services' , 'sylius.validator.payment_method_integrity' , 'getSylius_Validator_PaymentMethodIntegrityService.php' , true ],
'sylius_order_product_eligibility_validator' => [ 'services' , 'sylius.validator.product_integrity' , 'getSylius_Validator_ProductIntegrityService.php' , true ],
'sylius_order_shipping_method_eligibility_validator' => [ 'services' , 'sylius.validator.shipping_method_integrity' , 'getSylius_Validator_ShippingMethodIntegrityService.php' , true ],
'sylius_promotion_date_range_validator' => [ 'services' , 'sylius.validator.date_range' , 'getSylius_Validator_DateRangeService.php' , true ],
'sylius_promotion_subject_validator' => [ 'services' , 'sylius.validator.promotion_subject_coupon' , 'getSylius_Validator_PromotionSubjectCouponService.php' , true ],
'sylius_province_address_validator' => [ 'services' , 'sylius.validator.valid_province_address' , 'getSylius_Validator_ValidProvinceAddressService.php' , true ],
'sylius_unique_reviewer_email_validator' => [ 'services' , 'sylius.validator.unique_reviewer_email' , 'getSylius_Validator_UniqueReviewerEmailService.php' , true ],
'sylius_valid_attribute_value_validator' => [ 'services' , 'sylius.validator.locales_aware_valid_attribute_value' , 'getSylius_Validator_LocalesAwareValidAttributeValueService.php' , true ],
'sylius_valid_select_attribute_validator' => [ 'services' , 'sylius.validator.valid_select_attribute' , 'getSylius_Validator_ValidSelectAttributeService.php' , true ],
'sylius_valid_text_attribute_validator' => [ 'services' , 'sylius.validator.valid_text_attribute' , 'getSylius_Validator_ValidTextAttributeService.php' , true ],
'sylius_zone_cannot_contain_itself_validator' => [ 'services' , 'sylius.validator.zone_cannot_contain_itself' , 'getSylius_Validator_ZoneCannotContainItselfService.php' , true ],
'validator.expression' => [ 'privates' , 'validator.expression' , 'getValidator_ExpressionService.php' , true ],
], [
'Sylius\\Bundle\\AddressingBundle\\Validator\\Constraints\\ProvinceAddressConstraintValidator' => '?' ,
'Sylius\\Bundle\\AddressingBundle\\Validator\\Constraints\\ZoneCannotContainItselfValidator' => '?' ,
'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\OrderProductEligibilityValidator' => '?' ,
'Sylius\\Bundle\\ApiBundle\\Validator\\Constraints\\UniqueShopUserEmailValidator' => '?' ,
'Sylius\\Bundle\\AttributeBundle\\Validator\\Constraints\\ValidAttributeValueValidator' => '?' ,
'Sylius\\Bundle\\AttributeBundle\\Validator\\Constraints\\ValidSelectAttributeConfigurationValidator' => '?' ,
'Sylius\\Bundle\\AttributeBundle\\Validator\\Constraints\\ValidTextAttributeConfigurationValidator' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\CartItemAvailabilityValidator' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\ChannelDefaultLocaleEnabledValidator' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\HasAllPricesDefinedValidator' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\HasAllVariantPricesDefinedValidator' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\HasEnabledEntityValidator' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\LocalesAwareValidAttributeValueValidator' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\OrderPaymentMethodEligibilityValidator' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\OrderProductEligibilityValidator' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\OrderShippingMethodEligibilityValidator' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\RegisteredUserValidator' => '?' ,
'Sylius\\Bundle\\CoreBundle\\Validator\\Constraints\\UniqueReviewerEmailValidator' => '?' ,
'Sylius\\Bundle\\CurrencyBundle\\Validator\\Constraints\\DifferentSourceTargetCurrencyValidator' => '?' ,
'Sylius\\Bundle\\CurrencyBundle\\Validator\\Constraints\\UniqueCurrencyPairValidator' => '?' ,
'Sylius\\Bundle\\InventoryBundle\\Validator\\Constraints\\InStockValidator' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Validator\\ProductVariantCombinationValidator' => '?' ,
'Sylius\\Bundle\\ProductBundle\\Validator\\UniqueSimpleProductCodeValidator' => '?' ,
'Sylius\\Bundle\\PromotionBundle\\Validator\\CouponGenerationAmountValidator' => '?' ,
'Sylius\\Bundle\\PromotionBundle\\Validator\\PromotionDateRangeValidator' => '?' ,
'Sylius\\Bundle\\PromotionBundle\\Validator\\PromotionSubjectCouponValidator' => '?' ,
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?' ,
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?' ,
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?' ,
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?' ,
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?' ,
'doctrine.orm.validator.unique' => '?' ,
'registered_user_validator' => '?' ,
'security.validator.user_password' => '?' ,
'sylius.validator.product_variant_combination' => '?' ,
'sylius.validator.unique_shop_user_email' => '?' ,
'sylius.validator.unique_simple_product_code' => '?' ,
'sylius_api_validator_order_product_eligibility' => '?' ,
'sylius_cart_item_availability' => '?' ,
'sylius_channel_default_locale_enabled' => '?' ,
'sylius_coupon_generation_amount_validator' => '?' ,
'sylius_has_all_prices_defined' => '?' ,
'sylius_has_all_variant_prices_defined' => '?' ,
'sylius_has_enabled_entity' => '?' ,
'sylius_in_stock' => '?' ,
'sylius_order_payment_method_eligibility_validator' => '?' ,
'sylius_order_product_eligibility_validator' => '?' ,
'sylius_order_shipping_method_eligibility_validator' => '?' ,
'sylius_promotion_date_range_validator' => '?' ,
'sylius_promotion_subject_validator' => '?' ,
'sylius_province_address_validator' => '?' ,
'sylius_unique_reviewer_email_validator' => '?' ,
'sylius_valid_attribute_value_validator' => '?' ,
'sylius_valid_select_attribute_validator' => '?' ,
'sylius_valid_text_attribute_validator' => '?' ,
'sylius_zone_cannot_contain_itself_validator' => '?' ,
'validator.expression' => '?' ,
])));
$instance -> setTranslator (new \ Symfony \ Component \ Validator \ Util \ LegacyTranslatorProxy (( $this -> services [ 'translator' ] ?? $this -> getTranslatorService ())));
$instance -> setTranslationDomain ( 'validators' );
$instance -> addXmlMappings ([ 0 => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/form/Resources/config/validation.xml' ), 1 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/config/validation/Order.xml' ), 2 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/config/validation/OrderItem.xml' ), 3 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/config/validation/Currency.xml' ), 4 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/config/validation/ExchangeRate.xml' ), 5 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/config/validation/Locale.xml' ), 6 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/config/validation/Product.xml' ), 7 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductAssociationType.xml' ), 8 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductAssociationTypeTranslation.xml' ), 9 => (\ 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/Promotion.xml' ), 29 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/config/validation/PromotionAction.xml' ), 30 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/config/validation/PromotionCoupon.xml' ), 31 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/config/validation/PromotionCouponGeneratorInstruction.xml' ), 32 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/config/validation/PromotionRule.xml' ), 33 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/config/validation/Address.xml' ), 34 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/config/validation/Country.xml' ), 35 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/config/validation/Province.xml' ), 36 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/config/validation/Zone.xml' ), 37 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/config/validation/ZoneMember.xml' ), 38 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/config/validation/Taxon.xml' ), 39 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/config/validation/TaxonTranslation.xml' ), 40 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/config/validation/ChangePassword.xml' ), 41 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/config/validation/PasswordReset.xml' ), 42 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/config/validation/PasswordResetRequest.xml' ), 43 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/config/validation/User.xml' ), 44 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/config/validation/Customer.xml' ), 45 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/config/validation/CustomerGroup.xml' ), 46 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/config/validation/Review.xml' ), 47 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/AddToCartCommand.xml' ), 48 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/AdminUser.xml' ), 49 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/AvatarImage.xml' ), 50 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/Channel.xml' ), 51 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/ChannelPricing.xml' ), 52 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/Customer.xml' ), 53 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/Order.xml' ), 54 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/OrderItem.xml' ), 55 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/PaymentMethod.xml' ), 56 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/Product.xml' ), 57 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/ProductImage.xml' ), 58 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/ProductReview.xml' ), 59 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/ProductVariant.xml' ), 60 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/ShippingMethod.xml' ), 61 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/TaxRate.xml' ), 62 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/Taxon.xml' ), 63 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/validation/TaxonImage.xml' ), 64 => (\ dirname ( __DIR__ , 4 ). '/vendor/payum/payum-bundle/Resources/config/validation.xml' ), 65 => (\ dirname ( __DIR__ , 4 ). '/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/validation.xml' ), 66 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/validation/AddressOrder.xml' ), 67 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/validation/Order.xml' ), 68 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/validation/OrderItem.xml' ), 69 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/validation/RegisterShopUser.xml' )]);
$instance -> enableAnnotationMapping (( $this -> privates [ 'annotations.cached_reader' ] ?? $this -> getAnnotations_CachedReaderService ()));
$instance -> addMethodMapping ( 'loadValidatorMetadata' );
$instance -> addObjectInitializers ([ 0 => new \ Symfony \ Bridge \ Doctrine \ Validator \ DoctrineInitializer (( $this -> services [ 'doctrine' ] ?? $this -> getDoctrineService ())), 1 => ( $this -> services [ 'sylius.validator.customer_initializer' ] ?? $this -> getSylius_Validator_CustomerInitializerService ())]);
$instance -> addLoader (new \ Symfony \ Component \ Validator \ Mapping \ Loader \ PropertyInfoLoader ( $a , $a , $a , NULL ));
$instance -> addLoader (new \ Symfony \ Bridge \ Doctrine \ Validator \ DoctrineLoader (( $this -> services [ 'doctrine.orm.default_entity_manager' ] ?? $this -> getDoctrine_Orm_DefaultEntityManagerService ()), NULL ));
return $instance ;
}
/**
* Gets the private 'var_dumper.html_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService ()
{
$this -> privates [ 'var_dumper.html_dumper' ] = $instance = new \ Symfony \ Component \ VarDumper \ Dumper \ HtmlDumper ( NULL , 'UTF-8' , 0 );
$instance -> setDisplayOptions ([ 'fileLinkFormat' => ( $this -> privates [ 'debug.file_link_formatter' ] ?? $this -> getDebug_FileLinkFormatterService ())]);
return $instance ;
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService ()
{
return $this -> privates [ 'web_profiler.csp.handler' ] = new \ Symfony \ Bundle \ WebProfilerBundle \ Csp \ ContentSecurityPolicyHandler (new \ Symfony \ Bundle \ WebProfilerBundle \ Csp \ NonceGenerator ());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService ()
{
return $this -> privates [ 'web_profiler.debug_toolbar' ] = new \ Symfony \ Bundle \ WebProfilerBundle \ EventListener \ WebDebugToolbarListener (( $this -> services [ 'twig' ] ?? $this -> getTwigService ()), false , 2 , ( $this -> services [ 'router' ] ?? $this -> getRouterService ()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt' , ( $this -> privates [ 'web_profiler.csp.handler' ] ?? $this -> getWebProfiler_Csp_HandlerService ()));
}
/**
* Gets the public 'sylus.payum_action.offline.status' alias.
*
* @return object The "sylius.payum_action.offline.status" service.
*/
protected function getSylus_PayumAction_Offline_StatusService ()
{
@ trigger_error ( '"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.' , E_USER_DEPRECATED );
return $this -> get ( 'sylius.payum_action.offline.status' );
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter ( $name )
{
$name = (string) $name ;
if (isset( $this -> buildParameters [ $name ])) {
return $this -> buildParameters [ $name ];
}
if (!(isset( $this -> parameters [ $name ]) || isset( $this -> loadedDynamicParameters [ $name ]) || array_key_exists ( $name , $this -> parameters ))) {
throw new InvalidArgumentException ( sprintf ( 'The parameter "%s" must be defined.' , $name ));
}
if (isset( $this -> loadedDynamicParameters [ $name ])) {
return $this -> loadedDynamicParameters [ $name ] ? $this -> dynamicParameters [ $name ] : $this -> getDynamicParameter ( $name );
}
return $this -> parameters [ $name ];
}
public function hasParameter ( $name ): bool
{
$name = (string) $name ;
if (isset( $this -> buildParameters [ $name ])) {
return true ;
}
return isset( $this -> parameters [ $name ]) || isset( $this -> loadedDynamicParameters [ $name ]) || array_key_exists ( $name , $this -> parameters );
}
public function setParameter ( $name , $value ): void
{
throw new LogicException ( 'Impossible to call set() on a frozen ParameterBag.' );
}
public function getParameterBag (): ParameterBagInterface
{
if ( null === $this -> parameterBag ) {
$parameters = $this -> parameters ;
foreach ( $this -> loadedDynamicParameters as $name => $loaded ) {
$parameters [ $name ] = $loaded ? $this -> dynamicParameters [ $name ] : $this -> getDynamicParameter ( $name );
}
foreach ( $this -> buildParameters as $name => $value ) {
$parameters [ $name ] = $value ;
}
$this -> parameterBag = new FrozenParameterBag ( $parameters );
}
return $this -> parameterBag ;
}
private $loadedDynamicParameters = [
'kernel.cache_dir' => false ,
'sylius_admin.path_name' => false ,
'sylius.security.admin_regex' => false ,
'sylius.security.shop_regex' => false ,
'kernel.secret' => false ,
'session.save_path' => false ,
'validator.mapping.cache.file' => false ,
'profiler.storage.dsn' => false ,
'debug.container.dump' => false ,
'serializer.mapping.cache.file' => false ,
'doctrine.orm.proxy_dir' => false ,
'lexik_jwt_authentication.pass_phrase' => false ,
];
private $dynamicParameters = [];
private function getDynamicParameter ( string $name )
{
switch ( $name ) {
case 'kernel.cache_dir' : $value = $this -> targetDir . '' ; break;
case 'sylius_admin.path_name' : $value = $this -> getEnv ( 'resolve:SYLIUS_ADMIN_ROUTING_PATH_NAME' ); break;
case 'sylius.security.admin_regex' : $value = '^/' . $this -> getEnv ( 'string:resolve:SYLIUS_ADMIN_ROUTING_PATH_NAME' ); break;
case 'sylius.security.shop_regex' : $value = '^/(?!' . $this -> getEnv ( 'string:resolve:SYLIUS_ADMIN_ROUTING_PATH_NAME' ). '|new-api|api/.*|api$|media/.*)[^/]++' ; break;
case 'kernel.secret' : $value = $this -> getEnv ( 'APP_SECRET' ); break;
case 'session.save_path' : $value = ( $this -> targetDir . '' . '/sessions' ); break;
case 'validator.mapping.cache.file' : $value = ( $this -> targetDir . '' . '/validation.php' ); break;
case 'profiler.storage.dsn' : $value = ( 'file:' . $this -> targetDir . '' . '/profiler' ); break;
case 'debug.container.dump' : $value = ( $this -> targetDir . '' . '/srcApp_KernelDevDebugContainer.xml' ); break;
case 'serializer.mapping.cache.file' : $value = ( $this -> targetDir . '' . '/serialization.php' ); break;
case 'doctrine.orm.proxy_dir' : $value = ( $this -> targetDir . '' . '/doctrine/orm/Proxies' ); break;
case 'lexik_jwt_authentication.pass_phrase' : $value = $this -> getEnv ( 'JWT_PASSPHRASE' ); break;
default: throw new InvalidArgumentException ( sprintf ( 'The dynamic parameter "%s" must be defined.' , $name ));
}
$this -> loadedDynamicParameters [ $name ] = true ;
return $this -> dynamicParameters [ $name ] = $value ;
}
protected function getDefaultParameters (): array
{
return [
'kernel.root_dir' => (\ dirname ( __DIR__ , 4 ). '/src' ),
'kernel.project_dir' => \ dirname ( __DIR__ , 4 ),
'kernel.environment' => 'dev' ,
'kernel.debug' => true ,
'kernel.name' => 'src' ,
'kernel.logs_dir' => (\ dirname ( __DIR__ , 3 ). '/log' ),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle' ,
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle' ,
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle' ,
'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle' ,
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle' ,
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle' ,
'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle' ,
'SyliusOrderBundle' => 'Sylius\\Bundle\\OrderBundle\\SyliusOrderBundle' ,
'SyliusMoneyBundle' => 'Sylius\\Bundle\\MoneyBundle\\SyliusMoneyBundle' ,
'SyliusCurrencyBundle' => 'Sylius\\Bundle\\CurrencyBundle\\SyliusCurrencyBundle' ,
'SyliusLocaleBundle' => 'Sylius\\Bundle\\LocaleBundle\\SyliusLocaleBundle' ,
'SyliusProductBundle' => 'Sylius\\Bundle\\ProductBundle\\SyliusProductBundle' ,
'SyliusChannelBundle' => 'Sylius\\Bundle\\ChannelBundle\\SyliusChannelBundle' ,
'SyliusAttributeBundle' => 'Sylius\\Bundle\\AttributeBundle\\SyliusAttributeBundle' ,
'SyliusTaxationBundle' => 'Sylius\\Bundle\\TaxationBundle\\SyliusTaxationBundle' ,
'SyliusShippingBundle' => 'Sylius\\Bundle\\ShippingBundle\\SyliusShippingBundle' ,
'SyliusPaymentBundle' => 'Sylius\\Bundle\\PaymentBundle\\SyliusPaymentBundle' ,
'SyliusMailerBundle' => 'Sylius\\Bundle\\MailerBundle\\SyliusMailerBundle' ,
'SyliusPromotionBundle' => 'Sylius\\Bundle\\PromotionBundle\\SyliusPromotionBundle' ,
'SyliusAddressingBundle' => 'Sylius\\Bundle\\AddressingBundle\\SyliusAddressingBundle' ,
'SyliusInventoryBundle' => 'Sylius\\Bundle\\InventoryBundle\\SyliusInventoryBundle' ,
'SyliusTaxonomyBundle' => 'Sylius\\Bundle\\TaxonomyBundle\\SyliusTaxonomyBundle' ,
'SyliusUserBundle' => 'Sylius\\Bundle\\UserBundle\\SyliusUserBundle' ,
'SyliusCustomerBundle' => 'Sylius\\Bundle\\CustomerBundle\\SyliusCustomerBundle' ,
'SyliusUiBundle' => 'Sylius\\Bundle\\UiBundle\\SyliusUiBundle' ,
'SyliusReviewBundle' => 'Sylius\\Bundle\\ReviewBundle\\SyliusReviewBundle' ,
'SyliusCoreBundle' => 'Sylius\\Bundle\\CoreBundle\\SyliusCoreBundle' ,
'SyliusResourceBundle' => 'Sylius\\Bundle\\ResourceBundle\\SyliusResourceBundle' ,
'SyliusGridBundle' => 'Sylius\\Bundle\\GridBundle\\SyliusGridBundle' ,
'winzouStateMachineBundle' => 'winzou\\Bundle\\StateMachineBundle\\winzouStateMachineBundle' ,
'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle' ,
'BazingaHateoasBundle' => 'Bazinga\\Bundle\\HateoasBundle\\BazingaHateoasBundle' ,
'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle' ,
'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle' ,
'KnpGaufretteBundle' => 'Knp\\Bundle\\GaufretteBundle\\KnpGaufretteBundle' ,
'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle' ,
'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle' ,
'PayumBundle' => 'Payum\\Bundle\\PayumBundle\\PayumBundle' ,
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle' ,
'WhiteOctoberPagerfantaBundle' => 'WhiteOctober\\PagerfantaBundle\\WhiteOctoberPagerfantaBundle' ,
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle' ,
'SyliusFixturesBundle' => 'Sylius\\Bundle\\FixturesBundle\\SyliusFixturesBundle' ,
'SyliusPayumBundle' => 'Sylius\\Bundle\\PayumBundle\\SyliusPayumBundle' ,
'SyliusThemeBundle' => 'Sylius\\Bundle\\ThemeBundle\\SyliusThemeBundle' ,
'SyliusAdminBundle' => 'Sylius\\Bundle\\AdminBundle\\SyliusAdminBundle' ,
'SyliusShopBundle' => 'Sylius\\Bundle\\ShopBundle\\SyliusShopBundle' ,
'FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\FOSOAuthServerBundle' ,
'SyliusAdminApiBundle' => 'Sylius\\Bundle\\AdminApiBundle\\SyliusAdminApiBundle' ,
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle' ,
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle' ,
'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle' ,
'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle' ,
'ApiPlatformBundle' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\ApiPlatformBundle' ,
'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle' ,
'SyliusApiBundle' => 'Sylius\\Bundle\\ApiBundle\\SyliusApiBundle' ,
'SyliusLabsDoctrineMigrationsExtraBundle' => 'SyliusLabs\\DoctrineMigrationsExtraBundle\\SyliusLabsDoctrineMigrationsExtraBundle' ,
'ConsoleColorDiffBundle' => 'Symplify\\ConsoleColorDiff\\ConsoleColorDiffBundle' ,
'SyliusPayPalPlugin' => 'Sylius\\PayPalPlugin\\SyliusPayPalPlugin' ,
'GoogleTagManagerBundle' => 'Xynnn\\GoogleTagManagerBundle\\GoogleTagManagerBundle' ,
'GtmPlugin' => 'GtmPlugin\\GtmPlugin' ,
'SyliusGtmEnhancedEcommercePlugin' => 'StefanDoorn\\SyliusGtmEnhancedEcommercePlugin\\SyliusGtmEnhancedEcommercePlugin' ,
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/framework-bundle' ),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle' ,
],
'MonologBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/monolog-bundle' ),
'namespace' => 'Symfony\\Bundle\\MonologBundle' ,
],
'SecurityBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/security-bundle' ),
'namespace' => 'Symfony\\Bundle\\SecurityBundle' ,
],
'SwiftmailerBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/swiftmailer-bundle' ),
'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle' ,
],
'TwigBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/twig-bundle' ),
'namespace' => 'Symfony\\Bundle\\TwigBundle' ,
],
'DoctrineBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/doctrine/doctrine-bundle' ),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle' ,
],
'DoctrineCacheBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/doctrine/doctrine-cache-bundle' ),
'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle' ,
],
'SyliusOrderBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle' ),
'namespace' => 'Sylius\\Bundle\\OrderBundle' ,
],
'SyliusMoneyBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/MoneyBundle' ),
'namespace' => 'Sylius\\Bundle\\MoneyBundle' ,
],
'SyliusCurrencyBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle' ),
'namespace' => 'Sylius\\Bundle\\CurrencyBundle' ,
],
'SyliusLocaleBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle' ),
'namespace' => 'Sylius\\Bundle\\LocaleBundle' ,
],
'SyliusProductBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle' ),
'namespace' => 'Sylius\\Bundle\\ProductBundle' ,
],
'SyliusChannelBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle' ),
'namespace' => 'Sylius\\Bundle\\ChannelBundle' ,
],
'SyliusAttributeBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle' ),
'namespace' => 'Sylius\\Bundle\\AttributeBundle' ,
],
'SyliusTaxationBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle' ),
'namespace' => 'Sylius\\Bundle\\TaxationBundle' ,
],
'SyliusShippingBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle' ),
'namespace' => 'Sylius\\Bundle\\ShippingBundle' ,
],
'SyliusPaymentBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle' ),
'namespace' => 'Sylius\\Bundle\\PaymentBundle' ,
],
'SyliusMailerBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/mailer-bundle/src/Bundle' ),
'namespace' => 'Sylius\\Bundle\\MailerBundle' ,
],
'SyliusPromotionBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle' ),
'namespace' => 'Sylius\\Bundle\\PromotionBundle' ,
],
'SyliusAddressingBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle' ),
'namespace' => 'Sylius\\Bundle\\AddressingBundle' ,
],
'SyliusInventoryBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/InventoryBundle' ),
'namespace' => 'Sylius\\Bundle\\InventoryBundle' ,
],
'SyliusTaxonomyBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle' ),
'namespace' => 'Sylius\\Bundle\\TaxonomyBundle' ,
],
'SyliusUserBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle' ),
'namespace' => 'Sylius\\Bundle\\UserBundle' ,
],
'SyliusCustomerBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle' ),
'namespace' => 'Sylius\\Bundle\\CustomerBundle' ,
],
'SyliusUiBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle' ),
'namespace' => 'Sylius\\Bundle\\UiBundle' ,
],
'SyliusReviewBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle' ),
'namespace' => 'Sylius\\Bundle\\ReviewBundle' ,
],
'SyliusCoreBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle' ),
'namespace' => 'Sylius\\Bundle\\CoreBundle' ,
],
'SyliusResourceBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/resource-bundle/src/Bundle' ),
'namespace' => 'Sylius\\Bundle\\ResourceBundle' ,
],
'SyliusGridBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/grid-bundle/src/Bundle' ),
'namespace' => 'Sylius\\Bundle\\GridBundle' ,
],
'winzouStateMachineBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/winzou/state-machine-bundle' ),
'namespace' => 'winzou\\Bundle\\StateMachineBundle' ,
],
'SonataBlockBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sonata-project/block-bundle/src' ),
'namespace' => 'Sonata\\BlockBundle' ,
],
'BazingaHateoasBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/willdurand/hateoas-bundle' ),
'namespace' => 'Bazinga\\Bundle\\HateoasBundle' ,
],
'JMSSerializerBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/jms/serializer-bundle' ),
'namespace' => 'JMS\\SerializerBundle' ,
],
'FOSRestBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/friendsofsymfony/rest-bundle' ),
'namespace' => 'FOS\\RestBundle' ,
],
'KnpGaufretteBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/knplabs/knp-gaufrette-bundle' ),
'namespace' => 'Knp\\Bundle\\GaufretteBundle' ,
],
'KnpMenuBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/knplabs/knp-menu-bundle/src' ),
'namespace' => 'Knp\\Bundle\\MenuBundle' ,
],
'LiipImagineBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/liip/imagine-bundle' ),
'namespace' => 'Liip\\ImagineBundle' ,
],
'PayumBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/payum/payum-bundle' ),
'namespace' => 'Payum\\Bundle\\PayumBundle' ,
],
'StofDoctrineExtensionsBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/stof/doctrine-extensions-bundle/src' ),
'namespace' => 'Stof\\DoctrineExtensionsBundle' ,
],
'WhiteOctoberPagerfantaBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/white-october/pagerfanta-bundle' ),
'namespace' => 'WhiteOctober\\PagerfantaBundle' ,
],
'DoctrineMigrationsBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/doctrine/doctrine-migrations-bundle' ),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle' ,
],
'SyliusFixturesBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/fixtures-bundle/src' ),
'namespace' => 'Sylius\\Bundle\\FixturesBundle' ,
],
'SyliusPayumBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle' ),
'namespace' => 'Sylius\\Bundle\\PayumBundle' ,
],
'SyliusThemeBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/theme-bundle/src' ),
'namespace' => 'Sylius\\Bundle\\ThemeBundle' ,
],
'SyliusAdminBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle' ),
'namespace' => 'Sylius\\Bundle\\AdminBundle' ,
],
'SyliusShopBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle' ),
'namespace' => 'Sylius\\Bundle\\ShopBundle' ,
],
'FOSOAuthServerBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/friendsofsymfony/oauth-server-bundle' ),
'namespace' => 'FOS\\OAuthServerBundle' ,
],
'SyliusAdminApiBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/admin-api-bundle' ),
'namespace' => 'Sylius\\Bundle\\AdminApiBundle' ,
],
'DebugBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/debug-bundle' ),
'namespace' => 'Symfony\\Bundle\\DebugBundle' ,
],
'WebProfilerBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/symfony/web-profiler-bundle' ),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle' ,
],
'FidryAliceDataFixturesBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony' ),
'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony' ,
],
'NelmioAliceBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/nelmio/alice/src/Bridge/Symfony' ),
'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony' ,
],
'ApiPlatformBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/api-platform/core/src/Bridge/Symfony/Bundle' ),
'namespace' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle' ,
],
'LexikJWTAuthenticationBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/lexik/jwt-authentication-bundle' ),
'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle' ,
],
'SyliusApiBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle' ),
'namespace' => 'Sylius\\Bundle\\ApiBundle' ,
],
'SyliusLabsDoctrineMigrationsExtraBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius-labs/doctrine-migrations-extra-bundle/src' ),
'namespace' => 'SyliusLabs\\DoctrineMigrationsExtraBundle' ,
],
'ConsoleColorDiffBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/symplify/console-color-diff/src' ),
'namespace' => 'Symplify\\ConsoleColorDiff' ,
],
'SyliusPayPalPlugin' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/paypal-plugin/src' ),
'namespace' => 'Sylius\\PayPalPlugin' ,
],
'GoogleTagManagerBundle' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/xynnn/google-tag-manager-bundle' ),
'namespace' => 'Xynnn\\GoogleTagManagerBundle' ,
],
'GtmPlugin' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/stefandoorn/google-tag-manager-plugin/src' ),
'namespace' => 'GtmPlugin' ,
],
'SyliusGtmEnhancedEcommercePlugin' => [
'path' => (\ dirname ( __DIR__ , 4 ). '/vendor/stefandoorn/sylius-google-tag-manager-enhanced-ecommerce-plugin/src' ),
'namespace' => 'StefanDoorn\\SyliusGtmEnhancedEcommercePlugin' ,
],
],
'kernel.charset' => 'UTF-8' ,
'kernel.container_class' => 'srcApp_KernelDevDebugContainer' ,
'container.dumper.inline_class_loader' => true ,
'sylius.uploader.filesystem' => 'sylius_image' ,
'sylius_core.public_dir' => (\ dirname ( __DIR__ , 4 ). '/public' ),
'env(SYLIUS_FIXTURES_HOSTNAME)' => 'localhost' ,
'env(SYLIUS_FIXTURES_THEME_NAME)' => NULL ,
'env(SYLIUS_ADMIN_ROUTING_PATH_NAME)' => 'admin' ,
'env(DATABASE_URL)' => '' ,
'sylius.security.api_regex' => '^/api' ,
'sylius.security.new_api_route' => '/new-api' ,
'sylius.security.new_api_regex' => '^/new-api' ,
'sylius.security.new_api_admin_route' => '/new-api/admin' ,
'sylius.security.new_api_admin_regex' => '^/new-api/admin' ,
'sylius.security.new_api_shop_route' => '/new-api/shop' ,
'sylius.security.new_api_shop_regex' => '^/new-api/shop' ,
'locale' => 'en_GB' ,
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command' ,
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error' ,
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate' ,
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit' ,
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit' ,
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit' ,
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data' ,
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data' ,
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments' ,
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller' ,
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response' ,
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request' ,
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request' ,
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view' ,
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception' ,
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate' ,
'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard' ,
'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave' ,
'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition' ,
'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter' ,
'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered' ,
'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed' ,
'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce' ,
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success' ,
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure' ,
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login' ,
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user' ,
],
'fragment.renderer.hinclude.global_template' => NULL ,
'fragment.path' => '/_fragment' ,
'kernel.http_method_override' => true ,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'en_GB' ,
'kernel.error_controller' => 'error_controller' ,
'templating.helper.code.file_link_format' => NULL ,
'debug.file_link_format' => NULL ,
'session.metadata.storage_key' => '_sf2_meta' ,
'session.storage.options' => [
'cache_limiter' => '0' ,
'cookie_httponly' => true ,
'gc_probability' => 1 ,
],
'session.metadata.update_threshold' => 0 ,
'form.type_extension.csrf.enabled' => true ,
'form.type_extension.csrf.field_name' => '_token' ,
'asset.request_context.base_path' => '' ,
'asset.request_context.secure' => false ,
'templating.loader.cache.path' => NULL ,
'templating.engines' => [
0 => 'twig' ,
],
'validator.translation_domain' => 'validators' ,
'translator.logging' => false ,
'translator.default_path' => (\ dirname ( __DIR__ , 4 ). '/translations' ),
'profiler_listener.only_exceptions' => false ,
'profiler_listener.only_master_requests' => false ,
'debug.error_handler.throw_at' => - 1 ,
'router.request_context.host' => 'localhost' ,
'router.request_context.scheme' => 'http' ,
'router.request_context.base_url' => '' ,
'router.resource' => 'kernel::loadRoutes' ,
'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer' ,
'request_listener.http_port' => 80 ,
'request_listener.https_port' => 443 ,
'monolog.use_microseconds' => true ,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.firephp' => NULL ,
'monolog.handler.main' => NULL ,
'monolog.handler.paypal' => [
'type' => 'inclusive' ,
'elements' => [
0 => 'paypal' ,
],
],
],
'security.authentication.trust_resolver.anonymous_class' => NULL ,
'security.authentication.trust_resolver.rememberme_class' => NULL ,
'security.role_hierarchy.roles' => [
],
'security.access.denied_url' => NULL ,
'security.authentication.manager.erase_credentials' => true ,
'security.authentication.session_strategy.strategy' => 'migrate' ,
'security.access.always_authenticate_before_granting' => true ,
'security.authentication.hide_user_not_found' => true ,
'swiftmailer.mailer.default.transport.name' => 'null' ,
'swiftmailer.mailer.default.transport.smtp.encryption' => NULL ,
'swiftmailer.mailer.default.transport.smtp.port' => 25 ,
'swiftmailer.mailer.default.transport.smtp.host' => 'localhost' ,
'swiftmailer.mailer.default.transport.smtp.username' => NULL ,
'swiftmailer.mailer.default.transport.smtp.password' => NULL ,
'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL ,
'swiftmailer.mailer.default.transport.smtp.timeout' => 30 ,
'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL ,
'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL ,
'swiftmailer.mailer.default.transport.smtp.stream_options' => [
],
'swiftmailer.mailer.default.spool.enabled' => false ,
'swiftmailer.mailer.default.plugin.impersonate' => NULL ,
'swiftmailer.mailer.default.single_address' => NULL ,
'swiftmailer.mailer.default.delivery.enabled' => false ,
'swiftmailer.spool.enabled' => false ,
'swiftmailer.delivery.enabled' => false ,
'swiftmailer.single_address' => NULL ,
'swiftmailer.mailers' => [
'default' => 'swiftmailer.mailer.default' ,
],
'swiftmailer.default_mailer' => 'default' ,
'twig.exception_listener.controller' => 'twig.controller.exception::showAction' ,
'twig.form.resources' => [
0 => 'form_div_layout.html.twig' ,
1 => '@LiipImagine/Form/form_div_layout.html.twig' ,
],
'twig.default_path' => (\ dirname ( __DIR__ , 4 ). '/templates' ),
'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache' ,
'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache' ,
'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache' ,
'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache' ,
'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache' ,
'doctrine_cache.couchbase.connection.class' => 'Couchbase' ,
'doctrine_cache.couchbase.hostnames' => 'localhost:8091' ,
'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache' ,
'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache' ,
'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache' ,
'doctrine_cache.memcache.connection.class' => 'Memcache' ,
'doctrine_cache.memcache.host' => 'localhost' ,
'doctrine_cache.memcache.port' => 11211 ,
'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache' ,
'doctrine_cache.memcached.connection.class' => 'Memcached' ,
'doctrine_cache.memcached.host' => 'localhost' ,
'doctrine_cache.memcached.port' => 11211 ,
'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache' ,
'doctrine_cache.mongodb.collection.class' => 'MongoCollection' ,
'doctrine_cache.mongodb.connection.class' => 'MongoClient' ,
'doctrine_cache.mongodb.server' => 'localhost:27017' ,
'doctrine_cache.predis.client.class' => 'Predis\\Client' ,
'doctrine_cache.predis.scheme' => 'tcp' ,
'doctrine_cache.predis.host' => 'localhost' ,
'doctrine_cache.predis.port' => 6379 ,
'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache' ,
'doctrine_cache.redis.connection.class' => 'Redis' ,
'doctrine_cache.redis.host' => 'localhost' ,
'doctrine_cache.redis.port' => 6379 ,
'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache' ,
'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket' ,
'doctrine_cache.riak.connection.class' => 'Riak\\Connection' ,
'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList' ,
'doctrine_cache.riak.host' => 'localhost' ,
'doctrine_cache.riak.port' => 8087 ,
'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache' ,
'doctrine_cache.sqlite3.connection.class' => 'SQLite3' ,
'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache' ,
'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache' ,
'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache' ,
'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache' ,
'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache' ,
'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain' ,
'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack' ,
'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger' ,
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration' ,
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector' ,
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager' ,
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory' ,
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit' ,
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit' ,
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry' ,
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager' ,
],
'doctrine.default_entity_manager' => 'default' ,
'doctrine.dbal.connection_factory.types' => [
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection' ,
],
'doctrine.default_connection' => 'default' ,
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration' ,
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager' ,
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator' ,
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache' ,
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache' ,
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache' ,
'doctrine.orm.cache.memcache_host' => 'localhost' ,
'doctrine.orm.cache.memcache_port' => 11211 ,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache' ,
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache' ,
'doctrine.orm.cache.memcached_host' => 'localhost' ,
'doctrine.orm.cache.memcached_port' => 11211 ,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached' ,
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache' ,
'doctrine.orm.cache.redis_host' => 'localhost' ,
'doctrine.orm.cache.redis_port' => 6379 ,
'doctrine.orm.cache.redis_instance.class' => 'Redis' ,
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache' ,
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache' ,
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache' ,
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain' ,
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver' ,
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver' ,
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver' ,
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver' ,
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver' ,
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer' ,
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser' ,
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' ,
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer' ,
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider' ,
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener' ,
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener' ,
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy' ,
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy' ,
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy' ,
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy' ,
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver' ,
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory' ,
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion' ,
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion' ,
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain' ,
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger' ,
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration' ,
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration' ,
'doctrine.orm.auto_generate_proxy_classes' => true ,
'doctrine.orm.proxy_namespace' => 'Proxies' ,
'sylius.repository.order.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\OrderRepository' ,
'sylius.repository.order_item.class' => 'Sylius\\Bundle\\OrderBundle\\Doctrine\\ORM\\OrderItemRepository' ,
'sylius_order.driver.doctrine/orm' => true ,
'sylius_order.driver' => 'doctrine/orm' ,
'sylius.resources' => [
'sylius.order' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Order\\Order' ,
'controller' => 'Sylius\\Bundle\\CoreBundle\\Controller\\OrderController' ,
'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\OrderRepository' ,
'interface' => 'Sylius\\Component\\Order\\Model\\OrderInterface' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'form' => 'Sylius\\Bundle\\OrderBundle\\Form\\Type\\OrderType' ,
],
],
'sylius.order_item' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Order\\OrderItem' ,
'controller' => 'Sylius\\PayPalPlugin\\Controller\\PayPalOrderItemController' ,
'interface' => 'Sylius\\Component\\Order\\Model\\OrderItemInterface' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'form' => 'Sylius\\Bundle\\OrderBundle\\Form\\Type\\OrderItemType' ,
],
],
'sylius.order_item_unit' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Order\\OrderItemUnit' ,
'interface' => 'Sylius\\Component\\Order\\Model\\OrderItemUnitInterface' ,
'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'factory' => 'Sylius\\Component\\Order\\Factory\\OrderItemUnitFactory' ,
],
],
'sylius.order_sequence' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Order\\OrderSequence' ,
'interface' => 'Sylius\\Component\\Order\\Model\\OrderSequenceInterface' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
],
],
'sylius.adjustment' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Order\\Adjustment' ,
'interface' => 'Sylius\\Component\\Order\\Model\\AdjustmentInterface' ,
'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
],
],
'sylius.currency' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Currency\\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' ,
],
],
'sylius.exchange_rate' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Currency\\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' ,
],
],
'sylius.locale' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Locale\\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' ,
],
],
'sylius.product' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Product\\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' => 'App\\Entity\\Product\\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' ,
],
],
],
'sylius.product_translation' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Product\\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' ,
],
],
'sylius.product_variant' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Product\\ProductVariant' ,
'controller' => 'Sylius\\Bundle\\CoreBundle\\Controller\\ProductVariantController' ,
'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductVariantRepository' ,
'interface' => 'Sylius\\Component\\Product\\Model\\ProductVariantInterface' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory' ,
'form' => 'Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductVariantType' ,
],
'translation' => [
'classes' => [
'model' => 'App\\Entity\\Product\\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' ,
],
],
],
'sylius.product_variant_translation' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Product\\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' ,
],
],
'sylius.product_option' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductOptionRepository' ,
'model' => 'App\\Entity\\Product\\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' => 'App\\Entity\\Product\\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' ,
],
],
],
'sylius.product_option_translation' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Product\\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' ,
],
],
'sylius.product_association_type' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'repository' => 'Sylius\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductAssociationTypeRepository' ,
'model' => 'App\\Entity\\Product\\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' => 'App\\Entity\\Product\\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' ,
],
],
],
'sylius.product_association_type_translation' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Product\\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' ,
],
],
'sylius.product_option_value' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Product\\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' => 'App\\Entity\\Product\\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' ,
],
],
],
'sylius.product_option_value_translation' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Product\\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' ,
],
],
'sylius.product_association' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Product\\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' ,
],
],
'sylius.channel' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Channel\\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' ,
],
],
'sylius.product_attribute' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Product\\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' => 'App\\Entity\\Product\\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' ,
],
],
],
'sylius.product_attribute_translation' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Product\\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' ,
],
],
'sylius.product_attribute_value' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Product\\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' ,
],
],
'sylius.tax_rate' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Taxation\\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' ,
],
],
'sylius.tax_category' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Taxation\\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' ,
],
],
'sylius.shipment' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Shipping\\Shipment' ,
'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShipmentRepository' ,
'interface' => 'Sylius\\Component\\Shipping\\Model\\ShipmentInterface' ,
'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'form' => 'Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShipmentType' ,
],
],
'sylius.shipment_unit' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Order\\OrderItemUnit' ,
'interface' => 'Sylius\\Component\\Shipping\\Model\\ShipmentUnitInterface' ,
'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
],
],
'sylius.shipping_method' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Shipping\\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' => 'App\\Entity\\Shipping\\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' ,
],
],
],
'sylius.shipping_method_translation' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Shipping\\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' ,
],
],
'sylius.shipping_category' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShippingCategoryRepository' ,
'model' => 'App\\Entity\\Shipping\\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' ,
],
],
'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' ,
],
],
'sylius.payment' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Payment\\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' ,
],
],
'sylius.payment_method' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Payment\\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' => 'App\\Entity\\Payment\\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' ,
],
],
],
'sylius.payment_method_translation' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Payment\\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' ,
],
],
'sylius.promotion_subject' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Order\\Order' ,
],
],
'sylius.promotion' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Promotion\\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' ,
],
],
'sylius.promotion_coupon' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Promotion\\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' ,
],
],
'sylius.promotion_rule' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Promotion\\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' ,
],
],
'sylius.promotion_action' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Promotion\\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' ,
],
],
'sylius.address' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Addressing\\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' ,
],
],
'sylius.country' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Addressing\\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' ,
],
],
'sylius.province' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Addressing\\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' ,
],
],
'sylius.zone' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Addressing\\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' ,
],
],
'sylius.zone_member' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Addressing\\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' ,
],
],
'sylius.address_log_entry' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'Sylius\\Component\\Addressing\\Model\\AddressLogEntry' ,
'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'repository' => 'Sylius\\Bundle\\ResourceBundle\\Doctrine\\ORM\\ResourceLogEntryRepository' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
],
],
'sylius.inventory_unit' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Order\\OrderItemUnit' ,
'interface' => 'Sylius\\Component\\Inventory\\Model\\InventoryUnitInterface' ,
'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
],
],
'sylius.taxon' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Taxonomy\\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' => 'App\\Entity\\Taxonomy\\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' ,
],
],
],
'sylius.taxon_translation' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Taxonomy\\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' ,
],
],
'sylius.admin_user' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\User\\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 ,
'resetting' => [
'token' => [
'ttl' => 'P1D' ,
'length' => 16 ,
'field_name' => 'passwordResetToken' ,
],
'pin' => [
'length' => 4 ,
'field_name' => 'passwordResetToken' ,
],
],
'verification' => [
'token' => [
'length' => 16 ,
'field_name' => 'emailVerificationToken' ,
],
],
],
'sylius.shop_user' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\User\\ShopUser' ,
'interface' => 'Sylius\\Component\\Core\\Model\\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 ,
'resetting' => [
'token' => [
'ttl' => 'P1D' ,
'length' => 16 ,
'field_name' => 'passwordResetToken' ,
],
'pin' => [
'length' => 4 ,
'field_name' => 'passwordResetToken' ,
],
],
'verification' => [
'token' => [
'length' => 16 ,
'field_name' => 'emailVerificationToken' ,
],
],
],
'sylius.oauth_user' => [
'driver' => 'doctrine/orm' ,
'encoder' => false ,
'classes' => [
'model' => 'App\\Entity\\User\\UserOAuth' ,
'interface' => 'Sylius\\Component\\User\\Model\\UserOAuthInterface' ,
'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
],
'templates' => 'SyliusUserBundle:User' ,
'resetting' => [
'token' => [
'ttl' => 'P1D' ,
'length' => 16 ,
'field_name' => 'passwordResetToken' ,
],
'pin' => [
'length' => 4 ,
'field_name' => 'passwordResetToken' ,
],
],
'verification' => [
'token' => [
'length' => 16 ,
'field_name' => 'emailVerificationToken' ,
],
],
],
'sylius.customer' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Customer\\Customer' ,
'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\CustomerRepository' ,
'interface' => 'Sylius\\Component\\Customer\\Model\\CustomerInterface' ,
'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'form' => 'Sylius\\Bundle\\CustomerBundle\\Form\\Type\\CustomerType' ,
],
],
'sylius.customer_group' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Customer\\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' ,
],
],
'sylius.product_review' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Product\\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' ,
],
],
'sylius.product_reviewer' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Customer\\Customer' ,
'interface' => 'Sylius\\Component\\Review\\Model\\ReviewerInterface' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
],
],
'sylius.product_taxon' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductTaxonRepository' ,
'model' => 'App\\Entity\\Product\\ProductTaxon' ,
'interface' => 'Sylius\\Component\\Core\\Model\\ProductTaxonInterface' ,
'controller' => 'Sylius\\Bundle\\CoreBundle\\Controller\\ProductTaxonController' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
],
],
'sylius.product_image' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Product\\ProductImage' ,
'interface' => 'Sylius\\Component\\Core\\Model\\ProductImageInterface' ,
'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
],
],
'sylius.taxon_image' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Taxonomy\\TaxonImage' ,
'interface' => 'Sylius\\Component\\Core\\Model\\TaxonImageInterface' ,
'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
],
],
'sylius.channel_pricing' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Channel\\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' ,
],
],
'sylius.avatar_image' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'Sylius\\Component\\Core\\Model\\AvatarImage' ,
'repository' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\AvatarImageRepository' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
],
],
'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' ,
],
],
'sylius.payment_security_token' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Payment\\PaymentSecurityToken' ,
'interface' => 'Sylius\\Bundle\\PayumBundle\\Model\\PaymentSecurityTokenInterface' ,
'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
],
],
'sylius.gateway_config' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\Payment\\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' ,
],
],
'sylius.api_user' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\User\\AdminUser' ,
'interface' => 'Sylius\\Bundle\\AdminApiBundle\\Model\\UserInterface' ,
],
],
'sylius.api_client' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\AdminApi\\Client' ,
'interface' => 'Sylius\\Bundle\\AdminApiBundle\\Model\\ClientInterface' ,
'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'form' => 'Sylius\\Bundle\\AdminApiBundle\\Form\\Type\\ClientType' ,
],
],
'sylius.api_access_token' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\AdminApi\\AccessToken' ,
'interface' => 'Sylius\\Bundle\\AdminApiBundle\\Model\\AccessTokenInterface' ,
'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
],
],
'sylius.api_refresh_token' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\AdminApi\\RefreshToken' ,
'interface' => 'Sylius\\Bundle\\AdminApiBundle\\Model\\RefreshTokenInterface' ,
'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
],
],
'sylius.api_auth_code' => [
'driver' => 'doctrine/orm' ,
'classes' => [
'model' => 'App\\Entity\\AdminApi\\AuthCode' ,
'interface' => 'Sylius\\Bundle\\AdminApiBundle\\Model\\AuthCodeInterface' ,
'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
],
],
],
'sylius.model.order.class' => 'App\\Entity\\Order\\Order' ,
'sylius.controller.order.class' => 'Sylius\\Bundle\\CoreBundle\\Controller\\OrderController' ,
'sylius.factory.order.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.order_item.class' => 'App\\Entity\\Order\\OrderItem' ,
'sylius.controller.order_item.class' => 'Sylius\\PayPalPlugin\\Controller\\PayPalOrderItemController' ,
'sylius.factory.order_item.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.order_item_unit.class' => 'App\\Entity\\Order\\OrderItemUnit' ,
'sylius.controller.order_item_unit.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.order_item_unit.class' => 'Sylius\\Component\\Order\\Factory\\OrderItemUnitFactory' ,
'sylius.model.order_sequence.class' => 'App\\Entity\\Order\\OrderSequence' ,
'sylius.factory.order_sequence.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.adjustment.class' => 'App\\Entity\\Order\\Adjustment' ,
'sylius.controller.adjustment.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.adjustment.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.form.type.order.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.order_item.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.cart.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.cart_item.validation_groups' => [
0 => 'sylius' ,
],
'sylius_order.cart_expiration_period' => '2 days' ,
'sylius_order.order_expiration_period' => '5 days' ,
'sylius_money.locale' => 'en_GB' ,
'sylius.repository.exchange_rate.class' => 'Sylius\\Bundle\\CurrencyBundle\\Doctrine\\ORM\\ExchangeRateRepository' ,
'sylius_currency.driver.doctrine/orm' => true ,
'sylius_currency.driver' => 'doctrine/orm' ,
'sylius.model.currency.class' => 'App\\Entity\\Currency\\Currency' ,
'sylius.controller.currency.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.currency.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.exchange_rate.class' => 'App\\Entity\\Currency\\ExchangeRate' ,
'sylius.controller.exchange_rate.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.exchange_rate.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.form.type.currency.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.exchange_rate.validation_groups' => [
0 => 'sylius' ,
],
'sylius_locale.driver.doctrine/orm' => true ,
'sylius_locale.driver' => 'doctrine/orm' ,
'sylius.model.locale.class' => 'App\\Entity\\Locale\\Locale' ,
'sylius.controller.locale.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.locale.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.form.type.locale.validation_groups' => [
0 => 'sylius' ,
],
'sylius_locale.locale' => 'en_GB' ,
'sylius.repository.product.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductRepository' ,
'sylius.repository.product_variant.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductVariantRepository' ,
'sylius.repository.product_attribute.class' => 'Sylius\\Bundle\\ResourceBundle\\Doctrine\\ORM\\EntityRepository' ,
'sylius.repository.product_option.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductOptionRepository' ,
'sylius_product.driver.doctrine/orm' => true ,
'sylius_product.driver' => 'doctrine/orm' ,
'sylius.model.product.class' => 'App\\Entity\\Product\\Product' ,
'sylius.controller.product.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.product.class' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory' ,
'sylius.model.product_translation.class' => 'App\\Entity\\Product\\ProductTranslation' ,
'sylius.controller.product_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.product_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.product_variant.class' => 'App\\Entity\\Product\\ProductVariant' ,
'sylius.controller.product_variant.class' => 'Sylius\\Bundle\\CoreBundle\\Controller\\ProductVariantController' ,
'sylius.factory.product_variant.class' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory' ,
'sylius.model.product_variant_translation.class' => 'App\\Entity\\Product\\ProductVariantTranslation' ,
'sylius.controller.product_variant_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.product_variant_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.product_option.class' => 'App\\Entity\\Product\\ProductOption' ,
'sylius.controller.product_option.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.product_option.class' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory' ,
'sylius.model.product_option_translation.class' => 'App\\Entity\\Product\\ProductOptionTranslation' ,
'sylius.controller.product_option_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.product_option_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.product_association_type.class' => 'App\\Entity\\Product\\ProductAssociationType' ,
'sylius.controller.product_association_type.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.product_association_type.class' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory' ,
'sylius.repository.product_association_type.class' => 'Sylius\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductAssociationTypeRepository' ,
'sylius.model.product_association_type_translation.class' => 'App\\Entity\\Product\\ProductAssociationTypeTranslation' ,
'sylius.controller.product_association_type_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.product_association_type_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.product_option_value.class' => 'App\\Entity\\Product\\ProductOptionValue' ,
'sylius.controller.product_option_value.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.product_option_value.class' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory' ,
'sylius.model.product_option_value_translation.class' => 'App\\Entity\\Product\\ProductOptionValueTranslation' ,
'sylius.controller.product_option_value_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.product_option_value_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.product_association.class' => 'App\\Entity\\Product\\ProductAssociation' ,
'sylius.controller.product_association.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.product_association.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.form.type.product_association.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.product_association_type.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.product_association_type_translation.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.product_attribute.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.product_attribute_translation.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.product_attribute_value.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.product.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.product_translation.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.product_generate_variants.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.product_option.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.product_option_translation.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.product_option_value.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.product_option_value_translation.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.product_variant.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.product_variant_translation.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.product_variant_generation.validation_groups' => [
0 => 'sylius' ,
],
'sylius.repository.channel.class' => 'Sylius\\Bundle\\ChannelBundle\\Doctrine\\ORM\\ChannelRepository' ,
'sylius_channel.driver.doctrine/orm' => true ,
'sylius_channel.driver' => 'doctrine/orm' ,
'sylius.model.channel.class' => 'App\\Entity\\Channel\\Channel' ,
'sylius.controller.channel.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.channel.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.form.type.channel.validation_groups' => [
0 => 'sylius' ,
],
'sylius.model.attribute.interface' => 'Sylius\\Component\\Attribute\\AttributeType\\AttributeTypeInterface' ,
'sylius.attribute.subjects' => [
'product' => [
'subject' => 'App\\Entity\\Product\\Product' ,
'attribute' => [
'classes' => [
'model' => 'App\\Entity\\Product\\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' => 'App\\Entity\\Product\\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' ,
],
],
],
'attribute_value' => [
'classes' => [
'model' => 'App\\Entity\\Product\\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' ,
],
],
],
],
'sylius_attribute.driver.doctrine/orm' => true ,
'sylius_attribute.driver' => 'doctrine/orm' ,
'sylius.model.product_attribute.class' => 'App\\Entity\\Product\\ProductAttribute' ,
'sylius.controller.product_attribute.class' => 'Sylius\\Bundle\\ProductBundle\\Controller\\ProductAttributeController' ,
'sylius.factory.product_attribute.class' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory' ,
'sylius.model.product_attribute_translation.class' => 'App\\Entity\\Product\\ProductAttributeTranslation' ,
'sylius.controller.product_attribute_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.product_attribute_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.product_attribute_value.class' => 'App\\Entity\\Product\\ProductAttributeValue' ,
'sylius.controller.product_attribute_value.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.product_attribute_value.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.repository.product_attribute_value.class' => 'Sylius\\Bundle\\ProductBundle\\Doctrine\\ORM\\ProductAttributeValueRepository' ,
'sylius.repository.tax_category.class' => 'Sylius\\Bundle\\TaxationBundle\\Doctrine\\ORM\\TaxCategoryRepository' ,
'sylius_taxation.driver.doctrine/orm' => true ,
'sylius_taxation.driver' => 'doctrine/orm' ,
'sylius.model.tax_rate.class' => 'App\\Entity\\Taxation\\TaxRate' ,
'sylius.controller.tax_rate.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.tax_rate.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.tax_category.class' => 'App\\Entity\\Taxation\\TaxCategory' ,
'sylius.controller.tax_category.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.tax_category.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.form.type.tax_category.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.tax_rate.validation_groups' => [
0 => 'sylius' ,
],
'sylius.tax_calculator.interface' => 'Sylius\\Component\\Taxation\\Calculator\\CalculatorInterface' ,
'sylius.repository.shipping_method.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShippingMethodRepository' ,
'sylius_shipping.driver.doctrine/orm' => true ,
'sylius_shipping.driver' => 'doctrine/orm' ,
'sylius.model.shipment.class' => 'App\\Entity\\Shipping\\Shipment' ,
'sylius.controller.shipment.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.shipment.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.repository.shipment.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShipmentRepository' ,
'sylius.model.shipment_unit.class' => 'App\\Entity\\Order\\OrderItemUnit' ,
'sylius.controller.shipment_unit.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.shipment_unit.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.shipping_method.class' => 'App\\Entity\\Shipping\\ShippingMethod' ,
'sylius.controller.shipping_method.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.shipping_method.class' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory' ,
'sylius.model.shipping_method_translation.class' => 'App\\Entity\\Shipping\\ShippingMethodTranslation' ,
'sylius.controller.shipping_method_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.shipping_method_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.shipping_category.class' => 'App\\Entity\\Shipping\\ShippingCategory' ,
'sylius.controller.shipping_category.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.shipping_category.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.repository.shipping_category.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ShippingCategoryRepository' ,
'sylius.model.shipping_method_rule.class' => 'Sylius\\Component\\Shipping\\Model\\ShippingMethodRule' ,
'sylius.controller.shipping_method_rule.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.shipping_method_rule.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.form.type.shipping_method.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.shipping_method_translation.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.shipping_method_rule.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.shipping_category.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.shipment.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.shipment_ship.validation_groups' => [
0 => 'sylius' ,
],
'sylius.shipping_methods_resolver.interface' => 'Sylius\\Component\\Shipping\\Resolver\\ShippingMethodsResolverInterface' ,
'sylius_payment.driver.doctrine/orm' => true ,
'sylius_payment.driver' => 'doctrine/orm' ,
'sylius.model.payment.class' => 'App\\Entity\\Payment\\Payment' ,
'sylius.controller.payment.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.payment.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.repository.payment.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\PaymentRepository' ,
'sylius.model.payment_method.class' => 'App\\Entity\\Payment\\PaymentMethod' ,
'sylius.controller.payment_method.class' => 'Sylius\\Bundle\\CoreBundle\\Controller\\PaymentMethodController' ,
'sylius.factory.payment_method.class' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory' ,
'sylius.repository.payment_method.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\PaymentMethodRepository' ,
'sylius.model.payment_method_translation.class' => 'App\\Entity\\Payment\\PaymentMethodTranslation' ,
'sylius.controller.payment_method_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.payment_method_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.form.type.payment.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.payment_method.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.payment_method_translation.validation_groups' => [
0 => 'sylius' ,
],
'sylius.payment_methods_resolver.interface' => 'Sylius\\Component\\Payment\\Resolver\\PaymentMethodsResolverInterface' ,
'sylius.payment_gateways' => [
'offline' => 'sylius.payum_gateway.offline' ,
],
'sylius.mailer.sender_name' => 'Example.com' ,
'sylius.mailer.sender_address' => 'no-reply@example.com' ,
'sylius.mailer.emails' => [
'order_confirmation_resent' => [
'subject' => 'sylius.emails.order_confirmation.subject' ,
'template' => '@SyliusAdmin/Email/orderConfirmation.html.twig' ,
'enabled' => true ,
],
'shipment_confirmation' => [
'subject' => 'sylius.emails.shipment_confirmation.subject' ,
'template' => '@SyliusAdmin/Email/shipmentConfirmation.html.twig' ,
'enabled' => true ,
],
'contact_request' => [
'subject' => 'sylius.emails.contact_request.subject' ,
'template' => '@SyliusShop/Email/contactRequest.html.twig' ,
'enabled' => true ,
],
'order_confirmation' => [
'subject' => 'sylius.emails.order_confirmation.subject' ,
'template' => '@SyliusShop/Email/orderConfirmation.html.twig' ,
'enabled' => true ,
],
'user_registration' => [
'subject' => 'sylius.emails.user_registration.subject' ,
'template' => '@SyliusShop/Email/userRegistration.html.twig' ,
'enabled' => true ,
],
'password_reset' => [
'subject' => 'sylius.emails.user.password_reset.subject' ,
'template' => '@SyliusShop/Email/passwordReset.html.twig' ,
'enabled' => true ,
],
'reset_password_token' => [
'subject' => 'sylius.emails.user.password_reset.subject' ,
'template' => '@SyliusShop/Email/passwordReset.html.twig' ,
'enabled' => true ,
],
'reset_password_pin' => [
'subject' => 'sylius.emails.user.password_reset.subject' ,
'template' => '@SyliusShop/Email/passwordReset.html.twig' ,
'enabled' => true ,
],
'verification_token' => [
'subject' => 'sylius.emails.user.verification_token.subject' ,
'template' => '@SyliusShop/Email/verification.html.twig' ,
'enabled' => true ,
],
],
'sylius.mailer.templates' => [
],
'sylius.form.type.promotion.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.promotion_action.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.promotion_rule.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.promotion_coupon.validation_groups' => [
0 => 'sylius' ,
],
'sylius.repository.promotion.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\PromotionRepository' ,
'sylius.repository.promotion_coupon.class' => 'Sylius\\Bundle\\PromotionBundle\\Doctrine\\ORM\\PromotionCouponRepository' ,
'sylius_promotion.driver.doctrine/orm' => true ,
'sylius_promotion.driver' => 'doctrine/orm' ,
'sylius.model.promotion_subject.class' => 'App\\Entity\\Order\\Order' ,
'sylius.model.promotion.class' => 'App\\Entity\\Promotion\\Promotion' ,
'sylius.controller.promotion.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.promotion.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.promotion_coupon.class' => 'App\\Entity\\Promotion\\PromotionCoupon' ,
'sylius.controller.promotion_coupon.class' => 'Sylius\\Bundle\\PromotionBundle\\Controller\\PromotionCouponController' ,
'sylius.factory.promotion_coupon.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.promotion_rule.class' => 'App\\Entity\\Promotion\\PromotionRule' ,
'sylius.controller.promotion_rule.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.promotion_rule.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.promotion_action.class' => 'App\\Entity\\Promotion\\PromotionAction' ,
'sylius.controller.promotion_action.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.promotion_action.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius_addressing.driver.doctrine/orm' => true ,
'sylius_addressing.driver' => 'doctrine/orm' ,
'sylius.model.address.class' => 'App\\Entity\\Addressing\\Address' ,
'sylius.controller.address.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.address.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.repository.address.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\AddressRepository' ,
'sylius.model.country.class' => 'App\\Entity\\Addressing\\Country' ,
'sylius.controller.country.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.country.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.province.class' => 'App\\Entity\\Addressing\\Province' ,
'sylius.controller.province.class' => 'Sylius\\Bundle\\AddressingBundle\\Controller\\ProvinceController' ,
'sylius.factory.province.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.zone.class' => 'App\\Entity\\Addressing\\Zone' ,
'sylius.controller.zone.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.zone.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.zone_member.class' => 'App\\Entity\\Addressing\\ZoneMember' ,
'sylius.controller.zone_member.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.zone_member.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.address_log_entry.class' => 'Sylius\\Component\\Addressing\\Model\\AddressLogEntry' ,
'sylius.controller.address_log_entry.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.address_log_entry.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.repository.address_log_entry.class' => 'Sylius\\Bundle\\ResourceBundle\\Doctrine\\ORM\\ResourceLogEntryRepository' ,
'sylius.form.type.address.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.country.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.province.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.zone.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.zone_member.validation_groups' => [
0 => 'sylius' ,
],
'sylius.scope.zone' => [
'shipping' => 'sylius.form.zone.scopes.shipping' ,
'tax' => 'sylius.form.zone.scopes.tax' ,
'all' => 'sylius.form.zone.scopes.all' ,
],
'sylius_inventory.driver.doctrine/orm' => true ,
'sylius_inventory.driver' => 'doctrine/orm' ,
'sylius.model.inventory_unit.class' => 'App\\Entity\\Order\\OrderItemUnit' ,
'sylius.controller.inventory_unit.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.inventory_unit.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.repository.taxon.class' => 'Sylius\\Bundle\\TaxonomyBundle\\Doctrine\\ORM\\TaxonRepository' ,
'sylius_taxonomy.driver.doctrine/orm' => true ,
'sylius_taxonomy.driver' => 'doctrine/orm' ,
'sylius.model.taxon.class' => 'App\\Entity\\Taxonomy\\Taxon' ,
'sylius.controller.taxon.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.taxon.class' => 'Sylius\\Component\\Resource\\Factory\\TranslatableFactory' ,
'sylius.model.taxon_translation.class' => 'App\\Entity\\Taxonomy\\TaxonTranslation' ,
'sylius.controller.taxon_translation.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.taxon_translation.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.form.type.taxon.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.taxon_translation.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.taxon_position.validation_groups' => [
0 => 'sylius' ,
],
'sylius.repository.user.class' => 'Sylius\\Bundle\\UserBundle\\Doctrine\\ORM\\UserRepository' ,
'sylius.user.users' => [
'admin' => [
'user' => [
'classes' => [
'model' => 'App\\Entity\\User\\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 ,
'resetting' => [
'token' => [
'ttl' => 'P1D' ,
'length' => 16 ,
'field_name' => 'passwordResetToken' ,
],
'pin' => [
'length' => 4 ,
'field_name' => 'passwordResetToken' ,
],
],
'verification' => [
'token' => [
'length' => 16 ,
'field_name' => 'emailVerificationToken' ,
],
],
],
],
'shop' => [
'user' => [
'classes' => [
'model' => 'App\\Entity\\User\\ShopUser' ,
'interface' => 'Sylius\\Component\\Core\\Model\\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 ,
'resetting' => [
'token' => [
'ttl' => 'P1D' ,
'length' => 16 ,
'field_name' => 'passwordResetToken' ,
],
'pin' => [
'length' => 4 ,
'field_name' => 'passwordResetToken' ,
],
],
'verification' => [
'token' => [
'length' => 16 ,
'field_name' => 'emailVerificationToken' ,
],
],
],
],
'oauth' => [
'user' => [
'encoder' => false ,
'classes' => [
'model' => 'App\\Entity\\User\\UserOAuth' ,
'interface' => 'Sylius\\Component\\User\\Model\\UserOAuthInterface' ,
'controller' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
],
'templates' => 'SyliusUserBundle:User' ,
'resetting' => [
'token' => [
'ttl' => 'P1D' ,
'length' => 16 ,
'field_name' => 'passwordResetToken' ,
],
'pin' => [
'length' => 4 ,
'field_name' => 'passwordResetToken' ,
],
],
'verification' => [
'token' => [
'length' => 16 ,
'field_name' => 'emailVerificationToken' ,
],
],
],
],
],
'sylius_user.driver.doctrine/orm' => true ,
'sylius_user.driver' => 'doctrine/orm' ,
'sylius.model.admin_user.class' => 'App\\Entity\\User\\AdminUser' ,
'sylius.controller.admin_user.class' => 'Sylius\\Bundle\\UserBundle\\Controller\\UserController' ,
'sylius.factory.admin_user.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.repository.admin_user.class' => 'Sylius\\Bundle\\UserBundle\\Doctrine\\ORM\\UserRepository' ,
'sylius.model.shop_user.class' => 'App\\Entity\\User\\ShopUser' ,
'sylius.controller.shop_user.class' => 'Sylius\\Bundle\\UserBundle\\Controller\\UserController' ,
'sylius.factory.shop_user.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.repository.shop_user.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\UserRepository' ,
'sylius.model.oauth_user.class' => 'App\\Entity\\User\\UserOAuth' ,
'sylius.controller.oauth_user.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.oauth_user.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.form.type.user_request_password_reset.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.user_reset_password.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.user_change_password.validation_groups' => [
0 => 'sylius' ,
],
'sylius_customer.driver.doctrine/orm' => true ,
'sylius_customer.driver' => 'doctrine/orm' ,
'sylius.model.customer.class' => 'App\\Entity\\Customer\\Customer' ,
'sylius.controller.customer.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.customer.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.repository.customer.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\CustomerRepository' ,
'sylius.model.customer_group.class' => 'App\\Entity\\Customer\\CustomerGroup' ,
'sylius.controller.customer_group.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.customer_group.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.form.type.customer.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.customer_profile.validation_groups' => [
0 => 'sylius' ,
1 => 'sylius_customer_profile' ,
],
'sylius.form.type.customer_group.validation_groups' => [
0 => 'sylius' ,
],
'sylius.review.subjects' => [
'product' => [
'subject' => 'App\\Entity\\Product\\Product' ,
'review' => [
'classes' => [
'model' => 'App\\Entity\\Product\\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' ,
],
],
'reviewer' => [
'classes' => [
'model' => 'App\\Entity\\Customer\\Customer' ,
'interface' => 'Sylius\\Component\\Review\\Model\\ReviewerInterface' ,
'factory' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
],
],
],
],
'sylius_review.driver.doctrine/orm' => true ,
'sylius_review.driver' => 'doctrine/orm' ,
'sylius.model.product_review.class' => 'App\\Entity\\Product\\ProductReview' ,
'sylius.controller.product_review.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.product_review.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.repository.product_review.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductReviewRepository' ,
'sylius.model.product_reviewer.class' => 'App\\Entity\\Customer\\Customer' ,
'sylius.factory.product_reviewer.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius_core.driver.doctrine/orm' => true ,
'sylius_core.driver' => 'doctrine/orm' ,
'sylius.model.product_taxon.class' => 'App\\Entity\\Product\\ProductTaxon' ,
'sylius.controller.product_taxon.class' => 'Sylius\\Bundle\\CoreBundle\\Controller\\ProductTaxonController' ,
'sylius.factory.product_taxon.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.repository.product_taxon.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\ProductTaxonRepository' ,
'sylius.model.product_image.class' => 'App\\Entity\\Product\\ProductImage' ,
'sylius.controller.product_image.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.product_image.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.taxon_image.class' => 'App\\Entity\\Taxonomy\\TaxonImage' ,
'sylius.controller.taxon_image.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.taxon_image.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.channel_pricing.class' => 'App\\Entity\\Channel\\ChannelPricing' ,
'sylius.controller.channel_pricing.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.channel_pricing.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.avatar_image.class' => 'Sylius\\Component\\Core\\Model\\AvatarImage' ,
'sylius.factory.avatar_image.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.repository.avatar_image.class' => 'Sylius\\Bundle\\CoreBundle\\Doctrine\\ORM\\AvatarImageRepository' ,
'sylius.model.shop_billing_data.class' => 'Sylius\\Component\\Core\\Model\\ShopBillingData' ,
'sylius.controller.shop_billing_data.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.shop_billing_data.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.form.type.checkout_address.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.checkout_select_shipping.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.checkout_shipment.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.checkout_select_payment.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.checkout_payment.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.checkout_complete.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.product_review.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.admin_user.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.shop_user.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.shop_user_registration.validation_groups' => [
0 => 'sylius' ,
1 => 'sylius_user_registration' ,
],
'sylius.form.type.customer_guest.validation_groups' => [
0 => 'sylius_customer_guest' ,
],
'sylius.form.type.customer_checkout_guest.validation_groups' => [
0 => 'sylius_customer_checkout_guest' ,
],
'sylius.form.type.customer_simple_registration.validation_groups' => [
0 => 'sylius' ,
1 => 'sylius_user_registration' ,
],
'sylius.form.type.customer_registration.validation_groups' => [
0 => 'sylius' ,
1 => 'sylius_user_registration' ,
2 => 'sylius_customer_profile' ,
],
'sylius.form.type.add_to_cart.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.channel_pricing.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.product_image.validation_groups' => [
0 => 'sylius' ,
],
'sylius_installer_currency' => 'USD' ,
'sylius.tax_calculation_strategy.interface' => 'Sylius\\Component\\Core\\Taxation\\Strategy\\TaxCalculationStrategyInterface' ,
'sylius.state_machine.class' => 'Sylius\\Component\\Resource\\StateMachine\\StateMachine' ,
'sylius.resource.settings' => [
'paginate' => NULL ,
'limit' => NULL ,
'allowed_paginate' => [
0 => 10 ,
1 => 20 ,
2 => 30 ,
],
'default_page_size' => 10 ,
'sortable' => false ,
'sorting' => NULL ,
'filterable' => false ,
'criteria' => NULL ,
],
'sylius.orm.repository.class' => 'Sylius\\Bundle\\ResourceBundle\\Doctrine\\ORM\\EntityRepository' ,
'sylius.translation.translatable_listener.doctrine.orm.class' => 'Sylius\\Bundle\\ResourceBundle\\EventListener\\ORMTranslatableListener' ,
'sylius.grid.templates.action' => [
'default' => '@SyliusUi/Grid/Action/default.html.twig' ,
'create' => '@SyliusUi/Grid/Action/create.html.twig' ,
'delete' => '@SyliusUi/Grid/Action/delete.html.twig' ,
'show' => '@SyliusUi/Grid/Action/show.html.twig' ,
'update' => '@SyliusUi/Grid/Action/update.html.twig' ,
'apply_transition' => '@SyliusUi/Grid/Action/applyTransition.html.twig' ,
'links' => '@SyliusUi/Grid/Action/links.html.twig' ,
'archive' => '@SyliusUi/Grid/Action/archive.html.twig' ,
'create_payment_method' => '@SyliusAdmin/PaymentMethod/Grid/Action/create.html.twig' ,
'create_product_attribute' => '@SyliusAdmin/ProductAttribute/Grid/Action/create.html.twig' ,
'generate_variants' => '@SyliusAdmin/Product/Grid/Action/generateVariants.html.twig' ,
'ship_with_tracking_code' => '@SyliusAdmin/Shipment/Grid/Action/shipWithTrackingCode.html.twig' ,
'update_product_positions' => '@SyliusAdmin/Product/Grid/Action/updatePositions.html.twig' ,
'update_product_variant_positions' => '@SyliusAdmin/ProductVariant/Grid/Action/updatePositions.html.twig' ,
'pay' => '@SyliusShop/Account/Order/Grid/Action/_pay_deprecated.html.twig' ,
'shop_show' => '@SyliusShop/Grid/Action/show.html.twig' ,
'shop_pay' => '@SyliusShop/Account/Order/Grid/Action/pay.html.twig' ,
'download_report' => '@SyliusPayPalPlugin/Grid/downloadReport.html.twig' ,
'enable_pay_pal' => '@SyliusPayPalPlugin/Grid/enablePayPal.html.twig' ,
'enable_seller' => '@SyliusPayPalPlugin/Grid/enableSeller.html.twig' ,
],
'sylius.grid.templates.bulk_action' => [
'delete' => '@SyliusUi/Grid/BulkAction/delete.html.twig' ,
],
'sylius.grid.templates.filter' => [
'string' => '@SyliusUi/Grid/Filter/string.html.twig' ,
'boolean' => '@SyliusUi/Grid/Filter/boolean.html.twig' ,
'date' => '@SyliusUi/Grid/Filter/date.html.twig' ,
'entity' => '@SyliusUi/Grid/Filter/entity.html.twig' ,
'money' => '@SyliusUi/Grid/Filter/money.html.twig' ,
'exists' => '@SyliusUi/Grid/Filter/exists.html.twig' ,
'select' => '@SyliusUi/Grid/Filter/select.html.twig' ,
'entities' => '@SyliusUi/Grid/Filter/entities.html.twig' ,
'shop_string' => '@SyliusShop/Grid/Filter/string.html.twig' ,
],
'sylius.grids_definitions' => [
'sylius_admin_address_log_entry' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'Sylius\\Component\\Addressing\\Model\\AddressLogEntry' ,
'repository' => [
'method' => 'createByObjectIdQueryBuilder' ,
'arguments' => [
'objectId' => '$id' ,
],
],
],
],
'fields' => [
'action' => [
'type' => 'twig' ,
'label' => 'sylius.ui.action' ,
'options' => [
'template' => '@SyliusUi/Grid/Field/logAction.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'loggedAt' => [
'type' => 'datetime' ,
'label' => 'sylius.ui.logged_at' ,
'options' => [
'format' => 'd-m-Y H:i:s' ,
],
'enabled' => true ,
'position' => 100 ,
],
'data' => [
'type' => 'twig' ,
'label' => 'sylius.ui.changes' ,
'options' => [
'template' => '@SyliusUi/Grid/Field/logData.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'sorting' => [
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
'filters' => [
],
'actions' => [
],
],
'sylius_admin_admin_user' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\User\\AdminUser' ,
],
],
'sorting' => [
'createdAt' => 'desc' ,
],
'fields' => [
'firstName' => [
'type' => 'string' ,
'label' => 'sylius.ui.first_name' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'lastName' => [
'type' => 'string' ,
'label' => 'sylius.ui.last_name' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'username' => [
'type' => 'string' ,
'label' => 'sylius.ui.username' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'email' => [
'type' => 'string' ,
'label' => 'sylius.ui.email' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'createdAt' => [
'type' => 'datetime' ,
'label' => 'sylius.ui.registration_date' ,
'sortable' => NULL ,
'options' => [
'format' => 'd-m-Y H:i' ,
],
'enabled' => true ,
'position' => 100 ,
],
'enabled' => [
'type' => 'twig' ,
'label' => 'sylius.ui.enabled' ,
'sortable' => NULL ,
'options' => [
'template' => '@SyliusUi/Grid/Field/enabled.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'filters' => [
'search' => [
'type' => 'string' ,
'label' => 'sylius.ui.search' ,
'options' => [
'fields' => [
0 => 'email' ,
1 => 'username' ,
2 => 'firstName' ,
3 => 'lastName' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
'enabled' => [
'type' => 'boolean' ,
'label' => 'sylius.ui.enabled' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
],
'actions' => [
'main' => [
'create' => [
'type' => 'create' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'item' => [
'update' => [
'type' => 'update' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'bulk' => [
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_channel' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Channel\\Channel' ,
],
],
'sorting' => [
'nameAndDescription' => 'asc' ,
],
'fields' => [
'nameAndDescription' => [
'type' => 'twig' ,
'label' => 'sylius.ui.name' ,
'path' => '.' ,
'sortable' => 'name' ,
'options' => [
'template' => '@SyliusAdmin/Channel/Grid/Field/name.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'code' => [
'type' => 'twig' ,
'label' => 'sylius.ui.code' ,
'path' => '.' ,
'sortable' => 'code' ,
'options' => [
'template' => '@SyliusAdmin/Channel/Grid/Field/code.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'themeName' => [
'type' => 'twig' ,
'label' => 'sylius.ui.theme' ,
'sortable' => NULL ,
'options' => [
'template' => '@SyliusAdmin/Channel/Grid/Field/themeName.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'enabled' => [
'type' => 'twig' ,
'label' => 'sylius.ui.enabled' ,
'sortable' => NULL ,
'options' => [
'template' => '@SyliusUi/Grid/Field/enabled.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'filters' => [
'search' => [
'type' => 'string' ,
'label' => 'sylius.ui.search' ,
'options' => [
'fields' => [
0 => 'code' ,
1 => 'name' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
'enabled' => [
'type' => 'boolean' ,
'label' => 'sylius.ui.enabled' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
],
'actions' => [
'main' => [
'create' => [
'type' => 'create' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'item' => [
'update' => [
'type' => 'update' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'bulk' => [
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_country' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Addressing\\Country' ,
],
],
'sorting' => [
'code' => 'asc' ,
],
'fields' => [
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'name' => [
'type' => 'twig' ,
'label' => 'sylius.ui.name' ,
'path' => '.' ,
'sortable' => 'code' ,
'options' => [
'template' => '@SyliusAdmin/Country/Grid/Field/name.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'enabled' => [
'type' => 'twig' ,
'label' => 'sylius.ui.enabled' ,
'sortable' => NULL ,
'options' => [
'template' => '@SyliusUi/Grid/Field/enabled.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'filters' => [
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
'enabled' => [
'type' => 'boolean' ,
'label' => 'sylius.ui.enabled' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
],
'actions' => [
'main' => [
'create' => [
'type' => 'create' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'item' => [
'update' => [
'type' => 'update' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_currency' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Currency\\Currency' ,
],
],
'sorting' => [
'code' => 'asc' ,
],
'fields' => [
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'name' => [
'type' => 'string' ,
'label' => 'sylius.ui.name' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'filters' => [
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
],
'actions' => [
'main' => [
'create' => [
'type' => 'create' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'item' => [
'update' => [
'type' => 'update' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_customer' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Customer\\Customer' ,
],
],
'sorting' => [
'createdAt' => 'desc' ,
],
'fields' => [
'firstName' => [
'type' => 'string' ,
'label' => 'sylius.ui.first_name' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'lastName' => [
'type' => 'string' ,
'label' => 'sylius.ui.last_name' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'email' => [
'type' => 'string' ,
'label' => 'sylius.ui.email' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'createdAt' => [
'type' => 'datetime' ,
'label' => 'sylius.ui.registration_date' ,
'sortable' => NULL ,
'options' => [
'format' => 'd-m-Y H:i' ,
],
'enabled' => true ,
'position' => 100 ,
],
'enabled' => [
'type' => 'twig' ,
'label' => 'sylius.ui.enabled' ,
'path' => '.' ,
'options' => [
'template' => '@SyliusAdmin/Customer/Grid/Field/enabled.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'verified' => [
'type' => 'twig' ,
'label' => 'sylius.ui.verified' ,
'path' => '.' ,
'options' => [
'template' => '@SyliusAdmin/Customer/Grid/Field/verified.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'filters' => [
'search' => [
'type' => 'string' ,
'label' => 'sylius.ui.search' ,
'options' => [
'fields' => [
0 => 'email' ,
1 => 'firstName' ,
2 => 'lastName' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
],
'actions' => [
'main' => [
'create' => [
'type' => 'create' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'item' => [
'show_orders' => [
'type' => 'show' ,
'label' => 'sylius.ui.show_orders' ,
'options' => [
'link' => [
'route' => 'sylius_admin_customer_order_index' ,
'parameters' => [
'id' => 'resource.id' ,
],
],
],
'enabled' => true ,
'position' => 100 ,
],
'show' => [
'type' => 'show' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'update' => [
'type' => 'update' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_customer_group' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Customer\\CustomerGroup' ,
],
],
'sorting' => [
'name' => 'asc' ,
],
'fields' => [
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'name' => [
'type' => 'string' ,
'label' => 'sylius.ui.name' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'filters' => [
'search' => [
'type' => 'string' ,
'label' => 'sylius.ui.search' ,
'options' => [
'fields' => [
0 => 'code' ,
1 => 'name' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
],
'actions' => [
'main' => [
'create' => [
'type' => 'create' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'item' => [
'update' => [
'type' => 'update' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'bulk' => [
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_customer_order' => [
'extends' => 'sylius_admin_order' ,
'driver' => [
'options' => [
'repository' => [
'method' => 'createByCustomerIdQueryBuilder' ,
'arguments' => [
'customerId' => '$id' ,
],
],
],
'name' => 'doctrine/orm' ,
],
'fields' => [
'customer' => [
'type' => 'string' ,
'enabled' => false ,
'position' => 100 ,
'options' => [
],
],
],
'sorting' => [
'number' => 'desc' ,
],
'filters' => [
'customer' => [
'type' => 'string' ,
'enabled' => false ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
'actions' => [
],
],
'sylius_admin_exchange_rate' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Currency\\ExchangeRate' ,
],
],
'sorting' => [
'id' => 'desc' ,
],
'fields' => [
'id' => [
'type' => 'string' ,
'enabled' => false ,
'sortable' => NULL ,
'position' => 100 ,
'options' => [
],
],
'sourceCurrency' => [
'type' => 'twig' ,
'label' => 'sylius.ui.source_currency' ,
'path' => '.' ,
'options' => [
'template' => '@SyliusAdmin/ExchangeRate/Grid/Field/sourceCurrencyName.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'targetCurrency' => [
'type' => 'twig' ,
'label' => 'sylius.ui.target_currency' ,
'path' => '.' ,
'options' => [
'template' => '@SyliusAdmin/ExchangeRate/Grid/Field/targetCurrencyName.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'ratio' => [
'type' => 'string' ,
'label' => 'sylius.ui.ratio' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'filters' => [
'currency' => [
'type' => 'entity' ,
'label' => 'sylius.ui.currency' ,
'options' => [
'fields' => [
0 => 'sourceCurrency' ,
1 => 'targetCurrency' ,
],
],
'form_options' => [
'class' => 'App\\Entity\\Currency\\Currency' ,
'choice_label' => 'name' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'actions' => [
'main' => [
'create' => [
'type' => 'create' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'item' => [
'update' => [
'type' => 'update' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'bulk' => [
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_inventory' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Product\\ProductVariant' ,
'repository' => [
'method' => 'createInventoryListQueryBuilder' ,
'arguments' => [
0 => 'en_GB' ,
],
],
],
],
'fields' => [
'name' => [
'type' => 'twig' ,
'path' => '.' ,
'label' => 'sylius.ui.name' ,
'options' => [
'template' => '@SyliusAdmin/ProductVariant/Grid/Field/name.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'inventory' => [
'type' => 'twig' ,
'path' => '.' ,
'label' => 'sylius.ui.inventory' ,
'options' => [
'template' => '@SyliusAdmin/ProductVariant/Grid/Field/inventory.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'filters' => [
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
'name' => [
'type' => 'string' ,
'label' => 'sylius.ui.name' ,
'options' => [
'fields' => [
0 => 'translation.name' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
],
'actions' => [
'item' => [
'update_product' => [
'type' => 'update' ,
'label' => 'sylius.ui.edit_product' ,
'options' => [
'link' => [
'route' => 'sylius_admin_product_update' ,
'parameters' => [
'id' => 'resource.product.id' ,
],
],
],
'enabled' => true ,
'position' => 100 ,
],
'update' => [
'type' => 'update' ,
'options' => [
'link' => [
'parameters' => [
'id' => 'resource.id' ,
'productId' => 'resource.product.id' ,
],
],
],
'enabled' => true ,
'position' => 100 ,
],
],
],
'sorting' => [
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_locale' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Locale\\Locale' ,
],
],
'sorting' => [
'code' => 'asc' ,
],
'fields' => [
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'name' => [
'type' => 'twig' ,
'label' => 'sylius.ui.name' ,
'path' => '.' ,
'sortable' => 'code' ,
'options' => [
'template' => '@SyliusAdmin/Locale/Grid/Field/name.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'filters' => [
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
],
'actions' => [
'main' => [
'create' => [
'type' => 'create' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'item' => [
'update' => [
'type' => 'update' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_order' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Order\\Order' ,
'repository' => [
'method' => 'createListQueryBuilder' ,
],
],
],
'sorting' => [
'number' => 'desc' ,
],
'fields' => [
'date' => [
'type' => 'datetime' ,
'label' => 'sylius.ui.date' ,
'path' => 'checkoutCompletedAt' ,
'sortable' => 'checkoutCompletedAt' ,
'options' => [
'format' => 'd-m-Y H:i:s' ,
],
'enabled' => true ,
'position' => 100 ,
],
'number' => [
'type' => 'twig' ,
'label' => 'sylius.ui.number' ,
'path' => '.' ,
'sortable' => NULL ,
'options' => [
'template' => '@SyliusAdmin/Order/Grid/Field/number.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'channel' => [
'type' => 'twig' ,
'label' => 'sylius.ui.channel' ,
'sortable' => 'channel.code' ,
'options' => [
'template' => '@SyliusAdmin/Order/Grid/Field/channel.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'customer' => [
'type' => 'twig' ,
'label' => 'sylius.ui.customer' ,
'sortable' => 'customer.lastName' ,
'options' => [
'template' => '@SyliusAdmin/Order/Grid/Field/customer.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'state' => [
'type' => 'twig' ,
'label' => 'sylius.ui.state' ,
'sortable' => NULL ,
'options' => [
'template' => '@SyliusUi/Grid/Field/state.html.twig' ,
'vars' => [
'labels' => '@SyliusAdmin/Order/Label/State' ,
],
],
'enabled' => true ,
'position' => 100 ,
],
'paymentState' => [
'type' => 'twig' ,
'label' => 'sylius.ui.payment_state' ,
'sortable' => NULL ,
'options' => [
'template' => '@SyliusUi/Grid/Field/state.html.twig' ,
'vars' => [
'labels' => '@SyliusAdmin/Order/Label/PaymentState' ,
],
],
'enabled' => true ,
'position' => 100 ,
],
'shippingState' => [
'type' => 'twig' ,
'label' => 'sylius.ui.shipping_state' ,
'sortable' => NULL ,
'options' => [
'template' => '@SyliusUi/Grid/Field/state.html.twig' ,
'vars' => [
'labels' => '@SyliusAdmin/Order/Label/ShippingState' ,
],
],
'enabled' => true ,
'position' => 100 ,
],
'total' => [
'type' => 'twig' ,
'label' => 'sylius.ui.total' ,
'path' => '.' ,
'sortable' => 'total' ,
'options' => [
'template' => '@SyliusAdmin/Order/Grid/Field/total.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'currencyCode' => [
'type' => 'string' ,
'label' => 'sylius.ui.currency' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'filters' => [
'number' => [
'type' => 'string' ,
'label' => 'sylius.ui.number' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
'customer' => [
'type' => 'string' ,
'label' => 'sylius.ui.customer' ,
'options' => [
'fields' => [
0 => 'customer.email' ,
1 => 'customer.firstName' ,
2 => 'customer.lastName' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
'date' => [
'type' => 'date' ,
'label' => 'sylius.ui.date' ,
'options' => [
'field' => 'checkoutCompletedAt' ,
'inclusive_to' => true ,
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
'channel' => [
'type' => 'entity' ,
'label' => 'sylius.ui.channel' ,
'form_options' => [
'class' => 'App\\Entity\\Channel\\Channel' ,
],
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'total' => [
'type' => 'money' ,
'label' => 'sylius.ui.total' ,
'options' => [
'currency_field' => 'currencyCode' ,
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
'shipping_method' => [
'type' => 'entity' ,
'label' => 'sylius.ui.shipping_method' ,
'options' => [
'fields' => [
0 => 'shipments.method' ,
],
],
'form_options' => [
'class' => 'App\\Entity\\Shipping\\ShippingMethod' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'actions' => [
'item' => [
'show' => [
'type' => 'show' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_payment' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Payment\\Payment' ,
'repository' => [
'method' => 'createListQueryBuilder' ,
],
],
],
'sorting' => [
'createdAt' => 'desc' ,
],
'fields' => [
'createdAt' => [
'type' => 'datetime' ,
'label' => 'sylius.ui.date' ,
'sortable' => NULL ,
'options' => [
'format' => 'd-m-Y H:i:s' ,
],
'enabled' => true ,
'position' => 100 ,
],
'number' => [
'type' => 'twig' ,
'label' => 'sylius.ui.order' ,
'path' => 'order' ,
'options' => [
'template' => '@SyliusAdmin/Order/Grid/Field/number.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'channel' => [
'type' => 'twig' ,
'label' => 'sylius.ui.channel' ,
'path' => 'order.channel' ,
'options' => [
'template' => '@SyliusAdmin/Order/Grid/Field/channel.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'customer' => [
'type' => 'twig' ,
'label' => 'sylius.ui.customer' ,
'path' => 'order.customer' ,
'options' => [
'template' => '@SyliusAdmin/Order/Grid/Field/customer.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'state' => [
'type' => 'twig' ,
'label' => 'sylius.ui.state' ,
'options' => [
'template' => '@SyliusAdmin/Common/Label/paymentState.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'filters' => [
'state' => [
'type' => 'select' ,
'label' => 'sylius.ui.state' ,
'form_options' => [
'choices' => [
'sylius.ui.cancelled' => 'cancelled' ,
'sylius.ui.completed' => 'completed' ,
'sylius.ui.failed' => 'failed' ,
'sylius.ui.new' => 'new' ,
'sylius.ui.processing' => 'processing' ,
'sylius.ui.refunded' => 'refunded' ,
],
],
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'channel' => [
'type' => 'entity' ,
'label' => 'sylius.ui.channel' ,
'options' => [
'fields' => [
0 => 'order.channel' ,
],
],
'form_options' => [
'class' => 'App\\Entity\\Channel\\Channel' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'actions' => [
'item' => [
'complete' => [
'type' => 'apply_transition' ,
'label' => 'sylius.ui.complete' ,
'icon' => 'payment' ,
'options' => [
'link' => [
'route' => 'sylius_admin_payment_complete' ,
'parameters' => [
'id' => 'resource.id' ,
],
],
'class' => 'teal' ,
'transition' => 'complete' ,
'graph' => 'sylius_payment' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_payment_method' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Payment\\PaymentMethod' ,
'repository' => [
'method' => 'createListQueryBuilder' ,
'arguments' => [
0 => 'en_GB' ,
],
],
],
],
'sorting' => [
'position' => 'asc' ,
],
'fields' => [
'position' => [
'type' => 'twig' ,
'label' => 'sylius.ui.position' ,
'sortable' => NULL ,
'options' => [
'template' => '@SyliusUi/Grid/Field/position.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'name' => [
'type' => 'string' ,
'label' => 'sylius.ui.name' ,
'sortable' => 'translation.name' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'gateway' => [
'type' => 'twig' ,
'path' => 'gatewayConfig.factoryName' ,
'label' => 'sylius.ui.gateway' ,
'sortable' => 'gatewayConfig.factoryName' ,
'options' => [
'template' => '@SyliusUi/Grid/Field/humanized.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'enabled' => [
'type' => 'twig' ,
'label' => 'sylius.ui.enabled' ,
'sortable' => NULL ,
'options' => [
'template' => '@SyliusUi/Grid/Field/enabled.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'filters' => [
'search' => [
'type' => 'string' ,
'label' => 'sylius.ui.search' ,
'options' => [
'fields' => [
0 => 'code' ,
1 => 'translation.name' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
'enabled' => [
'type' => 'boolean' ,
'label' => 'sylius.ui.enabled' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
],
'actions' => [
'main' => [
'create' => [
'type' => 'create_payment_method' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'enable_pay_pal' => [
'type' => 'enable_pay_pal' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'item' => [
'update' => [
'type' => 'update' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'enable_seller' => [
'type' => 'enable_seller' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'download_report' => [
'type' => 'download_report' ,
'label' => 'sylius.pay_pal.report' ,
'icon' => 'download' ,
'options' => [
'link' => [
'route' => 'sylius_paypal_plugin_admin_download_payouts_report' ,
'parameters' => [
'id' => 'resource.id' ,
],
],
],
'enabled' => true ,
'position' => 100 ,
],
],
'bulk' => [
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_product' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Product\\Product' ,
'repository' => [
'method' => 'createListQueryBuilder' ,
'arguments' => [
0 => 'expr:service(\'sylius.context.locale\').getLocaleCode()' ,
1 => '$taxonId' ,
],
],
],
],
'sorting' => [
'code' => 'asc' ,
],
'fields' => [
'image' => [
'type' => 'twig' ,
'label' => 'sylius.ui.image' ,
'path' => '.' ,
'options' => [
'template' => '@SyliusAdmin/Product/Grid/Field/image.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'name' => [
'type' => 'string' ,
'label' => 'sylius.ui.name' ,
'sortable' => 'translation.name' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'mainTaxon' => [
'type' => 'twig' ,
'label' => 'sylius.ui.main_taxon' ,
'options' => [
'template' => '@SyliusAdmin/Product/Grid/Field/mainTaxon.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'enabled' => [
'type' => 'twig' ,
'label' => 'sylius.ui.enabled' ,
'options' => [
'template' => '@SyliusUi/Grid/Field/enabled.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'filters' => [
'search' => [
'type' => 'string' ,
'label' => 'sylius.ui.search' ,
'options' => [
'fields' => [
0 => 'code' ,
1 => 'translation.name' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
'enabled' => [
'type' => 'boolean' ,
'label' => 'sylius.ui.enabled' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
'channel' => [
'type' => 'entities' ,
'label' => 'sylius.ui.channel' ,
'form_options' => [
'class' => 'App\\Entity\\Channel\\Channel' ,
],
'options' => [
'field' => 'channels.id' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'actions' => [
'main' => [
'create' => [
'type' => 'links' ,
'label' => 'sylius.ui.create' ,
'options' => [
'class' => 'primary' ,
'icon' => 'plus' ,
'header' => [
'icon' => 'cube' ,
'label' => 'sylius.ui.type' ,
],
'links' => [
'simple' => [
'label' => 'sylius.ui.simple_product' ,
'icon' => 'plus' ,
'route' => 'sylius_admin_product_create_simple' ,
],
'configurable' => [
'label' => 'sylius.ui.configurable_product' ,
'icon' => 'plus' ,
'route' => 'sylius_admin_product_create' ,
],
],
],
'enabled' => true ,
'position' => 100 ,
],
],
'item' => [
'details' => [
'label' => 'sylius.ui.details' ,
'type' => 'show' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'update' => [
'type' => 'update' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'subitem' => [
'variants' => [
'type' => 'links' ,
'label' => 'sylius.ui.manage_variants' ,
'options' => [
'icon' => 'cubes' ,
'links' => [
'index' => [
'label' => 'sylius.ui.list_variants' ,
'icon' => 'list' ,
'route' => 'sylius_admin_product_variant_index' ,
'parameters' => [
'productId' => 'resource.id' ,
],
],
'create' => [
'label' => 'sylius.ui.create' ,
'icon' => 'plus' ,
'route' => 'sylius_admin_product_variant_create' ,
'parameters' => [
'productId' => 'resource.id' ,
],
],
'generate' => [
'label' => 'sylius.ui.generate' ,
'icon' => 'random' ,
'route' => 'sylius_admin_product_variant_generate' ,
'visible' => 'resource.hasOptions' ,
'parameters' => [
'productId' => 'resource.id' ,
],
],
],
],
'enabled' => true ,
'position' => 100 ,
],
],
'bulk' => [
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_product_association_type' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Product\\ProductAssociationType' ,
'repository' => [
'method' => 'createListQueryBuilder' ,
'arguments' => [
0 => 'en_GB' ,
],
],
],
],
'sorting' => [
'code' => 'asc' ,
],
'fields' => [
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'name' => [
'type' => 'string' ,
'label' => 'sylius.ui.name' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'filters' => [
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
'name' => [
'type' => 'string' ,
'label' => 'sylius.ui.name' ,
'options' => [
'fields' => [
0 => 'translation.name' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
],
'actions' => [
'main' => [
'create' => [
'type' => 'create' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'item' => [
'update' => [
'type' => 'update' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'bulk' => [
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_product_attribute' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Product\\ProductAttribute' ,
],
],
'sorting' => [
'position' => 'asc' ,
],
'fields' => [
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'name' => [
'type' => 'string' ,
'label' => 'sylius.ui.name' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'position' => [
'type' => 'string' ,
'enabled' => false ,
'sortable' => NULL ,
'position' => 100 ,
'options' => [
],
],
'type' => [
'type' => 'twig' ,
'label' => 'sylius.ui.type' ,
'sortable' => NULL ,
'options' => [
'template' => '@SyliusUi/Grid/Field/label.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'filters' => [
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
],
'actions' => [
'main' => [
'create' => [
'type' => 'create_product_attribute' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'item' => [
'update' => [
'type' => 'update' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'bulk' => [
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_product_from_taxon' => [
'extends' => 'sylius_admin_product' ,
'sorting' => [
'position' => 'asc' ,
],
'fields' => [
'position' => [
'type' => 'twig' ,
'label' => 'sylius.ui.position' ,
'path' => '.' ,
'sortable' => 'productTaxon.position' ,
'options' => [
'template' => '@SyliusAdmin/Product/Grid/Field/position.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'actions' => [
'main' => [
'update_positions' => [
'type' => 'update_product_positions' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
'filters' => [
],
],
'sylius_admin_product_option' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Product\\ProductOption' ,
'repository' => [
'method' => 'createListQueryBuilder' ,
'arguments' => [
0 => 'en_GB' ,
],
],
],
],
'sorting' => [
'position' => 'asc' ,
],
'fields' => [
'position' => [
'type' => 'twig' ,
'label' => 'sylius.ui.position' ,
'sortable' => NULL ,
'options' => [
'template' => '@SyliusUi/Grid/Field/position.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'name' => [
'type' => 'string' ,
'label' => 'sylius.ui.name' ,
'sortable' => 'translation.name' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'filters' => [
'search' => [
'type' => 'string' ,
'label' => 'sylius.ui.search' ,
'options' => [
'fields' => [
0 => 'code' ,
1 => 'translation.name' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
],
'actions' => [
'main' => [
'create' => [
'type' => 'create' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'item' => [
'update' => [
'type' => 'update' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'bulk' => [
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_product_review' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Product\\ProductReview' ,
],
],
'sorting' => [
'date' => 'desc' ,
],
'fields' => [
'date' => [
'type' => 'datetime' ,
'label' => 'sylius.ui.date' ,
'path' => 'createdAt' ,
'sortable' => 'createdAt' ,
'options' => [
'format' => 'd-m-Y H:i:s' ,
],
'enabled' => true ,
'position' => 100 ,
],
'title' => [
'type' => 'string' ,
'label' => 'sylius.ui.title' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'rating' => [
'type' => 'string' ,
'label' => 'sylius.ui.rating' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'status' => [
'type' => 'twig' ,
'label' => 'sylius.ui.status' ,
'sortable' => NULL ,
'options' => [
'template' => '@SyliusUi/Grid/Field/state.html.twig' ,
'vars' => [
'labels' => '@SyliusAdmin/ProductReview/Label/Status' ,
],
],
'enabled' => true ,
'position' => 100 ,
],
'reviewSubject' => [
'type' => 'string' ,
'label' => 'sylius.ui.product' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'author' => [
'type' => 'string' ,
'label' => 'sylius.ui.customer' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'filters' => [
'title' => [
'type' => 'string' ,
'label' => 'sylius.ui.title' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
],
'actions' => [
'item' => [
'update' => [
'type' => 'update' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'accept' => [
'type' => 'apply_transition' ,
'label' => 'sylius.ui.accept' ,
'icon' => 'checkmark' ,
'options' => [
'link' => [
'route' => 'sylius_admin_product_review_accept' ,
'parameters' => [
'id' => 'resource.id' ,
],
],
'class' => 'green' ,
'transition' => 'accept' ,
'graph' => 'sylius_product_review' ,
],
'enabled' => true ,
'position' => 100 ,
],
'reject' => [
'type' => 'apply_transition' ,
'label' => 'sylius.ui.reject' ,
'icon' => 'remove' ,
'options' => [
'link' => [
'route' => 'sylius_admin_product_review_reject' ,
'parameters' => [
'id' => 'resource.id' ,
],
],
'class' => 'yellow' ,
'transition' => 'reject' ,
'graph' => 'sylius_product_review' ,
],
'enabled' => true ,
'position' => 100 ,
],
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'bulk' => [
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_product_variant' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Product\\ProductVariant' ,
'repository' => [
'method' => 'createQueryBuilderByProductId' ,
'arguments' => [
0 => 'en_GB' ,
1 => '$productId' ,
],
],
],
],
'sorting' => [
'position' => 'asc' ,
],
'fields' => [
'name' => [
'type' => 'twig' ,
'path' => '.' ,
'label' => 'sylius.ui.name' ,
'options' => [
'template' => '@SyliusAdmin/ProductVariant/Grid/Field/name.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'enabled' => [
'type' => 'twig' ,
'label' => 'sylius.ui.enabled' ,
'options' => [
'template' => '@SyliusUi/Grid/Field/enabled.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'inventory' => [
'type' => 'twig' ,
'path' => '.' ,
'label' => 'sylius.ui.inventory' ,
'options' => [
'template' => '@SyliusAdmin/ProductVariant/Grid/Field/inventory.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'position' => [
'type' => 'twig' ,
'label' => 'sylius.ui.position' ,
'path' => '.' ,
'sortable' => 'position' ,
'options' => [
'template' => '@SyliusAdmin/ProductVariant/Grid/Field/position.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'filters' => [
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
'name' => [
'type' => 'string' ,
'label' => 'sylius.ui.name' ,
'options' => [
'fields' => [
0 => 'translation.name' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
],
'actions' => [
'main' => [
'generate' => [
'type' => 'generate_variants' ,
'options' => [
'product' => 'expr:service(\'sylius.repository.product\').find($productId)' ,
],
'enabled' => true ,
'position' => 100 ,
],
'update_positions' => [
'type' => 'update_product_variant_positions' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'create' => [
'type' => 'create' ,
'options' => [
'link' => [
'parameters' => [
'productId' => '$productId' ,
],
],
],
'enabled' => true ,
'position' => 100 ,
],
],
'item' => [
'update' => [
'type' => 'update' ,
'options' => [
'link' => [
'parameters' => [
'id' => 'resource.id' ,
'productId' => '$productId' ,
],
],
],
'enabled' => true ,
'position' => 100 ,
],
'delete' => [
'type' => 'delete' ,
'options' => [
'link' => [
'parameters' => [
'id' => 'resource.id' ,
'productId' => '$productId' ,
],
],
],
'enabled' => true ,
'position' => 100 ,
],
],
'bulk' => [
'delete' => [
'type' => 'delete' ,
'options' => [
'link' => [
'parameters' => [
'productId' => '$productId' ,
],
],
],
'enabled' => true ,
'position' => 100 ,
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_promotion' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Promotion\\Promotion' ,
],
],
'sorting' => [
'priority' => 'desc' ,
],
'fields' => [
'priority' => [
'type' => 'twig' ,
'label' => 'sylius.ui.priority' ,
'sortable' => NULL ,
'options' => [
'template' => '@SyliusUi/Grid/Field/position.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'name' => [
'type' => 'twig' ,
'label' => 'sylius.ui.name' ,
'path' => '.' ,
'sortable' => NULL ,
'options' => [
'template' => '@SyliusUi/Grid/Field/nameAndDescription.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'couponBased' => [
'type' => 'twig' ,
'label' => 'sylius.ui.coupons' ,
'options' => [
'template' => '@SyliusUi/Grid/Field/yesNo.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'usage' => [
'type' => 'twig' ,
'label' => 'sylius.ui.usage' ,
'path' => '.' ,
'sortable' => 'used' ,
'options' => [
'template' => '@SyliusAdmin/Promotion/Grid/Field/usage.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'filters' => [
'search' => [
'type' => 'string' ,
'label' => 'sylius.ui.search' ,
'options' => [
'fields' => [
0 => 'code' ,
1 => 'name' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
'couponBased' => [
'type' => 'boolean' ,
'label' => 'sylius.ui.coupon_based' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
'coupon_code' => [
'type' => 'string' ,
'label' => 'sylius.ui.coupon' ,
'options' => [
'fields' => [
0 => 'coupons.code' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
],
'actions' => [
'main' => [
'create' => [
'type' => 'create' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'item' => [
'coupons' => [
'type' => 'links' ,
'label' => 'sylius.ui.manage_coupons' ,
'options' => [
'visible' => 'resource.couponBased' ,
'icon' => 'ticket' ,
'links' => [
'index' => [
'label' => 'sylius.ui.list_coupons' ,
'icon' => 'list' ,
'route' => 'sylius_admin_promotion_coupon_index' ,
'parameters' => [
'promotionId' => 'resource.id' ,
],
],
'create' => [
'label' => 'sylius.ui.create' ,
'icon' => 'plus' ,
'route' => 'sylius_admin_promotion_coupon_create' ,
'parameters' => [
'promotionId' => 'resource.id' ,
],
],
'generate' => [
'label' => 'sylius.ui.generate' ,
'icon' => 'random' ,
'route' => 'sylius_admin_promotion_coupon_generate' ,
'parameters' => [
'promotionId' => 'resource.id' ,
],
],
],
],
'enabled' => true ,
'position' => 100 ,
],
'update' => [
'type' => 'update' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'bulk' => [
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_promotion_coupon' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Promotion\\PromotionCoupon' ,
'repository' => [
'method' => 'createQueryBuilderByPromotionId' ,
'arguments' => [
'promotionId' => '$promotionId' ,
],
],
],
],
'fields' => [
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'usageLimit' => [
'type' => 'string' ,
'label' => 'sylius.ui.usage_limit' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'perCustomerUsageLimit' => [
'type' => 'string' ,
'label' => 'sylius.ui.per_customer_usage_limit' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'used' => [
'type' => 'string' ,
'label' => 'sylius.ui.used' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'expiresAt' => [
'type' => 'datetime' ,
'label' => 'sylius.ui.expires_at' ,
'sortable' => NULL ,
'options' => [
'format' => 'd-m-Y' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'filters' => [
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
],
'actions' => [
'main' => [
'generate' => [
'type' => 'default' ,
'label' => 'sylius.ui.generate' ,
'icon' => 'random' ,
'options' => [
'link' => [
'route' => 'sylius_admin_promotion_coupon_generate' ,
'parameters' => [
'promotionId' => '$promotionId' ,
],
],
],
'enabled' => true ,
'position' => 100 ,
],
'create' => [
'type' => 'create' ,
'options' => [
'link' => [
'parameters' => [
'promotionId' => '$promotionId' ,
],
],
],
'enabled' => true ,
'position' => 100 ,
],
],
'item' => [
'update' => [
'type' => 'update' ,
'options' => [
'link' => [
'parameters' => [
'id' => 'resource.id' ,
'promotionId' => '$promotionId' ,
],
],
],
'enabled' => true ,
'position' => 100 ,
],
'delete' => [
'type' => 'delete' ,
'options' => [
'link' => [
'parameters' => [
'id' => 'resource.id' ,
'promotionId' => '$promotionId' ,
],
],
],
'enabled' => true ,
'position' => 100 ,
],
],
'bulk' => [
'delete' => [
'type' => 'delete' ,
'options' => [
'link' => [
'parameters' => [
'promotionId' => '$promotionId' ,
],
],
],
'enabled' => true ,
'position' => 100 ,
],
],
],
'sorting' => [
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_shipment' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Shipping\\Shipment' ,
'repository' => [
'method' => 'createListQueryBuilder' ,
],
],
],
'sorting' => [
'createdAt' => 'desc' ,
],
'fields' => [
'createdAt' => [
'type' => 'datetime' ,
'label' => 'sylius.ui.created_at' ,
'sortable' => NULL ,
'options' => [
'format' => 'd-m-Y H:i:s' ,
],
'enabled' => true ,
'position' => 100 ,
],
'shippedAt' => [
'type' => 'datetime' ,
'label' => 'sylius.ui.shipped_at' ,
'sortable' => NULL ,
'options' => [
'format' => 'd-m-Y H:i:s' ,
],
'enabled' => true ,
'position' => 100 ,
],
'number' => [
'type' => 'twig' ,
'label' => 'sylius.ui.order' ,
'path' => 'order' ,
'options' => [
'template' => '@SyliusAdmin/Order/Grid/Field/number.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'channel' => [
'type' => 'twig' ,
'label' => 'sylius.ui.channel' ,
'path' => 'order.channel' ,
'options' => [
'template' => '@SyliusAdmin/Order/Grid/Field/channel.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'state' => [
'type' => 'twig' ,
'label' => 'sylius.ui.state' ,
'options' => [
'template' => '@SyliusAdmin/Common/Label/shipmentState.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'filters' => [
'state' => [
'type' => 'select' ,
'label' => 'sylius.ui.state' ,
'form_options' => [
'choices' => [
'sylius.ui.cancelled' => 'cancelled' ,
'sylius.ui.ready' => 'ready' ,
'sylius.ui.shipped' => 'shipped' ,
],
],
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'channel' => [
'type' => 'entity' ,
'label' => 'sylius.ui.channel' ,
'options' => [
'fields' => [
0 => 'order.channel' ,
],
],
'form_options' => [
'class' => 'App\\Entity\\Channel\\Channel' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'actions' => [
'item' => [
'ship' => [
'type' => 'ship_with_tracking_code' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'show' => [
'type' => 'show' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_shipping_category' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Shipping\\ShippingCategory' ,
'repository' => [
'method' => 'createListQueryBuilder' ,
],
],
],
'fields' => [
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'name' => [
'type' => 'string' ,
'label' => 'sylius.ui.name' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'createdAt' => [
'type' => 'datetime' ,
'label' => 'sylius.ui.creation_date' ,
'options' => [
'format' => 'd-m-Y H:i' ,
],
'enabled' => true ,
'position' => 100 ,
],
'updatedAt' => [
'type' => 'datetime' ,
'label' => 'sylius.ui.updating_date' ,
'options' => [
'format' => 'd-m-Y H:i' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'filters' => [
'search' => [
'type' => 'string' ,
'label' => 'sylius.ui.search' ,
'options' => [
'fields' => [
0 => 'code' ,
1 => 'name' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
],
'actions' => [
'main' => [
'create' => [
'type' => 'create' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'item' => [
'update' => [
'type' => 'update' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'bulk' => [
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'sorting' => [
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_shipping_method' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Shipping\\ShippingMethod' ,
'repository' => [
'method' => 'createListQueryBuilder' ,
'arguments' => [
0 => 'expr:service(\'sylius.context.locale\').getLocaleCode()' ,
],
],
],
],
'sorting' => [
'position' => 'asc' ,
],
'fields' => [
'position' => [
'type' => 'twig' ,
'label' => 'sylius.ui.position' ,
'sortable' => NULL ,
'options' => [
'template' => '@SyliusUi/Grid/Field/position.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'name' => [
'type' => 'string' ,
'label' => 'sylius.ui.name' ,
'sortable' => 'translation.name' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'zone' => [
'type' => 'string' ,
'label' => 'sylius.ui.zone' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'enabled' => [
'type' => 'twig' ,
'label' => 'sylius.ui.enabled' ,
'sortable' => NULL ,
'options' => [
'template' => '@SyliusUi/Grid/Field/enabled.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'filters' => [
'search' => [
'type' => 'string' ,
'label' => 'sylius.ui.search' ,
'options' => [
'fields' => [
0 => 'code' ,
1 => 'translation.name' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
'enabled' => [
'type' => 'boolean' ,
'label' => 'sylius.ui.enabled' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
'archival' => [
'type' => 'exists' ,
'label' => 'sylius.ui.archival' ,
'options' => [
'field' => 'archivedAt' ,
],
'default_value' => false ,
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
],
'actions' => [
'main' => [
'create' => [
'type' => 'create' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'item' => [
'update' => [
'type' => 'update' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'archive' => [
'type' => 'archive' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'bulk' => [
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_tax_category' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Taxation\\TaxCategory' ,
],
],
'sorting' => [
'nameAndDescription' => 'asc' ,
],
'fields' => [
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'nameAndDescription' => [
'type' => 'twig' ,
'label' => 'sylius.ui.name' ,
'path' => '.' ,
'sortable' => 'name' ,
'options' => [
'template' => '@SyliusUi/Grid/Field/nameAndDescription.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'filters' => [
'search' => [
'type' => 'string' ,
'label' => 'sylius.ui.search' ,
'options' => [
'fields' => [
0 => 'code' ,
1 => 'name' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
],
'actions' => [
'main' => [
'create' => [
'type' => 'create' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'item' => [
'update' => [
'type' => 'update' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'bulk' => [
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_tax_rate' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Taxation\\TaxRate' ,
],
],
'sorting' => [
'name' => 'asc' ,
],
'fields' => [
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'name' => [
'type' => 'string' ,
'label' => 'sylius.ui.name' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'zone' => [
'type' => 'string' ,
'label' => 'sylius.ui.zone' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'category' => [
'type' => 'string' ,
'label' => 'sylius.ui.category' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'amount' => [
'type' => 'twig' ,
'label' => 'sylius.ui.amount' ,
'sortable' => NULL ,
'options' => [
'template' => '@SyliusUi/Grid/Field/percent.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'filters' => [
'search' => [
'type' => 'string' ,
'label' => 'sylius.ui.search' ,
'options' => [
'fields' => [
0 => 'code' ,
1 => 'name' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
],
'actions' => [
'main' => [
'create' => [
'type' => 'create' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'item' => [
'update' => [
'type' => 'update' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'bulk' => [
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_taxon' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Taxonomy\\Taxon' ,
'repository' => [
'method' => 'createListQueryBuilder' ,
],
],
],
'filters' => [
'code' => [
'type' => 'string' ,
'options' => [
'fields' => [
0 => 'code' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
'name' => [
'type' => 'string' ,
'options' => [
'fields' => [
0 => 'translation.name' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
],
'sorting' => [
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
'fields' => [
],
'actions' => [
],
],
'sylius_admin_zone' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Addressing\\Zone' ,
],
],
'fields' => [
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'name' => [
'type' => 'string' ,
'label' => 'sylius.ui.name' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'type' => [
'type' => 'twig' ,
'label' => 'sylius.ui.type' ,
'options' => [
'template' => '@SyliusUi/Grid/Field/label.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'filters' => [
'name' => [
'type' => 'string' ,
'label' => 'sylius.ui.name' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
],
'actions' => [
'main' => [
'create' => [
'type' => 'links' ,
'label' => 'sylius.ui.create' ,
'options' => [
'class' => 'primary' ,
'icon' => 'plus' ,
'header' => [
'icon' => 'cube' ,
'label' => 'sylius.ui.type' ,
],
'links' => [
'country' => [
'label' => 'sylius.ui.zone_consisting_of_countries' ,
'icon' => 'plus' ,
'route' => 'sylius_admin_zone_create' ,
'parameters' => [
'type' => 'country' ,
],
],
'province' => [
'label' => 'sylius.ui.zone_consisting_of_provinces' ,
'icon' => 'plus' ,
'route' => 'sylius_admin_zone_create' ,
'parameters' => [
'type' => 'province' ,
],
],
'zone' => [
'label' => 'sylius.ui.zone_consisting_of_other_zones' ,
'icon' => 'plus' ,
'route' => 'sylius_admin_zone_create' ,
'parameters' => [
'type' => 'zone' ,
],
],
],
],
'enabled' => true ,
'position' => 100 ,
],
],
'item' => [
'update' => [
'type' => 'update' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'bulk' => [
'delete' => [
'type' => 'delete' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
],
'sorting' => [
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
],
'sylius_admin_api_cart' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Order\\Order' ,
'repository' => [
'method' => 'createCartQueryBuilder' ,
],
],
],
'sorting' => [
'number' => 'desc' ,
],
'fields' => [
'channel' => [
'type' => 'string' ,
'path' => 'channel.code' ,
'sortable' => 'channel.code' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'number' => [
'type' => 'string' ,
'path' => '.' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'date' => [
'type' => 'datetime' ,
'path' => 'checkoutCompletedAt' ,
'sortable' => 'checkoutCompletedAt' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'customer' => [
'type' => 'string' ,
'sortable' => 'customer.email' ,
'path' => 'customer.email' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'total' => [
'type' => 'integer' ,
'sortable' => 'total' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'currencyCode' => [
'type' => 'string' ,
'label' => 'sylius.ui.currency' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'filters' => [
'number' => [
'type' => 'string' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
'customer' => [
'type' => 'string' ,
'options' => [
'fields' => [
0 => 'customer.email' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
'date' => [
'type' => 'date' ,
'label' => 'sylius.ui.date' ,
'options' => [
'field' => 'checkoutCompletedAt' ,
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
'channel' => [
'type' => 'string' ,
'options' => [
'fields' => [
0 => 'channel.code' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
'total' => [
'type' => 'money' ,
'options' => [
'currency_field' => 'currencyCode' ,
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
'actions' => [
],
],
'sylius_admin_api_payment' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Payment\\Payment' ,
'repository' => [
'method' => 'createListQueryBuilder' ,
],
],
],
'sorting' => [
'createdAt' => 'desc' ,
],
'fields' => [
'amount' => [
'type' => 'integer' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'state' => [
'type' => 'string' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'createdAt' => [
'type' => 'datetime' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'updatedAt' => [
'type' => 'datetime' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'filters' => [
'state' => [
'type' => 'string' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
'actions' => [
],
],
'sylius_admin_api_product' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Product\\Product' ,
'repository' => [
'method' => 'createListQueryBuilder' ,
'arguments' => [
0 => 'en_GB' ,
1 => '$taxonId' ,
],
],
],
],
'sorting' => [
'code' => 'asc' ,
],
'fields' => [
'code' => [
'type' => 'string' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'name' => [
'type' => 'string' ,
'sortable' => 'translation.name' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'filters' => [
'search' => [
'type' => 'string' ,
'options' => [
'fields' => [
0 => 'code' ,
1 => 'translation.name' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
'enabled' => [
'type' => 'boolean' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
'actions' => [
],
],
'sylius_admin_api_product_review' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Product\\ProductReview' ,
'repository' => [
'method' => 'createQueryBuilderByProductCode' ,
'arguments' => [
0 => 'en_GB' ,
1 => '$productCode' ,
],
],
],
],
'sorting' => [
'date' => 'desc' ,
],
'fields' => [
'date' => [
'type' => 'datetime' ,
'label' => 'sylius.ui.date' ,
'path' => 'createdAt' ,
'sortable' => 'createdAt' ,
'options' => [
'format' => 'd-m-Y H:i:s' ,
],
'enabled' => true ,
'position' => 100 ,
],
'title' => [
'type' => 'string' ,
'label' => 'sylius.ui.title' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'rating' => [
'type' => 'string' ,
'label' => 'sylius.ui.rating' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'status' => [
'type' => 'twig' ,
'label' => 'sylius.ui.status' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'reviewSubject' => [
'type' => 'string' ,
'label' => 'sylius.ui.product' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'author' => [
'type' => 'string' ,
'label' => 'sylius.ui.customer' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'filters' => [
'title' => [
'type' => 'string' ,
'label' => 'sylius.ui.title' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
'actions' => [
],
],
'sylius_admin_api_product_variant' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Product\\ProductVariant' ,
'repository' => [
'method' => 'createQueryBuilderByProductCode' ,
'arguments' => [
0 => 'en_GB' ,
1 => '$productCode' ,
],
],
],
],
'sorting' => [
'position' => 'asc' ,
],
'fields' => [
'name' => [
'type' => 'string' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'code' => [
'type' => 'string' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'position' => [
'type' => 'string' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'filters' => [
'code' => [
'type' => 'string' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
'name' => [
'type' => 'string' ,
'options' => [
'fields' => [
0 => 'translation.name' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
'actions' => [
],
],
'sylius_admin_api_promotion' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Promotion\\Promotion' ,
],
],
'sorting' => [
'priority' => 'desc' ,
],
'fields' => [
'priority' => [
'type' => 'integer' ,
'label' => 'sylius.ui.priority' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'code' => [
'type' => 'string' ,
'label' => 'sylius.ui.code' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'name' => [
'type' => 'string' ,
'label' => 'sylius.ui.name' ,
'path' => '.' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'filters' => [
'search' => [
'type' => 'string' ,
'options' => [
'fields' => [
0 => 'code' ,
1 => 'name' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
'couponBased' => [
'type' => 'boolean' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
'actions' => [
],
],
'sylius_admin_api_shipment' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Shipping\\Shipment' ,
'repository' => [
'method' => 'createListQueryBuilder' ,
],
],
],
'sorting' => [
'createdAt' => 'desc' ,
],
'fields' => [
'state' => [
'type' => 'string' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'createdAt' => [
'type' => 'datetime' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'updatedAt' => [
'type' => 'datetime' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'filters' => [
'state' => [
'type' => 'string' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
'actions' => [
],
],
'sylius_admin_api_taxon' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Taxonomy\\Taxon' ,
'repository' => [
'method' => 'createListQueryBuilder' ,
],
],
],
'filters' => [
'name' => [
'type' => 'string' ,
'options' => [
'fields' => [
0 => 'translation.name' ,
],
],
'enabled' => true ,
'position' => 100 ,
'form_options' => [
],
],
'code' => [
'type' => 'string' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
'form_options' => [
],
],
],
'sorting' => [
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
'fields' => [
],
'actions' => [
],
],
'sylius_shop_account_order' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Order\\Order' ,
'repository' => [
'method' => 'createByCustomerAndChannelIdQueryBuilder' ,
'arguments' => [
0 => 'expr:service(\'sylius.context.customer\').getCustomer().getId()' ,
1 => 'expr:service(\'sylius.context.channel\').getChannel().getId()' ,
],
],
],
],
'sorting' => [
'checkoutCompletedAt' => 'desc' ,
],
'fields' => [
'number' => [
'type' => 'twig' ,
'label' => 'sylius.ui.number' ,
'sortable' => NULL ,
'options' => [
'template' => '@SyliusShop/Account/Order/Grid/Field/number.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'checkoutCompletedAt' => [
'type' => 'datetime' ,
'label' => 'sylius.ui.date' ,
'sortable' => NULL ,
'options' => [
'format' => 'm/d/Y' ,
],
'enabled' => true ,
'position' => 100 ,
],
'shippingAddress' => [
'type' => 'twig' ,
'label' => 'sylius.ui.ship_to' ,
'options' => [
'template' => '@SyliusShop/Account/Order/Grid/Field/address.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'total' => [
'type' => 'twig' ,
'label' => 'sylius.ui.total' ,
'path' => '.' ,
'sortable' => 'total' ,
'options' => [
'template' => '@SyliusShop/Account/Order/Grid/Field/total.html.twig' ,
],
'enabled' => true ,
'position' => 100 ,
],
'state' => [
'type' => 'twig' ,
'label' => 'sylius.ui.state' ,
'sortable' => NULL ,
'options' => [
'template' => '@SyliusUi/Grid/Field/label.html.twig' ,
'vars' => [
'labels' => '@SyliusShop/Account/Order/Label/State' ,
],
],
'enabled' => true ,
'position' => 100 ,
],
],
'actions' => [
'item' => [
'show' => [
'type' => 'shop_show' ,
'label' => 'sylius.ui.show' ,
'options' => [
'link' => [
'route' => 'sylius_shop_account_order_show' ,
'parameters' => [
'number' => 'resource.number' ,
],
],
],
'enabled' => true ,
'position' => 100 ,
],
'pay' => [
'type' => 'shop_pay' ,
'label' => 'sylius.ui.pay' ,
'options' => [
'link' => [
'route' => 'sylius_shop_order_show' ,
'parameters' => [
'tokenValue' => 'resource.tokenValue' ,
],
],
],
'enabled' => true ,
'position' => 100 ,
],
],
],
'limits' => [
0 => 10 ,
1 => 25 ,
2 => 50 ,
],
'filters' => [
],
],
'sylius_shop_product' => [
'driver' => [
'name' => 'doctrine/orm' ,
'options' => [
'class' => 'App\\Entity\\Product\\Product' ,
'repository' => [
'method' => 'createShopListQueryBuilder' ,
'arguments' => [
'channel' => 'expr:service(\'sylius.context.channel\').getChannel()' ,
'taxon' => 'expr:notFoundOnNull(service(\'sylius.repository.taxon\').findOneBySlug($slug, service(\'sylius.context.locale\').getLocaleCode()))' ,
'locale' => 'expr:service(\'sylius.context.locale\').getLocaleCode()' ,
'sorting' => 'expr:service(\'request_stack\').getCurrentRequest().get(\'sorting\', [])' ,
'includeAllDescendants' => 'expr:parameter(\'sylius_shop.product_grid.include_all_descendants\')' ,
],
],
],
],
'sorting' => [
'position' => 'asc' ,
],
'limits' => [
0 => 9 ,
1 => 18 ,
2 => 27 ,
],
'fields' => [
'createdAt' => [
'type' => 'datetime' ,
'sortable' => NULL ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'position' => [
'type' => 'string
' ,
'sortable' => 'productTaxon.position' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'name' => [
'type' => 'string
' ,
'sortable' => 'translation.name' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
'price' => [
'type' => 'int' ,
'sortable' => 'channelPricing.price' ,
'enabled' => true ,
'position' => 100 ,
'options' => [
],
],
],
'filters' => [
'search' => [
'type' => 'shop_string' ,
'label' => false ,
'options' => [
'fields' => [
0 => 'translation.name' ,
],
],
'form_options' => [
'type' => 'contains' ,
],
'enabled' => true ,
'position' => 100 ,
],
],
'actions' => [
],
],
],
'sm.configs' => [
'sylius_order_checkout' => [
'class' => 'App\\Entity\\Order\\Order' ,
'property_path' => 'checkoutState' ,
'graph' => 'sylius_order_checkout' ,
'state_machine_class' => 'Sylius\\Component\\Resource\\StateMachine\\StateMachine' ,
'states' => [
0 => 'cart' ,
1 => 'addressed' ,
2 => 'shipping_selected' ,
3 => 'shipping_skipped' ,
4 => 'payment_skipped' ,
5 => 'payment_selected' ,
6 => 'completed' ,
],
'transitions' => [
'address' => [
'from' => [
0 => 'cart' ,
1 => 'addressed' ,
2 => 'shipping_selected' ,
3 => 'shipping_skipped' ,
4 => 'payment_selected' ,
5 => 'payment_skipped' ,
],
'to' => 'addressed' ,
],
'skip_shipping' => [
'from' => [
0 => 'addressed' ,
],
'to' => 'shipping_skipped' ,
],
'select_shipping' => [
'from' => [
0 => 'addressed' ,
1 => 'shipping_selected' ,
2 => 'payment_selected' ,
3 => 'payment_skipped' ,
],
'to' => 'shipping_selected' ,
],
'skip_payment' => [
'from' => [
0 => 'shipping_selected' ,
1 => 'shipping_skipped' ,
],
'to' => 'payment_skipped' ,
],
'select_payment' => [
'from' => [
0 => 'payment_selected' ,
1 => 'shipping_skipped' ,
2 => 'shipping_selected' ,
],
'to' => 'payment_selected' ,
],
'complete' => [
'from' => [
0 => 'payment_selected' ,
1 => 'payment_skipped' ,
],
'to' => 'completed' ,
],
],
'callbacks' => [
'after' => [
'sylius_process_cart' => [
'on' => [
0 => 'select_shipping' ,
1 => 'address' ,
2 => 'select_payment' ,
3 => 'skip_shipping' ,
4 => 'skip_payment' ,
],
'do' => [
0 => '@sylius.order_processing.order_processor' ,
1 => 'process' ,
],
'args' => [
0 => 'object' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'sylius_create_order' => [
'on' => [
0 => 'complete' ,
],
'do' => [
0 => '@sm.callback.cascade_transition' ,
1 => 'apply' ,
],
'args' => [
0 => 'object' ,
1 => 'event' ,
2 => '\'create\'' ,
3 => '\'sylius_order\'' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'sylius_save_checkout_completion_date' => [
'on' => [
0 => 'complete' ,
],
'do' => [
0 => 'object' ,
1 => 'completeCheckout' ,
],
'args' => [
0 => 'object' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'sylius_control_payment_state' => [
'on' => [
0 => 'complete' ,
],
'do' => [
0 => '@sylius.state_resolver.order_payment' ,
1 => 'resolve' ,
],
'args' => [
0 => 'object' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'sylius_control_shipping_state' => [
'on' => [
0 => 'complete' ,
],
'do' => [
0 => '@sylius.state_resolver.order_shipping' ,
1 => 'resolve' ,
],
'args' => [
0 => 'object' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'complete_pay_pal_order' => [
'on' => [
0 => 'complete' ,
],
'do' => [
0 => '@Sylius\\PayPalPlugin\\Processor\\PayPalOrderCompleteProcessor' ,
1 => 'completePayPalOrder' ,
],
'args' => [
0 => 'object' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'sylius_skip_shipping' => [
'on' => [
0 => 'address' ,
],
'do' => [
0 => '@sylius.state_resolver.order_checkout' ,
1 => 'resolve' ,
],
'args' => [
0 => 'object' ,
],
'priority' => 1 ,
'disabled' => false ,
],
'sylius_skip_payment' => [
'on' => [
0 => 'select_shipping' ,
],
'do' => [
0 => '@sylius.state_resolver.order_checkout' ,
1 => 'resolve' ,
],
'args' => [
0 => 'object' ,
],
'priority' => 1 ,
'disabled' => false ,
],
],
'guard' => [
],
'before' => [
],
],
],
'sylius_order_shipping' => [
'class' => 'App\\Entity\\Order\\Order' ,
'property_path' => 'shippingState' ,
'graph' => 'sylius_order_shipping' ,
'state_machine_class' => 'Sylius\\Component\\Resource\\StateMachine\\StateMachine' ,
'states' => [
0 => 'cart' ,
1 => 'ready' ,
2 => 'cancelled' ,
3 => 'partially_shipped' ,
4 => 'shipped' ,
],
'transitions' => [
'request_shipping' => [
'from' => [
0 => 'cart' ,
],
'to' => 'ready' ,
],
'cancel' => [
'from' => [
0 => 'ready' ,
],
'to' => 'cancelled' ,
],
'partially_ship' => [
'from' => [
0 => 'ready' ,
],
'to' => 'partially_shipped' ,
],
'ship' => [
'from' => [
0 => 'ready' ,
1 => 'partially_shipped' ,
],
'to' => 'shipped' ,
],
],
'callbacks' => [
'after' => [
'sylius_resolve_state' => [
'on' => [
0 => 'ship' ,
],
'do' => [
0 => '@sylius.state_resolver.order' ,
1 => 'resolve' ,
],
'args' => [
0 => 'object' ,
],
'disabled' => false ,
'priority' => 0 ,
],
],
'guard' => [
],
'before' => [
],
],
],
'sylius_order_payment' => [
'class' => 'App\\Entity\\Order\\Order' ,
'property_path' => 'paymentState' ,
'graph' => 'sylius_order_payment' ,
'state_machine_class' => 'Sylius\\Component\\Resource\\StateMachine\\StateMachine' ,
'states' => [
0 => 'cart' ,
1 => 'awaiting_payment' ,
2 => 'partially_authorized' ,
3 => 'authorized' ,
4 => 'partially_paid' ,
5 => 'cancelled' ,
6 => 'paid' ,
7 => 'partially_refunded' ,
8 => 'refunded' ,
],
'transitions' => [
'request_payment' => [
'from' => [
0 => 'cart' ,
],
'to' => 'awaiting_payment' ,
],
'partially_authorize' => [
'from' => [
0 => 'awaiting_payment' ,
1 => 'partially_authorized' ,
],
'to' => 'partially_authorized' ,
],
'authorize' => [
'from' => [
0 => 'awaiting_payment' ,
1 => 'partially_authorized' ,
],
'to' => 'authorized' ,
],
'partially_pay' => [
'from' => [
0 => 'awaiting_payment' ,
1 => 'partially_paid' ,
2 => 'partially_authorized' ,
],
'to' => 'partially_paid' ,
],
'cancel' => [
'from' => [
0 => 'awaiting_payment' ,
1 => 'authorized' ,
2 => 'partially_authorized' ,
],
'to' => 'cancelled' ,
],
'pay' => [
'from' => [
0 => 'awaiting_payment' ,
1 => 'partially_paid' ,
2 => 'authorized' ,
],
'to' => 'paid' ,
],
'partially_refund' => [
'from' => [
0 => 'paid' ,
1 => 'partially_paid' ,
2 => 'partially_refunded' ,
],
'to' => 'partially_refunded' ,
],
'refund' => [
'from' => [
0 => 'paid' ,
1 => 'partially_paid' ,
2 => 'partially_refunded' ,
],
'to' => 'refunded' ,
],
],
'callbacks' => [
'after' => [
'sylius_order_paid' => [
'on' => [
0 => 'pay' ,
],
'do' => [
0 => '@sylius.inventory.order_inventory_operator' ,
1 => 'sell' ,
],
'args' => [
0 => 'object' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'sylius_resolve_state' => [
'on' => [
0 => 'pay' ,
],
'do' => [
0 => '@sylius.state_resolver.order' ,
1 => 'resolve' ,
],
'args' => [
0 => 'object' ,
],
'disabled' => false ,
'priority' => 0 ,
],
],
'guard' => [
],
'before' => [
],
],
],
'sylius_order' => [
'class' => 'App\\Entity\\Order\\Order' ,
'property_path' => 'state' ,
'graph' => 'sylius_order' ,
'state_machine_class' => 'Sylius\\Component\\Resource\\StateMachine\\StateMachine' ,
'states' => [
0 => 'cart' ,
1 => 'new' ,
2 => 'cancelled' ,
3 => 'fulfilled' ,
],
'transitions' => [
'create' => [
'from' => [
0 => 'cart' ,
],
'to' => 'new' ,
],
'cancel' => [
'from' => [
0 => 'new' ,
],
'to' => 'cancelled' ,
],
'fulfill' => [
'from' => [
0 => 'new' ,
],
'to' => 'fulfilled' ,
],
],
'callbacks' => [
'before' => [
'sylius_assign_number' => [
'on' => [
0 => 'create' ,
],
'do' => [
0 => '@sylius.order_number_assigner' ,
1 => 'assignNumber' ,
],
'args' => [
0 => 'object' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'sylius_assign_token' => [
'on' => [
0 => 'create' ,
],
'do' => [
0 => '@sylius.unique_id_based_order_token_assigner' ,
1 => 'assignTokenValueIfNotSet' ,
],
'args' => [
0 => 'object' ,
],
'disabled' => false ,
'priority' => 0 ,
],
],
'after' => [
'sylius_request_shipping' => [
'on' => [
0 => 'create' ,
],
'do' => [
0 => '@sm.callback.cascade_transition' ,
1 => 'apply' ,
],
'args' => [
0 => 'object' ,
1 => 'event' ,
2 => '\'request_shipping\'' ,
3 => '\'sylius_order_shipping\'' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'sylius_request_payment' => [
'on' => [
0 => 'create' ,
],
'do' => [
0 => '@sm.callback.cascade_transition' ,
1 => 'apply' ,
],
'args' => [
0 => 'object' ,
1 => 'event' ,
2 => '\'request_payment\'' ,
3 => '\'sylius_order_payment\'' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'sylius_create_payment' => [
'on' => [
0 => 'create' ,
],
'do' => [
0 => '@sm.callback.cascade_transition' ,
1 => 'apply' ,
],
'args' => [
0 => 'object.getPayments()' ,
1 => 'event' ,
2 => '\'create\'' ,
3 => '\'sylius_payment\'' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'sylius_create_shipment' => [
'on' => [
0 => 'create' ,
],
'do' => [
0 => '@sm.callback.cascade_transition' ,
1 => 'apply' ,
],
'args' => [
0 => 'object.getShipments()' ,
1 => 'event' ,
2 => '\'create\'' ,
3 => '\'sylius_shipment\'' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'sylius_hold_inventory' => [
'on' => [
0 => 'create' ,
],
'do' => [
0 => '@sylius.inventory.order_inventory_operator' ,
1 => 'hold' ,
],
'args' => [
0 => 'object' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'sylius_increment_promotions_usages' => [
'on' => [
0 => 'create' ,
],
'do' => [
0 => '@sylius.promotion_usage_modifier' ,
1 => 'increment' ,
],
'args' => [
0 => 'object' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'sylius_save_addresses_on_customer' => [
'on' => [
0 => 'create' ,
],
'do' => [
0 => '@sylius.customer_order_addresses_saver' ,
1 => 'saveAddresses' ,
],
'args' => [
0 => 'object' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'sylius_set_order_immutable_names' => [
'on' => [
0 => 'create' ,
],
'do' => [
0 => '@sylius.order_item_names_setter' ,
1 => '__invoke' ,
],
'args' => [
0 => 'object' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'sylius_cancel_payment' => [
'on' => [
0 => 'cancel' ,
],
'do' => [
0 => '@sm.callback.cascade_transition' ,
1 => 'apply' ,
],
'args' => [
0 => 'object.getPayments()' ,
1 => 'event' ,
2 => '\'cancel\'' ,
3 => '\'sylius_payment\'' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'sylius_cancel_shipment' => [
'on' => [
0 => 'cancel' ,
],
'do' => [
0 => '@sm.callback.cascade_transition' ,
1 => 'apply' ,
],
'args' => [
0 => 'object.getShipments()' ,
1 => 'event' ,
2 => '\'cancel\'' ,
3 => '\'sylius_shipment\'' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'sylius_cancel_order_payment' => [
'on' => [
0 => 'cancel' ,
],
'do' => [
0 => '@sm.callback.cascade_transition' ,
1 => 'apply' ,
],
'args' => [
0 => 'object' ,
1 => 'event' ,
2 => '\'cancel\'' ,
3 => '\'sylius_order_payment\'' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'sylius_cancel_order_shipment' => [
'on' => [
0 => 'cancel' ,
],
'do' => [
0 => '@sm.callback.cascade_transition' ,
1 => 'apply' ,
],
'args' => [
0 => 'object' ,
1 => 'event' ,
2 => '\'cancel\'' ,
3 => '\'sylius_order_shipping\'' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'sylis_cancel_order' => [
'on' => [
0 => 'cancel' ,
],
'do' => [
0 => '@sylius.inventory.order_inventory_operator' ,
1 => 'cancel' ,
],
'args' => [
0 => 'object' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'sylius_decrement_promotions_usages' => [
'on' => [
0 => 'cancel' ,
],
'do' => [
0 => '@sylius.promotion_usage_modifier' ,
1 => 'decrement' ,
],
'args' => [
0 => 'object' ,
],
'disabled' => false ,
'priority' => 0 ,
],
],
'guard' => [
],
],
],
'sylius_shipment' => [
'class' => 'App\\Entity\\Shipping\\Shipment' ,
'property_path' => 'state' ,
'graph' => 'sylius_shipment' ,
'state_machine_class' => 'Sylius\\Component\\Resource\\StateMachine\\StateMachine' ,
'states' => [
0 => 'cart' ,
1 => 'ready' ,
2 => 'shipped' ,
3 => 'cancelled' ,
],
'transitions' => [
'create' => [
'from' => [
0 => 'cart' ,
],
'to' => 'ready' ,
],
'ship' => [
'from' => [
0 => 'ready' ,
],
'to' => 'shipped' ,
],
'cancel' => [
'from' => [
0 => 'ready' ,
],
'to' => 'cancelled' ,
],
],
'callbacks' => [
'before' => [
'sylius_assign_date' => [
'on' => 'ship' ,
'do' => [
0 => '@sylius.shipping_date_assigner' ,
1 => 'assign' ,
],
'args' => [
0 => 'object' ,
],
'disabled' => false ,
'priority' => 0 ,
],
],
'after' => [
'sylius_resolve_state' => [
'on' => [
0 => 'ship' ,
],
'do' => [
0 => '@sylius.state_resolver.order_shipping' ,
1 => 'resolve' ,
],
'args' => [
0 => 'object.getOrder()' ,
],
'disabled' => false ,
'priority' => 0 ,
],
],
'guard' => [
],
],
],
'sylius_payment' => [
'class' => 'App\\Entity\\Payment\\Payment' ,
'property_path' => 'state' ,
'graph' => 'sylius_payment' ,
'state_machine_class' => 'Sylius\\Component\\Resource\\StateMachine\\StateMachine' ,
'states' => [
0 => 'cart' ,
1 => 'new' ,
2 => 'processing' ,
3 => 'authorized' ,
4 => 'completed' ,
5 => 'failed' ,
6 => 'cancelled' ,
7 => 'refunded' ,
],
'transitions' => [
'create' => [
'from' => [
0 => 'cart' ,
],
'to' => 'new' ,
],
'process' => [
'from' => [
0 => 'new' ,
],
'to' => 'processing' ,
],
'authorize' => [
'from' => [
0 => 'new' ,
1 => 'processing' ,
],
'to' => 'authorized' ,
],
'complete' => [
'from' => [
0 => 'new' ,
1 => 'processing' ,
2 => 'authorized' ,
],
'to' => 'completed' ,
],
'fail' => [
'from' => [
0 => 'new' ,
1 => 'processing' ,
],
'to' => 'failed' ,
],
'cancel' => [
'from' => [
0 => 'new' ,
1 => 'processing' ,
2 => 'authorized' ,
],
'to' => 'cancelled' ,
],
'refund' => [
'from' => [
0 => 'completed' ,
],
'to' => 'refunded' ,
],
],
'callbacks' => [
'after' => [
'sylius_process_order' => [
'on' => [
0 => 'fail' ,
1 => 'cancel' ,
],
'do' => [
0 => '@sylius.order_processing.order_payment_processor.after_checkout' ,
1 => 'process' ,
],
'args' => [
0 => 'object.getOrder()' ,
],
'disabled' => false ,
'priority' => 0 ,
],
'sylius_resolve_state' => [
'on' => [
0 => 'complete' ,
1 => 'process' ,
2 => 'refund' ,
3 => 'authorize' ,
],
'do' => [
0 => '@sylius.state_resolver.order_payment' ,
1 => 'resolve' ,
],
'args' => [
0 => 'object.getOrder()' ,
],
'disabled' => false ,
'priority' => 0 ,
],
],
'before' => [
'refund_pay_pal_order' => [
'on' => [
0 => 'refund' ,
],
'do' => [
0 => '@Sylius\\PayPalPlugin\\Processor\\PaymentRefundProcessorInterface' ,
1 => 'refund' ,
],
'args' => [
0 => 'object' ,
],
'disabled' => false ,
'priority' => 0 ,
],
],
'guard' => [
],
],
],
'sylius_product_review' => [
'class' => 'App\\Entity\\Product\\ProductReview' ,
'property_path' => 'status' ,
'graph' => 'sylius_product_review' ,
'state_machine_class' => 'Sylius\\Component\\Resource\\StateMachine\\StateMachine' ,
'states' => [
0 => 'new' ,
1 => 'accepted' ,
2 => 'rejected' ,
],
'transitions' => [
'accept' => [
'from' => [
0 => 'new' ,
],
'to' => 'accepted' ,
],
'reject' => [
'from' => [
0 => 'new' ,
],
'to' => 'rejected' ,
],
],
'callbacks' => [
'after' => [
'sylius_update_rating' => [
'on' => [
0 => 'accept' ,
],
'do' => [
0 => '@sylius.product_review.average_rating_updater' ,
1 => 'updateFromReview' ,
],
'args' => [
0 => 'object' ,
],
'disabled' => false ,
'priority' => 0 ,
],
],
'guard' => [
],
'before' => [
],
],
],
],
'sm.factory.class' => 'SM\\Factory\\Factory' ,
'sm.callback_factory.class' => 'winzou\\Bundle\\StateMachineBundle\\Callback\\ContainerAwareCallbackFactory' ,
'sm.callback.class' => 'winzou\\Bundle\\StateMachineBundle\\Callback\\ContainerAwareCallback' ,
'sm.twig_extension.class' => 'SM\\Extension\\Twig\\SMExtension' ,
'sm.callback.cascade_transition.class' => 'SM\\Callback\\CascadeTransitionCallback' ,
'sonata.block.container.types' => [
0 => 'sonata.block.service.container' ,
1 => 'sonata.page.block.container' ,
2 => 'sonata.dashboard.block.container' ,
3 => 'cmf.block.container' ,
4 => 'cmf.block.slideshow' ,
],
'sonata_block.blocks' => [
'sonata.block.service.template' => [
'settings' => [
'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 ,
],
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop' ,
],
'sonata.block.service.container' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop' ,
'settings' => [
],
],
'sonata.block.service.empty' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop' ,
'settings' => [
],
],
'sonata.block.service.text' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop' ,
'settings' => [
],
],
'sonata.block.service.rss' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop' ,
'settings' => [
],
],
'sonata.block.service.menu' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop' ,
'settings' => [
],
],
],
'sonata_block.blocks_by_class' => [
],
'sonata_blocks.block_types' => [
0 => 'sonata.block.service.template' ,
1 => 'sonata.block.service.container' ,
2 => 'sonata.block.service.empty' ,
3 => 'sonata.block.service.text' ,
4 => 'sonata.block.service.rss' ,
5 => 'sonata.block.service.menu' ,
],
'sonata_block.cache_blocks' => [
'by_type' => [
'sonata.block.service.template' => 'sonata.cache.noop' ,
'sonata.block.service.container' => 'sonata.cache.noop' ,
'sonata.block.service.empty' => 'sonata.cache.noop' ,
'sonata.block.service.text' => 'sonata.cache.noop' ,
'sonata.block.service.rss' => 'sonata.cache.noop' ,
'sonata.block.service.menu' => 'sonata.cache.noop' ,
],
],
'sonata_blocks.default_contexts' => [
],
'hateoas.link_factory.class' => 'Hateoas\\Factory\\LinkFactory' ,
'hateoas.links_factory.class' => 'Hateoas\\Factory\\LinksFactory' ,
'hateoas.embeds_factory.class' => 'Hateoas\\Factory\\EmbeddedsFactory' ,
'hateoas.expression.evaluator.class' => 'Bazinga\\Bundle\\HateoasBundle\\Hateoas\\Expression\\LazyFunctionExpressionEvaluator' ,
'bazinga_hateoas.expression_language.class' => 'Bazinga\\Bundle\\HateoasBundle\\ExpressionLanguage\\ExpressionLanguage' ,
'hateoas.expression.link.class' => 'Hateoas\\Expression\\LinkExpressionFunction' ,
'hateoas.serializer.xml.class' => 'Hateoas\\Serializer\\XmlSerializer' ,
'hateoas.serializer.json_hal.class' => 'Hateoas\\Serializer\\JsonHalSerializer' ,
'hateoas.serializer.exclusion_manager.class' => 'Hateoas\\Serializer\\ExclusionManager' ,
'hateoas.event_subscriber.xml.class' => 'Hateoas\\Serializer\\EventSubscriber\\XmlEventSubscriber' ,
'hateoas.event_subscriber.json.class' => 'Hateoas\\Serializer\\EventSubscriber\\JsonEventSubscriber' ,
'hateoas.inline_deferrer.embeds.class' => 'Hateoas\\Serializer\\Metadata\\InlineDeferrer' ,
'hateoas.inline_deferrer.links.class' => 'Hateoas\\Serializer\\Metadata\\InlineDeferrer' ,
'hateoas.configuration.provider.resolver.chain.class' => 'Hateoas\\Configuration\\Provider\\Resolver\\ChainResolver' ,
'hateoas.configuration.provider.resolver.method.class' => 'Hateoas\\Configuration\\Provider\\Resolver\\MethodResolver' ,
'hateoas.configuration.provider.resolver.static_method.class' => 'Hateoas\\Configuration\\Provider\\Resolver\\StaticMethodResolver' ,
'hateoas.configuration.provider.resolver.symfony_container.class' => 'Hateoas\\Configuration\\Provider\\Resolver\\SymfonyContainerResolver' ,
'hateoas.configuration.relation_provider.class' => 'Hateoas\\Configuration\\Provider\\RelationProvider' ,
'hateoas.configuration.relations_repository.class' => 'Hateoas\\Configuration\\RelationsRepository' ,
'hateoas.configuration.metadata.yaml_driver.class' => 'Hateoas\\Configuration\\Metadata\\Driver\\YamlDriver' ,
'hateoas.configuration.metadata.xml_driver.class' => 'Hateoas\\Configuration\\Metadata\\Driver\\XmlDriver' ,
'hateoas.configuration.metadata.annotation_driver.class' => 'Hateoas\\Configuration\\Metadata\\Driver\\AnnotationDriver' ,
'hateoas.configuration.metadata.extension_driver.class' => 'Hateoas\\Configuration\\Metadata\\Driver\\ExtensionDriver' ,
'hateoas.generator.registry.class' => 'Hateoas\\UrlGenerator\\UrlGeneratorRegistry' ,
'hateoas.generator.symfony.class' => 'Hateoas\\UrlGenerator\\SymfonyUrlGenerator' ,
'hateoas.helper.link.class' => 'Hateoas\\Helper\\LinkHelper' ,
'hateoas.twig.link.class' => 'Hateoas\\Twig\\Extension\\LinkExtension' ,
'jms_serializer.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator' ,
'jms_serializer.metadata.annotation_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\AnnotationDriver' ,
'jms_serializer.metadata.chain_driver.class' => 'Metadata\\Driver\\DriverChain' ,
'jms_serializer.metadata.yaml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\YamlDriver' ,
'jms_serializer.metadata.xml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\XmlDriver' ,
'jms_serializer.metadata.php_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\PhpDriver' ,
'jms_serializer.metadata.doctrine_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrineTypeDriver' ,
'jms_serializer.metadata.doctrine_phpcr_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrinePHPCRTypeDriver' ,
'jms_serializer.metadata.lazy_loading_driver.class' => 'Metadata\\Driver\\LazyLoadingDriver' ,
'jms_serializer.metadata.metadata_factory.class' => 'Metadata\\MetadataFactory' ,
'jms_serializer.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache' ,
'jms_serializer.event_dispatcher.class' => 'JMS\\Serializer\\EventDispatcher\\LazyEventDispatcher' ,
'jms_serializer.camel_case_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CamelCaseNamingStrategy' ,
'jms_serializer.identical_property_naming_strategy.class' => 'JMS\\Serializer\\Naming\\IdenticalPropertyNamingStrategy' ,
'jms_serializer.serialized_name_annotation_strategy.class' => 'JMS\\Serializer\\Naming\\SerializedNameAnnotationStrategy' ,
'jms_serializer.cache_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CacheNamingStrategy' ,
'jms_serializer.doctrine_object_constructor.class' => 'JMS\\Serializer\\Construction\\DoctrineObjectConstructor' ,
'jms_serializer.unserialize_object_constructor.class' => 'JMS\\Serializer\\Construction\\UnserializeObjectConstructor' ,
'jms_serializer.version_exclusion_strategy.class' => 'JMS\\Serializer\\Exclusion\\VersionExclusionStrategy' ,
'jms_serializer.serializer.class' => 'JMS\\Serializer\\Serializer' ,
'jms_serializer.twig_extension.class' => 'JMS\\Serializer\\Twig\\SerializerExtension' ,
'jms_serializer.twig_runtime_extension.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeExtension' ,
'jms_serializer.twig_runtime_extension_helper.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' ,
'jms_serializer.templating.helper.class' => 'JMS\\SerializerBundle\\Templating\\SerializerHelper' ,
'jms_serializer.json_serialization_visitor.class' => 'JMS\\Serializer\\JsonSerializationVisitor' ,
'jms_serializer.json_serialization_visitor.options' => 1216 ,
'jms_serializer.json_deserialization_visitor.class' => 'JMS\\Serializer\\JsonDeserializationVisitor' ,
'jms_serializer.xml_serialization_visitor.class' => 'JMS\\Serializer\\XmlSerializationVisitor' ,
'jms_serializer.xml_deserialization_visitor.class' => 'JMS\\Serializer\\XmlDeserializationVisitor' ,
'jms_serializer.xml_deserialization_visitor.doctype_whitelist' => [
],
'jms_serializer.xml_serialization_visitor.format_output' => true ,
'jms_serializer.yaml_serialization_visitor.class' => 'JMS\\Serializer\\YamlSerializationVisitor' ,
'jms_serializer.handler_registry.class' => 'JMS\\Serializer\\Handler\\LazyHandlerRegistry' ,
'jms_serializer.datetime_handler.class' => 'JMS\\Serializer\\Handler\\DateHandler' ,
'jms_serializer.array_collection_handler.class' => 'JMS\\Serializer\\Handler\\ArrayCollectionHandler' ,
'jms_serializer.php_collection_handler.class' => 'JMS\\Serializer\\Handler\\PhpCollectionHandler' ,
'jms_serializer.form_error_handler.class' => 'JMS\\Serializer\\Handler\\FormErrorHandler' ,
'jms_serializer.constraint_violation_handler.class' => 'JMS\\Serializer\\Handler\\ConstraintViolationHandler' ,
'jms_serializer.doctrine_proxy_subscriber.class' => 'JMS\\Serializer\\EventDispatcher\\Subscriber\\DoctrineProxySubscriber' ,
'jms_serializer.stopwatch_subscriber.class' => 'JMS\\SerializerBundle\\Serializer\\StopwatchEventSubscriber' ,
'jms_serializer.configured_context_factory.class' => 'JMS\\SerializerBundle\\ContextFactory\\ConfiguredContextFactory' ,
'jms_serializer.expression_evaluator.class' => 'JMS\\Serializer\\Expression\\ExpressionEvaluator' ,
'jms_serializer.expression_language.class' => 'Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage' ,
'jms_serializer.expression_language.function_provider.class' => 'JMS\\SerializerBundle\\ExpressionLanguage\\BasicSerializerFunctionsProvider' ,
'jms_serializer.accessor_strategy.default.class' => 'JMS\\Serializer\\Accessor\\DefaultAccessorStrategy' ,
'jms_serializer.accessor_strategy.expression.class' => 'JMS\\Serializer\\Accessor\\ExpressionAccessorStrategy' ,
'jms_serializer.cache.cache_warmer.class' => 'JMS\\SerializerBundle\\Cache\\CacheWarmer' ,
'fos_rest.format_listener.rules' => NULL ,
'knp_gaufrette.filesystem_map.class' => 'Knp\\Bundle\\GaufretteBundle\\FilesystemMap' ,
'knp_menu.renderer.list.options' => [
],
'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension' ,
'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer' ,
'knp_menu.renderer.twig.options' => [
],
'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig' ,
'knp_menu.default_renderer' => 'twig' ,
'liip_imagine.resolvers' => [
'default' => [
'web_path' => [
'web_root' => (\ dirname ( __DIR__ , 4 ). '/public' ),
'cache_prefix' => 'media/cache' ,
],
],
],
'liip_imagine.loaders' => [
'default' => [
'filesystem' => [
'data_root' => [
0 => (\ dirname ( __DIR__ , 4 ). '/public/media/image' ),
],
'locator' => 'filesystem' ,
'allow_unresolvable_data_roots' => false ,
'bundle_resources' => [
'enabled' => false ,
'access_control_type' => 'blacklist' ,
'access_control_list' => [
],
],
],
],
],
'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim' ,
'liip_imagine.jpegoptim.stripAll' => true ,
'liip_imagine.jpegoptim.max' => NULL ,
'liip_imagine.jpegoptim.progressive' => true ,
'liip_imagine.jpegoptim.tempDir' => NULL ,
'liip_imagine.optipng.binary' => '/usr/bin/optipng' ,
'liip_imagine.optipng.level' => 7 ,
'liip_imagine.optipng.stripAll' => true ,
'liip_imagine.optipng.tempDir' => NULL ,
'liip_imagine.pngquant.binary' => '/usr/bin/pngquant' ,
'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg' ,
'liip_imagine.driver_service' => 'liip_imagine.gd' ,
'liip_imagine.cache.resolver.default' => 'default' ,
'liip_imagine.default_image' => NULL ,
'liip_imagine.filter_sets' => [
'sylius_small' => [
'quality' => 100 ,
'jpeg_quality' => NULL ,
'png_compression_level' => NULL ,
'png_compression_filter' => NULL ,
'format' => NULL ,
'animated' => false ,
'cache' => NULL ,
'data_loader' => NULL ,
'default_image' => NULL ,
'filters' => [
'thumbnail' => [
'size' => [
0 => 120 ,
1 => 90 ,
],
'mode' => 'outbound' ,
],
],
'post_processors' => [
],
],
'sylius_medium' => [
'quality' => 100 ,
'jpeg_quality' => NULL ,
'png_compression_level' => NULL ,
'png_compression_filter' => NULL ,
'format' => NULL ,
'animated' => false ,
'cache' => NULL ,
'data_loader' => NULL ,
'default_image' => NULL ,
'filters' => [
'thumbnail' => [
'size' => [
0 => 240 ,
1 => 180 ,
],
'mode' => 'outbound' ,
],
],
'post_processors' => [
],
],
'sylius_large' => [
'quality' => 100 ,
'jpeg_quality' => NULL ,
'png_compression_level' => NULL ,
'png_compression_filter' => NULL ,
'format' => NULL ,
'animated' => false ,
'cache' => NULL ,
'data_loader' => NULL ,
'default_image' => NULL ,
'filters' => [
'thumbnail' => [
'size' => [
0 => 640 ,
1 => 480 ,
],
'mode' => 'outbound' ,
],
],
'post_processors' => [
],
],
'sylius_admin_product_original' => [
'quality' => 100 ,
'jpeg_quality' => NULL ,
'png_compression_level' => NULL ,
'png_compression_filter' => NULL ,
'format' => NULL ,
'animated' => false ,
'cache' => NULL ,
'data_loader' => NULL ,
'default_image' => NULL ,
'filters' => [
],
'post_processors' => [
],
],
'sylius_admin_admin_user_avatar_thumbnail' => [
'quality' => 100 ,
'jpeg_quality' => NULL ,
'png_compression_level' => NULL ,
'png_compression_filter' => NULL ,
'format' => NULL ,
'animated' => false ,
'cache' => NULL ,
'data_loader' => NULL ,
'default_image' => NULL ,
'filters' => [
'thumbnail' => [
'size' => [
0 => 50 ,
1 => 50 ,
],
'mode' => 'outbound' ,
],
],
'post_processors' => [
],
],
'sylius_admin_product_tiny_thumbnail' => [
'quality' => 100 ,
'jpeg_quality' => NULL ,
'png_compression_level' => NULL ,
'png_compression_filter' => NULL ,
'format' => NULL ,
'animated' => false ,
'cache' => NULL ,
'data_loader' => NULL ,
'default_image' => NULL ,
'filters' => [
'thumbnail' => [
'size' => [
0 => 64 ,
1 => 64 ,
],
'mode' => 'outbound' ,
],
],
'post_processors' => [
],
],
'sylius_admin_product_thumbnail' => [
'quality' => 100 ,
'jpeg_quality' => NULL ,
'png_compression_level' => NULL ,
'png_compression_filter' => NULL ,
'format' => NULL ,
'animated' => false ,
'cache' => NULL ,
'data_loader' => NULL ,
'default_image' => NULL ,
'filters' => [
'thumbnail' => [
'size' => [
0 => 50 ,
1 => 50 ,
],
'mode' => 'outbound' ,
],
],
'post_processors' => [
],
],
'sylius_admin_product_small_thumbnail' => [
'quality' => 100 ,
'jpeg_quality' => NULL ,
'png_compression_level' => NULL ,
'png_compression_filter' => NULL ,
'format' => NULL ,
'animated' => false ,
'cache' => NULL ,
'data_loader' => NULL ,
'default_image' => NULL ,
'filters' => [
'thumbnail' => [
'size' => [
0 => 150 ,
1 => 112 ,
],
'mode' => 'outbound' ,
],
],
'post_processors' => [
],
],
'sylius_admin_product_large_thumbnail' => [
'quality' => 100 ,
'jpeg_quality' => NULL ,
'png_compression_level' => NULL ,
'png_compression_filter' => NULL ,
'format' => NULL ,
'animated' => false ,
'cache' => NULL ,
'data_loader' => NULL ,
'default_image' => NULL ,
'filters' => [
'thumbnail' => [
'size' => [
0 => 550 ,
1 => 412 ,
],
'mode' => 'outbound' ,
],
],
'post_processors' => [
],
],
'sylius_shop_product_original' => [
'quality' => 100 ,
'jpeg_quality' => NULL ,
'png_compression_level' => NULL ,
'png_compression_filter' => NULL ,
'format' => NULL ,
'animated' => false ,
'cache' => NULL ,
'data_loader' => NULL ,
'default_image' => NULL ,
'filters' => [
],
'post_processors' => [
],
],
'sylius_shop_product_tiny_thumbnail' => [
'quality' => 100 ,
'jpeg_quality' => NULL ,
'png_compression_level' => NULL ,
'png_compression_filter' => NULL ,
'format' => NULL ,
'animated' => false ,
'cache' => NULL ,
'data_loader' => NULL ,
'default_image' => NULL ,
'filters' => [
'thumbnail' => [
'size' => [
0 => 64 ,
1 => 64 ,
],
'mode' => 'outbound' ,
],
],
'post_processors' => [
],
],
'sylius_shop_product_small_thumbnail' => [
'quality' => 100 ,
'jpeg_quality' => NULL ,
'png_compression_level' => NULL ,
'png_compression_filter' => NULL ,
'format' => NULL ,
'animated' => false ,
'cache' => NULL ,
'data_loader' => NULL ,
'default_image' => NULL ,
'filters' => [
'thumbnail' => [
'size' => [
0 => 150 ,
1 => 112 ,
],
'mode' => 'outbound' ,
],
],
'post_processors' => [
],
],
'sylius_shop_product_thumbnail' => [
'quality' => 100 ,
'jpeg_quality' => NULL ,
'png_compression_level' => NULL ,
'png_compression_filter' => NULL ,
'format' => NULL ,
'animated' => false ,
'cache' => NULL ,
'data_loader' => NULL ,
'default_image' => NULL ,
'filters' => [
'thumbnail' => [
'size' => [
0 => 260 ,
1 => 260 ,
],
'mode' => 'outbound' ,
],
],
'post_processors' => [
],
],
'sylius_shop_product_large_thumbnail' => [
'quality' => 100 ,
'jpeg_quality' => NULL ,
'png_compression_level' => NULL ,
'png_compression_filter' => NULL ,
'format' => NULL ,
'animated' => false ,
'cache' => NULL ,
'data_loader' => NULL ,
'default_image' => NULL ,
'filters' => [
'thumbnail' => [
'size' => [
0 => 550 ,
1 => 412 ,
],
'mode' => 'outbound' ,
],
],
'post_processors' => [
],
],
],
'liip_imagine.binary.loader.default' => 'default' ,
'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction' ,
'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction' ,
'liip_imagine.webp.generate' => false ,
'liip_imagine.webp.options' => [
'quality' => 100 ,
'cache' => NULL ,
'data_loader' => NULL ,
'post_processors' => [
],
],
'payum.capture_path' => 'payum_capture_do' ,
'payum.notify_path' => 'payum_notify_do' ,
'payum.authorize_path' => 'payum_authorize_do' ,
'payum.refund_path' => 'payum_refund_do' ,
'payum.cancel_path' => 'payum_cancel_do' ,
'payum.payout_path' => 'payum_payout_do' ,
'payum.available_gateway_factories' => [
],
'payum.storage.doctrine.orm.class' => 'Payum\\Core\\Bridge\\Doctrine\\Storage\\DoctrineStorage' ,
'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener' ,
'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener' ,
'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener' ,
'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener' ,
'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener' ,
'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener' ,
'stof_doctrine_extensions.default_locale' => 'en_GB' ,
'stof_doctrine_extensions.translation_fallback' => false ,
'stof_doctrine_extensions.persist_default_translation' => false ,
'stof_doctrine_extensions.skip_translation_on_load' => false ,
'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener' ,
'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener' ,
'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener' ,
'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener' ,
'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener' ,
'white_october_pagerfanta.default_view' => 'default' ,
'white_october_pagerfanta.view_factory.class' => 'Pagerfanta\\View\\ViewFactory' ,
'doctrine.migrations.preferred_em' => NULL ,
'doctrine.migrations.preferred_connection' => NULL ,
'sylius_payum.driver.doctrine/orm' => true ,
'sylius_payum.driver' => 'doctrine/orm' ,
'sylius.model.payment_security_token.class' => 'App\\Entity\\Payment\\PaymentSecurityToken' ,
'sylius.controller.payment_security_token.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.payment_security_token.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.gateway_config.class' => 'App\\Entity\\Payment\\GatewayConfig' ,
'sylius.controller.gateway_config.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.gateway_config.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.form.type.gateway_config.validation_groups' => [
0 => 'sylius' ,
],
'payum.template.layout' => '@SyliusPayum/layout.html.twig' ,
'payum.template.obtain_credit_card' => '@SyliusPayum/Action/obtainCreditCard.html.twig' ,
'sylius.admin.notification.enabled' => true ,
'sylius.admin.notification.frequency' => 60 ,
'sylius.admin.shop_enabled' => true ,
'sylius.admin.notification.uri' => 'http://gus.sylius.com/version' ,
'sylius_shop.firewall_context_name' => 'shop' ,
'sylius_shop.product_grid.include_all_descendants' => true ,
'fos_oauth_server.server.class' => 'OAuth2\\OAuth2' ,
'fos_oauth_server.security.authentication.provider.class' => 'FOS\\OAuthServerBundle\\Security\\Authentication\\Provider\\OAuthProvider' ,
'fos_oauth_server.security.authentication.listener.class' => 'FOS\\OAuthServerBundle\\Security\\Firewall\\OAuthListener' ,
'fos_oauth_server.security.entry_point.class' => 'FOS\\OAuthServerBundle\\Security\\EntryPoint\\OAuthEntryPoint' ,
'fos_oauth_server.server.options' => [
],
'fos_oauth_server.model_manager_name' => NULL ,
'fos_oauth_server.model.client.class' => 'App\\Entity\\AdminApi\\Client' ,
'fos_oauth_server.model.access_token.class' => 'App\\Entity\\AdminApi\\AccessToken' ,
'fos_oauth_server.model.refresh_token.class' => 'App\\Entity\\AdminApi\\RefreshToken' ,
'fos_oauth_server.model.auth_code.class' => 'App\\Entity\\AdminApi\\AuthCode' ,
'fos_oauth_server.template.engine' => 'twig' ,
'fos_oauth_server.authorize.form.type' => 'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType' ,
'fos_oauth_server.authorize.form.name' => 'fos_oauth_server_authorize_form' ,
'fos_oauth_server.authorize.form.validation_groups' => [
0 => 'Authorize' ,
1 => 'Default' ,
],
'sylius_admin_api.driver.doctrine/orm' => true ,
'sylius_admin_api.driver' => 'doctrine/orm' ,
'sylius.model.api_user.class' => 'App\\Entity\\User\\AdminUser' ,
'sylius.model.api_client.class' => 'App\\Entity\\AdminApi\\Client' ,
'sylius.controller.api_client.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.api_client.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.api_access_token.class' => 'App\\Entity\\AdminApi\\AccessToken' ,
'sylius.controller.api_access_token.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.api_access_token.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.api_refresh_token.class' => 'App\\Entity\\AdminApi\\RefreshToken' ,
'sylius.controller.api_refresh_token.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.api_refresh_token.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.model.api_auth_code.class' => 'App\\Entity\\AdminApi\\AuthCode' ,
'sylius.controller.api_auth_code.class' => 'Sylius\\Bundle\\ResourceBundle\\Controller\\ResourceController' ,
'sylius.factory.api_auth_code.class' => 'Sylius\\Component\\Resource\\Factory\\Factory' ,
'sylius.form.type.api_client.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.api_order.validation_groups' => [
0 => 'sylius' ,
],
'sylius.form.type.api_customer.validation_groups' => [
0 => 'sylius' ,
],
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912' ,
'web_profiler.debug_toolbar.intercept_redirects' => false ,
'web_profiler.debug_toolbar.mode' => 2 ,
'fidry_alice_data_fixtures.default_purge_mode' => 'delete' ,
'nelmio_alice.functions_blacklist' => [
0 => 'current' ,
],
'nelmio_alice.locale' => 'en_US' ,
'nelmio_alice.seed' => 1 ,
'nelmio_alice.loading_limit' => 5 ,
'nelmio_alice.max_unique_values_retry' => 150 ,
'api_platform.enable_entrypoint' => true ,
'api_platform.enable_docs' => true ,
'api_platform.title' => '' ,
'api_platform.description' => '' ,
'api_platform.version' => '0.0.0' ,
'api_platform.show_webby' => true ,
'api_platform.exception_to_status' => [
'SM\\SMException' => 422 ,
'Sylius\\Bundle\\ApiBundle\\Exception\\CannotRemoveCurrentlyLoggedInUser' => 422 ,
'Sylius\\Bundle\\ApiBundle\\Exception\\ShippingMethodCannotBeRemoved' => 422 ,
],
'api_platform.formats' => [
'jsonld' => [
0 => 'application/ld+json' ,
],
'json' => [
0 => 'application/json' ,
],
'html' => [
0 => 'text/html' ,
],
],
'api_platform.patch_formats' => [
'json' => [
0 => 'application/merge-patch+json' ,
],
],
'api_platform.error_formats' => [
'jsonproblem' => [
0 => 'application/problem+json' ,
],
'jsonld' => [
0 => 'application/ld+json' ,
],
],
'api_platform.allow_plain_identifiers' => false ,
'api_platform.eager_loading.enabled' => true ,
'api_platform.eager_loading.max_joins' => 30 ,
'api_platform.eager_loading.fetch_partial' => false ,
'api_platform.eager_loading.force_eager' => true ,
'api_platform.collection.exists_parameter_name' => 'exists' ,
'api_platform.collection.order' => 'ASC' ,
'api_platform.collection.order_parameter_name' => 'order' ,
'api_platform.collection.pagination.enabled' => true ,
'api_platform.collection.pagination.partial' => false ,
'api_platform.collection.pagination.client_enabled' => false ,
'api_platform.collection.pagination.client_items_per_page' => true ,
'api_platform.collection.pagination.client_partial' => false ,
'api_platform.collection.pagination.items_per_page' => 30 ,
'api_platform.collection.pagination.maximum_items_per_page' => NULL ,
'api_platform.collection.pagination.page_parameter_name' => 'page' ,
'api_platform.collection.pagination.enabled_parameter_name' => 'pagination' ,
'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage' ,
'api_platform.collection.pagination.partial_parameter_name' => 'partial' ,
'api_platform.collection.pagination' => [
'client_items_per_page' => true ,
'enabled' => true ,
'partial' => false ,
'client_enabled' => false ,
'client_partial' => false ,
'items_per_page' => 30 ,
'maximum_items_per_page' => NULL ,
'page_parameter_name' => 'page' ,
'enabled_parameter_name' => 'pagination' ,
'items_per_page_parameter_name' => 'itemsPerPage' ,
'partial_parameter_name' => 'partial' ,
],
'api_platform.http_cache.etag' => true ,
'api_platform.http_cache.max_age' => NULL ,
'api_platform.http_cache.shared_max_age' => NULL ,
'api_platform.http_cache.vary' => [
0 => 'Accept' ,
],
'api_platform.http_cache.public' => NULL ,
'api_platform.resource_class_directories' => [
0 => (\ dirname ( __DIR__ , 4 ). '/src/Entity' ),
1 => (\ dirname ( __DIR__ , 4 ). '/vendor/friendsofsymfony/oauth-server-bundle/Entity' ),
2 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources' ),
3 => (\ dirname ( __DIR__ , 4 ). '/vendor/sylius/paypal-plugin/src/Entity' ),
],
'api_platform.oauth.enabled' => false ,
'api_platform.oauth.clientId' => '' ,
'api_platform.oauth.clientSecret' => '' ,
'api_platform.oauth.type' => 'oauth2' ,
'api_platform.oauth.flow' => 'application' ,
'api_platform.oauth.tokenUrl' => '/oauth/v2/token' ,
'api_platform.oauth.authorizationUrl' => '/oauth/v2/auth' ,
'api_platform.oauth.scopes' => [
],
'api_platform.swagger.versions' => [
0 => 3 ,
],
'api_platform.enable_swagger_ui' => true ,
'api_platform.enable_re_doc' => true ,
'api_platform.swagger.api_keys' => [
'apiKey' => [
'name' => 'Authorization' ,
'type' => 'header' ,
],
],
'api_platform.graphql.enabled' => false ,
'api_platform.graphql.graphiql.enabled' => false ,
'api_platform.graphql.graphql_playground.enabled' => false ,
'api_platform.graphql.collection.pagination' => [
'enabled' => true ,
],
'api_platform.validator.serialize_payload_fields' => [
],
'api_platform.elasticsearch.enabled' => false ,
'lexik_jwt_authentication.token_ttl' => 3600 ,
'lexik_jwt_authentication.clock_skew' => 0 ,
'lexik_jwt_authentication.user_identity_field' => 'username' ,
'lexik_jwt_authentication.user_id_claim' => 'username' ,
'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256' ,
'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl' ,
'sylius.model.address.interface' => 'Sylius\\Component\\Addressing\\Model\\AddressInterface' ,
'sylius.paypal.logging.increased' => false ,
'sylius.pay_pal.facilitator_url' => 'https://paypal.sylius.com' ,
'sylius.pay_pal.api_base_url' => 'https://api.sandbox.paypal.com/' ,
'sylius.pay_pal.reports_sftp_host' => 'reports.sandbox.paypal.com' ,
'sylius.pay_pal.request_trials_limit' => 5 ,
'sylius.paypal.logging_level_increased' => true ,
'sylius.paypal.prioritized_factory_name' => 'sylius.pay_pal' ,
'google_tag_manager.enabled' => true ,
'google_tag_manager.id' => 'GTM-WQK5BNQ' ,
'google_tag_manager.autoAppend' => true ,
'gtm.features.environment' => true ,
'gtm.features.route' => true ,
'gtm.features.context' => true ,
'gtm.features.events' => true ,
'sylius_gtm_enhanced_ecommerce.features.purchases' => true ,
'sylius_gtm_enhanced_ecommerce.features.product_impressions' => true ,
'sylius_gtm_enhanced_ecommerce.features.product_detail_impressions' => true ,
'sylius_gtm_enhanced_ecommerce.features.product_clicks' => true ,
'sylius_gtm_enhanced_ecommerce.features.cart' => true ,
'sylius_gtm_enhanced_ecommerce.features.checkout' => [
'enabled' => true ,
'steps' => [
1 => [
0 => [
'event' => 'click' ,
'selector' => 'a[href$=\'/checkout/\']' ,
],
],
2 => [
0 => [
'selector' => 'form[name=sylius_checkout_address]' ,
'event' => 'submit' ,
],
],
3 => [
0 => [
'option' => 'enhancedEcommerceCheckoutGetChoiceValue' ,
'selector' => 'form[name=sylius_checkout_select_shipping]' ,
'event' => 'submit' ,
],
],
4 => [
0 => [
'option' => 'enhancedEcommerceCheckoutGetChoiceValue' ,
'selector' => 'form[name=sylius_checkout_select_payment]' ,
'event' => 'submit' ,
],
],
],
],
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request' ,
1 => '@WebProfiler/Collector/request.html.twig' ,
],
'api_platform.data_collector.request' => [
0 => 'api_platform.data_collector.request' ,
1 => '@ApiPlatform/DataCollector/request.html.twig' ,
],
'data_collector.time' => [
0 => 'time' ,
1 => '@WebProfiler/Collector/time.html.twig' ,
],
'data_collector.memory' => [
0 => 'memory' ,
1 => '@WebProfiler/Collector/memory.html.twig' ,
],
'data_collector.validator' => [
0 => 'validator' ,
1 => '@WebProfiler/Collector/validator.html.twig' ,
],
'data_collector.ajax' => [
0 => 'ajax' ,
1 => '@WebProfiler/Collector/ajax.html.twig' ,
],
'data_collector.form' => [
0 => 'form' ,
1 => '@WebProfiler/Collector/form.html.twig' ,
],
'data_collector.exception' => [
0 => 'exception' ,
1 => '@WebProfiler/Collector/exception.html.twig' ,
],
'data_collector.logger' => [
0 => 'logger' ,
1 => '@WebProfiler/Collector/logger.html.twig' ,
],
'data_collector.events' => [
0 => 'events' ,
1 => '@WebProfiler/Collector/events.html.twig' ,
],
'data_collector.router' => [
0 => 'router' ,
1 => '@WebProfiler/Collector/router.html.twig' ,
],
'data_collector.cache' => [
0 => 'cache' ,
1 => '@WebProfiler/Collector/cache.html.twig' ,
],
'data_collector.translation' => [
0 => 'translation' ,
1 => '@WebProfiler/Collector/translation.html.twig' ,
],
'data_collector.security' => [
0 => 'security' ,
1 => '@Security/Collector/security.html.twig' ,
],
'data_collector.twig' => [
0 => 'twig' ,
1 => '@WebProfiler/Collector/twig.html.twig' ,
],
'data_collector.doctrine' => [
0 => 'db' ,
1 => '@Doctrine/Collector/db.html.twig' ,
],
'swiftmailer.data_collector' => [
0 => 'swiftmailer' ,
1 => '@Swiftmailer/Collector/swiftmailer.html.twig' ,
],
'data_collector.dump' => [
0 => 'dump' ,
1 => '@Debug/Profiler/dump.html.twig' ,
],
'data_collector.messenger' => [
0 => 'messenger' ,
1 => '@WebProfiler/Collector/messenger.html.twig' ,
],
'sylius.channel_collector' => [
0 => 'sylius.channel_collector' ,
1 => '@SyliusChannel/Collector/channel.html.twig' ,
],
'Sylius\\Bundle\\UiBundle\\DataCollector\\TemplateBlockDataCollector' => [
0 => 'sylius_ui.template_block' ,
1 => '@SyliusUi/DataCollector/templateBlock.html.twig' ,
],
'sonata.block.data_collector' => [
0 => 'block' ,
1 => '@SonataBlock/Profiler/block.html.twig' ,
],
'payum.profiler.payum_collector' => [
0 => 'payum' ,
1 => '@Payum/Profiler/payum.html.twig' ,
],
'sylius.collector.theme' => [
0 => 'sylius_theme' ,
1 => '@SyliusTheme/Collector/theme' ,
],
'data_collector.config' => [
0 => 'config' ,
1 => '@WebProfiler/Collector/config.html.twig' ,
],
'sylius.collector.core' => [
0 => 'sylius_core' ,
1 => '@SyliusCore/Collector/sylius.html.twig' ,
],
'Sylius\\Bundle\\CoreBundle\\Collector\\CartCollector' => [
0 => 'sylius_cart' ,
1 => '@SyliusCore/Collector/cart.html.twig' ,
],
],
'sylius.attribute.attribute_types' => [
'text' => 'Text' ,
'textarea' => 'Textarea' ,
'checkbox' => 'Checkbox' ,
'integer' => 'Integer' ,
'percent' => 'Percent' ,
'datetime' => 'Datetime' ,
'date' => 'Date' ,
'select' => 'Select' ,
],
'sylius.tax_calculators' => [
'default' => 'default' ,
],
'sylius.shipping_calculators' => [
'flat_rate' => 'sylius.form.shipping_calculator.flat_rate_configuration.label' ,
'per_unit_rate' => 'sylius.form.shipping_calculator.per_unit_rate_configuration.label' ,
],
'sylius.shipping_method_rules' => [
'total_weight_greater_than_or_equal' => 'sylius.form.shipping_method_rule.total_weight_greater_than_or_equal' ,
'total_weight_less_than_or_equal' => 'sylius.form.shipping_method_rule.total_weight_less_than_or_equal' ,
'order_total_greater_than_or_equal' => 'sylius.form.shipping_method_rule.order_total_greater_than_or_equal' ,
'order_total_less_than_or_equal' => 'sylius.form.shipping_method_rule.order_total_less_than_or_equal' ,
],
'sylius.shipping_method_resolvers' => [
'default' => 'Default' ,
'zones_and_channel_based' => 'sylius.shipping_methods_resolver.zones_and_channel_based' ,
],
'sylius.payment_method_resolvers' => [
'default' => 'Default' ,
'channel_based' => 'sylius.payment_methods_resolver.channel_based' ,
],
'sylius.promotion_rules' => [
'cart_quantity' => 'sylius.form.promotion_rule.cart_quantity' ,
'customer_group' => 'sylius.form.promotion_rule.customer_group' ,
'nth_order' => 'sylius.form.promotion_rule.nth_order' ,
'shipping_country' => 'sylius.form.promotion_rule.shipping_country' ,
'has_taxon' => 'sylius.form.promotion_rule.has_at_least_one_from_taxons' ,
'total_of_items_from_taxon' => 'sylius.form.promotion_rule.total_price_of_items_from_taxon' ,
'contains_product' => 'sylius.form.promotion_rule.contains_product' ,
'item_total' => 'sylius.form.promotion_rule.item_total' ,
],
'sylius.promotion_actions' => [
'order_fixed_discount' => 'sylius.form.promotion_action.order_fixed_discount' ,
'unit_fixed_discount' => 'sylius.form.promotion_action.item_fixed_discount' ,
'order_percentage_discount' => 'sylius.form.promotion_action.order_percentage_discount' ,
'unit_percentage_discount' => 'sylius.form.promotion_action.item_percentage_discount' ,
'shipping_percentage_discount' => 'sylius.form.promotion_action.shipping_percentage_discount' ,
],
'sylius_ui.sonata_block.whitelisted_variables' => [
0 => 'address' ,
1 => 'addresses' ,
2 => 'cart' ,
3 => 'channel' ,
4 => 'customer' ,
5 => 'form' ,
6 => 'order' ,
7 => 'order_item' ,
8 => 'orders' ,
9 => 'product' ,
10 => 'product_review' ,
11 => 'product_reviews' ,
12 => 'products' ,
13 => 'resource' ,
14 => 'resources' ,
15 => 'statistics' ,
16 => 'taxon' ,
],
'sylius.tax_calculation_strategies' => [
'order_items_based' => 'Order items based' ,
'order_item_units_based' => 'Order item units based' ,
],
'sylius.gateway_factories' => [
'paypal_express_checkout' => 'sylius.payum_gateway_factory.paypal_express_checkout' ,
'stripe_checkout' => 'sylius.payum_gateway_factory.stripe_checkout' ,
'offline' => 'sylius.payum_gateway_factory.offline' ,
'sylius.pay_pal' => 'sylius.pay_pal.label' ,
],
'console.command.ids' => [
0 => 'console.command.public_alias.doctrine_cache.contains_command' ,
1 => 'console.command.public_alias.doctrine_cache.delete_command' ,
2 => 'console.command.public_alias.doctrine_cache.flush_command' ,
3 => 'console.command.public_alias.doctrine_cache.stats_command' ,
4 => 'sylius.console.command.resource_debug' ,
5 => 'console.command.public_alias.Sylius\\Bundle\\FixturesBundle\\Command\\FixturesListCommand' ,
6 => 'console.command.public_alias.Sylius\\Bundle\\FixturesBundle\\Command\\FixturesLoadCommand' ,
7 => 'Sylius\\Bundle\\ThemeBundle\\Command\\AssetsInstallCommand' ,
8 => 'Sylius\\Bundle\\ThemeBundle\\Command\\ListCommand' ,
9 => 'console.command.public_alias.fos_oauth_server.clean_command' ,
10 => 'console.command.public_alias.fos_oauth_server.create_client_command' ,
11 => 'console.command.public_alias.api_platform.json_schema.json_schema_generate_command' ,
],
];
}
}