<?php
namespace ContainerJZSM0Tr;
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 EccubeEccube_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 = [
'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
'Eccube\\Service\\SystemService' => 'getSystemServiceService',
'SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector' => 'getMobileDetectorService',
'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',
'doctrine_cache.providers.doctrine.orm.default_result_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService',
'event_dispatcher' => 'getEventDispatcherService',
'filesystem' => 'getFilesystemService',
'http_kernel' => 'getHttpKernelService',
'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
'liip_imagine.cache.resolver.aws_s3_resolver' => 'getLiipImagine_Cache_Resolver_AwsS3ResolverService',
'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',
'profiler' => 'getProfilerService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'session' => 'getSessionService',
'state_machine.order' => 'getStateMachine_OrderService',
'translator' => 'getTranslatorService',
'twig' => 'getTwigService',
'validator' => 'getValidatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
];
$this->fileMap = [
'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService.php',
'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService.php',
'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService.php',
'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService.php',
'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService.php',
'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService.php',
'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService.php',
'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService.php',
'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService.php',
'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService.php',
'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService.php',
'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService.php',
'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService.php',
'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService.php',
'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService.php',
'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService.php',
'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService.php',
'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService.php',
'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService.php',
'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService.php',
'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService.php',
'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService.php',
'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService.php',
'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService.php',
'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service.php',
'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService.php',
'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService.php',
'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService.php',
'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService.php',
'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService.php',
'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService.php',
'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service.php',
'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService.php',
'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService.php',
'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService.php',
'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService.php',
'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService.php',
'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService.php',
'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService.php',
'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService.php',
'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService.php',
'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService.php',
'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService.php',
'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService.php',
'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService.php',
'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService.php',
'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService.php',
'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service.php',
'Eccube\\Controller\\Block\\CartController' => 'getCartControllerService.php',
'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService.php',
'Eccube\\Controller\\CartController' => 'getCartController2Service.php',
'Eccube\\Controller\\ContactController' => 'getContactControllerService.php',
'Eccube\\Controller\\EntryController' => 'getEntryControllerService.php',
'Eccube\\Controller\\ForgotController' => 'getForgotControllerService.php',
'Eccube\\Controller\\HelpController' => 'getHelpControllerService.php',
'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService.php',
'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService.php',
'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService.php',
'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service.php',
'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService.php',
'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService.php',
'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService.php',
'Eccube\\Controller\\ProductController' => 'getProductController2Service.php',
'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService.php',
'Eccube\\Controller\\ShoppingController' => 'getShoppingControllerService.php',
'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService.php',
'Eccube\\Controller\\TopController' => 'getTopControllerService.php',
'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService.php',
'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService.php',
'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService.php',
'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService.php',
'Eccube\\Service\\PluginService' => 'getPluginServiceService.php',
'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService.php',
'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService.php',
'Plugin\\AddOnForCategory4\\Controller\\Admin\\CategoryImageController' => 'getCategoryImageControllerService.php',
'Plugin\\Coupon4\\Controller\\Admin\\CouponController' => 'getCouponControllerService.php',
'Plugin\\Coupon4\\Controller\\Admin\\CouponSearchModelController' => 'getCouponSearchModelControllerService.php',
'Plugin\\Coupon4\\Controller\\CouponShoppingController' => 'getCouponShoppingControllerService.php',
'Plugin\\DeliveryDate4\\Controller\\Admin\\ConfigController' => 'getConfigControllerService.php',
'Plugin\\DeliveryDate4\\Controller\\Admin\\HolidayController' => 'getHolidayControllerService.php',
'Plugin\\DeliveryDate4\\Controller\\Block\\CalendarController' => 'getCalendarController3Service.php',
'Plugin\\EccubePaymentLite4\\Controller\\Admin\\Order\\ChangePaymentStatusController' => 'getChangePaymentStatusControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Admin\\Order\\ChangePaymentStatusToCancelController' => 'getChangePaymentStatusToCancelControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Admin\\Order\\ChangePaymentStatusToChargedController' => 'getChangePaymentStatusToChargedControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Admin\\Order\\ChangePaymentStatusToShippingRegistrationController' => 'getChangePaymentStatusToShippingRegistrationControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Admin\\Order\\CreateRegCreditOrderController' => 'getCreateRegCreditOrderControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Admin\\Regular\\CreateRegularOrderController' => 'getCreateRegularOrderControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Admin\\Regular\\EditController' => 'getEditController2Service.php',
'Plugin\\EccubePaymentLite4\\Controller\\Admin\\Regular\\OrderController' => 'getOrderController2Service.php',
'Plugin\\EccubePaymentLite4\\Controller\\Admin\\Regular\\RegularCycleController' => 'getRegularCycleControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Admin\\Regular\\RegularDiscountSettingController' => 'getRegularDiscountSettingControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Admin\\Regular\\SendChangeCardMailController' => 'getSendChangeCardMailControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Admin\\Store\\GmoEpsilonConfigController' => 'getGmoEpsilonConfigControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Front\\Mypage\\DeliveryDateController' => 'getDeliveryDateControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Front\\Mypage\\EditCreditCardController' => 'getEditCreditCardControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Front\\Mypage\\RegularCancelController' => 'getRegularCancelControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Front\\Mypage\\RegularCompleteController' => 'getRegularCompleteControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Front\\Mypage\\RegularCycleController' => 'getRegularCycleController2Service.php',
'Plugin\\EccubePaymentLite4\\Controller\\Front\\Mypage\\RegularDetailController' => 'getRegularDetailControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Front\\Mypage\\RegularListController' => 'getRegularListControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Front\\Mypage\\RegularNextDeliveryDateController' => 'getRegularNextDeliveryDateControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Front\\Mypage\\RegularProductQuantityController' => 'getRegularProductQuantityControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Front\\Mypage\\RegularResumeController' => 'getRegularResumeControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Front\\Mypage\\RegularShippingController' => 'getRegularShippingControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Front\\Mypage\\RegularSkipController' => 'getRegularSkipControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Front\\Mypage\\RegularSuspendController' => 'getRegularSuspendControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Front\\PaymentNotification\\ConveniAndPayeasyNotificationController' => 'getConveniAndPayeasyNotificationControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Front\\PaymentNotification\\DeferredPaymentStatusChangeNotificationController' => 'getDeferredPaymentStatusChangeNotificationControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Front\\PaymentNotification\\PaymentNotificationController' => 'getPaymentNotificationControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Front\\Shopping\\CreditCardForTokenPaymentController' => 'getCreditCardForTokenPaymentControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Front\\Shopping\\EpsilonPaymentBackController' => 'getEpsilonPaymentBackControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Front\\Shopping\\EpsilonPaymentCompleteController' => 'getEpsilonPaymentCompleteControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Front\\Shopping\\Reception3DSAuthenticationController' => 'getReception3DSAuthenticationControllerService.php',
'Plugin\\EccubePaymentLite4\\Controller\\Front\\Shopping\\ShippingDeliveryDateController' => 'getShippingDeliveryDateControllerService.php',
'Plugin\\EccubePaymentLite4\\Service\\Method\\Bitcash' => 'getBitcashService.php',
'Plugin\\EccubePaymentLite4\\Service\\Method\\Chocom' => 'getChocomService.php',
'Plugin\\EccubePaymentLite4\\Service\\Method\\Conveni' => 'getConveniService.php',
'Plugin\\EccubePaymentLite4\\Service\\Method\\Credit' => 'getCreditService.php',
'Plugin\\EccubePaymentLite4\\Service\\Method\\Deferred' => 'getDeferredService.php',
'Plugin\\EccubePaymentLite4\\Service\\Method\\Jcb' => 'getJcbService.php',
'Plugin\\EccubePaymentLite4\\Service\\Method\\Maillink' => 'getMaillinkService.php',
'Plugin\\EccubePaymentLite4\\Service\\Method\\Netbank_Jnb' => 'getNetbankJnbService.php',
'Plugin\\EccubePaymentLite4\\Service\\Method\\Netbank_Rakuten' => 'getNetbankRakutenService.php',
'Plugin\\EccubePaymentLite4\\Service\\Method\\Payeasy' => 'getPayeasyService.php',
'Plugin\\EccubePaymentLite4\\Service\\Method\\Paypal' => 'getPaypalService.php',
'Plugin\\EccubePaymentLite4\\Service\\Method\\Paypay' => 'getPaypayService.php',
'Plugin\\EccubePaymentLite4\\Service\\Method\\Reg_Credit' => 'getRegCreditService.php',
'Plugin\\EccubePaymentLite4\\Service\\Method\\Sphone' => 'getSphoneService.php',
'Plugin\\EccubePaymentLite4\\Service\\Method\\Sumishin' => 'getSumishinService.php',
'Plugin\\EccubePaymentLite4\\Service\\Method\\Virtual_Account' => 'getVirtualAccountService.php',
'Plugin\\EccubePaymentLite4\\Service\\Method\\Webmoney' => 'getWebmoneyService.php',
'Plugin\\EccubePaymentLite4\\Service\\Method\\Ywallet' => 'getYwalletService.php',
'Plugin\\JoolenCheckedItemBlock4\\Controller\\Admin\\Store\\ConfigController' => 'getConfigController2Service.php',
'Plugin\\JoolenCheckedItemBlock4\\Controller\\Block\\CheckedItemController' => 'getCheckedItemControllerService.php',
'Plugin\\MailMagazine4\\Controller\\MailMagazineController' => 'getMailMagazineControllerService.php',
'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController' => 'getMailMagazineHistoryControllerService.php',
'Plugin\\MailMagazine4\\Controller\\MailMagazineTemplateController' => 'getMailMagazineTemplateControllerService.php',
'Plugin\\PinpointSale\\Controller\\Admin\\ConfigController' => 'getConfigController3Service.php',
'Plugin\\PinpointSale\\Controller\\Admin\\Product\\PinpointSaleCommon' => 'getPinpointSaleCommonService.php',
'Plugin\\PointEx\\Controller\\Admin\\ConfigController' => 'getConfigController4Service.php',
'Plugin\\PointEx\\Controller\\Admin\\Setting\\Shop\\PointExController' => 'getPointExControllerService.php',
'Plugin\\ProductPlus\\Controller\\Admin\\ProductItemController' => 'getProductItemControllerService.php',
'Plugin\\ProductPlus\\Controller\\Admin\\ProductItemEditController' => 'getProductItemEditControllerService.php',
'Plugin\\ProductPlus\\Controller\\Admin\\ProductItemOptionEditController' => 'getProductItemOptionEditControllerService.php',
'Plugin\\ProductReview4\\Controller\\Admin\\ConfigController' => 'getConfigController5Service.php',
'Plugin\\ProductReview4\\Controller\\Admin\\ProductReviewController' => 'getProductReviewControllerService.php',
'Plugin\\ProductReview4\\Controller\\ProductReviewController' => 'getProductReviewController2Service.php',
'Plugin\\Recommend4\\Controller\\RecommendController' => 'getRecommendControllerService.php',
'Plugin\\Recommend4\\Controller\\RecommendSearchModelController' => 'getRecommendSearchModelControllerService.php',
'Plugin\\RelatedProduct4\\Controller\\Admin\\RelatedProductController' => 'getRelatedProductControllerService.php',
'Plugin\\ResizeImage4\\Controller\\Admin\\AmazonS3Controller' => 'getAmazonS3ControllerService.php',
'Plugin\\SalesReport4\\Controller\\SalesReportController' => 'getSalesReportControllerService.php',
'Plugin\\SortProduct41Plus\\Controller\\Admin\\SortProductController' => 'getSortProductControllerService.php',
'Plugin\\lecastPriceSelectBlock41\\Controller\\Admin\\Product\\PriceRangeController' => 'getPriceRangeControllerService.php',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service.php',
'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\AuthorizationController' => 'getAuthorizationControllerService.php',
'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\TokenController' => 'getTokenControllerService.php',
'Trikoder\\Bundle\\OAuth2Bundle\\Manager\\ClientManagerInterface' => 'getClientManagerInterfaceService.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.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService.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.doctrine_migrations.diff_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DiffCommandService.php',
'console.command.public_alias.doctrine_migrations.execute_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_ExecuteCommandService.php',
'console.command.public_alias.doctrine_migrations.generate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_GenerateCommandService.php',
'console.command.public_alias.doctrine_migrations.latest_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_LatestCommandService.php',
'console.command.public_alias.doctrine_migrations.migrate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_MigrateCommandService.php',
'console.command.public_alias.doctrine_migrations.status_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_StatusCommandService.php',
'console.command.public_alias.doctrine_migrations.version_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_VersionCommandService.php',
'console.command_loader' => 'getConsole_CommandLoaderService.php',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
'eccube.logger' => 'getEccube_LoggerService.php',
'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService.php',
'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService.php',
'error_controller' => 'getErrorControllerService.php',
'form.factory' => 'getForm_FactoryService.php',
'form.type.file' => 'getForm_Type_FileService.php',
'knp_paginator' => 'getKnpPaginatorService.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.admin' => 'getMonolog_Logger_AdminService.php',
'monolog.logger.front' => 'getMonolog_Logger_FrontService.php',
'monolog.logger.gmo_epsilon' => 'getMonolog_Logger_GmoEpsilonService.php',
'pinpoint_sale.config_migration' => 'getPinpointSale_ConfigMigrationService.php',
'pinpoint_sale.plg_migration' => 'getPinpointSale_PlgMigrationService.php',
'point_ex.config_migration' => 'getPointEx_ConfigMigrationService.php',
'point_ex.plg_migration' => 'getPointEx_PlgMigrationService.php',
'routing.loader' => 'getRouting_LoaderService.php',
'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
'serializer' => 'getSerializerService.php',
'services_resetter' => 'getServicesResetterService.php',
'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
'swiftmailer.transport' => 'getSwiftmailer_TransportService.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 = [
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.default_result_cache' => 'doctrine_cache.providers.doctrine.orm.default_result_cache',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
'mailer' => 'swiftmailer.mailer.default',
];
$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/Eccube/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Doctrine/Query/Queries.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Doctrine/Query/JoinCustomizer.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/SortProduct41Plus/Repository/SortProductJoin.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Doctrine/Query/OrderByCustomizer.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/SortProduct41Plus/Repository/SortProductOrderBy.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Doctrine/Query/WhereCustomizer.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/MailMagazine4/Entity/AdminCustomerQueryCustomizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/EventListener/IpAddrListener.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/EventListener/LogListener.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/EventListener/MaintenanceListener.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/EventListener/TransactionListener.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/EventListener/TwigInitializeListener.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/EventListener/TwoFactorAuthListener.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/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/AbstractRepository.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/BaseInfoRepository.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/BlockPositionRepository.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/BlockRepository.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/CartRepository.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/LayoutRepository.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/OrderRepository.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/PageLayoutRepository.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/PageRepository.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/ProductClassRepository.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/ProductRepository.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Request/Context.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security/Core/Encoder/PasswordEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Security/Core/Encoder/PasswordEncoder.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Service/TwoFactorAuthService.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).'/src/Eccube/Twig/Extension/EccubeExtension.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Twig/Extension/TaxExtension.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Common/EccubeConfig.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/EccubePaymentLite4/EventListener/EventSubscriber/Admin/AddRegularNav.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/EccubePaymentLite4/Repository/ConfigRepository.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/JoolenCheckedItemBlock4/Event.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/JoolenCheckedItemBlock4/Repository/ConfigRepository.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/PointEx/Service/PointExService.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Log/Processor/SessionProcessor.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Log/Processor/TokenProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
include_once \dirname(__DIR__, 4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
include_once \dirname(__DIR__, 4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/DeviceDetector/MobileDetector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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/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/Storage/Handler/AbstractSessionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Session/Storage/Handler/SameSiteNoneCompatSessionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.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/psr/container/src/ContainerInterface.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/security/Csrf/TokenStorage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security/Csrf/TokenStorage/ClearableTokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security/Csrf/TokenStorage/SessionTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security/Csrf/CsrfTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security/Csrf/CsrfTokenManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security/Csrf/TokenGenerator/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security/Csrf/TokenGenerator/UriSafeTokenGenerator.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/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/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/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/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/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/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/DataCollector/DeviceDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.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/workflow/WorkflowInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Workflow.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/StateMachine.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Definition.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Transition.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/MarkingStore/SingleStateMarkingStore.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/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/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/security/Core/Encoder/EncoderFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security/Core/Encoder/EncoderFactory.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/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/symfony/cache/Traits/ArrayTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.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/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security/Core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.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/BufferHandler.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/easycorp/easy-log-handler/src/EasyLogHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.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/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/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/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Twig/Extension/IntlExtension.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/PinpointSale/Twig/Extension/PinpointSaleTwigExtension.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/PointEx/Twig/PointExTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/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/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Twig/Extension/MobileDetectExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Twig/Extension/PaginationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php';
include_once \dirname(__DIR__, 4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.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/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/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/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/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Helper/DeviceView.php';
include_once \dirname(__DIR__, 4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/EventListener/RequestResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Subscriber/SlidingPaginationSubscriber.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/Resolver/AwsS3Resolver.php';
include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/AwsClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/AwsClientTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/AwsClient.php';
include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/S3/S3Client.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/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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';
include_once \dirname(__DIR__, 4).'/src/Eccube/Event/EventDispatcherWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.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 'Eccube\Common\EccubeConfig' shared autowired service.
*
* @return \Eccube\Common\EccubeConfig
*/
protected function getEccubeConfigService()
{
return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
}
/**
* Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
*
* @return \Eccube\Repository\PluginRepository
*/
protected function getPluginRepositoryService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getPluginRepositoryService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/PluginRepository.php';
return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'Eccube\Service\SystemService' shared autowired service.
*
* @return \Eccube\Service\SystemService
*/
protected function getSystemServiceService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getSystemServiceService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/src/Eccube/Service/SystemService.php';
return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
}
/**
* Gets the public 'SunCat\MobileDetectBundle\DeviceDetector\MobileDetector' shared autowired service.
*
* @return \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector
*/
protected function getMobileDetectorService()
{
return $this->services['SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector'] = new \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector();
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('9fcbErA0tJ', 0, ($this->targetDir.''.'/pools'), 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('-lRsaRQuil', 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->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
$c->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
$c->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
$c->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor('!php/const:Monolog\\Logger::DEBUG', [0 => 'Eccube\\\\Log', 1 => 'Psr\\\\Log']))));
$c->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
$c->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
\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, [
'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates', 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber', 'getInitSubscriberService.php', true],
'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates', 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber', 'getSaveEventSubscriberService.php', true],
'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates', 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber', 'getTaxRuleEventSubscriberService.php', true],
'Plugin\\PinpointSale\\Doctrine\\EventSubscriber\\PinpointSaleEventSubscriber' => ['privates', 'Plugin\\PinpointSale\\Doctrine\\EventSubscriber\\PinpointSaleEventSubscriber', 'getPinpointSaleEventSubscriberService.php', true],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php', true],
], [
'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
'Plugin\\PinpointSale\\Doctrine\\EventSubscriber\\PinpointSaleEventSubscriber' => '?',
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
]), [0 => 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber', 1 => 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber', 2 => 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber', 3 => 'Plugin\\PinpointSale\\Doctrine\\EventSubscriber\\PinpointSaleEventSubscriber']);
$d->addEventListener([0 => 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_sqlite', 'charset' => 'utf8', 'url' => $this->getEnv('DATABASE_URL'), 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => $this->getEnv('DATABASE_SERVER_VERSION'), 'defaultTableOptions' => ['collate' => 'utf8_general_ci']], $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/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/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/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/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).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.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/UnderscoreNamingStrategy.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();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
$d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/src/Eccube/Entity')]);
$d->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
$e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/AddOnForCategory4/Entity')]);
$e->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
$f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/ApgRichCategory/Entity')]);
$f->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
$g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/Api/Entity')]);
$g->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
$h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/Coupon4/Entity')]);
$h->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
$i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/DeliveryDate4/Entity')]);
$i->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
$j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/EccubePaymentLite4/Entity')]);
$j->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
$k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/JoolenCheckedItemBlock4/Entity')]);
$k->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
$l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/MailMagazine4/Entity')]);
$l->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
$m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/PinpointSale/Entity')]);
$m->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
$n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/PointEx/Entity')]);
$n->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
$o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/ProductPlus/Entity')]);
$o->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
$p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/ProductReview4/Entity')]);
$p->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
$q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/Recommend4/Entity')]);
$q->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
$r = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/RelatedProduct4/Entity')]);
$r->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
$s = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/Securitychecker4/Entity')]);
$s->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
$t = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/SiteKit/Entity')]);
$t->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
$u = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/SortProduct41Plus/Entity')]);
$u->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
$v = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/lecastPriceSelectBlock41/Entity')]);
$v->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
$b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Resources/config/doctrine/model') => 'Trikoder\\Bundle\\OAuth2Bundle\\Model'], '.orm.xml')), 'Trikoder\\Bundle\\OAuth2Bundle\\Model');
$b->addDriver($d, 'Eccube\\Entity');
$b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Customize/Entity')]), 'Customize\\Entity');
$b->addDriver($e, 'Plugin\\AddOnForCategory4\\Entity');
$b->addDriver($f, 'Plugin\\ApgRichCategory\\Entity');
$b->addDriver($g, 'Plugin\\Api\\Entity');
$b->addDriver($h, 'Plugin\\Coupon4\\Entity');
$b->addDriver($i, 'Plugin\\DeliveryDate4\\Entity');
$b->addDriver($j, 'Plugin\\EccubePaymentLite4\\Entity');
$b->addDriver($k, 'Plugin\\JoolenCheckedItemBlock4\\Entity');
$b->addDriver($l, 'Plugin\\MailMagazine4\\Entity');
$b->addDriver($m, 'Plugin\\PinpointSale\\Entity');
$b->addDriver($n, 'Plugin\\PointEx\\Entity');
$b->addDriver($o, 'Plugin\\ProductPlus\\Entity');
$b->addDriver($p, 'Plugin\\ProductReview4\\Entity');
$b->addDriver($q, 'Plugin\\Recommend4\\Entity');
$b->addDriver($r, 'Plugin\\RelatedProduct4\\Entity');
$b->addDriver($s, 'Plugin\\Securitychecker4\\Entity');
$b->addDriver($t, 'Plugin\\SiteKit\\Entity');
$b->addDriver($u, 'Plugin\\SortProduct41Plus\\Entity');
$b->addDriver($v, 'Plugin\\lecastPriceSelectBlock41\\Entity');
$a->setEntityNamespaces([]);
$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(($this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()));
$a->setMetadataDriverImpl($b);
$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\UnderscoreNamingStrategy(0, true));
$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Eccube\\Repository\\AuthorityRoleRepository' => ['privates', 'Eccube\\Repository\\AuthorityRoleRepository', 'getAuthorityRoleRepositoryService', false],
'Eccube\\Repository\\BaseInfoRepository' => ['privates', 'Eccube\\Repository\\BaseInfoRepository', 'getBaseInfoRepositoryService', false],
'Eccube\\Repository\\BlockPositionRepository' => ['privates', 'Eccube\\Repository\\BlockPositionRepository', 'getBlockPositionRepositoryService', false],
'Eccube\\Repository\\BlockRepository' => ['privates', 'Eccube\\Repository\\BlockRepository', 'getBlockRepositoryService', false],
'Eccube\\Repository\\CalendarRepository' => ['privates', 'Eccube\\Repository\\CalendarRepository', 'getCalendarRepositoryService.php', true],
'Eccube\\Repository\\CartItemRepository' => ['privates', 'Eccube\\Repository\\CartItemRepository', 'getCartItemRepositoryService.php', true],
'Eccube\\Repository\\CartRepository' => ['privates', 'Eccube\\Repository\\CartRepository', 'getCartRepositoryService', false],
'Eccube\\Repository\\CategoryRepository' => ['privates', 'Eccube\\Repository\\CategoryRepository', 'getCategoryRepositoryService.php', true],
'Eccube\\Repository\\ClassCategoryRepository' => ['privates', 'Eccube\\Repository\\ClassCategoryRepository', 'getClassCategoryRepositoryService.php', true],
'Eccube\\Repository\\ClassNameRepository' => ['privates', 'Eccube\\Repository\\ClassNameRepository', 'getClassNameRepositoryService.php', true],
'Eccube\\Repository\\CsvRepository' => ['privates', 'Eccube\\Repository\\CsvRepository', 'getCsvRepositoryService.php', true],
'Eccube\\Repository\\CustomerAddressRepository' => ['privates', 'Eccube\\Repository\\CustomerAddressRepository', 'getCustomerAddressRepositoryService.php', true],
'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates', 'Eccube\\Repository\\CustomerFavoriteProductRepository', 'getCustomerFavoriteProductRepositoryService.php', true],
'Eccube\\Repository\\CustomerRepository' => ['privates', 'Eccube\\Repository\\CustomerRepository', 'getCustomerRepositoryService.php', true],
'Eccube\\Repository\\DeliveryDurationRepository' => ['privates', 'Eccube\\Repository\\DeliveryDurationRepository', 'getDeliveryDurationRepositoryService.php', true],
'Eccube\\Repository\\DeliveryFeeRepository' => ['privates', 'Eccube\\Repository\\DeliveryFeeRepository', 'getDeliveryFeeRepositoryService.php', true],
'Eccube\\Repository\\DeliveryRepository' => ['privates', 'Eccube\\Repository\\DeliveryRepository', 'getDeliveryRepositoryService.php', true],
'Eccube\\Repository\\DeliveryTimeRepository' => ['privates', 'Eccube\\Repository\\DeliveryTimeRepository', 'getDeliveryTimeRepositoryService.php', true],
'Eccube\\Repository\\LayoutRepository' => ['privates', 'Eccube\\Repository\\LayoutRepository', 'getLayoutRepositoryService', false],
'Eccube\\Repository\\LoginHistoryRepository' => ['privates', 'Eccube\\Repository\\LoginHistoryRepository', 'getLoginHistoryRepositoryService.php', true],
'Eccube\\Repository\\MailHistoryRepository' => ['privates', 'Eccube\\Repository\\MailHistoryRepository', 'getMailHistoryRepositoryService.php', true],
'Eccube\\Repository\\MailTemplateRepository' => ['privates', 'Eccube\\Repository\\MailTemplateRepository', 'getMailTemplateRepositoryService.php', true],
'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates', 'Eccube\\Repository\\Master\\AuthorityRepository', 'getAuthorityRepositoryService.php', true],
'Eccube\\Repository\\Master\\CountryRepository' => ['privates', 'Eccube\\Repository\\Master\\CountryRepository', 'getCountryRepositoryService.php', true],
'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates', 'Eccube\\Repository\\Master\\CsvTypeRepository', 'getCsvTypeRepositoryService.php', true],
'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates', 'Eccube\\Repository\\Master\\CustomerOrderStatusRepository', 'getCustomerOrderStatusRepositoryService.php', true],
'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates', 'Eccube\\Repository\\Master\\CustomerStatusRepository', 'getCustomerStatusRepositoryService.php', true],
'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates', 'Eccube\\Repository\\Master\\DeviceTypeRepository', 'getDeviceTypeRepositoryService', false],
'Eccube\\Repository\\Master\\JobRepository' => ['privates', 'Eccube\\Repository\\Master\\JobRepository', 'getJobRepositoryService.php', true],
'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates', 'Eccube\\Repository\\Master\\LoginHistoryStatusRepository', 'getLoginHistoryStatusRepositoryService.php', true],
'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates', 'Eccube\\Repository\\Master\\OrderItemTypeRepository', 'getOrderItemTypeRepositoryService.php', true],
'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates', 'Eccube\\Repository\\Master\\OrderStatusColorRepository', 'getOrderStatusColorRepositoryService.php', true],
'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates', 'Eccube\\Repository\\Master\\OrderStatusRepository', 'getOrderStatusRepositoryService.php', true],
'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates', 'Eccube\\Repository\\Master\\PageMaxRepository', 'getPageMaxRepositoryService.php', true],
'Eccube\\Repository\\Master\\PrefRepository' => ['privates', 'Eccube\\Repository\\Master\\PrefRepository', 'getPrefRepositoryService.php', true],
'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates', 'Eccube\\Repository\\Master\\ProductListMaxRepository', 'getProductListMaxRepositoryService.php', true],
'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates', 'Eccube\\Repository\\Master\\ProductListOrderByRepository', 'getProductListOrderByRepositoryService.php', true],
'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates', 'Eccube\\Repository\\Master\\ProductStatusRepository', 'getProductStatusRepositoryService.php', true],
'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates', 'Eccube\\Repository\\Master\\RoundingTypeRepository', 'getRoundingTypeRepositoryService.php', true],
'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates', 'Eccube\\Repository\\Master\\SaleTypeRepository', 'getSaleTypeRepositoryService.php', true],
'Eccube\\Repository\\Master\\SexRepository' => ['privates', 'Eccube\\Repository\\Master\\SexRepository', 'getSexRepositoryService.php', true],
'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates', 'Eccube\\Repository\\Master\\TaxDisplayTypeRepository', 'getTaxDisplayTypeRepositoryService.php', true],
'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates', 'Eccube\\Repository\\Master\\TaxTypeRepository', 'getTaxTypeRepositoryService.php', true],
'Eccube\\Repository\\Master\\WorkRepository' => ['privates', 'Eccube\\Repository\\Master\\WorkRepository', 'getWorkRepositoryService.php', true],
'Eccube\\Repository\\MemberRepository' => ['privates', 'Eccube\\Repository\\MemberRepository', 'getMemberRepositoryService.php', true],
'Eccube\\Repository\\NewsRepository' => ['privates', 'Eccube\\Repository\\NewsRepository', 'getNewsRepositoryService.php', true],
'Eccube\\Repository\\OrderItemRepository' => ['privates', 'Eccube\\Repository\\OrderItemRepository', 'getOrderItemRepositoryService.php', true],
'Eccube\\Repository\\OrderPdfRepository' => ['privates', 'Eccube\\Repository\\OrderPdfRepository', 'getOrderPdfRepositoryService.php', true],
'Eccube\\Repository\\OrderRepository' => ['privates', 'Eccube\\Repository\\OrderRepository', 'getOrderRepositoryService', false],
'Eccube\\Repository\\PageLayoutRepository' => ['privates', 'Eccube\\Repository\\PageLayoutRepository', 'getPageLayoutRepositoryService', false],
'Eccube\\Repository\\PageRepository' => ['privates', 'Eccube\\Repository\\PageRepository', 'getPageRepositoryService', false],
'Eccube\\Repository\\PaymentOptionRepository' => ['privates', 'Eccube\\Repository\\PaymentOptionRepository', 'getPaymentOptionRepositoryService.php', true],
'Eccube\\Repository\\PaymentRepository' => ['privates', 'Eccube\\Repository\\PaymentRepository', 'getPaymentRepositoryService.php', true],
'Eccube\\Repository\\PluginRepository' => ['services', 'Eccube\\Repository\\PluginRepository', 'getPluginRepositoryService', false],
'Eccube\\Repository\\ProductCategoryRepository' => ['privates', 'Eccube\\Repository\\ProductCategoryRepository', 'getProductCategoryRepositoryService.php', true],
'Eccube\\Repository\\ProductClassRepository' => ['privates', 'Eccube\\Repository\\ProductClassRepository', 'getProductClassRepositoryService', false],
'Eccube\\Repository\\ProductImageRepository' => ['privates', 'Eccube\\Repository\\ProductImageRepository', 'getProductImageRepositoryService.php', true],
'Eccube\\Repository\\ProductRepository' => ['privates', 'Eccube\\Repository\\ProductRepository', 'getProductRepositoryService', false],
'Eccube\\Repository\\ProductStockRepository' => ['privates', 'Eccube\\Repository\\ProductStockRepository', 'getProductStockRepositoryService.php', true],
'Eccube\\Repository\\ProductTagRepository' => ['privates', 'Eccube\\Repository\\ProductTagRepository', 'getProductTagRepositoryService.php', true],
'Eccube\\Repository\\ShippingRepository' => ['privates', 'Eccube\\Repository\\ShippingRepository', 'getShippingRepositoryService.php', true],
'Eccube\\Repository\\TagRepository' => ['privates', 'Eccube\\Repository\\TagRepository', 'getTagRepositoryService.php', true],
'Eccube\\Repository\\TaxRuleRepository' => ['privates', 'Eccube\\Repository\\TaxRuleRepository', 'getTaxRuleRepositoryService', false],
'Eccube\\Repository\\TemplateRepository' => ['privates', 'Eccube\\Repository\\TemplateRepository', 'getTemplateRepositoryService.php', true],
'Plugin\\AddOnForCategory4\\Repository\\AddOnForCategoryRepository' => ['privates', 'Plugin\\AddOnForCategory4\\Repository\\AddOnForCategoryRepository', 'getAddOnForCategoryRepositoryService.php', true],
'Plugin\\ApgRichCategory\\Repository\\ConfigRepository' => ['privates', 'Plugin\\ApgRichCategory\\Repository\\ConfigRepository', 'getConfigRepositoryService.php', true],
'Plugin\\Api\\Repository\\WebHookRepository' => ['privates', 'Plugin\\Api\\Repository\\WebHookRepository', 'getWebHookRepositoryService.php', true],
'Plugin\\Coupon4\\Repository\\CouponDetailRepository' => ['privates', 'Plugin\\Coupon4\\Repository\\CouponDetailRepository', 'getCouponDetailRepositoryService.php', true],
'Plugin\\Coupon4\\Repository\\CouponOrderRepository' => ['privates', 'Plugin\\Coupon4\\Repository\\CouponOrderRepository', 'getCouponOrderRepositoryService.php', true],
'Plugin\\Coupon4\\Repository\\CouponRepository' => ['privates', 'Plugin\\Coupon4\\Repository\\CouponRepository', 'getCouponRepositoryService.php', true],
'Plugin\\DeliveryDate4\\Repository\\ConfigRepository' => ['privates', 'Plugin\\DeliveryDate4\\Repository\\ConfigRepository', 'getConfigRepository2Service.php', true],
'Plugin\\DeliveryDate4\\Repository\\DeliveryDateRepository' => ['privates', 'Plugin\\DeliveryDate4\\Repository\\DeliveryDateRepository', 'getDeliveryDateRepositoryService.php', true],
'Plugin\\DeliveryDate4\\Repository\\HolidayRepository' => ['privates', 'Plugin\\DeliveryDate4\\Repository\\HolidayRepository', 'getHolidayRepositoryService.php', true],
'Plugin\\EccubePaymentLite4\\Repository\\ConfigRepository' => ['privates', 'Plugin\\EccubePaymentLite4\\Repository\\ConfigRepository', 'getConfigRepository3Service', false],
'Plugin\\EccubePaymentLite4\\Repository\\ConvenienceStoreRepository' => ['privates', 'Plugin\\EccubePaymentLite4\\Repository\\ConvenienceStoreRepository', 'getConvenienceStoreRepositoryService.php', true],
'Plugin\\EccubePaymentLite4\\Repository\\CreditAccessLogRepository' => ['privates', 'Plugin\\EccubePaymentLite4\\Repository\\CreditAccessLogRepository', 'getCreditAccessLogRepositoryService.php', true],
'Plugin\\EccubePaymentLite4\\Repository\\CreditBlockRepository' => ['privates', 'Plugin\\EccubePaymentLite4\\Repository\\CreditBlockRepository', 'getCreditBlockRepositoryService.php', true],
'Plugin\\EccubePaymentLite4\\Repository\\DeliveryCompanyRepository' => ['privates', 'Plugin\\EccubePaymentLite4\\Repository\\DeliveryCompanyRepository', 'getDeliveryCompanyRepositoryService.php', true],
'Plugin\\EccubePaymentLite4\\Repository\\GmoEpsilonPaymentRepository' => ['privates', 'Plugin\\EccubePaymentLite4\\Repository\\GmoEpsilonPaymentRepository', 'getGmoEpsilonPaymentRepositoryService.php', true],
'Plugin\\EccubePaymentLite4\\Repository\\IpBlackListRepository' => ['privates', 'Plugin\\EccubePaymentLite4\\Repository\\IpBlackListRepository', 'getIpBlackListRepositoryService.php', true],
'Plugin\\EccubePaymentLite4\\Repository\\MyPageRegularSettingRepository' => ['privates', 'Plugin\\EccubePaymentLite4\\Repository\\MyPageRegularSettingRepository', 'getMyPageRegularSettingRepositoryService.php', true],
'Plugin\\EccubePaymentLite4\\Repository\\PaymentStatusRepository' => ['privates', 'Plugin\\EccubePaymentLite4\\Repository\\PaymentStatusRepository', 'getPaymentStatusRepositoryService.php', true],
'Plugin\\EccubePaymentLite4\\Repository\\ProductClassRegularCycleRepository' => ['privates', 'Plugin\\EccubePaymentLite4\\Repository\\ProductClassRegularCycleRepository', 'getProductClassRegularCycleRepositoryService.php', true],
'Plugin\\EccubePaymentLite4\\Repository\\RegularCycleRepository' => ['privates', 'Plugin\\EccubePaymentLite4\\Repository\\RegularCycleRepository', 'getRegularCycleRepositoryService.php', true],
'Plugin\\EccubePaymentLite4\\Repository\\RegularCycleTypeRepository' => ['privates', 'Plugin\\EccubePaymentLite4\\Repository\\RegularCycleTypeRepository', 'getRegularCycleTypeRepositoryService.php', true],
'Plugin\\EccubePaymentLite4\\Repository\\RegularDiscountRepository' => ['privates', 'Plugin\\EccubePaymentLite4\\Repository\\RegularDiscountRepository', 'getRegularDiscountRepositoryService.php', true],
'Plugin\\EccubePaymentLite4\\Repository\\RegularOrderItemRepository' => ['privates', 'Plugin\\EccubePaymentLite4\\Repository\\RegularOrderItemRepository', 'getRegularOrderItemRepositoryService.php', true],
'Plugin\\EccubePaymentLite4\\Repository\\RegularOrderRepository' => ['privates', 'Plugin\\EccubePaymentLite4\\Repository\\RegularOrderRepository', 'getRegularOrderRepositoryService.php', true],
'Plugin\\EccubePaymentLite4\\Repository\\RegularShippingRepository' => ['privates', 'Plugin\\EccubePaymentLite4\\Repository\\RegularShippingRepository', 'getRegularShippingRepositoryService.php', true],
'Plugin\\EccubePaymentLite4\\Repository\\RegularStatusRepository' => ['privates', 'Plugin\\EccubePaymentLite4\\Repository\\RegularStatusRepository', 'getRegularStatusRepositoryService.php', true],
'Plugin\\EccubePaymentLite4\\Repository\\SearchProductRepository' => ['privates', 'Plugin\\EccubePaymentLite4\\Repository\\SearchProductRepository', 'getSearchProductRepositoryService.php', true],
'Plugin\\JoolenCheckedItemBlock4\\Repository\\ConfigRepository' => ['privates', 'Plugin\\JoolenCheckedItemBlock4\\Repository\\ConfigRepository', 'getConfigRepository4Service', false],
'Plugin\\JoolenCheckedItemBlock4\\Repository\\ProductRepository' => ['privates', 'Plugin\\JoolenCheckedItemBlock4\\Repository\\ProductRepository', 'getProductRepository2Service.php', true],
'Plugin\\MailMagazine4\\Repository\\MailMagazineSendHistoryRepository' => ['privates', 'Plugin\\MailMagazine4\\Repository\\MailMagazineSendHistoryRepository', 'getMailMagazineSendHistoryRepositoryService.php', true],
'Plugin\\MailMagazine4\\Repository\\MailMagazineTemplateRepository' => ['privates', 'Plugin\\MailMagazine4\\Repository\\MailMagazineTemplateRepository', 'getMailMagazineTemplateRepositoryService.php', true],
'Plugin\\PinpointSale\\Repository\\PinpointRepeatRepository' => ['privates', 'Plugin\\PinpointSale\\Repository\\PinpointRepeatRepository', 'getPinpointRepeatRepositoryService.php', true],
'Plugin\\PinpointSale\\Repository\\PinpointRepository' => ['privates', 'Plugin\\PinpointSale\\Repository\\PinpointRepository', 'getPinpointRepositoryService.php', true],
'Plugin\\PinpointSale\\Repository\\PlgConfigOptionRepository' => ['privates', 'Plugin\\PinpointSale\\Repository\\PlgConfigOptionRepository', 'getPlgConfigOptionRepositoryService.php', true],
'Plugin\\PinpointSale\\Repository\\PlgConfigRepository' => ['privates', 'Plugin\\PinpointSale\\Repository\\PlgConfigRepository', 'getPlgConfigRepositoryService.php', true],
'Plugin\\PinpointSale\\Repository\\ProductPinpointRepository' => ['privates', 'Plugin\\PinpointSale\\Repository\\ProductPinpointRepository', 'getProductPinpointRepositoryService.php', true],
'Plugin\\PointEx\\Repository\\OrderItemPointExRepository' => ['privates', 'Plugin\\PointEx\\Repository\\OrderItemPointExRepository', 'getOrderItemPointExRepositoryService.php', true],
'Plugin\\PointEx\\Repository\\OrderPointExRepository' => ['privates', 'Plugin\\PointEx\\Repository\\OrderPointExRepository', 'getOrderPointExRepositoryService.php', true],
'Plugin\\PointEx\\Repository\\PlgConfigOptionRepository' => ['privates', 'Plugin\\PointEx\\Repository\\PlgConfigOptionRepository', 'getPlgConfigOptionRepository2Service.php', true],
'Plugin\\PointEx\\Repository\\PlgConfigRepository' => ['privates', 'Plugin\\PointEx\\Repository\\PlgConfigRepository', 'getPlgConfigRepository2Service.php', true],
'Plugin\\PointEx\\Repository\\PointExRateRepository' => ['privates', 'Plugin\\PointEx\\Repository\\PointExRateRepository', 'getPointExRateRepositoryService.php', true],
'Plugin\\PointEx\\Repository\\ProductClassPointExRepository' => ['privates', 'Plugin\\PointEx\\Repository\\ProductClassPointExRepository', 'getProductClassPointExRepositoryService.php', true],
'Plugin\\ProductPlus\\Repository\\ProductDataDetailRepository' => ['privates', 'Plugin\\ProductPlus\\Repository\\ProductDataDetailRepository', 'getProductDataDetailRepositoryService.php', true],
'Plugin\\ProductPlus\\Repository\\ProductDataRepository' => ['privates', 'Plugin\\ProductPlus\\Repository\\ProductDataRepository', 'getProductDataRepositoryService.php', true],
'Plugin\\ProductPlus\\Repository\\ProductItemOptionRepository' => ['privates', 'Plugin\\ProductPlus\\Repository\\ProductItemOptionRepository', 'getProductItemOptionRepositoryService.php', true],
'Plugin\\ProductPlus\\Repository\\ProductItemRepository' => ['privates', 'Plugin\\ProductPlus\\Repository\\ProductItemRepository', 'getProductItemRepositoryService.php', true],
'Plugin\\ProductReview4\\Repository\\ProductReviewConfigRepository' => ['privates', 'Plugin\\ProductReview4\\Repository\\ProductReviewConfigRepository', 'getProductReviewConfigRepositoryService.php', true],
'Plugin\\ProductReview4\\Repository\\ProductReviewRepository' => ['privates', 'Plugin\\ProductReview4\\Repository\\ProductReviewRepository', 'getProductReviewRepositoryService.php', true],
'Plugin\\ProductReview4\\Repository\\ProductReviewStatusRepository' => ['privates', 'Plugin\\ProductReview4\\Repository\\ProductReviewStatusRepository', 'getProductReviewStatusRepositoryService.php', true],
'Plugin\\Recommend4\\Repository\\RecommendProductRepository' => ['privates', 'Plugin\\Recommend4\\Repository\\RecommendProductRepository', 'getRecommendProductRepositoryService.php', true],
'Plugin\\RelatedProduct4\\Repository\\RelatedProductRepository' => ['privates', 'Plugin\\RelatedProduct4\\Repository\\RelatedProductRepository', 'getRelatedProductRepositoryService.php', true],
'Plugin\\Securitychecker4\\Repository\\ConfigRepository' => ['privates', 'Plugin\\Securitychecker4\\Repository\\ConfigRepository', 'getConfigRepository5Service.php', true],
'Plugin\\SiteKit\\Repository\\IdTokenRepository' => ['privates', 'Plugin\\SiteKit\\Repository\\IdTokenRepository', 'getIdTokenRepositoryService.php', true],
'Plugin\\SortProduct41Plus\\Repository\\SortProductRepository' => ['privates', 'Plugin\\SortProduct41Plus\\Repository\\SortProductRepository', 'getSortProductRepositoryService.php', true],
'Plugin\\lecastPriceSelectBlock41\\Repository\\PriceRangeRepository' => ['privates', 'Plugin\\lecastPriceSelectBlock41\\Repository\\PriceRangeRepository', 'getPriceRangeRepositoryService.php', true],
], [
'Eccube\\Repository\\AuthorityRoleRepository' => '?',
'Eccube\\Repository\\BaseInfoRepository' => '?',
'Eccube\\Repository\\BlockPositionRepository' => '?',
'Eccube\\Repository\\BlockRepository' => '?',
'Eccube\\Repository\\CalendarRepository' => '?',
'Eccube\\Repository\\CartItemRepository' => '?',
'Eccube\\Repository\\CartRepository' => '?',
'Eccube\\Repository\\CategoryRepository' => '?',
'Eccube\\Repository\\ClassCategoryRepository' => '?',
'Eccube\\Repository\\ClassNameRepository' => '?',
'Eccube\\Repository\\CsvRepository' => '?',
'Eccube\\Repository\\CustomerAddressRepository' => '?',
'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
'Eccube\\Repository\\CustomerRepository' => '?',
'Eccube\\Repository\\DeliveryDurationRepository' => '?',
'Eccube\\Repository\\DeliveryFeeRepository' => '?',
'Eccube\\Repository\\DeliveryRepository' => '?',
'Eccube\\Repository\\DeliveryTimeRepository' => '?',
'Eccube\\Repository\\LayoutRepository' => '?',
'Eccube\\Repository\\LoginHistoryRepository' => '?',
'Eccube\\Repository\\MailHistoryRepository' => '?',
'Eccube\\Repository\\MailTemplateRepository' => '?',
'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
'Eccube\\Repository\\Master\\CountryRepository' => '?',
'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
'Eccube\\Repository\\Master\\JobRepository' => '?',
'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
'Eccube\\Repository\\Master\\PrefRepository' => '?',
'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
'Eccube\\Repository\\Master\\SexRepository' => '?',
'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
'Eccube\\Repository\\Master\\WorkRepository' => '?',
'Eccube\\Repository\\MemberRepository' => '?',
'Eccube\\Repository\\NewsRepository' => '?',
'Eccube\\Repository\\OrderItemRepository' => '?',
'Eccube\\Repository\\OrderPdfRepository' => '?',
'Eccube\\Repository\\OrderRepository' => '?',
'Eccube\\Repository\\PageLayoutRepository' => '?',
'Eccube\\Repository\\PageRepository' => '?',
'Eccube\\Repository\\PaymentOptionRepository' => '?',
'Eccube\\Repository\\PaymentRepository' => '?',
'Eccube\\Repository\\PluginRepository' => '?',
'Eccube\\Repository\\ProductCategoryRepository' => '?',
'Eccube\\Repository\\ProductClassRepository' => '?',
'Eccube\\Repository\\ProductImageRepository' => '?',
'Eccube\\Repository\\ProductRepository' => '?',
'Eccube\\Repository\\ProductStockRepository' => '?',
'Eccube\\Repository\\ProductTagRepository' => '?',
'Eccube\\Repository\\ShippingRepository' => '?',
'Eccube\\Repository\\TagRepository' => '?',
'Eccube\\Repository\\TaxRuleRepository' => '?',
'Eccube\\Repository\\TemplateRepository' => '?',
'Plugin\\AddOnForCategory4\\Repository\\AddOnForCategoryRepository' => '?',
'Plugin\\ApgRichCategory\\Repository\\ConfigRepository' => '?',
'Plugin\\Api\\Repository\\WebHookRepository' => '?',
'Plugin\\Coupon4\\Repository\\CouponDetailRepository' => '?',
'Plugin\\Coupon4\\Repository\\CouponOrderRepository' => '?',
'Plugin\\Coupon4\\Repository\\CouponRepository' => '?',
'Plugin\\DeliveryDate4\\Repository\\ConfigRepository' => '?',
'Plugin\\DeliveryDate4\\Repository\\DeliveryDateRepository' => '?',
'Plugin\\DeliveryDate4\\Repository\\HolidayRepository' => '?',
'Plugin\\EccubePaymentLite4\\Repository\\ConfigRepository' => '?',
'Plugin\\EccubePaymentLite4\\Repository\\ConvenienceStoreRepository' => '?',
'Plugin\\EccubePaymentLite4\\Repository\\CreditAccessLogRepository' => '?',
'Plugin\\EccubePaymentLite4\\Repository\\CreditBlockRepository' => '?',
'Plugin\\EccubePaymentLite4\\Repository\\DeliveryCompanyRepository' => '?',
'Plugin\\EccubePaymentLite4\\Repository\\GmoEpsilonPaymentRepository' => '?',
'Plugin\\EccubePaymentLite4\\Repository\\IpBlackListRepository' => '?',
'Plugin\\EccubePaymentLite4\\Repository\\MyPageRegularSettingRepository' => '?',
'Plugin\\EccubePaymentLite4\\Repository\\PaymentStatusRepository' => '?',
'Plugin\\EccubePaymentLite4\\Repository\\ProductClassRegularCycleRepository' => '?',
'Plugin\\EccubePaymentLite4\\Repository\\RegularCycleRepository' => '?',
'Plugin\\EccubePaymentLite4\\Repository\\RegularCycleTypeRepository' => '?',
'Plugin\\EccubePaymentLite4\\Repository\\RegularDiscountRepository' => '?',
'Plugin\\EccubePaymentLite4\\Repository\\RegularOrderItemRepository' => '?',
'Plugin\\EccubePaymentLite4\\Repository\\RegularOrderRepository' => '?',
'Plugin\\EccubePaymentLite4\\Repository\\RegularShippingRepository' => '?',
'Plugin\\EccubePaymentLite4\\Repository\\RegularStatusRepository' => '?',
'Plugin\\EccubePaymentLite4\\Repository\\SearchProductRepository' => '?',
'Plugin\\JoolenCheckedItemBlock4\\Repository\\ConfigRepository' => '?',
'Plugin\\JoolenCheckedItemBlock4\\Repository\\ProductRepository' => '?',
'Plugin\\MailMagazine4\\Repository\\MailMagazineSendHistoryRepository' => '?',
'Plugin\\MailMagazine4\\Repository\\MailMagazineTemplateRepository' => '?',
'Plugin\\PinpointSale\\Repository\\PinpointRepeatRepository' => '?',
'Plugin\\PinpointSale\\Repository\\PinpointRepository' => '?',
'Plugin\\PinpointSale\\Repository\\PlgConfigOptionRepository' => '?',
'Plugin\\PinpointSale\\Repository\\PlgConfigRepository' => '?',
'Plugin\\PinpointSale\\Repository\\ProductPinpointRepository' => '?',
'Plugin\\PointEx\\Repository\\OrderItemPointExRepository' => '?',
'Plugin\\PointEx\\Repository\\OrderPointExRepository' => '?',
'Plugin\\PointEx\\Repository\\PlgConfigOptionRepository' => '?',
'Plugin\\PointEx\\Repository\\PlgConfigRepository' => '?',
'Plugin\\PointEx\\Repository\\PointExRateRepository' => '?',
'Plugin\\PointEx\\Repository\\ProductClassPointExRepository' => '?',
'Plugin\\ProductPlus\\Repository\\ProductDataDetailRepository' => '?',
'Plugin\\ProductPlus\\Repository\\ProductDataRepository' => '?',
'Plugin\\ProductPlus\\Repository\\ProductItemOptionRepository' => '?',
'Plugin\\ProductPlus\\Repository\\ProductItemRepository' => '?',
'Plugin\\ProductReview4\\Repository\\ProductReviewConfigRepository' => '?',
'Plugin\\ProductReview4\\Repository\\ProductReviewRepository' => '?',
'Plugin\\ProductReview4\\Repository\\ProductReviewStatusRepository' => '?',
'Plugin\\Recommend4\\Repository\\RecommendProductRepository' => '?',
'Plugin\\RelatedProduct4\\Repository\\RelatedProductRepository' => '?',
'Plugin\\Securitychecker4\\Repository\\ConfigRepository' => '?',
'Plugin\\SiteKit\\Repository\\IdTokenRepository' => '?',
'Plugin\\SortProduct41Plus\\Repository\\SortProductRepository' => '?',
'Plugin\\lecastPriceSelectBlock41\\Repository\\PriceRangeRepository' => '?',
])));
$a->addCustomStringFunction('NORMALIZE', 'Eccube\\Doctrine\\ORM\\Query\\Normalize');
$a->addCustomNumericFunction('EXTRACT', 'Eccube\\Doctrine\\ORM\\Query\\Extract');
$a->addFilter('option_nostock_hidden', 'Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
$a->addFilter('incomplete_order_status_hidden', 'Eccube\\Doctrine\\Filter\\OrderStatusFilter');
$a->addEntityNamespace('TrikoderOAuth2Bundle', 'Trikoder\\Bundle\\OAuth2Bundle\\Model');
$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 'doctrine_cache.providers.doctrine.orm.default_result_cache' shared service.
*
* @return \Doctrine\Common\Cache\ArrayCache
*/
protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()
{
$this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
$instance->setNamespace('sf_orm_default_3e7e6b8371715c7821c9eacd9e3fec0f11eb5e3da678a92b1eba19bf863ccfa7');
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->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
$a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
$a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
$a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor('!php/const:Monolog\\Logger::DEBUG', [0 => 'Eccube\\\\Log', 1 => 'Psr\\\\Log']))));
$a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
$a->pushHandler(new \Monolog\Handler\NullHandler());
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Eccube\Event\EventDispatcherWrapper(), ($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.request', [0 => function () {
return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
}, 1 => 'onKernelRequest'], 1024);
$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.request', [0 => function () {
return ($this->privates['mobile_detect.request_listener'] ?? $this->getMobileDetect_RequestListenerService());
}, 1 => 'handleRequest'], 1);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['mobile_detect.request_listener'] ?? $this->getMobileDetect_RequestListenerService());
}, 1 => 'handleResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('trikoder.oauth2.authorization_request_resolve', [0 => function () {
return ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\EventListener\\AuthorizationRequestUserResolvingListener'] ?? $this->load('getAuthorizationRequestUserResolvingListenerService.php'));
}, 1 => 'onAuthorizationRequest'], 1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
}, 1 => 'onController'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
}, 1 => 'onKernelRequest'], 512);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
}, 1 => 'onKernelRequestEarly'], 500);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
}, 1 => 'onKernelRequest'], 6);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
}, 1 => 'onKernelTerminate'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
}, 1 => 'onKernelException'], -4);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService.php'));
}, 1 => 'onInteractiveLogin'], 0);
$instance->addListener('security.authentication.failure', [0 => function () {
return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService.php'));
}, 1 => 'onAuthenticationFailure'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
}, 1 => 'onResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
}, 1 => 'onKernelRequest'], 512);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService.php'));
}, 1 => 'onInteractiveLogin'], 0);
$instance->addListener('security.authentication.failure', [0 => function () {
return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService.php'));
}, 1 => 'onAuthenticationFailure'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
}, 1 => 'onKernelTerminate'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
}, 1 => 'onKernelRequest'], 6);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
}, 1 => 'onKernelController'], 7);
$instance->addListener('form.pre_submit', [0 => function () {
return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
}, 1 => 'onPreSubmit'], 0);
$instance->addListener('form.pre_submit', [0 => function () {
return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
}, 1 => 'purifySubmittedData'], 1000001);
$instance->addListener('form.pre_submit', [0 => function () {
return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
}, 1 => 'onPreSubmit'], 0);
$instance->addListener('workflow.order.completed', [0 => function () {
return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
}, 1 => 'onCompleted'], 0);
$instance->addListener('workflow.order.transition.pay', [0 => function () {
return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
}, 1 => 'updatePaymentDate'], 0);
$instance->addListener('workflow.order.transition.cancel', [0 => function () {
return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
}, 1 => 'rollbackStock'], 0);
$instance->addListener('workflow.order.transition.cancel', [0 => function () {
return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
}, 1 => 'rollbackUsePoint'], 0);
$instance->addListener('workflow.order.transition.back_to_in_progress', [0 => function () {
return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
}, 1 => 'commitStock'], 0);
$instance->addListener('workflow.order.transition.back_to_in_progress', [0 => function () {
return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
}, 1 => 'commitUsePoint'], 0);
$instance->addListener('workflow.order.transition.ship', [0 => function () {
return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
}, 1 => 'commitAddPoint'], 0);
$instance->addListener('workflow.order.transition.return', [0 => function () {
return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
}, 1 => 'rollbackUsePoint'], 0);
$instance->addListener('workflow.order.transition.return', [0 => function () {
return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
}, 1 => 'rollbackAddPoint'], 0);
$instance->addListener('workflow.order.transition.cancel_return', [0 => function () {
return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
}, 1 => 'commitUsePoint'], 0);
$instance->addListener('workflow.order.transition.cancel_return', [0 => function () {
return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
}, 1 => 'commitAddPoint'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
}, 1 => 'disableMaintenanceEvent'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel', 1)), $this)));
}, 1 => 'forceClearCache'], 0);
$instance->addListener('@admin/Product/category.twig', [0 => function () {
return ($this->privates['Plugin\\AddOnForCategory4\\EventSubscriber\\Controller\\Admin\\Product\\CategoryControllerSubscriber'] ?? $this->load('getCategoryControllerSubscriberService.php'));
}, 1 => 'AdminProductCategory'], 1);
$instance->addListener('admin.product.category.index.complete', [0 => function () {
return ($this->privates['Plugin\\AddOnForCategory4\\EventSubscriber\\Controller\\Admin\\Product\\CategoryControllerSubscriber'] ?? $this->load('getCategoryControllerSubscriberService.php'));
}, 1 => 'AdminProductCategoryIndexComplete'], 0);
$instance->addListener('Shopping/index.twig', [0 => function () {
return ($this->privates['Plugin\\Coupon4\\Event'] ?? $this->load('getEventService.php'));
}, 1 => 'index'], 0);
$instance->addListener('Shopping/confirm.twig', [0 => function () {
return ($this->privates['Plugin\\Coupon4\\Event'] ?? $this->load('getEventService.php'));
}, 1 => 'index'], 0);
$instance->addListener('Mypage/history.twig', [0 => function () {
return ($this->privates['Plugin\\Coupon4\\Event'] ?? $this->load('getEventService.php'));
}, 1 => 'onRenderMypageHistory'], 0);
$instance->addListener('@admin/Order/edit.twig', [0 => function () {
return ($this->privates['Plugin\\Coupon4\\Event'] ?? $this->load('getEventService.php'));
}, 1 => 'onRenderAdminOrderEdit'], 0);
$instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [0 => function () {
return ($this->privates['Plugin\\DeliveryDate4\\DeliveryDateEvent'] ?? $this->load('getDeliveryDateEventService.php'));
}, 1 => 'onTemplateAdminSettingShopDeliveryEdit'], 0);
$instance->addListener('admin.setting.shop.delivery.edit.complete', [0 => function () {
return ($this->privates['Plugin\\DeliveryDate4\\DeliveryDateEvent'] ?? $this->load('getDeliveryDateEventService.php'));
}, 1 => 'hookAdminSettingShopDeliveryEditComplete'], 0);
$instance->addListener('admin.product.copy.complete', [0 => function () {
return ($this->privates['Plugin\\DeliveryDate4\\DeliveryDateEvent'] ?? $this->load('getDeliveryDateEventService.php'));
}, 1 => 'hookAdminProductCopyComplete'], 0);
$instance->addListener('@admin/Product/product.twig', [0 => function () {
return ($this->privates['Plugin\\DeliveryDate4\\DeliveryDateEvent'] ?? $this->load('getDeliveryDateEventService.php'));
}, 1 => 'onTemplateAdminProductEdit'], 0);
$instance->addListener('@admin/Product/product_class.twig', [0 => function () {
return ($this->privates['Plugin\\DeliveryDate4\\DeliveryDateEvent'] ?? $this->load('getDeliveryDateEventService.php'));
}, 1 => 'onTemplateAdminProductClassEdit'], 0);
$instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [0 => function () {
return ($this->privates['Plugin\\DeliveryDate4\\DeliveryDateEvent'] ?? $this->load('getDeliveryDateEventService.php'));
}, 1 => 'hookAdminProductCsvImportProductDescriptions'], 0);
$instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [0 => function () {
return ($this->privates['Plugin\\DeliveryDate4\\DeliveryDateEvent'] ?? $this->load('getDeliveryDateEventService.php'));
}, 1 => 'hookAdminProductCsvImportProductCheck'], 0);
$instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [0 => function () {
return ($this->privates['Plugin\\DeliveryDate4\\DeliveryDateEvent'] ?? $this->load('getDeliveryDateEventService.php'));
}, 1 => 'hookAdminProductCsvImportProductProcess'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'] ?? $this->getAddRegularNavService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('@admin/Order/edit.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Admin\\Order\\AddCompletePaymentButtonEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Admin\\Order\\AddCompletePaymentButtonEventSubscriber'] = new \Plugin\EccubePaymentLite4\EventListener\EventSubscriber\Admin\Order\AddCompletePaymentButtonEventSubscriber()));
}, 1 => 'edit'], 0);
$instance->addListener('@admin/Order/edit.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Admin\\Order\\AddPaymentStatusFormEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Admin\\Order\\AddPaymentStatusFormEventSubscriber'] = new \Plugin\EccubePaymentLite4\EventListener\EventSubscriber\Admin\Order\AddPaymentStatusFormEventSubscriber($this)));
}, 1 => 'edit'], 0);
$instance->addListener('admin.order.edit.index.complete', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Admin\\Order\\OrderEditChangePriceEventSubscriber'] ?? $this->load('getOrderEditChangePriceEventSubscriberService.php'));
}, 1 => 'adminOrderEditIndexComplete'], 0);
$instance->addListener('admin.order.edit.index.complete', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Admin\\Order\\OrderEditRequestEventSubscriber'] ?? $this->load('getOrderEditRequestEventSubscriberService.php'));
}, 1 => 'adminOrderEditIndexComplete'], 0);
$instance->addListener('@admin/Order/index.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Admin\\Order\\OrderIndexEventSubscriber'] ?? $this->load('getOrderIndexEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('admin.order.edit.index.complete', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Admin\\Order\\UpdateRegularShippingDeliveryDate'] ?? $this->load('getUpdateRegularShippingDeliveryDateService.php'));
}, 1 => 'adminOrderEditIndexComplete'], 0);
$instance->addListener('@admin/Product/product.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Admin\\Product\\AddFreeAreaDescriptionFormToProductType'] ?? $this->load('getAddFreeAreaDescriptionFormToProductTypeService.php'));
}, 1 => 'product'], 0);
$instance->addListener('@admin/Product/product_class.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularCycleFormToProductClassEditType'] ?? $this->load('getAddRegularCycleFormToProductClassEditTypeService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@admin/Product/product.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularCycleFormToProductClassType'] ?? $this->load('getAddRegularCycleFormToProductClassTypeService.php'));
}, 1 => 'product'], 0);
$instance->addListener('@admin/Product/product_class.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularDiscountFormToProductClassEditType'] ?? $this->load('getAddRegularDiscountFormToProductClassEditTypeService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@admin/Product/product.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularDiscountFormToProductClassType'] ?? $this->load('getAddRegularDiscountFormToProductClassTypeService.php'));
}, 1 => 'product'], 0);
$instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Admin\\Setting\\AddDeliveryCompanyFormEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Admin\\Setting\\AddDeliveryCompanyFormEventSubscriber'] = new \Plugin\EccubePaymentLite4\EventListener\EventSubscriber\Admin\Setting\AddDeliveryCompanyFormEventSubscriber()));
}, 1 => 'deliveryEdit'], 0);
$instance->addListener('front.mypage.change.index.complete', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashBug'] ?? $this->load('getAddFlashBugService.php'));
}, 1 => 'frontMypageChangeIndexComplete'], 0);
$instance->addListener('front.mypage.delivery.edit.complete', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashBug'] ?? $this->load('getAddFlashBugService.php'));
}, 1 => 'frontMypageDeliveryEditComplete'], 0);
$instance->addListener('Mypage/delivery.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashMessage'] ?? ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashMessage'] = new \Plugin\EccubePaymentLite4\EventListener\EventSubscriber\Front\Mypage\AddFlashMessage()));
}, 1 => 'delivery'], 0);
$instance->addListener('Mypage/change_complete.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashMessage'] ?? ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashMessage'] = new \Plugin\EccubePaymentLite4\EventListener\EventSubscriber\Front\Mypage\AddFlashMessage()));
}, 1 => 'change_complete'], 0);
$instance->addListener('Mypage/index.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('Mypage/history.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('Mypage/favorite.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('Mypage/change.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('Mypage/change_complete.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('Mypage/delivery.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('Mypage/withdraw.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('Mypage/delivery_edit.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/edit_credit_card.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/regular_list.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/regular_detail.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/regular_cycle.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/regular_cancel.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/regular_complete.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/regular_next_delivery_date.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/regular_product_quantity.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/regular_resume.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/regular_shipping.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/regular_skip.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/regular_suspend.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/regular_detail.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/regular_cycle.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/regular_cancel.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/regular_complete.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/regular_next_delivery_date.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/regular_product_quantity.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/regular_resume.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/regular_shipping.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/regular_skip.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('@EccubePaymentLite4/default/Mypage/regular_suspend.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('front.mypage.change.index.complete', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\Change\\UpdateRegularOrder'] ?? $this->load('getUpdateRegularOrderService.php'));
}, 1 => 'index'], 0);
$instance->addListener('Mypage/withdraw.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\Withdraw\\AddAttentionTextAndRemoveBtn'] ?? $this->load('getAddAttentionTextAndRemoveBtnService.php'));
}, 1 => 'index'], 0);
$instance->addListener('front.mypage.withdraw.index.initialize', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Mypage\\Withdraw\\WithdrawIndexInitialize'] ?? $this->load('getWithdrawIndexInitializeService.php'));
}, 1 => 'index'], 0);
$instance->addListener('Shopping/index.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] = new \Plugin\EccubePaymentLite4\EventListener\EventSubscriber\Front\Shopping\AddConveniFormEventSubscriber()));
}, 1 => 'index'], 0);
$instance->addListener('Shopping/confirm.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] = new \Plugin\EccubePaymentLite4\EventListener\EventSubscriber\Front\Shopping\AddConveniFormEventSubscriber()));
}, 1 => 'confirm'], 0);
$instance->addListener('Shopping/index.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Shopping\\AddDeferredPaymentDescriptionEventSubscriber'] ?? $this->load('getAddDeferredPaymentDescriptionEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('Shopping/confirm.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Shopping\\AddDescriptionShoppingConfirmEventSubscriber'] ?? $this->load('getAddDescriptionShoppingConfirmEventSubscriberService.php'));
}, 1 => 'confirm'], 0);
$instance->addListener('Shopping/index.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] ?? $this->load('getAddRegularCycleFormEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('Shopping/confirm.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] ?? $this->load('getAddRegularCycleFormEventSubscriberService.php'));
}, 1 => 'confirm'], 0);
$instance->addListener('Shopping/confirm.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeButtonTextSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeButtonTextSubscriber'] = new \Plugin\EccubePaymentLite4\EventListener\EventSubscriber\Front\Shopping\ChangeButtonTextSubscriber()));
}, 1 => 'confirm'], 0);
$instance->addListener('Shopping/confirm.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeShoppingConfirmActionEventSubscriber'] ?? $this->load('getChangeShoppingConfirmActionEventSubscriberService.php'));
}, 1 => 'confirm'], 0);
$instance->addListener('Shopping/index.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Shopping\\CreditCardInfoEventSubscriber'] ?? $this->load('getCreditCardInfoEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('Shopping/index.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Shopping\\HideAddDeliveryBtnEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Shopping\\HideAddDeliveryBtnEventSubscriber'] = new \Plugin\EccubePaymentLite4\EventListener\EventSubscriber\Front\Shopping\HideAddDeliveryBtnEventSubscriber()));
}, 1 => 'index'], 0);
$instance->addListener('Shopping/login.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Shopping\\RemoveGuestPurchaseBtnWhenShoppingLogin'] ?? $this->load('getRemoveGuestPurchaseBtnWhenShoppingLoginService.php'));
}, 1 => 'index'], 0);
$instance->addListener('Shopping/index.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Shopping\\RemoveRegCreditRadioBtnWhenGuest'] ?? $this->load('getRemoveRegCreditRadioBtnWhenGuestService.php'));
}, 1 => 'index'], 0);
$instance->addListener('front.shopping.complete.initialize', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Shopping\\SaveRegularOrderAtShoppingComplete'] ?? $this->load('getSaveRegularOrderAtShoppingCompleteService.php'));
}, 1 => 'index'], 0);
$instance->addListener('Shopping/shipping_multiple.twig', [0 => function () {
return ($this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Front\\Shopping\\SetNotFoundResponseEventSubscriber'] ?? $this->load('getSetNotFoundResponseEventSubscriberService.php'));
}, 1 => 'index'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Plugin\\JoolenCheckedItemBlock4\\Event'] ?? $this->getEvent2Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('knp_pager.items', [0 => function () {
return ($this->privates['Plugin\\MailMagazine4\\Event\\MailMagazineHistoryFilePaginationSubscriber'] ?? $this->load('getMailMagazineHistoryFilePaginationSubscriberService.php'));
}, 1 => 'items'], 1);
$instance->addListener('@admin/Product/product.twig', [0 => function () {
return ($this->privates['Plugin\\PinpointSale\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService.php'));
}, 1 => 'onTemplateProductProduct'], -10);
$instance->addListener('@admin/Product/product_class.twig', [0 => function () {
return ($this->privates['Plugin\\PinpointSale\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService.php'));
}, 1 => 'onTemplateProductClassEdit'], -10);
$instance->addListener('@admin/Product/index.twig', [0 => function () {
return ($this->privates['Plugin\\PinpointSale\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService.php'));
}, 1 => 'onTemplateProductIndex'], 10);
$instance->addListener('Cart/index.twig', [0 => function () {
return ($this->privates['Plugin\\PinpointSale\\EventSubscriber\\CartEventSubscriber'] ?? $this->load('getCartEventSubscriberService.php'));
}, 1 => 'onTemplateCartIndex'], 0);
$instance->addListener('Mypage/history.twig', [0 => function () {
return ($this->privates['Plugin\\PinpointSale\\EventSubscriber\\MypageEventSubscriber'] ?? $this->load('getMypageEventSubscriberService.php'));
}, 1 => 'onTemplateMypageHistory'], 0);
$instance->addListener('Product/detail.twig', [0 => function () {
return ($this->privates['Plugin\\PinpointSale\\EventSubscriber\\ProductDetailEventSubscriber'] ?? $this->load('getProductDetailEventSubscriberService.php'));
}, 1 => 'onTemplateProductDetail'], 0);
$instance->addListener('Shopping/index.twig', [0 => function () {
return ($this->privates['Plugin\\PinpointSale\\EventSubscriber\\ShoppingEventSubscriber'] ?? $this->load('getShoppingEventSubscriberService.php'));
}, 1 => 'onTemplateShopping'], 0);
$instance->addListener('Shopping/confirm.twig', [0 => function () {
return ($this->privates['Plugin\\PinpointSale\\EventSubscriber\\ShoppingEventSubscriber'] ?? $this->load('getShoppingEventSubscriberService.php'));
}, 1 => 'onTemplateShoppingConfirm'], 0);
$instance->addListener('@admin/Order/edit.twig', [0 => function () {
return ($this->privates['Plugin\\PointEx\\EventSubscriber\\AdminOrderEditEventSubscriber'] ?? $this->load('getAdminOrderEditEventSubscriberService.php'));
}, 1 => 'onTemplateAdminOrderEdit'], 0);
$instance->addListener('@admin/Product/product.twig', [0 => function () {
return ($this->privates['Plugin\\PointEx\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriber2Service.php'));
}, 1 => 'onTemplateProductProduct'], 0);
$instance->addListener('@admin/Product/product_class.twig', [0 => function () {
return ($this->privates['Plugin\\PointEx\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriber2Service.php'));
}, 1 => 'onTemplateProductClassEdit'], -10);
$instance->addListener('@admin/Product/index.twig', [0 => function () {
return ($this->privates['Plugin\\PointEx\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriber2Service.php'));
}, 1 => 'onTemplateProductIndex'], 10);
$instance->addListener('@admin/Order/shipping.twig', [0 => function () {
return ($this->privates['Plugin\\PointEx\\EventSubscriber\\AdminShippingEventSubscriber'] ?? $this->load('getAdminShippingEventSubscriberService.php'));
}, 1 => 'onTemplateAdminOrderShipping'], 0);
$instance->addListener('@admin/Setting/Shop/shop_master.twig', [0 => function () {
return ($this->privates['Plugin\\PointEx\\EventSubscriber\\AdminShopEventSubscriber'] ?? $this->load('getAdminShopEventSubscriberService.php'));
}, 1 => 'onTemplateShopMaster'], 0);
$instance->addListener('Cart/index.twig', [0 => function () {
return ($this->privates['Plugin\\PointEx\\EventSubscriber\\CartEventSubscriber'] ?? $this->load('getCartEventSubscriber2Service.php'));
}, 1 => 'onTemplateCartIndex'], 10);
$instance->addListener('Product/detail.twig', [0 => function () {
return ($this->privates['Plugin\\PointEx\\EventSubscriber\\ProductDetailEventSubscriber'] ?? $this->load('getProductDetailEventSubscriber2Service.php'));
}, 1 => 'onTemplateProductDetail'], 0);
$instance->addListener('Shopping/index.twig', [0 => function () {
return ($this->privates['Plugin\\PointEx\\EventSubscriber\\ShoppingEventSubscriber'] ?? $this->load('getShoppingEventSubscriber2Service.php'));
}, 1 => 'onTemplateShopping'], 10);
$instance->addListener('Shopping/confirm.twig', [0 => function () {
return ($this->privates['Plugin\\PointEx\\EventSubscriber\\ShoppingEventSubscriber'] ?? $this->load('getShoppingEventSubscriber2Service.php'));
}, 1 => 'onTemplateShoppingConfirm'], 10);
$instance->addListener('@admin/Product/product.twig', [0 => function () {
return ($this->privates['Plugin\\ProductPlus\\ProductPlusEvent'] ?? $this->load('getProductPlusEventService.php'));
}, 1 => 'onTemplateAdminProductEdit'], 0);
$instance->addListener('admin.product.edit.complete', [0 => function () {
return ($this->privates['Plugin\\ProductPlus\\ProductPlusEvent'] ?? $this->load('getProductPlusEventService.php'));
}, 1 => 'hookAdminProductEditComplete'], 0);
$instance->addListener('admin.product.copy.complete', [0 => function () {
return ($this->privates['Plugin\\ProductPlus\\ProductPlusEvent'] ?? $this->load('getProductPlusEventService.php'));
}, 1 => 'hookAdminProductCopyComplete'], 0);
$instance->addListener('admin.product.csv.export', [0 => function () {
return ($this->privates['Plugin\\ProductPlus\\ProductPlusEvent'] ?? $this->load('getProductPlusEventService.php'));
}, 1 => 'hookAdminProductCsvExport'], 0);
$instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [0 => function () {
return ($this->privates['Plugin\\ProductPlus\\ProductPlusEvent'] ?? $this->load('getProductPlusEventService.php'));
}, 1 => 'hookAdminProductCsvImportProductDescriptions'], 0);
$instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [0 => function () {
return ($this->privates['Plugin\\ProductPlus\\ProductPlusEvent'] ?? $this->load('getProductPlusEventService.php'));
}, 1 => 'hookAdminProductCsvImportProductCheck'], 0);
$instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [0 => function () {
return ($this->privates['Plugin\\ProductPlus\\ProductPlusEvent'] ?? $this->load('getProductPlusEventService.php'));
}, 1 => 'hookAdminProductCsvImportProductProcess'], 0);
$instance->addListener('Product/detail.twig', [0 => function () {
return ($this->privates['Plugin\\ProductReview4\\ProductReviewEvent'] ?? $this->load('getProductReviewEventService.php'));
}, 1 => 'detail'], 0);
$instance->addListener('@admin/Product/product.twig', [0 => function () {
return ($this->privates['Plugin\\RelatedProduct4\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct4\\RelatedProductEvent'] = new \Plugin\RelatedProduct4\RelatedProductEvent()));
}, 1 => 'onRenderAdminProduct'], 0);
$instance->addListener('Product/detail.twig', [0 => function () {
return ($this->privates['Plugin\\RelatedProduct4\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct4\\RelatedProductEvent'] = new \Plugin\RelatedProduct4\RelatedProductEvent()));
}, 1 => 'onRenderProductDetail'], 0);
$instance->addListener('front.product.index.search', [0 => function () {
return ($this->privates['Plugin\\lecastPriceSelectBlock41\\Event'] ?? $this->load('getEvent3Service.php'));
}, 1 => 'onFrontProductIndexSearch'], 0);
$instance->addListener('front.product.index.initialize', [0 => function () {
return ($this->privates['Plugin\\lecastPriceSelectBlock41\\Event'] ?? $this->load('getEvent3Service.php'));
}, 1 => 'onFrontProductIndexInitialize'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
}, 1 => 'onKernelRequest'], 4096);
$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.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.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('kernel.response', [0 => function () {
return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
}, 1 => 'onKernelRequest'], 48);
$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['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.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.psr7.listener.response'] ?? $this->load('getSensioFrameworkExtra_Psr7_Listener_ResponseService.php'));
}, 1 => 'onKernelView'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('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('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('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'before'], 0);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'pagination'], 0);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
}, 1 => 'before'], 1);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
}, 1 => 'before'], 1);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'pagination'], 1);
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 '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(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = 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.sensio_framework_extra.psr7.argument_value_resolver.server_request'] ?? $this->load('getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService.php'));
yield 5 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
yield 6 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
yield 7 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
yield 8 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
}, 9)), $a));
}
/**
* 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('ECCUBE_AUTH_MAGIC')))), ($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('aws_s3_resolver', ($this->services['liip_imagine.cache.resolver.aws_s3_resolver'] ?? $this->getLiipImagine_Cache_Resolver_AwsS3ResolverService()));
$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.aws_s3_resolver' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\AwsS3Resolver
*/
protected function getLiipImagine_Cache_Resolver_AwsS3ResolverService()
{
$this->services['liip_imagine.cache.resolver.aws_s3_resolver'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\Resolver\AwsS3Resolver(\Aws\S3\S3Client::factory(['version' => '2006-03-01', 'region' => $this->getEnv('AWS_S3_REGION')]), $this->getEnv('AWS_S3_BUCKET'), 'public-read', ['Scheme' => 'https'], ['CacheControl' => 'max-age='.$this->getEnv('string:AWS_S3_CACHE_CONTROL')]);
$instance->setCachePrefix('');
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), '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('ECCUBE_AUTH_MAGIC'));
}
/**
* 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->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
$a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
$a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
$a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor('!php/const:Monolog\\Logger::DEBUG', [0 => 'Eccube\\\\Log', 1 => 'Psr\\\\Log']))));
$a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
\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.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.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$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 \SunCat\MobileDetectBundle\DataCollector\DeviceDataCollector(($this->privates['mobile_detect.device_view'] ?? $this->getMobileDetect_DeviceViewService()));
$f->setRedirectConfig($this->parameters['mobile_detect.redirect']);
$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 \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.''.'/EccubeEccube_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(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
$instance->add($f);
$instance->add($g);
$instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
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->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
$a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
$a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
$a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor('!php/const:Monolog\\Logger::DEBUG', [0 => 'Eccube\\\\Log', 1 => 'Psr\\\\Log']))));
$a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
\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()), new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this), $a, $this->getEnv('ECCUBE_LOCALE'));
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
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()), false);
}
/**
* Gets the public 'security.csrf.token_manager' shared service.
*
* @return \Symfony\Component\Security\Csrf\CsrfTokenManager
*/
protected function getSecurity_Csrf_TokenManagerService()
{
return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* 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 '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->getParameter('session.storage.options'), new \Eccube\Session\Storage\Handler\SameSiteNoneCompatSessionHandler(new \Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler((\dirname(__DIR__, 3).'/sessions/dev'))), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0)));
}
/**
* Gets the public 'state_machine.order' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function getStateMachine_OrderService()
{
return $this->services['state_machine.order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => '1', 1 => '3', 2 => '4', 3 => '5', 4 => '6', 5 => '7', 6 => '8', 7 => '9'], [0 => new \Symfony\Component\Workflow\Transition('pay', '1', '6'), 1 => new \Symfony\Component\Workflow\Transition('packing', '1', '4'), 2 => new \Symfony\Component\Workflow\Transition('packing', '6', '4'), 3 => new \Symfony\Component\Workflow\Transition('cancel', '1', '3'), 4 => new \Symfony\Component\Workflow\Transition('cancel', '4', '3'), 5 => new \Symfony\Component\Workflow\Transition('cancel', '6', '3'), 6 => new \Symfony\Component\Workflow\Transition('back_to_in_progress', '3', '4'), 7 => new \Symfony\Component\Workflow\Transition('ship', '1', '5'), 8 => new \Symfony\Component\Workflow\Transition('ship', '6', '5'), 9 => new \Symfony\Component\Workflow\Transition('ship', '4', '5'), 10 => new \Symfony\Component\Workflow\Transition('return', '5', '9'), 11 => new \Symfony\Component\Workflow\Transition('cancel_return', '9', '5')], [0 => '1'], new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage())), new \Symfony\Component\Workflow\MarkingStore\SingleStateMarkingStore('status'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'order');
}
/**
* 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['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'twig' shared service.
*
* @return \Twig\Environment
*/
protected function getTwigService()
{
$a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));
$a->addPath((\dirname(__DIR__, 4).'/app/Plugin/Recommend4/Resource/template'), 'Recommend4');
$a->addPath((\dirname(__DIR__, 4).'/app/Plugin/Coupon4/Resource/template'), 'Coupon4');
$a->addPath((\dirname(__DIR__, 4).'/app/Plugin/MailMagazine4/Resource/template'), 'MailMagazine4');
$a->addPath((\dirname(__DIR__, 4).'/app/Plugin/SalesReport4/Resource/template'), 'SalesReport4');
$a->addPath((\dirname(__DIR__, 4).'/app/Plugin/RelatedProduct4/Resource/template'), 'RelatedProduct4');
$a->addPath((\dirname(__DIR__, 4).'/app/Plugin/ProductReview4/Resource/template'), 'ProductReview4');
$a->addPath((\dirname(__DIR__, 4).'/app/Plugin/PointEx/Resource/template'), 'PointEx');
$a->addPath((\dirname(__DIR__, 4).'/app/Plugin/PinpointSale/Resource/template'), 'PinpointSale');
$a->addPath((\dirname(__DIR__, 4).'/app/Plugin/EccubePaymentLite4/Resource/template'), 'EccubePaymentLite4');
$a->addPath((\dirname(__DIR__, 4).'/app/Plugin/SortProduct41Plus/Resource/template'), 'SortProduct41Plus');
$a->addPath((\dirname(__DIR__, 4).'/app/Plugin/JoolenCheckedItemBlock4/Resource/template'), 'JoolenCheckedItemBlock4');
$a->addPath((\dirname(__DIR__, 4).'/app/Plugin/lecastPriceSelectBlock41/Resource/template'), 'lecastPriceSelectBlock41');
$a->addPath((\dirname(__DIR__, 4).'/app/Plugin/AddOnForCategory4/Resource/template'), 'AddOnForCategory4');
$a->addPath((\dirname(__DIR__, 4).'/app/Plugin/DeliveryDate4/Resource/template'), 'DeliveryDate4');
$a->addPath((\dirname(__DIR__, 4).'/app/Plugin/ProductPlus/Resource/template'), 'ProductPlus');
$a->addPath((\dirname(__DIR__, 4).'/app/Plugin/ResizeImage4/Resource/template'), 'ResizeImage4');
$a->addPath((\dirname(__DIR__, 4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
$a->addPath((\dirname(__DIR__, 4).'/src/Eccube/Resource/template/default'));
$a->addPath((\dirname(__DIR__, 4).'/app/Plugin'));
$a->addPath((\dirname(__DIR__, 4).'/app/template/admin'), 'admin');
$a->addPath((\dirname(__DIR__, 4).'/src/Eccube/Resource/template/admin'), 'admin');
$a->addPath((\dirname(__DIR__, 4).'/app/template/user_data'), 'user_data');
$a->addPath((\dirname(__DIR__, 4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
$a->addPath((\dirname(__DIR__, 4).'/src/Eccube/Resource/template/common'), 'common');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Resources/views'), 'MobileDetect');
$a->addPath((\dirname(__DIR__, 4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Resources/views'), '!MobileDetect');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), 'KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), '!KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
$this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'base_template_class' => 'Eccube\\Twig\\Template', 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$c = ($this->services['translator'] ?? $this->getTranslatorService());
$d = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy();
$e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$f = new \Symfony\Component\Asset\Context\RequestStackContext($e, '', false);
$g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$h = ($this->services['router'] ?? $this->getRouterService());
$i = new \Symfony\Component\Workflow\Registry();
$i->addWorkflow(($this->services['state_machine.order'] ?? $this->getStateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
$j = ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService());
$k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$k->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $g]);
$l = new \SunCat\MobileDetectBundle\Twig\Extension\MobileDetectExtension(($this->privates['mobile_detect.mobile_detector.default'] ?? ($this->privates['mobile_detect.mobile_detector.default'] = new \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector())), ($this->privates['mobile_detect.device_view'] ?? $this->getMobileDetect_DeviceViewService()), $this->parameters['mobile_detect.redirect']);
$l->setRequestByRequestStack($e);
$m = new \Symfony\Bridge\Twig\AppVariable();
$m->setEnvironment('dev');
$m->setDebug(true);
if ($this->has('security.token_storage')) {
$m->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
}
if ($this->has('request_stack')) {
$m->setRequestStack($e);
}
$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())), $b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE'), $d, $f), ['admin' => new \Symfony\Component\Asset\PathPackage('/html/template/admin', $d, $f), 'save_image' => new \Symfony\Component\Asset\PathPackage('/html/upload/save_image', $d, $f), 'plugin' => new \Symfony\Component\Asset\PathPackage('/html/plugin', $d, $f), 'install' => new \Symfony\Component\Asset\PathPackage('/html/template/install', $d, $f), 'temp_image' => new \Symfony\Component\Asset\PathPackage('/html/upload/temp_image', $d, $f), 'user_data' => new \Symfony\Component\Asset\PathPackage('/html/user_data', $d, $f)])));
$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($b, 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($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($i));
$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 \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
$instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService())));
$instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
$instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
$instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
$instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
$instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
$instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
$instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
$instance->addExtension(new \Plugin\PinpointSale\Twig\Extension\PinpointSaleTwigExtension($j));
$instance->addExtension(new \Plugin\PointEx\Twig\PointExTwigExtension($j, ($this->privates['Plugin\\PointEx\\Service\\PointExService'] ?? $this->getPointExServiceService())));
$instance->addExtension(new \Twig_Extension_StringLoader());
$instance->addExtension(new \Twig\Extensions\IntlExtension());
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
$instance->addExtension($l);
$instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h, $c)));
$instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
$instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
$instance->addGlobal('app', $m);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates', 'exercise_html_purifier.twig.runtime', 'getExerciseHtmlPurifier_Twig_RuntimeService.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],
], [
'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
])));
$instance->addGlobal('BaseInfo', NULL);
$instance->addGlobal('eccube_config', ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
$instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', $this->getEnv('ECCUBE_TIMEZONE'), 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 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
*
* @return \Eccube\DataCollector\EccubeDataCollector
*/
protected function getEccubeDataCollectorService()
{
return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
}
/**
* Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
*
* @return \Eccube\Doctrine\Query\Queries
*/
protected function getQueriesService()
{
$this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
$a = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
$instance->addCustomizer(new \Plugin\SortProduct41Plus\Repository\SortProductJoin($a));
$instance->addCustomizer(new \Plugin\SortProduct41Plus\Repository\SortProductOrderBy($a));
$instance->addCustomizer(new \Plugin\MailMagazine4\Entity\AdminCustomerQueryCustomizer());
return $instance;
}
/**
* Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
*
* @return \Eccube\EventListener\IpAddrListener
*/
protected function getIpAddrListenerService()
{
return $this->privates['Eccube\\EventListener\\IpAddrListener'] = new \Eccube\EventListener\IpAddrListener(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
}
/**
* Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
*
* @return \Eccube\EventListener\LogListener
*/
protected function getLogListenerService()
{
return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
*
* @return \Eccube\EventListener\MaintenanceListener
*/
protected function getMaintenanceListenerService()
{
return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
}
/**
* Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
*
* @return \Eccube\EventListener\MobileTemplatePathListener
*/
protected function getMobileTemplatePathListenerService()
{
return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] = new \Eccube\EventListener\MobileTemplatePathListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector'] ?? ($this->services['SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector'] = new \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector())), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
}
/**
* Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
*
* @return \Eccube\EventListener\TransactionListener
*/
protected function getTransactionListenerService()
{
return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
*
* @return \Eccube\EventListener\TwigInitializeListener
*/
protected function getTwigInitializeListenerService()
{
return $this->privates['Eccube\\EventListener\\TwigInitializeListener'] = new \Eccube\EventListener\TwigInitializeListener(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->privates['Eccube\\Repository\\PageRepository'] ?? $this->getPageRepositoryService()), ($this->privates['Eccube\\Repository\\PageLayoutRepository'] ?? $this->getPageLayoutRepositoryService()), ($this->privates['Eccube\\Repository\\BlockPositionRepository'] ?? $this->getBlockPositionRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] ?? $this->getDeviceTypeRepositoryService()), ($this->privates['Eccube\\Repository\\AuthorityRoleRepository'] ?? $this->getAuthorityRoleRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector'] ?? ($this->services['SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector'] = new \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Eccube\\Repository\\LayoutRepository'] ?? $this->getLayoutRepositoryService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
}
/**
* Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
*
* @return \Eccube\EventListener\TwoFactorAuthListener
*/
protected function getTwoFactorAuthListenerService()
{
return $this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] = new \Eccube\EventListener\TwoFactorAuthListener(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Eccube\\Service\\TwoFactorAuthService'] ?? $this->getTwoFactorAuthServiceService()));
}
/**
* Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
*
* @return \Eccube\Log\Processor\SessionProcessor
*/
protected function getSessionProcessorService()
{
return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor(($this->services['session'] ?? $this->getSessionService()));
}
/**
* Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
*
* @return \Eccube\Log\Processor\TokenProcessor
*/
protected function getTokenProcessorService()
{
return $this->privates['Eccube\\Log\\Processor\\TokenProcessor'] = new \Eccube\Log\Processor\TokenProcessor(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
}
/**
* Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
*
* @return \Eccube\Repository\AuthorityRoleRepository
*/
protected function getAuthorityRoleRepositoryService()
{
return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
*
* @return \Eccube\Repository\BaseInfoRepository
*/
protected function getBaseInfoRepositoryService()
{
return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
*
* @return \Eccube\Repository\BlockPositionRepository
*/
protected function getBlockPositionRepositoryService()
{
return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
*
* @return \Eccube\Repository\BlockRepository
*/
protected function getBlockRepositoryService()
{
return $this->privates['Eccube\\Repository\\BlockRepository'] = new \Eccube\Repository\BlockRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
}
/**
* Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
*
* @return \Eccube\Repository\CartRepository
*/
protected function getCartRepositoryService()
{
return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
*
* @return \Eccube\Repository\LayoutRepository
*/
protected function getLayoutRepositoryService()
{
return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
*
* @return \Eccube\Repository\Master\DeviceTypeRepository
*/
protected function getDeviceTypeRepositoryService()
{
return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
*
* @return \Eccube\Repository\OrderRepository
*/
protected function getOrderRepositoryService()
{
return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()));
}
/**
* Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
*
* @return \Eccube\Repository\PageLayoutRepository
*/
protected function getPageLayoutRepositoryService()
{
return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
*
* @return \Eccube\Repository\PageRepository
*/
protected function getPageRepositoryService()
{
return $this->privates['Eccube\\Repository\\PageRepository'] = new \Eccube\Repository\PageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), $this);
}
/**
* Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
*
* @return \Eccube\Repository\ProductClassRepository
*/
protected function getProductClassRepositoryService()
{
return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
*
* @return \Eccube\Repository\ProductRepository
*/
protected function getProductRepositoryService()
{
return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
}
/**
* Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
*
* @return \Eccube\Repository\TaxRuleRepository
*/
protected function getTaxRuleRepositoryService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getTaxRuleRepositoryService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/TaxRuleRepository.php';
return new \Eccube\Repository\TaxRuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
}
/**
* Gets the private 'Eccube\Request\Context' shared autowired service.
*
* @return \Eccube\Request\Context
*/
protected function getContextService()
{
return $this->privates['Eccube\\Request\\Context'] = new \Eccube\Request\Context(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
}
/**
* Gets the private 'Eccube\Security\Core\Encoder\PasswordEncoder' shared autowired service.
*
* @return \Eccube\Security\Core\Encoder\PasswordEncoder
*/
protected function getPasswordEncoderService()
{
return $this->privates['Eccube\\Security\\Core\\Encoder\\PasswordEncoder'] = new \Eccube\Security\Core\Encoder\PasswordEncoder(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
}
/**
* Gets the private 'Eccube\Service\CartService' shared autowired service.
*
* @return \Eccube\Service\CartService
*/
protected function getCartServiceService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getCartServiceService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/src/Eccube/Service/CartService.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Service/Cart/CartItemComparator.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
return new \Eccube\Service\CartService(($this->services['session'] ?? $this->getSessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService()), ($this->privates['Eccube\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()), new \Eccube\Service\Cart\ProductClassComparator(), new \Eccube\Service\Cart\SaleTypeCartAllocator(), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
}
/**
* Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
*
* @return \Eccube\Service\TwoFactorAuthService
*/
protected function getTwoFactorAuthServiceService()
{
return $this->privates['Eccube\\Service\\TwoFactorAuthService'] = new \Eccube\Service\TwoFactorAuthService($this, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
*
* @return \Eccube\Twig\Extension\EccubeExtension
*/
protected function getEccubeExtensionService()
{
return $this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] = new \Eccube\Twig\Extension\EccubeExtension(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()));
}
/**
* Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
*
* @return \Eccube\Twig\Extension\TaxExtension
*/
protected function getTaxExtensionService()
{
return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()));
}
/**
* Gets the private 'Plugin\EccubePaymentLite4\EventListener\EventSubscriber\Admin\AddRegularNav' shared autowired service.
*
* @return \Plugin\EccubePaymentLite4\EventListener\EventSubscriber\Admin\AddRegularNav
*/
protected function getAddRegularNavService()
{
return $this->privates['Plugin\\EccubePaymentLite4\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'] = new \Plugin\EccubePaymentLite4\EventListener\EventSubscriber\Admin\AddRegularNav(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->privates['Plugin\\EccubePaymentLite4\\Repository\\ConfigRepository'] ?? $this->getConfigRepository3Service()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'Plugin\EccubePaymentLite4\Repository\ConfigRepository' shared autowired service.
*
* @return \Plugin\EccubePaymentLite4\Repository\ConfigRepository
*/
protected function getConfigRepository3Service()
{
return $this->privates['Plugin\\EccubePaymentLite4\\Repository\\ConfigRepository'] = new \Plugin\EccubePaymentLite4\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Plugin\JoolenCheckedItemBlock4\Event' shared autowired service.
*
* @return \Plugin\JoolenCheckedItemBlock4\Event
*/
protected function getEvent2Service()
{
return $this->privates['Plugin\\JoolenCheckedItemBlock4\\Event'] = new \Plugin\JoolenCheckedItemBlock4\Event(($this->privates['Plugin\\JoolenCheckedItemBlock4\\Repository\\ConfigRepository'] ?? $this->getConfigRepository4Service()));
}
/**
* Gets the private 'Plugin\JoolenCheckedItemBlock4\Repository\ConfigRepository' shared autowired service.
*
* @return \Plugin\JoolenCheckedItemBlock4\Repository\ConfigRepository
*/
protected function getConfigRepository4Service()
{
return $this->privates['Plugin\\JoolenCheckedItemBlock4\\Repository\\ConfigRepository'] = new \Plugin\JoolenCheckedItemBlock4\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Plugin\PointEx\Service\PointExService' shared autowired service.
*
* @return \Plugin\PointEx\Service\PointExService
*/
protected function getPointExServiceService()
{
return $this->privates['Plugin\\PointEx\\Service\\PointExService'] = new \Plugin\PointEx\Service\PointExService(($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()));
}
/**
* Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
*
* @return \Symfony\Bridge\Monolog\Processor\WebProcessor
*/
protected function getWebProcessorService()
{
return $this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] = new \Symfony\Bridge\Monolog\Processor\WebProcessor(['url' => 'REQUEST_URI', 'ip' => 'REMOTE_ADDR', 'http_method' => 'REQUEST_METHOD', 'server' => 'SERVER_NAME', 'referrer' => 'HTTP_REFERER', 'user_agent' => 'HTTP_USER_AGENT']);
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('j3WIWD2C9d', 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.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('JqggtpxMA2', 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('4P6XC1HyN1', 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('EYxRY8Wn5r', 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('fBZzyMIFJf', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->privates['config_cache_factory'] = 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));
}
/**
* 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.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->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
$a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
$a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
$a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor('!php/const:Monolog\\Logger::DEBUG', [0 => 'Eccube\\\\Log', 1 => 'Psr\\\\Log']))));
$a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
\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'));
yield 3 => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService.php'));
}, 4), 'unanimous', 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 'eccube.collector.core' shared autowired service.
*
* @return \Eccube\DataCollector\EccubeDataCollector
*/
protected function getEccube_Collector_CoreService()
{
return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
}
/**
* Gets the private 'esi_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
*/
protected function getEsiListenerService()
{
return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListenerService()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
}
/**
* Gets the private 'fragment.listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
*/
protected function getFragment_ListenerService()
{
return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('ECCUBE_AUTH_MAGIC')))), '/_fragment');
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
}
/**
* Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
*
* @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
*/
protected function getKnpPaginator_Subscriber_SlidingPaginationService()
{
return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig', 'defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5]);
}
/**
* 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['translator.default'] ?? $this->getTranslator_DefaultService());
}, 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())), $this->getEnv('ECCUBE_LOCALE'), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'mobile_detect.device_view' shared service.
*
* @return \SunCat\MobileDetectBundle\Helper\DeviceView
*/
protected function getMobileDetect_DeviceViewService()
{
$this->privates['mobile_detect.device_view'] = $instance = new \SunCat\MobileDetectBundle\Helper\DeviceView(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->setCookieKey('device_view');
$instance->setCookiePath('/');
$instance->setCookieDomain('');
$instance->setCookieSecure(false);
$instance->setCookieHttpOnly(true);
$instance->setSwitchParam('device_view');
$instance->setCookieExpireDatetimeModifier('1 month');
$instance->setRedirectConfig($this->parameters['mobile_detect.redirect']);
return $instance;
}
/**
* Gets the private 'mobile_detect.request_listener' shared service.
*
* @return \SunCat\MobileDetectBundle\EventListener\RequestResponseListener
*/
protected function getMobileDetect_RequestListenerService()
{
return $this->privates['mobile_detect.request_listener'] = new \SunCat\MobileDetectBundle\EventListener\RequestResponseListener(($this->privates['mobile_detect.mobile_detector.default'] ?? ($this->privates['mobile_detect.mobile_detector.default'] = new \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector())), ($this->privates['mobile_detect.device_view'] ?? $this->getMobileDetect_DeviceViewService()), ($this->services['router'] ?? $this->getRouterService()), $this->parameters['mobile_detect.redirect'], true);
}
/**
* Gets the private 'monolog.handler.buffered' shared service.
*
* @return \Monolog\Handler\BufferHandler
*/
protected function getMonolog_Handler_BufferedService()
{
return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__, 3).'/log/dev/site.log')), 0, 100, true, false);
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.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->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
$instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
$instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
$instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor('!php/const:Monolog\\Logger::DEBUG', [0 => 'Eccube\\\\Log', 1 => 'Psr\\\\Log']))));
$instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
\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->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
$instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
$instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
$instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor('!php/const:Monolog\\Logger::DEBUG', [0 => 'Eccube\\\\Log', 1 => 'Psr\\\\Log']))));
$instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
\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->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
$instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
$instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
$instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor('!php/const:Monolog\\Logger::DEBUG', [0 => 'Eccube\\\\Log', 1 => 'Psr\\\\Log']))));
$instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* 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 '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.oauth2.api'] ?? $this->load('getSecurity_Authentication_Provider_Oauth2_ApiService.php'));
yield 1 => ($this->privates['security.authentication.provider.dao.admin'] ?? $this->load('getSecurity_Authentication_Provider_Dao_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.dao.customer'] ?? $this->load('getSecurity_Authentication_Provider_Dao_CustomerService.php'));
yield 4 => ($this->privates['security.authentication.provider.rememberme.customer'] ?? $this->load('getSecurity_Authentication_Provider_Rememberme_CustomerService.php'));
yield 5 => ($this->privates['security.authentication.provider.anonymous.customer'] ?? ($this->privates['security.authentication.provider.anonymous.customer'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
}, 6), true);
$instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
return $instance;
}
/**
* Gets the private 'security.csrf.token_storage' shared service.
*
* @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
*/
protected function getSecurity_Csrf_TokenStorageService()
{
return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
}
/**
* Gets the private 'security.encoder_factory.generic' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
*/
protected function getSecurity_EncoderFactory_GenericService()
{
$a = ($this->privates['Eccube\\Security\\Core\\Encoder\\PasswordEncoder'] ?? $this->getPasswordEncoderService());
return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Eccube\\Entity\\Member' => $a, 'Eccube\\Entity\\Customer' => $a]);
}
/**
* 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.customer' => ['privates', 'security.firewall.map.context.customer', 'getSecurity_Firewall_Map_Context_CustomerService.php', true],
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService.php', true],
], [
'security.firewall.map.context.admin' => '?',
'security.firewall.map.context.api' => '?',
'security.firewall.map.context.customer' => '?',
'security.firewall.map.context.dev' => '?',
]), new RewindableGenerator(function () {
yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.CmSCna_'] ?? ($this->privates['.security.request_matcher.CmSCna_'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
}, 4));
}
/**
* 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', 'admin_logout', 'logout', '_csrf_token', NULL, NULL);
$instance->registerListener('customer', 'logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['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()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', 'twig', 'getTwigService', false],
], [
'twig' => 'Twig\\Environment',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* 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 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService.php', true],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService.php', true],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService.php', true],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService.php', true],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService.php', true],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService.php', true],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService.php', true],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService.php', true],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService.php', true],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService.php', true],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService.php', true],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('ECCUBE_LOCALE'), ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [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')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.bg.xlf')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.cs.xlf')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.da.xliff')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.de.xliff')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.en.xliff'), 4 => (\dirname(__DIR__, 4).'/src/Eccube/Resource/locale/messages.en.yaml'), 5 => (\dirname(__DIR__, 4).'/src/Eccube/Resource/locale/validators.en.yaml')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.es.xliff')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.eu.xlf')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.fi.xlf')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.hr.xlf')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.id.xliff')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/app/Plugin/Recommend4/Resource/locale/messages.ja.yml'), 4 => (\dirname(__DIR__, 4).'/app/Plugin/Coupon4/Resource/locale/messages.ja.yml'), 5 => (\dirname(__DIR__, 4).'/app/Plugin/MailMagazine4/Resource/locale/messages.ja.yaml'), 6 => (\dirname(__DIR__, 4).'/app/Plugin/SalesReport4/Resource/locale/messages.ja.yml'), 7 => (\dirname(__DIR__, 4).'/app/Plugin/RelatedProduct4/Resource/locale/messages.ja.yaml'), 8 => (\dirname(__DIR__, 4).'/app/Plugin/ProductReview4/Resource/locale/messages.ja.yaml'), 9 => (\dirname(__DIR__, 4).'/app/Plugin/PointEx/Resource/locale/messages.ja.php'), 10 => (\dirname(__DIR__, 4).'/app/Plugin/PinpointSale/Resource/locale/messages.ja.php'), 11 => (\dirname(__DIR__, 4).'/app/Plugin/EccubePaymentLite4/Resource/locale/messages.ja.yaml'), 12 => (\dirname(__DIR__, 4).'/app/Plugin/SortProduct41Plus/Resource/locale/messages.ja.php'), 13 => (\dirname(__DIR__, 4).'/app/Plugin/JoolenCheckedItemBlock4/Resource/locale/messages.ja.yaml'), 14 => (\dirname(__DIR__, 4).'/app/Plugin/DeliveryDate4/Resource/locale/messages.ja.yaml'), 15 => (\dirname(__DIR__, 4).'/app/Plugin/ProductPlus/Resource/locale/messages.ja.yaml'), 16 => (\dirname(__DIR__, 4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 17 => (\dirname(__DIR__, 4).'/src/Eccube/Resource/locale/validators.ja.yaml')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.lv.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.no.xlf')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.tr.xlf')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.uk.xliff')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations/security.zh_TW.xlf')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security/Core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/app/Plugin/Recommend4/Resource/locale'), 5 => (\dirname(__DIR__, 4).'/app/Plugin/Coupon4/Resource/locale'), 6 => (\dirname(__DIR__, 4).'/app/Plugin/MailMagazine4/Resource/locale'), 7 => (\dirname(__DIR__, 4).'/app/Plugin/SalesReport4/Resource/locale'), 8 => (\dirname(__DIR__, 4).'/app/Plugin/RelatedProduct4/Resource/locale'), 9 => (\dirname(__DIR__, 4).'/app/Plugin/ProductReview4/Resource/locale'), 10 => (\dirname(__DIR__, 4).'/app/Plugin/PointEx/Resource/locale'), 11 => (\dirname(__DIR__, 4).'/app/Plugin/PinpointSale/Resource/locale'), 12 => (\dirname(__DIR__, 4).'/app/Plugin/EccubePaymentLite4/Resource/locale'), 13 => (\dirname(__DIR__, 4).'/app/Plugin/SortProduct41Plus/Resource/locale'), 14 => (\dirname(__DIR__, 4).'/app/Plugin/JoolenCheckedItemBlock4/Resource/locale'), 15 => (\dirname(__DIR__, 4).'/app/Plugin/DeliveryDate4/Resource/locale'), 16 => (\dirname(__DIR__, 4).'/app/Plugin/ProductPlus/Resource/locale'), 17 => (\dirname(__DIR__, 4).'/src/Eccube/Resource/locale/'), 18 => (\dirname(__DIR__, 4).'/app/Customize/Resource/locale/'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/src/Eccube/Resources/FrameworkBundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/src/Eccube/Resources/SecurityBundle/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-cache-bundle/translations'), 24 => (\dirname(__DIR__, 4).'/src/Eccube/Resources/DoctrineCacheBundle/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 26 => (\dirname(__DIR__, 4).'/src/Eccube/Resources/DoctrineBundle/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 28 => (\dirname(__DIR__, 4).'/src/Eccube/Resources/DoctrineMigrationsBundle/translations'), 29 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 30 => (\dirname(__DIR__, 4).'/src/Eccube/Resources/DoctrineFixturesBundle/translations'), 31 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 32 => (\dirname(__DIR__, 4).'/src/Eccube/Resources/SensioFrameworkExtraBundle/translations'), 33 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 34 => (\dirname(__DIR__, 4).'/src/Eccube/Resources/MonologBundle/translations'), 35 => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/translations'), 36 => (\dirname(__DIR__, 4).'/src/Eccube/Resources/SwiftmailerBundle/translations'), 37 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 38 => (\dirname(__DIR__, 4).'/src/Eccube/Resources/TwigBundle/translations'), 39 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 40 => (\dirname(__DIR__, 4).'/src/Eccube/Resources/DebugBundle/translations'), 41 => (\dirname(__DIR__, 4).'/vendor/symfony/web-server-bundle/translations'), 42 => (\dirname(__DIR__, 4).'/src/Eccube/Resources/WebServerBundle/translations'), 43 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 44 => (\dirname(__DIR__, 4).'/src/Eccube/Resources/WebProfilerBundle/translations'), 45 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 46 => (\dirname(__DIR__, 4).'/src/Eccube/Resources/MakerBundle/translations'), 47 => (\dirname(__DIR__, 4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/translations'), 48 => (\dirname(__DIR__, 4).'/src/Eccube/Resources/MobileDetectBundle/translations'), 49 => (\dirname(__DIR__, 4).'/src/Eccube/Resources/KnpPaginatorBundle/translations'), 50 => (\dirname(__DIR__, 4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 51 => (\dirname(__DIR__, 4).'/src/Eccube/Resources/ExerciseHTMLPurifierBundle/translations'), 52 => (\dirname(__DIR__, 4).'/app/Plugin/Api/Bundle/translations'), 53 => (\dirname(__DIR__, 4).'/src/Eccube/Resources/ApiBundle/translations'), 54 => (\dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/translations'), 55 => (\dirname(__DIR__, 4).'/src/Eccube/Resources/TrikoderOAuth2Bundle/translations'), 56 => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/translations'), 57 => (\dirname(__DIR__, 4).'/src/Eccube/Resources/LiipImagineBundle/translations'), 58 => (\dirname(__DIR__, 4).'/translations'), 59 => (\dirname(__DIR__, 4).'/src/Eccube/Resources/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security/Core/Resources/translations', 3 => 'vendor/knplabs/knp-paginator-bundle/Resources/translations', 4 => 'app/Plugin/Recommend4/Resource/locale', 5 => 'app/Plugin/Coupon4/Resource/locale', 6 => 'app/Plugin/MailMagazine4/Resource/locale', 7 => 'app/Plugin/SalesReport4/Resource/locale', 8 => 'app/Plugin/RelatedProduct4/Resource/locale', 9 => 'app/Plugin/ProductReview4/Resource/locale', 10 => 'app/Plugin/PointEx/Resource/locale', 11 => 'app/Plugin/PinpointSale/Resource/locale', 12 => 'app/Plugin/EccubePaymentLite4/Resource/locale', 13 => 'app/Plugin/SortProduct41Plus/Resource/locale', 14 => 'app/Plugin/JoolenCheckedItemBlock4/Resource/locale', 15 => 'app/Plugin/DeliveryDate4/Resource/locale', 16 => 'app/Plugin/ProductPlus/Resource/locale', 17 => 'src/Eccube/Resource/locale/', 18 => 'app/Customize/Resource/locale/', 19 => 'vendor/symfony/framework-bundle/translations', 20 => 'src/Eccube/Resources/FrameworkBundle/translations', 21 => 'vendor/symfony/security-bundle/translations', 22 => 'src/Eccube/Resources/SecurityBundle/translations', 23 => 'vendor/doctrine/doctrine-cache-bundle/translations', 24 => 'src/Eccube/Resources/DoctrineCacheBundle/translations', 25 => 'vendor/doctrine/doctrine-bundle/translations', 26 => 'src/Eccube/Resources/DoctrineBundle/translations', 27 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 28 => 'src/Eccube/Resources/DoctrineMigrationsBundle/translations', 29 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 30 => 'src/Eccube/Resources/DoctrineFixturesBundle/translations', 31 => 'vendor/sensio/framework-extra-bundle/src/translations', 32 => 'src/Eccube/Resources/SensioFrameworkExtraBundle/translations', 33 => 'vendor/symfony/monolog-bundle/translations', 34 => 'src/Eccube/Resources/MonologBundle/translations', 35 => 'vendor/symfony/swiftmailer-bundle/translations', 36 => 'src/Eccube/Resources/SwiftmailerBundle/translations', 37 => 'vendor/symfony/twig-bundle/translations', 38 => 'src/Eccube/Resources/TwigBundle/translations', 39 => 'vendor/symfony/debug-bundle/translations', 40 => 'src/Eccube/Resources/DebugBundle/translations', 41 => 'vendor/symfony/web-server-bundle/translations', 42 => 'src/Eccube/Resources/WebServerBundle/translations', 43 => 'vendor/symfony/web-profiler-bundle/translations', 44 => 'src/Eccube/Resources/WebProfilerBundle/translations', 45 => 'vendor/symfony/maker-bundle/src/translations', 46 => 'src/Eccube/Resources/MakerBundle/translations', 47 => 'vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/translations', 48 => 'src/Eccube/Resources/MobileDetectBundle/translations', 49 => 'src/Eccube/Resources/KnpPaginatorBundle/translations', 50 => 'vendor/exercise/htmlpurifier-bundle/src/translations', 51 => 'src/Eccube/Resources/ExerciseHTMLPurifierBundle/translations', 52 => 'app/Plugin/Api/Bundle/translations', 53 => 'src/Eccube/Resources/ApiBundle/translations', 54 => 'vendor/trikoder/oauth2-bundle/translations', 55 => 'src/Eccube/Resources/TrikoderOAuth2Bundle/translations', 56 => 'vendor/liip/imagine-bundle/translations', 57 => 'src/Eccube/Resources/LiipImagineBundle/translations', 58 => 'translations', 59 => 'src/Eccube/Resources/translations']]]);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => $this->getEnv('ECCUBE_LOCALE'), 1 => $this->getEnv('ECCUBE_LOCALE')]);
return $instance;
}
/**
* 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();
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Eccube\\Form\\Validator\\EmailValidator' => ['privates', 'Eccube\\Form\\Validator\\EmailValidator', 'getEmailValidatorService.php', true],
'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates', 'Eccube\\Form\\Validator\\TwigLintValidator', 'getTwigLintValidatorService.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],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService.php', true],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService.php', true],
], [
'Eccube\\Form\\Validator\\EmailValidator' => '?',
'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
'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' => '?',
'security.validator.user_password' => '?',
'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')]);
$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()))]);
$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()));
}
/**
* @return array|bool|float|int|string|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,
'locale' => false,
'timezone' => false,
'currency' => false,
'eccube_database_url' => false,
'eccube_mailer_url' => false,
'eccube_admin_route' => false,
'eccube_user_data_route' => false,
'eccube_admin_allow_hosts' => false,
'eccube_admin_deny_hosts' => false,
'eccube_force_ssl' => false,
'eccube.theme' => false,
'eccube_theme_code' => false,
'eccube_auth_magic' => false,
'eccube_theme_front_dir' => false,
'eccube_html_front_dir' => false,
'eccube_csv_temp_realdir' => false,
'eccube_owners_store_url' => false,
'eccube_package_api_url' => false,
'eccube_content_maintenance_file_path' => false,
'eccube_2fa_enabled' => false,
'eccube_2fa_cookie_name' => false,
'eccube_2fa_expire' => false,
'aws_s3_region' => false,
'aws_s3_cache_control' => false,
'kernel.secret' => false,
'kernel.default_locale' => false,
'session.storage.options' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'doctrine.orm.proxy_dir' => false,
'swiftmailer.spool.default.memory.path' => false,
'liip_imagine.resolvers' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'locale': $value = $this->getEnv('ECCUBE_LOCALE'); break;
case 'timezone': $value = $this->getEnv('ECCUBE_TIMEZONE'); break;
case 'currency': $value = $this->getEnv('ECCUBE_CURRENCY'); break;
case 'eccube_database_url': $value = $this->getEnv('DATABASE_URL'); break;
case 'eccube_mailer_url': $value = $this->getEnv('MAILER_URL'); break;
case 'eccube_admin_route': $value = $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
case 'eccube_user_data_route': $value = $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
case 'eccube_admin_allow_hosts': $value = $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
case 'eccube_admin_deny_hosts': $value = $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
case 'eccube_force_ssl': $value = $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
case 'eccube.theme': $value = $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
case 'eccube_theme_code': $value = $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
case 'eccube_auth_magic': $value = $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
case 'eccube_theme_front_dir': $value = (\dirname(__DIR__, 4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
case 'eccube_html_front_dir': $value = (\dirname(__DIR__, 4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
case 'eccube_csv_temp_realdir': $value = ($this->targetDir.''.'/dev/eccube'); break;
case 'eccube_owners_store_url': $value = $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
case 'eccube_package_api_url': $value = $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
case 'eccube_content_maintenance_file_path': $value = $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
case 'eccube_2fa_enabled': $value = $this->getEnv('ECCUBE_2FA_ENABLED'); break;
case 'eccube_2fa_cookie_name': $value = $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
case 'eccube_2fa_expire': $value = $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
case 'aws_s3_region': $value = $this->getEnv('AWS_S3_REGION'); break;
case 'aws_s3_cache_control': $value = $this->getEnv('AWS_S3_CACHE_CONTROL'); break;
case 'kernel.secret': $value = $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
case 'kernel.default_locale': $value = $this->getEnv('ECCUBE_LOCALE'); break;
case 'session.storage.options': $value = [
'cache_limiter' => '0',
'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
'cookie_httponly' => true,
'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
'gc_probability' => 1,
]; 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.''.'/EccubeEccube_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 'swiftmailer.spool.default.memory.path': $value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
case 'liip_imagine.resolvers': $value = [
'default' => [
'web_path' => [
'web_root' => \dirname(__DIR__, 4),
'cache_prefix' => 'media/cache',
],
],
'aws_s3_resolver' => [
'aws_s3' => [
'bucket' => $this->getEnv('AWS_S3_BUCKET'),
'client_config' => [
'version' => '2006-03-01',
'region' => $this->getEnv('AWS_S3_REGION'),
],
'get_options' => [
'Scheme' => 'https',
],
'put_options' => [
'CacheControl' => 'max-age='.$this->getEnv('string:AWS_S3_CACHE_CONTROL'),
],
'cache' => false,
'acl' => 'public-read',
'cache_prefix' => '',
'proxies' => [
],
],
],
]; 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/Eccube'),
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.name' => 'Eccube',
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'MobileDetectBundle' => 'SunCat\\MobileDetectBundle\\MobileDetectBundle',
'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
'ApiBundle' => 'Plugin\\Api\\Bundle\\ApiBundle',
'TrikoderOAuth2Bundle' => 'Trikoder\\Bundle\\OAuth2Bundle\\TrikoderOAuth2Bundle',
'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'DoctrineCacheBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-cache-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'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',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'WebServerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-server-bundle'),
'namespace' => 'Symfony\\Bundle\\WebServerBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'MobileDetectBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle'),
'namespace' => 'SunCat\\MobileDetectBundle',
],
'KnpPaginatorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
'namespace' => 'Knp\\Bundle\\PaginatorBundle',
],
'ExerciseHTMLPurifierBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/exercise/htmlpurifier-bundle/src'),
'namespace' => 'Exercise\\HTMLPurifierBundle',
],
'ApiBundle' => [
'path' => (\dirname(__DIR__, 4).'/app/Plugin/Api/Bundle'),
'namespace' => 'Plugin\\Api\\Bundle',
],
'TrikoderOAuth2Bundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle'),
'namespace' => 'Trikoder\\Bundle\\OAuth2Bundle',
],
'LiipImagineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
'namespace' => 'Liip\\ImagineBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'EccubeEccube_KernelDevDebugContainer',
'container.dumper.inline_class_loader' => true,
'env(ECCUBE_LOCALE)' => 'ja',
'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
'env(ECCUBE_CURRENCY)' => 'JPY',
'env(DATABASE_URL)' => '',
'env(DATABASE_SERVER_VERSION)' => NULL,
'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
'env(ECCUBE_FORCE_SSL)' => false,
'env(ECCUBE_TEMPLATE_CODE)' => 'default',
'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
'env(ECCUBE_COOKIE_NAME)' => 'eccube',
'env(ECCUBE_COOKIE_PATH)' => '/',
'env(ECCUBE_COOKIE_LIFETIME)' => '0',
'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net',
'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__, 4).'/.maintenance'),
'env(ECCUBE_2FA_ENABLED)' => true,
'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
'env(ECCUBE_2FA_EXPIRE)' => '14',
'eccube_auth_type' => 'HMAC',
'eccube_password_hash_algos' => 'SHA256',
'eccube_theme_app_dir' => (\dirname(__DIR__, 4).'/app/template'),
'eccube_theme_src_dir' => (\dirname(__DIR__, 4).'/src/Eccube/Resource/template'),
'eccube_theme_user_data_dir' => (\dirname(__DIR__, 4).'/app/template/user_data'),
'eccube_theme_front_default_dir' => (\dirname(__DIR__, 4).'/src/Eccube/Resource/template/default'),
'eccube_theme_admin_dir' => (\dirname(__DIR__, 4).'/app/template/admin'),
'eccube_theme_admin_default_dir' => (\dirname(__DIR__, 4).'/src/Eccube/Resource/template/admin'),
'eccube_html_dir' => (\dirname(__DIR__, 4).'/html'),
'eccube_html_plugin_dir' => (\dirname(__DIR__, 4).'/html/plugin'),
'eccube_html_admin_dir' => (\dirname(__DIR__, 4).'/html/template/admin'),
'eccube_twig_block_templates' => [
],
'eccube_save_image_dir' => (\dirname(__DIR__, 4).'/html/upload/save_image'),
'eccube_temp_image_dir' => (\dirname(__DIR__, 4).'/html/upload/temp_image'),
'eccube_csv_size' => 5,
'eccube_csv_split_lines' => 100,
'eccube_default_password' => '**********',
'eccube_deliv_addr_max' => 20,
'eccube_deliv_date_end_max' => 40,
'eccube_id_max_len' => 50,
'eccube_id_min_len' => 4,
'eccube_int_len' => 9,
'eccube_category_nest_level' => 5,
'eccube_lltext_len' => 99999,
'eccube_ltext_len' => 3000,
'eccube_max_total_fee' => 9999999999,
'eccube_mltext_len' => 1000,
'eccube_mtext_len' => 200,
'plugin_html_realdir' => (\dirname(__DIR__, 4).'/html/plugin/'),
'plugin_html_urlpath' => '/plugin/',
'plugin_realdir' => (\dirname(__DIR__, 4).'/app/Plugin'),
'plugin_data_realdir' => (\dirname(__DIR__, 4).'/app/PluginData'),
'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
'eccube_price_len' => 8,
'eccube_search_pmax' => 12,
'eccube_sitemap_products_per_page' => 1000,
'eccube_stext_len' => 255,
'eccube_sltext_len' => 500,
'eccube_smtext_len' => 100,
'eccube_tax_rule_priority' => [
0 => 'product_id',
1 => 'product_class_id',
2 => 'pref_id',
3 => 'country_id',
],
'eccube_url_len' => 1024,
'eccube_default_page_count' => 50,
'eccube_admin_product_stock_status' => 3,
'eccube_customer_reset_expire' => 10,
'eccube_csv_export_separator' => ',',
'eccube_csv_export_encoding' => 'SJIS-win',
'eccube_csv_import_encoding' => [
0 => 'UTF-8',
1 => 'SJIS-win',
2 => 'SJIS',
3 => 'EUC-JP',
4 => 'ASCII',
5 => 'JIS',
],
'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
'eccube_csv_export_multidata_separator' => ',',
'eccube_csv_import_delimiter' => ',',
'eccube_csv_import_enclosure' => '"',
'eccube_csv_import_escape' => '\\',
'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
'eccube_official_site_url' => 'https://www.ec-cube.net',
'eccube_community_site_url' => 'https://xoops.ec-cube.net',
'eccube_document_url' => 'http://doc4.ec-cube.net',
'eccube_name_len' => 16,
'eccube_kana_len' => 25,
'eccube_address1_len' => 32,
'eccube_address2_len' => 32,
'eccube_birth_max' => 110,
'eccube_product_order_price_lower' => 1,
'eccube_product_order_newer' => 2,
'eccube_product_order_price_higher' => 3,
'eccube_price_max' => 2147483647,
'eccube_tel_len_max' => 14,
'eccube_postal_code' => 8,
'eccube_password_min_len' => 8,
'eccube_password_max_len' => 32,
'eccube_composer_memory_limit' => '1536M',
'eccube_order_mail_template_id' => 1,
'eccube_entry_confirm_mail_template_id' => 2,
'eccube_entry_complete_mail_template_id' => 3,
'eccube_customer_withdraw_mail_template_id' => 4,
'eccube_contact_mail_template_id' => 5,
'eccube_forgot_mail_template_id' => 6,
'eccube_reset_complete_mail_template_id' => 7,
'eccube_shipping_notify_mail_template_id' => 8,
'eccube_rfc_email_check' => false,
'eccube_order_no_format' => '',
'eccube_order_pdf_message_len' => 30,
'eccube_news_start_year' => 2000,
'eccube_result_cache_lifetime' => 3600,
'eccube_result_cache_lifetime_short' => 10,
'eccube_nav' => [
'product' => [
'name' => 'admin.product.product_management',
'icon' => 'fa-cube',
'children' => [
'product_master' => [
'name' => 'admin.product.product_list',
'url' => 'admin_product',
],
'product_edit' => [
'name' => 'admin.product.product_registration',
'url' => 'admin_product_product_new',
],
'class_name' => [
'name' => 'admin.product.class_management',
'url' => 'admin_product_class_name',
],
'class_category' => [
'name' => 'admin.product.category_management',
'url' => 'admin_product_category',
],
'product_tag' => [
'name' => 'admin.product.tag_management',
'url' => 'admin_product_tag',
],
'product_csv_import' => [
'name' => 'admin.product.product_csv_upload',
'url' => 'admin_product_csv_import',
],
'category_csv_import' => [
'name' => 'admin.product.category_csv_upload',
'url' => 'admin_product_category_csv_import',
],
'pinpoint_sale_common' => [
'name' => 'タイムセール設定',
'url' => 'admin_pinpoint_sale_common',
],
'productitem' => [
'id' => 'product_productitem',
'name' => 'productplus.admin.nav.product.productitem',
'url' => 'admin_product_productitem',
],
'product_review' => [
'name' => 'product_review.admin.product_review.title',
'url' => 'product_review_admin_product_review',
],
'sort_product' => [
'name' => 'sort_product.nav',
'url' => 'plugin_SortProduct',
],
'price_range' => [
'name' => '価格帯を設定',
'url' => 'admin_product_price_range',
],
],
],
'order' => [
'name' => 'admin.order.order_management',
'icon' => 'fa-shopping-cart',
'children' => [
'order_master' => [
'name' => 'admin.order.order_list',
'url' => 'admin_order',
],
'order_edit' => [
'name' => 'admin.order.order_registration',
'url' => 'admin_order_new',
],
'shipping_csv_import' => [
'name' => 'admin.order.shipping_csv_upload',
'url' => 'admin_shipping_csv_import',
],
'plugin_coupon' => [
'name' => 'クーポン',
'url' => 'plugin_coupon_list',
],
],
],
'customer' => [
'name' => 'admin.customer.customer_management',
'icon' => 'fa-users',
'children' => [
'customer_master' => [
'name' => 'admin.customer.customer_list',
'url' => 'admin_customer',
],
'customer_edit' => [
'name' => 'admin.customer.customer_registration',
'url' => 'admin_customer_new',
],
],
],
'content' => [
'name' => 'admin.content.contents_management',
'icon' => 'fa-file-text-o',
'children' => [
'news' => [
'name' => 'admin.content.news_management',
'url' => 'admin_content_news',
],
'file' => [
'name' => 'admin.content.file_management',
'url' => 'admin_content_file',
],
'layout' => [
'name' => 'admin.content.layout_management',
'url' => 'admin_content_layout',
],
'page' => [
'name' => 'admin.content.page_management',
'url' => 'admin_content_page',
],
'css' => [
'name' => 'admin.content.css_management',
'url' => 'admin_content_css',
],
'js' => [
'name' => 'admin.content.js_management',
'url' => 'admin_content_js',
],
'block' => [
'name' => 'admin.content.block_management',
'url' => 'admin_content_block',
],
'cache' => [
'name' => 'admin.content.cache_management',
'url' => 'admin_content_cache',
],
'maintenance' => [
'name' => 'admin.content.maintenance_management',
'url' => 'admin_content_maintenance',
],
'plugin_recommend' => [
'name' => 'plugin_recommend.admin.navi',
'url' => 'plugin_recommend_list',
],
],
],
'setting' => [
'name' => 'admin.setting',
'icon' => 'fa-cog',
'children' => [
'shop' => [
'name' => 'admin.setting.shop',
'children' => [
'shop_index' => [
'name' => 'admin.setting.shop.shop_setting',
'url' => 'admin_setting_shop',
],
'shop_tradelaw' => [
'name' => 'admin.setting.shop.tradelaw_setting',
'url' => 'admin_content_page_edit',
'param' => [
'id' => 21,
'return' => 'tradelaw',
],
],
'shop_agreement' => [
'name' => 'admin.setting.shop.agreement_setting',
'url' => 'admin_content_page_edit',
'param' => [
'id' => 19,
'return' => 'agreement',
],
],
'shop_payment' => [
'name' => 'admin.setting.shop.payment_setting',
'url' => 'admin_setting_shop_payment',
],
'shop_delivery' => [
'name' => 'admin.setting.shop.delivery_setting',
'url' => 'admin_setting_shop_delivery',
],
'shop_tax' => [
'name' => 'admin.setting.shop.tax_setting',
'url' => 'admin_setting_shop_tax',
],
'shop_mail' => [
'name' => 'admin.setting.shop.mail_setting',
'url' => 'admin_setting_shop_mail',
],
'shop_csv' => [
'name' => 'admin.setting.shop.csv_setting',
'url' => 'admin_setting_shop_csv',
],
'shop_order_status' => [
'name' => 'admin.setting.shop.order_status_setting',
'url' => 'admin_setting_shop_order_status',
],
'shop_calendar' => [
'name' => 'admin.setting.shop.calendar_setting',
'url' => 'admin_setting_shop_calendar',
],
'holiday' => [
'id' => 'admin_setting_deliverydate_holiday',
'name' => 'deliverydate.admin.nav.setting.deliverydate.holiday',
'url' => 'admin_setting_deliverydate_holiday',
],
'point_ex_setting' => [
'name' => 'ポイント設定',
'url' => 'admin_setting_shop_point_ex',
],
],
],
'system' => [
'name' => 'admin.setting.system',
'children' => [
'member' => [
'name' => 'admin.setting.system.member_management',
'url' => 'admin_setting_system_member',
],
'authority' => [
'name' => 'admin.setting.system.authority_management',
'url' => 'admin_setting_system_authority',
],
'security' => [
'name' => 'admin.setting.system.security_management',
'url' => 'admin_setting_system_security',
],
'login_history' => [
'name' => 'admin.setting.system.login_history',
'url' => 'admin_setting_system_login_history',
],
'log' => [
'name' => 'admin.setting.system.log_display',
'url' => 'admin_setting_system_log',
],
'masterdata' => [
'name' => 'admin.setting.system.master_data_management',
'url' => 'admin_setting_system_masterdata',
],
'system_index' => [
'name' => 'admin.setting.system.system_info',
'url' => 'admin_setting_system_system',
],
'deliverydate_config' => [
'id' => 'admin_setting_deliverydate_config',
'name' => 'deliverydate.admin.nav.setting.deliverydate.config',
'url' => 'admin_setting_deliverydate_config',
],
],
],
],
],
'store' => [
'name' => 'admin.store',
'icon' => 'fa-plug',
'children' => [
'plugin' => [
'name' => 'admin.store.plugin',
'children' => [
'plugin_owners_search' => [
'name' => 'admin.store.plugin.plugin_owners_install',
'url' => 'admin_store_plugin_owners_search',
],
'plugin_list' => [
'name' => 'admin.store.plugin.plugin_list',
'url' => 'admin_store_plugin',
],
],
],
'template' => [
'name' => 'admin.store.template',
'children' => [
'template_list' => [
'name' => 'admin.store.template.template_list',
'url' => 'admin_store_template',
],
'template_install' => [
'name' => 'admin.store.template.template_install',
'url' => 'admin_store_template_install',
],
],
],
'authentication_setting' => [
'name' => 'admin.store.setting',
'url' => 'admin_store_authentication_setting',
],
'joolen_plugin' => [
'name' => 'joolenプラグイン設定',
'children' => [
'joolen_checked_item_block4_config' => [
'name' => '閲覧商品ブロック',
'url' => 'admin_store_joolen_plugin_joolen_checked_item_block4',
],
],
],
],
],
'mailmagazine' => [
'id' => 'mailmagazine',
'name' => 'mailmagazine.title',
'icon' => 'fa-envelope',
'children' => [
'mailmagazine' => [
'id' => 'mailmagazine',
'name' => 'mailmagazine.index.title',
'url' => 'plugin_mail_magazine',
],
'mailmagazine_template' => [
'id' => 'mailmagazine_template',
'name' => 'mailmagazine.template.title',
'url' => 'plugin_mail_magazine_template',
],
'mailmagazine_history' => [
'id' => 'mailmagazine_history',
'name' => 'mailmagazine.history.title',
'url' => 'plugin_mail_magazine_history',
],
],
],
'resize_iamge_config' => [
'name' => '画像リサイズ管理',
'icon' => 'fa-picture-o',
'children' => [
'resize_image_config_amazon_s3' => [
'name' => 'Amazon S3連携設定',
'url' => 'admin_resize_image_amazon_s3',
],
],
],
'SalesReport4' => [
'name' => 'sales_report.admin.nav.001',
'icon' => 'fa-chart-bar',
'children' => [
'sales_report_admin_term' => [
'id' => 'sales_report_admin_term',
'url' => 'sales_report_admin_term',
'name' => 'sales_report.admin.nav.002',
],
'sales_report_admin_product' => [
'id' => 'sales_report_admin_product',
'url' => 'sales_report_admin_product',
'name' => 'sales_report.admin.nav.003',
],
'sales_report_admin_age' => [
'id' => 'sales_report_admin_age',
'url' => 'sales_report_admin_age',
'name' => 'sales_report.admin.nav.004',
],
],
],
],
'env(MAILER_URL)' => '',
'env(ECCUBE_OAUTH2_AUTHORIZATION_SERVER_PRIVATE_KEY)' => (\dirname(__DIR__, 4).'/app/PluginData/Api/oauth/private.key'),
'env(ECCUBE_OAUTH2_RESOURCE_SERVER_PUBLIC_KEY)' => (\dirname(__DIR__, 4).'/app/PluginData/Api/oauth/public.key'),
'env(ECCUBE_OAUTH2_ENCRYPTION_KEY)' => '<change.me>',
'gmo_epsilon' => [
'pay_id' => [
'credit' => 1,
'reg_credit' => 2,
'conveni' => 3,
'netbank_jnb' => 4,
'netbank_rakuten' => 5,
'payeasy' => 7,
'webmoney' => 8,
'ywallet' => 9,
'paypal' => 11,
'bitcash' => 12,
'chocom' => 13,
'sphone' => 15,
'jcb' => 16,
'sumishin' => 17,
'deferred' => 18,
'virtual_account' => 22,
'paypay' => 25,
'maillink' => 99,
],
'pay_name' => [
'credit' => 'クレジットカード決済',
'reg_credit' => '登録済みのクレジットカードで決済',
'conveni' => 'コンビニ決済',
'netbank_jnb' => 'ネット銀行決済(PayPay銀行)',
'netbank_rakuten' => 'ネット銀行決済(楽天銀行)',
'payeasy' => 'ペイジー決済',
'webmoney' => 'WebMoney決済',
'ywallet' => 'Yahoo!ウォレット決済サービス',
'paypal' => 'Paypal決済',
'bitcash' => 'Bitcash決済',
'chocom' => '電子マネーちょコム決済',
'sphone' => 'スマートフォンキャリア決済',
'jcb' => 'JCB PREMO',
'sumishin' => '住信SBIネット銀行決済',
'deferred' => 'GMO後払い',
'virtual_account' => 'バーチャル口座',
'paypay' => 'Paypay',
'maillink' => 'メールリンク決済',
],
'st_code' => [
'credit' => '10000-0000-00000-00000-00000-00000-00000',
'reg_credit' => '01000-0000-00000-00000-00000-00000-00000',
'conveni' => '00100-0000-00000-00000-00000-00000-00000',
'netbank_jnb' => '00010-0000-00000-00000-00000-00000-00000',
'netbank_rakuten' => '00001-0000-00000-00000-00000-00000-00000',
'sumishin' => '00000-0000-00000-00100-00000-00000-00000',
'payeasy' => '00000-0100-00000-00000-00000-00000-00000',
'webmoney' => '00000-0010-00000-00000-00000-00000-00000',
'ywallet' => '00000-0001-00000-00000-00000-00000-00000',
'paypal' => '00000-0000-01000-00000-00000-00000-00000',
'bitcash' => '00000-0000-00100-00000-00000-00000-00000',
'chocom' => '00000-0000-00010-00000-00000-00000-00000',
'sphone' => '00000-0000-00000-10000-00000-00000-00000',
'jcb' => '00000-0000-00000-01000-00000-00000-00000',
'deferred' => '00000-0000-00000-00010-00000-00000-00000',
'virtual_account' => '00000-0000-00000-00000-00100-00000-00000',
'paypay' => '00000-0000-00000-00000-00000-10000-00000',
'maillink' => 'maillink',
],
'mission_code' => [
'every_month' => 21,
'every_other' => 25,
'every_three_month' => 27,
'every_six_month' => 29,
'every_year' => 31,
],
'regular_pay_id' => [
'every_month' => 101,
'every_other_month' => 102,
'every_three_month' => 103,
'every_six_month' => 104,
'every_year' => 105,
],
'regular_pay_name' => [
'every_month' => '定期的なクレジットカード決済(毎月)',
'every_other_month' => '定期的なクレジットカード決済(2ヵ月ごと)',
'every_three_month' => '定期的なクレジットカード決済(3ヵ月ごと)',
'every_six_month' => '定期的なクレジットカード決済(半年ごと)',
'every_year' => '定期的なクレジットカード決済(1年ごと)',
],
'regular' => [
'rule_max' => 9999999,
'st_code' => '10000-0000-00000',
'sale_type' => '定期購入商品',
],
'rule_max' => [
'credit' => 9999999,
'reg_credit' => 9999999,
'conveni' => 299999,
'netbank_jnb' => 9999999,
'netbank_rakuten' => 9999999,
'payeasy' => 9999999,
'webmoney' => 199999,
'ywallet' => 499999,
'paypal' => 499999,
'bitcash' => 199999,
'chocom' => 99999,
'sphone' => 50000,
'jcb' => 500000,
'sumishin' => 9999999,
'deferred' => 49999,
'virtual_account' => 9999999,
'paypay' => 9999999,
'maillink' => 9999999,
],
'url' => [
'dev' => [
'receive_order3' => 'https://beta.epsilon.jp/cgi-bin/order/receive_order3.cgi',
'getsales2' => 'https://beta.epsilon.jp/cgi-bin/order/getsales2.cgi',
'get_user_info' => 'https://beta.epsilon.jp/cgi-bin/order/get_user_info.cgi',
'sales_payment' => 'https://beta.epsilon.jp/cgi-bin/order/sales_payment.cgi',
'ship_request' => 'https://beta.epsilon.jp/cgi-bin/order/ship_request.cgi',
'cancel_payment' => 'https://beta.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
'change_amount_payment' => 'https://beta.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
'card3' => 'https://beta.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
'token' => 'https://beta.epsilon.jp/js/token.js',
'direct_card_payment' => 'https://beta.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
],
'prod' => [
'receive_order3' => 'https://secure.epsilon.jp/cgi-bin/order/receive_order3.cgi',
'getsales2' => 'https://secure.epsilon.jp/cgi-bin/order/getsales2.cgi',
'get_user_info' => 'https://secure.epsilon.jp/cgi-bin/order/get_user_info.cgi',
'sales_payment' => 'https://secure.epsilon.jp/cgi-bin/order/sales_payment.cgi',
'ship_request' => 'https://secure.epsilon.jp/cgi-bin/order/ship_request.cgi',
'cancel_payment' => 'https://secure.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
'change_amount_payment' => 'https://secure.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
'card3' => 'https://secure.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
'token' => 'https://secure.epsilon.jp/js/token.js',
'direct_card_payment' => 'https://secure.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
],
],
'conveni_id' => [
'seveneleven' => 11,
'familymart' => 21,
'lawson' => 31,
'seicomart' => 32,
'ministop' => 33,
],
'conveni_name' => [
'seveneleven' => 'セブンイレブン',
'familymart' => 'ファミリーマート',
'lawson' => 'ローソン',
'seicomart' => 'セイコーマート',
'ministop' => 'ミニストップ',
],
'conveni_pre_message' => [
'seveneleven' => '以下「払込票URL」ページをプリントアウトされるか「払込票番号(13桁)」をメモして「お支払期限」までにお近くのセブンイレブンのレジにて代金をお支払いください。',
'familymart' => '「お支払期限」までにお近くのファミリーマートにて代金をお支払いください。',
'lawson' => '「お支払期限」までにお近くのローソンにて代金をお支払いください。',
'seicomart' => '「お支払期限」までにお近くのセイコーマートにて代金をお支払いください。',
'ministop' => '「お支払期限」までにお近くのミニストップにて代金をお支払いください。',
],
'conveni_message' => [
'seveneleven' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭でのお手続き方法をご確認いただけます。'."\n".''."\n".'▼セブンイレブン決済のお支払方法'."\n".'http://www.epsilon.jp/mb/conv/seven/index.html'."\n".'▼PDF版はこちら'."\n".'http://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
'familymart' => '<お支払方法>'."\n".'以下URLを携帯電話にご転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ファミリーマート決済のお支払方法'."\n".'http://www.epsilon.jp/mb/conv/famima/index.html'."\n".'▼PDF版はこちら'."\n".'http://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Famiポートトップ画面左下の「代金支払い」を選択して下さい。'."\n".'2.「代金支払い」一覧の「各種番号をお持ちの方はこちら」を選択して下さい。'."\n".'3.ご案内画面の「番号入力画面に進む」を選択して下さい。'."\n".'4.「お支払い受付番号」または「企業コード」を入力し、「OK」ボタンを押して下さい。'."\n".'5.「申込時にご登録いただいた電話番号」または「注文番号」を入力し、「OK」ボタンを押して下さい。'."\n".'6.お支払い方法の案内画面が表示されます。'."\n".'7.お客様のご注文内容の確認画面が表示されます。内容をご確認頂いた後、「OK」を押下して下さい。'."\n".'8.出力されたFamiポート申込券をもって30分以内にレジにて代金をお支払いください。'."\n".' 代金と引き換えに「領収書」をお渡ししますので、必ずお受取り下さい。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
'lawson' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ローソン決済のお支払方法'."\n".'http://www.epsilon.jp/mb/conv/lawson/index.html'."\n".'▼PDF版はこちら'."\n".'http://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Loppiトップ画面左上の「各種番号をお持ちの方」ボタンを押してください。'."\n".'2.「受付番号(6桁)」を入力し、「次へ」ボタンを押してください。'."\n".'3.「申込時にご登録いただいた電話番号」を入力してください。'."\n".'4.お客様のご注文内容の確認画面が表示されます。内容をご確認いただき「了解」ボタンを押してください。'."\n".'5.Loppi端末から「申込券」が出力されます。その申込券を持って30分以内にレジで代金をお支払いください。'."\n".' ※代金と引き換えに領収書をお渡ししますので、必ずお受け取りください。実際に代金をお支払いされたという証明になります。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
'seicomart' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼セイコーマート決済のお支払方法'."\n".'http://www.epsilon.jp/mb/conv/seico/index.html'."\n".'▼PDF版はこちら'."\n".'http://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.セイコーマートの店内に設置してあるセイコーマートクラブステーション(情報端末)のトップ画面の中から、「インターネット受付」をお選び下さい。'."\n".'2.画面に従って「受付番号(6桁)」と、「申込時にご登録いただいた電話番号」をご入力いただくとセイコーマートクラブステーションより「決済サービス払込取扱票・払込票兼受領証・領収書(計3枚)」が発券されます。'."\n".'3.発券された「決済サービス払込取扱票・払込票兼受領証・領収書(計3枚)」をお持ちの上、レジにて代金をお支払い下さい。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
'ministop' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ミニストップ決済のお支払方法'."\n".'http://www.epsilon.jp/mb/conv/ministop/index.html'."\n".'▼PDF版はこちら'."\n".'http://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Loppi端末のトップ画面左の「各種番号をお持ちの方」ボタンを押してください。'."\n".'2.「お支払い受付番号(6桁)」を入力し、「次へ」ボタンを押してください。'."\n".'3.「申込時にご登録いただいた電話番号」を入力してください。'."\n".'4.お客様のご注文内容の確認画面が表示されます。内容をご確認いただいた後、「了解」のボタンを押してください。'."\n".'5.Loppi端末より「申込券」が出力されますので、その「申込券」を持って30分以内にレジにて代金をお支払いください。'."\n".' ※代金と引き換えに「領収書」をお渡ししますので、必ずお受取りください。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
],
'receive_parameters' => [
'result' => [
'ok' => 1,
'ng' => 9,
'3ds' => 5,
'3ds2' => 6,
],
],
'payment' => [
'gmo_epsilon4' => 'GmoEpsilon4',
'ec_payment_lite4' => 'EccubePaymentLite4',
],
],
'gmc_proxy_url' => 'https://gmc-proxy.ec-cube.net',
'mail_magazine_dir' => (\dirname(__DIR__, 4).'/app/mail_magazine'),
'product_review_display_count_min' => 1,
'product_review_display_count_max' => 30,
'plugin_recommend.text_area_len' => 4000,
'related_product.text_area_len' => 4000,
'related_product.max_item_count' => 6,
'env(AWS_S3_ENABLED)' => 0,
'env(AWS_S3_BUCKET)' => '',
'env(AWS_S3_REGION)' => 'ap-northeast-1',
'env(AWS_S3_CACHE_CONTROL)' => '86400',
'aws_s3_version' => '2006-03-01',
'sales_report_product_maximum_display' => 20,
'securitychecker4_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
'sort_product.list_order_by.name' => 'おすすめ順',
'eccube.plugins.enabled' => [
0 => 'Recommend4',
1 => 'Coupon4',
2 => 'MailMagazine4',
3 => 'SalesReport4',
4 => 'RelatedProduct4',
5 => 'ProductReview4',
6 => 'PointEx',
7 => 'PinpointSale',
8 => 'EccubePaymentLite4',
9 => 'SortProduct41Plus',
10 => 'JoolenCheckedItemBlock4',
11 => 'lecastPriceSelectBlock41',
12 => 'AddOnForCategory4',
13 => 'DeliveryDate4',
14 => 'ProductPlus',
15 => 'ResizeImage4',
],
'eccube.plugins.disabled' => [
0 => 'ApgRichCategory',
1 => 'Api',
2 => 'GMC',
3 => 'Securitychecker4',
4 => 'SiteKit',
],
'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.error_controller' => 'error_controller',
'templating.helper.code.file_link_format' => NULL,
'debug.file_link_format' => NULL,
'session.metadata.storage_key' => '_sf2_meta',
'session.save_path' => (\dirname(__DIR__, 3).'/sessions/dev'),
'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' => 'EccubeEccube_KernelDevDebugContainer',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'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' => false,
'security.authentication.hide_user_not_found' => true,
'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' => [
'oauth2_grant' => [
'class' => 'Trikoder\\Bundle\\OAuth2Bundle\\DBAL\\Type\\Grant',
'commented' => NULL,
],
'oauth2_redirect_uri' => [
'class' => 'Trikoder\\Bundle\\OAuth2Bundle\\DBAL\\Type\\RedirectUri',
'commented' => NULL,
],
'oauth2_scope' => [
'class' => 'Trikoder\\Bundle\\OAuth2Bundle\\DBAL\\Type\\Scope',
'commented' => NULL,
],
'datetime' => [
'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
'commented' => NULL,
],
'datetimetz' => [
'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
'commented' => NULL,
],
],
'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',
'doctrine_migrations.dir_name' => (\dirname(__DIR__, 4).'/app/DoctrineMigrations'),
'doctrine_migrations.namespace' => 'DoctrineMigrations',
'doctrine_migrations.organize_migrations' => false,
'doctrine_migrations.table_name' => 'migration_versions',
'doctrine_migrations.name' => 'Application Migrations',
'doctrine_migrations.custom_template' => NULL,
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.gmo_epsilon' => [
'type' => 'inclusive',
'elements' => [
0 => 'gmo_epsilon',
],
],
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.buffered' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
],
'swiftmailer.mailer.default.transport.name' => 'dynamic',
'swiftmailer.mailer.default.spool.enabled' => true,
'swiftmailer.mailer.default.plugin.impersonate' => NULL,
'swiftmailer.mailer.default.single_address' => NULL,
'swiftmailer.mailer.default.delivery.enabled' => true,
'swiftmailer.spool.enabled' => true,
'swiftmailer.delivery.enabled' => true,
'swiftmailer.single_address' => NULL,
'swiftmailer.mailers' => [
'default' => 'swiftmailer.mailer.default',
],
'swiftmailer.default_mailer' => 'default',
'twig.exception_listener.controller' => NULL,
'twig.form.resources' => [
0 => 'form_div_layout.html.twig',
1 => '@LiipImagine/Form/form_div_layout.html.twig',
2 => 'bootstrap_4_layout.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'mobile_detect.mobile_detector.class' => 'SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector',
'mobile_detect.device_view.class' => 'SunCat\\MobileDetectBundle\\Helper\\DeviceView',
'mobile_detect.cookie_key' => 'device_view',
'mobile_detect.switch_param' => 'device_view',
'mobile_detect.cookie_expire_datetime_modifier' => '1 month',
'mobile_detect.request_response_listener.class' => 'SunCat\\MobileDetectBundle\\EventListener\\RequestResponseListener',
'mobile_detect.redirect' => [
'mobile' => [
'is_enabled' => false,
'host' => NULL,
'status_code' => 302,
'action' => 'redirect',
],
'tablet' => [
'is_enabled' => false,
'host' => NULL,
'status_code' => 302,
'action' => 'redirect',
],
'full' => [
'is_enabled' => false,
'host' => NULL,
'status_code' => 302,
'action' => 'redirect',
],
'detect_tablet_as_mobile' => false,
],
'mobile_detect.switch_device_view.save_referer_path' => true,
'mobile_detect.twig.extension.class' => 'SunCat\\MobileDetectBundle\\Twig\\Extension\\MobileDetectExtension',
'mobile_detect.cookie_path' => '/',
'mobile_detect.cookie_domain' => '',
'mobile_detect.cookie_secure' => false,
'mobile_detect.cookie_httponly' => true,
'knp_paginator.class' => 'Knp\\Component\\Pager\\Paginator',
'knp_paginator.helper.processor.class' => 'Knp\\Bundle\\PaginatorBundle\\Helper\\Processor',
'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
'knp_paginator.page_range' => 5,
'trikoder.oauth2.persistence.doctrine.enabled' => true,
'trikoder.oauth2.persistence.doctrine.manager' => 'default',
'liip_imagine.loaders' => [
'default' => [
'filesystem' => [
'data_root' => [
0 => \dirname(__DIR__, 4),
],
'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.cwebp.binary' => '/usr/bin/cwebp',
'liip_imagine.cwebp.tempDir' => NULL,
'liip_imagine.cwebp.q' => 75,
'liip_imagine.cwebp.alphaQ' => 100,
'liip_imagine.cwebp.m' => 4,
'liip_imagine.cwebp.alphaFilter' => 'fast',
'liip_imagine.cwebp.alphaMethod' => 1,
'liip_imagine.cwebp.exact' => false,
'liip_imagine.cwebp.metadata' => [
0 => 'none',
],
'liip_imagine.driver_service' => 'liip_imagine.gd',
'liip_imagine.cache.resolver.default' => 'default',
'liip_imagine.default_image' => NULL,
'liip_imagine.filter_sets' => [
'cache' => [
'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' => [
],
],
'resize' => [
'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' => [
],
],
],
'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' => [
],
],
'maker.compatible_check.doctrine.supports_attributes' => false,
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'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',
],
'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
'mobile_detect_bundle.device.collector' => [
0 => 'device.collector',
1 => '@MobileDetect/Collector/device.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
'eccube.collector.core' => [
0 => 'eccube_core',
1 => '@toolbar/eccube.html.twig',
],
],
'console.command.ids' => [
0 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
1 => 'console.command.public_alias.doctrine_cache.contains_command',
2 => 'console.command.public_alias.doctrine_cache.delete_command',
3 => 'console.command.public_alias.doctrine_cache.flush_command',
4 => 'console.command.public_alias.doctrine_cache.stats_command',
5 => 'console.command.public_alias.doctrine_migrations.diff_command',
6 => 'console.command.public_alias.doctrine_migrations.execute_command',
7 => 'console.command.public_alias.doctrine_migrations.generate_command',
8 => 'console.command.public_alias.doctrine_migrations.latest_command',
9 => 'console.command.public_alias.doctrine_migrations.migrate_command',
10 => 'console.command.public_alias.doctrine_migrations.status_command',
11 => 'console.command.public_alias.doctrine_migrations.version_command',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}