var/cache/dev/ContainerX0rKuVc/Eccube_KernelDevDebugContainer.php line 2583

Open in your IDE?
  1. <?php
  2. namespace ContainerX0rKuVc;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class Eccube_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.session' => 'get_Container_Private_SessionService',
  38.             '.container.private.state_machine.order' => 'get_Container_Private_StateMachine_OrderService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'Detection\\MobileDetect' => 'getMobileDetectService',
  42.             'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
  43.             'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
  44.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  45.             'cache.app' => 'getCache_AppService',
  46.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  47.             'cache.system' => 'getCache_SystemService',
  48.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  49.             'data_collector.dump' => 'getDataCollector_DumpService',
  50.             'doctrine' => 'getDoctrineService',
  51.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  52.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  53.             'event_dispatcher' => 'getEventDispatcherService',
  54.             'http_kernel' => 'getHttpKernelService',
  55.             'request_stack' => 'getRequestStackService',
  56.             'router' => 'getRouterService',
  57.             'translator' => 'getTranslatorService',
  58.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  59.             'cache_clearer' => 'getCacheClearerService',
  60.             'filesystem' => 'getFilesystemService',
  61.             'state_machine.order' => 'getStateMachine_OrderService',
  62.             'serializer' => 'getSerializerService',
  63.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  64.             'form.factory' => 'getForm_FactoryService',
  65.             'form.type.file' => 'getForm_Type_FileService',
  66.             'profiler' => 'getProfilerService',
  67.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  68.             'security.token_storage' => 'getSecurity_TokenStorageService',
  69.             'twig' => 'getTwigService',
  70.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  71.             'session' => 'getSessionService',
  72.             'validator' => 'getValidatorService',
  73.         ];
  74.         $this->fileMap = [
  75.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  76.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  77.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  78.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  79.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  80.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  81.             'Customize\\Controller\\ContactController' => 'getContactControllerService',
  82.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  83.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  84.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  85.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  86.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  87.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  88.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  89.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  90.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  91.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  92.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  93.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  94.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  95.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  96.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  97.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  98.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  99.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  100.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  101.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  102.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  103.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  104.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  105.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  106.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  107.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service',
  108.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  109.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService',
  110.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  111.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  112.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  113.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  114.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  115.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  116.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  117.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  118.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  119.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  120.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  121.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  122.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  123.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  124.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  125.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  126.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  127.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  128.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  129.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  130.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  131.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  132.             'Eccube\\Controller\\Block\\CartController' => 'getCartControllerService',
  133.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  134.             'Eccube\\Controller\\CartController' => 'getCartController2Service',
  135.             'Eccube\\Controller\\ContactController' => 'getContactController2Service',
  136.             'Eccube\\Controller\\EntryController' => 'getEntryControllerService',
  137.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  138.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  139.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  140.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  141.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  142.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  143.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService',
  144.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  145.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  146.             'Eccube\\Controller\\ProductController' => 'getProductController2Service',
  147.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  148.             'Eccube\\Controller\\ShoppingController' => 'getShoppingControllerService',
  149.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  150.             'Eccube\\Controller\\TopController' => 'getTopControllerService',
  151.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  152.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  153.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  154.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  155.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  156.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  157.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  158.             'Plugin\\Coupon42\\Controller\\Admin\\CouponController' => 'getCouponControllerService',
  159.             'Plugin\\Coupon42\\Controller\\Admin\\CouponSearchModelController' => 'getCouponSearchModelControllerService',
  160.             'Plugin\\Coupon42\\Controller\\CouponShoppingController' => 'getCouponShoppingControllerService',
  161.             'Plugin\\DeliveryPlus42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  162.             'Plugin\\DeliveryPlus42\\Controller\\Admin\\DeliveryPlusDesignController' => 'getDeliveryPlusDesignControllerService',
  163.             'Plugin\\ExpressLink42\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  164.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportController' => 'getCsvImportController3Service',
  165.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerB2' => 'getCsvImportControllerB2Service',
  166.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerDepo' => 'getCsvImportControllerDepoService',
  167.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhiden2' => 'getCsvImportControllerEhiden2Service',
  168.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhiden3' => 'getCsvImportControllerEhiden3Service',
  169.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhidenPro' => 'getCsvImportControllerEhidenProService',
  170.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerKM2' => 'getCsvImportControllerKM2Service',
  171.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerYupriR' => 'getCsvImportControllerYupriRService',
  172.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportExpressLinkController' => 'getCsvImportExpressLinkControllerService',
  173.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderController' => 'getOrderController2Service',
  174.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerB2' => 'getOrderControllerB2Service',
  175.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerDepo' => 'getOrderControllerDepoService',
  176.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhiden2' => 'getOrderControllerEhiden2Service',
  177.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhiden3' => 'getOrderControllerEhiden3Service',
  178.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhidenMail' => 'getOrderControllerEhidenMailService',
  179.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhidenPro' => 'getOrderControllerEhidenProService',
  180.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerKM2' => 'getOrderControllerKM2Service',
  181.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerYupriR' => 'getOrderControllerYupriRService',
  182.             'Plugin\\ProductReview42\\Controller\\Admin\\ConfigController' => 'getConfigController3Service',
  183.             'Plugin\\ProductReview42\\Controller\\Admin\\ProductReviewController' => 'getProductReviewControllerService',
  184.             'Plugin\\ProductReview42\\Controller\\ProductReviewController' => 'getProductReviewController2Service',
  185.             'Plugin\\Recommend42\\Controller\\RecommendController' => 'getRecommendControllerService',
  186.             'Plugin\\Recommend42\\Controller\\RecommendSearchModelController' => 'getRecommendSearchModelControllerService',
  187.             'Plugin\\RefineCheckItem42\\Controller\\RefineCheckItemController' => 'getRefineCheckItemControllerService',
  188.             'Plugin\\RelatedProduct42\\Controller\\Admin\\RelatedProductController' => 'getRelatedProductControllerService',
  189.             'Plugin\\SalesReport42\\Controller\\SalesReportController' => 'getSalesReportControllerService',
  190.             'Plugin\\VeriTrans4G2\\Controller\\AbstractVt4gController' => 'getAbstractVt4gControllerService',
  191.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Content\\Page\\Preview\\Vt4gPayment\\RakutenButtonController' => 'getRakutenButtonControllerService',
  192.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Customer\\EditController' => 'getEditController2Service',
  193.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Customer\\SubscCustomerController' => 'getSubscCustomerControllerService',
  194.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvRegistrationController' => 'getCsvRegistrationControllerService',
  195.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvRequestController' => 'getCsvRequestControllerService',
  196.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvResultController' => 'getCsvResultControllerService',
  197.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvUploadController' => 'getCsvUploadControllerService',
  198.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\EditController' => 'getEditController3Service',
  199.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\PluginConfigController' => 'getPluginConfigControllerService',
  200.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Product\\ChangeSaleTypeController' => 'getChangeSaleTypeControllerService',
  201.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Product\\SubscSalestypeController' => 'getSubscSalestypeControllerService',
  202.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Setting\\Shop\\PaymentRegistController' => 'getPaymentRegistControllerService',
  203.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Setting\\System\\LogDownloadController' => 'getLogDownloadControllerService',
  204.             'Plugin\\VeriTrans4G2\\Controller\\MyPage\\SubscPaymentHistoryController' => 'getSubscPaymentHistoryControllerService',
  205.             'Plugin\\VeriTrans4G2\\Controller\\PaymentController' => 'getPaymentController2Service',
  206.             'Plugin\\VeriTrans4G2\\Controller\\PaymentRecvController' => 'getPaymentRecvControllerService',
  207.             'Plugin\\VeriTrans4G2\\Controller\\Vt4gAccountIdController' => 'getVt4gAccountIdControllerService',
  208.             'Plugin\\VeriTrans4G2\\Controller\\Vt4gRateLimiterController' => 'getVt4gRateLimiterControllerService',
  209.             'Plugin\\VeriTrans4G2\\Controller\\Vt4gReTradeController' => 'getVt4gReTradeControllerService',
  210.             'Plugin\\VeriTrans4G2\\Service\\Method\\CommonMethod' => 'getCommonMethodService',
  211.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  212.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  213.             'cache.app_clearer' => 'getCache_AppClearerService',
  214.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  215.             'cache.system_clearer' => 'getCache_SystemClearerService',
  216.             'cache_warmer' => 'getCacheWarmerService',
  217.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  218.             'console.command_loader' => 'getConsole_CommandLoaderService',
  219.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  220.             'eccube.logger' => 'getEccube_LoggerService',
  221.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService',
  222.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  223.             'error_controller' => 'getErrorControllerService',
  224.             'knp_paginator' => 'getKnpPaginatorService',
  225.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  226.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  227.             'routing.loader' => 'getRouting_LoaderService',
  228.             'services_resetter' => 'getServicesResetterService',
  229.             'vt4g_plugin.purchase.flow.shopping.purchase.rollback' => 'getVt4gPlugin_Purchase_Flow_Shopping_Purchase_RollbackService',
  230.             'vt4g_plugin.service.admin.csv_registration' => 'getVt4gPlugin_Service_Admin_CsvRegistrationService',
  231.             'vt4g_plugin.service.admin.customer_csv_export_extension' => 'getVt4gPlugin_Service_Admin_CustomerCsvExportExtensionService',
  232.             'vt4g_plugin.service.admin.customer_edit_extension' => 'getVt4gPlugin_Service_Admin_CustomerEditExtensionService',
  233.             'vt4g_plugin.service.admin.customer_index_extension' => 'getVt4gPlugin_Service_Admin_CustomerIndexExtensionService',
  234.             'vt4g_plugin.service.admin.order_edit_extension' => 'getVt4gPlugin_Service_Admin_OrderEditExtensionService',
  235.             'vt4g_plugin.service.admin.order_index_extension' => 'getVt4gPlugin_Service_Admin_OrderIndexExtensionService',
  236.             'vt4g_plugin.service.admin.plugin.config' => 'getVt4gPlugin_Service_Admin_Plugin_ConfigService',
  237.             'vt4g_plugin.service.admin.product.subsc_extension' => 'getVt4gPlugin_Service_Admin_Product_SubscExtensionService',
  238.             'vt4g_plugin.service.admin.setting.shop.mail' => 'getVt4gPlugin_Service_Admin_Setting_Shop_MailService',
  239.             'vt4g_plugin.service.admin.setting_shop_payment' => 'getVt4gPlugin_Service_Admin_SettingShopPaymentService',
  240.             'vt4g_plugin.service.admin.setting_shop_payment_add_regist_btn' => 'getVt4gPlugin_Service_Admin_SettingShopPaymentAddRegistBtnService',
  241.             'vt4g_plugin.service.cart.index_extension' => 'getVt4gPlugin_Service_Cart_IndexExtensionService',
  242.             'vt4g_plugin.service.front.mypage.withdraw_extension' => 'getVt4gPlugin_Service_Front_Mypage_WithdrawExtensionService',
  243.             'vt4g_plugin.service.front.mypage_extension' => 'getVt4gPlugin_Service_Front_MypageExtensionService',
  244.             'vt4g_plugin.service.mail_message' => 'getVt4gPlugin_Service_MailMessageService',
  245.             'vt4g_plugin.service.method.common' => 'getVt4gPlugin_Service_Method_CommonService',
  246.             'vt4g_plugin.service.payment_alipay' => 'getVt4gPlugin_Service_PaymentAlipayService',
  247.             'vt4g_plugin.service.payment_atm' => 'getVt4gPlugin_Service_PaymentAtmService',
  248.             'vt4g_plugin.service.payment_bank' => 'getVt4gPlugin_Service_PaymentBankService',
  249.             'vt4g_plugin.service.payment_base' => 'getVt4gPlugin_Service_PaymentBaseService',
  250.             'vt4g_plugin.service.payment_credit' => 'getVt4gPlugin_Service_PaymentCreditService',
  251.             'vt4g_plugin.service.payment_cvs' => 'getVt4gPlugin_Service_PaymentCvsService',
  252.             'vt4g_plugin.service.payment_linepay' => 'getVt4gPlugin_Service_PaymentLinepayService',
  253.             'vt4g_plugin.service.payment_paypal' => 'getVt4gPlugin_Service_PaymentPaypalService',
  254.             'vt4g_plugin.service.payment_paypay' => 'getVt4gPlugin_Service_PaymentPaypayService',
  255.             'vt4g_plugin.service.payment_rakuten' => 'getVt4gPlugin_Service_PaymentRakutenService',
  256.             'vt4g_plugin.service.payment_rakuten_v2' => 'getVt4gPlugin_Service_PaymentRakutenV2Service',
  257.             'vt4g_plugin.service.payment_recruit' => 'getVt4gPlugin_Service_PaymentRecruitService',
  258.             'vt4g_plugin.service.payment_recv' => 'getVt4gPlugin_Service_PaymentRecvService',
  259.             'vt4g_plugin.service.payment_upop' => 'getVt4gPlugin_Service_PaymentUpopService',
  260.             'vt4g_plugin.service.shopping.confirm' => 'getVt4gPlugin_Service_Shopping_ConfirmService',
  261.             'vt4g_plugin.service.shopping_index_extension' => 'getVt4gPlugin_Service_ShoppingIndexExtensionService',
  262.             'vt4g_plugin.service.util' => 'getVt4gPlugin_Service_UtilService',
  263.             'vt4g_plugin.service.vt4g_account_id' => 'getVt4gPlugin_Service_Vt4gAccountIdService',
  264.             'vt4g_plugin.service.vt4g_mdk' => 'getVt4gPlugin_Service_Vt4gMdkService',
  265.             'vt4g_plugin.service.vt4g_retrade' => 'getVt4gPlugin_Service_Vt4gRetradeService',
  266.             'vt4g_plugin.service.vt4g_rollback' => 'getVt4gPlugin_Service_Vt4gRollbackService',
  267.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  268.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  269.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  270.         ];
  271.         $this->aliases = [
  272.             'database_connection' => 'doctrine.dbal.default_connection',
  273.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  274.         ];
  275.         $this->privates['service_container'] = function () {
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  282.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  286.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  287.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  289.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  290.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  291.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  292.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  293.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  294.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  295.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  299.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  300.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  301.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  302.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  305.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  308.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  309.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  310.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  311.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  312.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  313.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  314.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  315.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  316.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  317.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  318.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  319.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  320.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  321.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  322.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  323.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  325.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  326.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  327.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  328.             include_once \dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Event.php';
  329.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  330.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  331.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  334.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  335.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  337.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  338.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  366.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  372.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  409.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  421.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  422.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  423.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  478.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  485.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  486.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  490.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  491.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  492.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  493.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  494.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  495.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  497.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  500.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  501.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  502.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  503.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  504.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  505.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  507.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  508.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  510.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  513.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  516.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  517.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  518.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  520.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  521.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  522.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  523.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  525.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  526.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  529.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  530.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  531.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  532.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  533.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  535.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  548.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  549.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  551.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  552.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  555.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  556.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  567.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  594.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  595.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  601.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  603.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  604.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  605.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  606.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  607.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  608.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  609.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  610.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  611.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  619.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  642.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  643.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  644.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  645.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php';
  646.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  647.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  648.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  649.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  650.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  651.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  652.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  653.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Sandbox/SecurityPolicyDecorator.php';
  654.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicy.php';
  655.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  657.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  658.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  659.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  660.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  662.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  664.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  671.         };
  672.     }
  673.     public function compile(): void
  674.     {
  675.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  676.     }
  677.     public function isCompiled(): bool
  678.     {
  679.         return true;
  680.     }
  681.     public function getRemovedIds(): array
  682.     {
  683.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  684.     }
  685.     protected function load($file$lazyLoad true)
  686.     {
  687.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  688.             return $class::do($this$lazyLoad);
  689.         }
  690.         if ('.' === $file[-4]) {
  691.             $class substr($class0, -4);
  692.         } else {
  693.             $file .= '.php';
  694.         }
  695.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  696.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  697.     }
  698.     protected function createProxy($class, \Closure $factory)
  699.     {
  700.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  701.         return $factory();
  702.     }
  703.     /**
  704.      * Gets the public '.container.private.profiler' shared service.
  705.      *
  706.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  707.      */
  708.     protected function get_Container_Private_ProfilerService()
  709.     {
  710.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  711.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  712.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  713.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  714.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  715.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  716.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  717.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  718.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  719.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  720.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  721.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  722.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  723.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  724.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  725.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  726.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  727.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  728.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  729.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  730.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  731.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  732.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  733.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  734.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  735.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  736.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  737.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  738.         if ($this->has('kernel')) {
  739.             $e->setKernel($b);
  740.         }
  741.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  742.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  743.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  744.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  745.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  746.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  747.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  748.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  749.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  750.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  751.         $instance->add($d);
  752.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  753.         $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()), true));
  754.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  755.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  756.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  757.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  758.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  759.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  760.         $instance->add($e);
  761.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  762.         return $instance;
  763.     }
  764.     /**
  765.      * Gets the public '.container.private.security.authorization_checker' shared service.
  766.      *
  767.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  768.      */
  769.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  770.     {
  771.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  772.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  773.             return $this->services['.container.private.security.authorization_checker'];
  774.         }
  775.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  776.     }
  777.     /**
  778.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  779.      *
  780.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  781.      */
  782.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  783.     {
  784.         return $this->services['.container.private.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())));
  785.     }
  786.     /**
  787.      * Gets the public '.container.private.security.token_storage' shared service.
  788.      *
  789.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  790.      */
  791.     protected function get_Container_Private_Security_TokenStorageService()
  792.     {
  793.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  794.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  795.         ], [
  796.             'request_stack' => '?',
  797.         ]));
  798.     }
  799.     /**
  800.      * Gets the public '.container.private.session' shared service.
  801.      *
  802.      * @return \Symfony\Component\HttpFoundation\Session\Session
  803.      */
  804.     protected function get_Container_Private_SessionService()
  805.     {
  806.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  807.         if (isset($this->services['.container.private.session'])) {
  808.             return $this->services['.container.private.session'];
  809.         }
  810.         return $this->services['.container.private.session'] = $a->createSession();
  811.     }
  812.     /**
  813.      * Gets the public '.container.private.state_machine.order' shared service.
  814.      *
  815.      * @return \Symfony\Component\Workflow\StateMachine
  816.      */
  817.     protected function get_Container_Private_StateMachine_OrderService()
  818.     {
  819.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  820.         if (isset($this->services['.container.private.state_machine.order'])) {
  821.             return $this->services['.container.private.state_machine.order'];
  822.         }
  823.         return $this->services['.container.private.state_machine.order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> '1'=> '3'=> '4'=> '5'=> '6'=> '7'=> '8'=> '9'], [=> ($this->privates['.state_machine.order.transition.0'] ?? ($this->privates['.state_machine.order.transition.0'] = new \Symfony\Component\Workflow\Transition('pay''1''6'))), => ($this->privates['.state_machine.order.transition.1'] ?? ($this->privates['.state_machine.order.transition.1'] = new \Symfony\Component\Workflow\Transition('packing''1''4'))), => ($this->privates['.state_machine.order.transition.2'] ?? ($this->privates['.state_machine.order.transition.2'] = new \Symfony\Component\Workflow\Transition('packing''6''4'))), => ($this->privates['.state_machine.order.transition.3'] ?? ($this->privates['.state_machine.order.transition.3'] = new \Symfony\Component\Workflow\Transition('cancel''1''3'))), => ($this->privates['.state_machine.order.transition.4'] ?? ($this->privates['.state_machine.order.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel''4''3'))), => ($this->privates['.state_machine.order.transition.5'] ?? ($this->privates['.state_machine.order.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel''6''3'))), => ($this->privates['.state_machine.order.transition.6'] ?? ($this->privates['.state_machine.order.transition.6'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''3''4'))), => ($this->privates['.state_machine.order.transition.7'] ?? ($this->privates['.state_machine.order.transition.7'] = new \Symfony\Component\Workflow\Transition('ship''1''5'))), => ($this->privates['.state_machine.order.transition.8'] ?? ($this->privates['.state_machine.order.transition.8'] = new \Symfony\Component\Workflow\Transition('ship''6''5'))), => ($this->privates['.state_machine.order.transition.9'] ?? ($this->privates['.state_machine.order.transition.9'] = new \Symfony\Component\Workflow\Transition('ship''4''5'))), 10 => ($this->privates['.state_machine.order.transition.10'] ?? ($this->privates['.state_machine.order.transition.10'] = new \Symfony\Component\Workflow\Transition('return''5''9'))), 11 => ($this->privates['.state_machine.order.transition.11'] ?? ($this->privates['.state_machine.order.transition.11'] = new \Symfony\Component\Workflow\Transition('cancel_return''9''5')))], [=> '1'], ($this->privates['state_machine.order.metadata_store'] ?? $this->getStateMachine_Order_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), $a'order'NULL);
  824.     }
  825.     /**
  826.      * Gets the public '.container.private.twig' shared service.
  827.      *
  828.      * @return \Twig\Environment
  829.      */
  830.     protected function get_Container_Private_TwigService()
  831.     {
  832.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  833.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/template'), 'Recommend42');
  834.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/template'), 'Coupon42');
  835.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/template'), 'SalesReport42');
  836.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/template'), 'RelatedProduct42');
  837.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/template'), 'ProductReview42');
  838.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/template'), 'RefineCheckItem42');
  839.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/template'), 'VeriTrans4G2');
  840.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/template'), 'ExpressLink42');
  841.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DeliveryPlus42/Resource/template'), 'DeliveryPlus42');
  842.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  843.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  844.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  845.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  846.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  847.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  848.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  849.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  850.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  851.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  852.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  853.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  854.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  855.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  856.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  857.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  858.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  859.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  860.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  861.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  862.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  863.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  864.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  865.         $this->services['.container.private.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']);
  866.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  867.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  868.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  869.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  870.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  871.         $g = ($this->services['router'] ?? $this->getRouterService());
  872.         $h = new \Symfony\Component\Workflow\Registry();
  873.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  874.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  875.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  876.         $j = new \Symfony\Bridge\Twig\AppVariable();
  877.         $j->setEnvironment('dev');
  878.         $j->setDebug(true);
  879.         if ($this->has('.container.private.security.token_storage')) {
  880.             $j->setTokenStorage($c);
  881.         }
  882.         if ($this->has('request_stack')) {
  883.             $j->setRequestStack($b);
  884.         }
  885.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  886.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  887.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  888.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  889.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  890.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  891.         $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'), ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  892.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  893.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  894.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  895.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  896.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  897.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  898.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  899.         }, 7))));
  900.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__4), 'UTF-8'));
  901.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  902.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  903.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  904.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  905.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  906.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  907.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  908.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  909.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  910.         $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())));
  911.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  912.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  913.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  914.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  915.         $instance->addExtension(new \Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension());
  916.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  917.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  918.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  919.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  920.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  921.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  922.         $instance->addExtension(new \Twig\Extension\SandboxExtension(new \Eccube\Twig\Sandbox\SecurityPolicyDecorator(new \Twig\Sandbox\SecurityPolicy($this->parameters['eccube.twig_sandbox.allowed_tags'], $this->parameters['eccube.twig_sandbox.allowed_filters'], $this->parameters['eccube.twig_sandbox.allowed_methods'], [], $this->parameters['eccube.twig_sandbox.allowed_functions'])), false));
  923.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  924.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  925.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  926.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  927.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  928.         $instance->addGlobal('app'$j);
  929.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  930.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  931.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  932.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  933.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  934.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  935.         ], [
  936.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  937.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  938.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  939.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  940.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  941.         ])));
  942.         $instance->addGlobal('BaseInfo'NULL);
  943.         $instance->addGlobal('eccube_config', ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  944.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  945.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  946.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  947.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  948.         return $instance;
  949.     }
  950.     /**
  951.      * Gets the public '.container.private.validator' shared service.
  952.      *
  953.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  954.      */
  955.     protected function get_Container_Private_ValidatorService()
  956.     {
  957.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  958.         if (isset($this->services['.container.private.validator'])) {
  959.             return $this->services['.container.private.validator'];
  960.         }
  961.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  962.     }
  963.     /**
  964.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  965.      *
  966.      * @return \Detection\MobileDetect
  967.      */
  968.     protected function getMobileDetectService()
  969.     {
  970.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  971.     }
  972.     /**
  973.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  974.      *
  975.      * @return \Eccube\Common\EccubeConfig
  976.      */
  977.     protected function getEccubeConfigService()
  978.     {
  979.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  980.     }
  981.     /**
  982.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  983.      *
  984.      * @return \Eccube\Repository\PluginRepository
  985.      */
  986.     protected function getPluginRepositoryService($lazyLoad true)
  987.     {
  988.         if ($lazyLoad) {
  989.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  990.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  991.                     $wrappedInstance $this->getPluginRepositoryService(false);
  992.                     $proxy->setProxyInitializer(null);
  993.                     return true;
  994.                 });
  995.             });
  996.         }
  997.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  998.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  999.     }
  1000.     /**
  1001.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  1002.      *
  1003.      * @return \Eccube\Service\SystemService
  1004.      */
  1005.     protected function getSystemServiceService($lazyLoad true)
  1006.     {
  1007.         if ($lazyLoad) {
  1008.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  1009.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1010.                     $wrappedInstance $this->getSystemServiceService(false);
  1011.                     $proxy->setProxyInitializer(null);
  1012.                     return true;
  1013.                 });
  1014.             });
  1015.         }
  1016.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  1017.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1018.     }
  1019.     /**
  1020.      * Gets the public 'cache.app' shared service.
  1021.      *
  1022.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1023.      */
  1024.     protected function getCache_AppService()
  1025.     {
  1026.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('w6Y8yoJ2da'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1027.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1028.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1029.     }
  1030.     /**
  1031.      * Gets the public 'cache.rate_limiter' shared service.
  1032.      *
  1033.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1034.      */
  1035.     protected function getCache_RateLimiterService()
  1036.     {
  1037.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('m6YYNILR7W'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1038.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1039.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1040.     }
  1041.     /**
  1042.      * Gets the public 'cache.system' shared service.
  1043.      *
  1044.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1045.      */
  1046.     protected function getCache_SystemService()
  1047.     {
  1048.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Q43yY4STqw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1049.     }
  1050.     /**
  1051.      * Gets the public 'cache.validator_expression_language' shared service.
  1052.      *
  1053.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1054.      */
  1055.     protected function getCache_ValidatorExpressionLanguageService()
  1056.     {
  1057.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UZstk2VeN0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1058.     }
  1059.     /**
  1060.      * Gets the public 'data_collector.dump' shared service.
  1061.      *
  1062.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1063.      */
  1064.     protected function getDataCollector_DumpService()
  1065.     {
  1066.         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);
  1067.     }
  1068.     /**
  1069.      * Gets the public 'doctrine' shared service.
  1070.      *
  1071.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1072.      */
  1073.     protected function getDoctrineService()
  1074.     {
  1075.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1076.     }
  1077.     /**
  1078.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1079.      *
  1080.      * @return \Doctrine\DBAL\Connection
  1081.      */
  1082.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1083.     {
  1084.         $a = new \Doctrine\DBAL\Configuration();
  1085.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1086.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1087.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1088.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1089.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1090.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1091.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1092.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1093.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1094.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1095.         $c->setConnectionName('default');
  1096.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1097.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_sqlite''charset' => $this->getEnv('DATABASE_CHARSET'), 'url' => $this->getEnv('DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => $this->getEnv('DATABASE_SERVER_VERSION'), 'defaultTableOptions' => ['charset' => 'utf8mb4''collation' => 'utf8mb4_bin']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1098.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1099.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1100.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1101.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1102.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1103.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1104.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1105.         ], [
  1106.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1107.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1108.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1109.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1110.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1111.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1112.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1113.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1114.     }
  1115.     /**
  1116.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1117.      *
  1118.      * @return \Doctrine\ORM\EntityManager
  1119.      */
  1120.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1121.     {
  1122.         if ($lazyLoad) {
  1123.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1124.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1125.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1126.                     $proxy->setProxyInitializer(null);
  1127.                     return true;
  1128.                 });
  1129.             });
  1130.         }
  1131.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1132.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1133.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1134.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1135.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1136.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1137.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1138.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1139.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1140.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1141.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1142.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1143.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1144.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1145.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1146.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1147.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1148.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1149.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1150.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1151.         $a = new \Doctrine\ORM\Configuration();
  1152.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1153.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1154.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1155.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1156.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1157.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1158.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/DeliveryPlus42/Entity')]);
  1159.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1160.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Entity')]);
  1161.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1162.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1163.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1164.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1165.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1166.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1167.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1168.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1169.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1170.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1171.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1172.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1173.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1174.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Entity')]);
  1175.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1176.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'Eccube\\Entity');
  1177.         $b->addDriver($d'Eccube\\Entity');
  1178.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1179.         $b->addDriver($e'Plugin\\Coupon42\\Entity');
  1180.         $b->addDriver($f'Plugin\\DeliveryPlus42\\Entity');
  1181.         $b->addDriver($g'Plugin\\ExpressLink42\\Entity');
  1182.         $b->addDriver($h'Plugin\\MailMagazine42\\Entity');
  1183.         $b->addDriver($i'Plugin\\ProductReview42\\Entity');
  1184.         $b->addDriver($j'Plugin\\Recommend42\\Entity');
  1185.         $b->addDriver($k'Plugin\\RelatedProduct42\\Entity');
  1186.         $b->addDriver($l'Plugin\\Securitychecker42\\Entity');
  1187.         $b->addDriver($m'Plugin\\SiteKit42\\Entity');
  1188.         $b->addDriver($n'Plugin\\VeriTrans4G2\\Entity');
  1189.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity']);
  1190.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1191.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1192.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1193.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1194.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1195.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1196.         ], [
  1197.             'doctrine.ulid_generator' => '?',
  1198.             'doctrine.uuid_generator' => '?',
  1199.         ])));
  1200.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1201.         $a->setProxyNamespace('Proxies');
  1202.         $a->setAutoGenerateProxyClasses(true);
  1203.         $a->setSchemaIgnoreClasses([]);
  1204.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1205.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1206.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1207.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1208.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1209.         $a->setLazyGhostObjectEnabled(false);
  1210.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1211.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1212.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1213.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1214.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1215.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1216.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1217.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1218.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1219.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1220.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1221.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1222.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1223.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1224.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1225.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1226.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1227.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1228.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1229.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1230.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1231.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1232.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1233.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1234.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1235.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1236.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1237.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1238.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1239.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1240.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1241.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1242.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1243.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1244.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1245.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1246.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1247.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1248.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1249.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1250.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1251.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1252.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1253.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1254.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1255.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1256.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1257.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1258.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1259.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1260.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1261.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1262.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1263.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1264.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1265.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1266.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1267.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1268.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1269.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1270.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1271.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1272.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1273.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1274.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1275.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1276.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1277.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1278.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1279.             'Plugin\\DeliveryPlus42\\Repository\\ConfigRepository' => ['privates''Plugin\\DeliveryPlus42\\Repository\\ConfigRepository''getConfigRepositoryService'true],
  1280.             'Plugin\\ExpressLink42\\Repository\\CodRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\CodRepository''getCodRepositoryService'true],
  1281.             'Plugin\\ExpressLink42\\Repository\\ConfigRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\ConfigRepository''getConfigRepository2Service'true],
  1282.             'Plugin\\ExpressLink42\\Repository\\DelivtypeRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\DelivtypeRepository''getDelivtypeRepositoryService'true],
  1283.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1284.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1285.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1286.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1287.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1288.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1289.             'Plugin\\RefineCheckItem42\\Repository\\ProductRepository' => ['privates''Plugin\\RefineCheckItem42\\Repository\\ProductRepository''getProductRepository2Service'true],
  1290.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1291.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository3Service'true],
  1292.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1293.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductOrderCmpMailInfoRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductOrderCmpMailInfoRepository''getVt4gSubscProductOrderCmpMailInfoRepositoryService'true],
  1294.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductRepository''getVt4gSubscProductRepositoryService'true],
  1295.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscSaleTypeRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscSaleTypeRepository''getVt4gSubscSaleTypeRepositoryService'true],
  1296.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gCsvResultLogRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gCsvResultLogRepository''getVt4gCsvResultLogRepositoryService'true],
  1297.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderLogRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderLogRepository''getVt4gOrderLogRepositoryService'true],
  1298.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderPaymentRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderPaymentRepository''getVt4gOrderPaymentRepositoryService'true],
  1299.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentMethodRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentMethodRepository''getVt4gPaymentMethodRepositoryService'true],
  1300.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentReqEventRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentReqEventRepository''getVt4gPaymentReqEventRepositoryService'true],
  1301.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestItemRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestItemRepository''getVt4gPaymentRequestItemRepositoryService'true],
  1302.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestRepository''getVt4gPaymentRequestRepositoryService'true],
  1303.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPluginRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPluginRepository''getVt4gPluginRepositoryService'true],
  1304.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderItemRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderItemRepository''getVt4gSubscOrderItemRepositoryService'true],
  1305.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderRepository''getVt4gSubscOrderRepositoryService'true],
  1306.         ], [
  1307.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1308.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1309.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1310.             'Eccube\\Repository\\BlockRepository' => '?',
  1311.             'Eccube\\Repository\\CalendarRepository' => '?',
  1312.             'Eccube\\Repository\\CartItemRepository' => '?',
  1313.             'Eccube\\Repository\\CartRepository' => '?',
  1314.             'Eccube\\Repository\\CategoryRepository' => '?',
  1315.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1316.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1317.             'Eccube\\Repository\\CsvRepository' => '?',
  1318.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1319.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1320.             'Eccube\\Repository\\CustomerRepository' => '?',
  1321.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1322.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1323.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1324.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1325.             'Eccube\\Repository\\LayoutRepository' => '?',
  1326.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1327.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1328.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1329.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1330.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1331.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1332.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1333.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1334.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1335.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1336.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1337.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1338.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1339.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1340.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1341.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1342.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1343.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1344.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1345.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1346.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1347.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1348.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1349.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1350.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1351.             'Eccube\\Repository\\MemberRepository' => '?',
  1352.             'Eccube\\Repository\\NewsRepository' => '?',
  1353.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1354.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1355.             'Eccube\\Repository\\OrderRepository' => '?',
  1356.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1357.             'Eccube\\Repository\\PageRepository' => '?',
  1358.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1359.             'Eccube\\Repository\\PaymentRepository' => '?',
  1360.             'Eccube\\Repository\\PluginRepository' => '?',
  1361.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1362.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1363.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1364.             'Eccube\\Repository\\ProductRepository' => '?',
  1365.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1366.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1367.             'Eccube\\Repository\\ShippingRepository' => '?',
  1368.             'Eccube\\Repository\\TagRepository' => '?',
  1369.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1370.             'Eccube\\Repository\\TemplateRepository' => '?',
  1371.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1372.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1373.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1374.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1375.             'Plugin\\DeliveryPlus42\\Repository\\ConfigRepository' => '?',
  1376.             'Plugin\\ExpressLink42\\Repository\\CodRepository' => '?',
  1377.             'Plugin\\ExpressLink42\\Repository\\ConfigRepository' => '?',
  1378.             'Plugin\\ExpressLink42\\Repository\\DelivtypeRepository' => '?',
  1379.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1380.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1381.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1382.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1383.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1384.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1385.             'Plugin\\RefineCheckItem42\\Repository\\ProductRepository' => '?',
  1386.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1387.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1388.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1389.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductOrderCmpMailInfoRepository' => '?',
  1390.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductRepository' => '?',
  1391.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscSaleTypeRepository' => '?',
  1392.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gCsvResultLogRepository' => '?',
  1393.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderLogRepository' => '?',
  1394.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderPaymentRepository' => '?',
  1395.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentMethodRepository' => '?',
  1396.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentReqEventRepository' => '?',
  1397.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestItemRepository' => '?',
  1398.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestRepository' => '?',
  1399.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPluginRepository' => '?',
  1400.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderItemRepository' => '?',
  1401.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderRepository' => '?',
  1402.         ])));
  1403.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1404.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1405.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1406.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1407.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1408.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1409.         return $instance;
  1410.     }
  1411.     /**
  1412.      * Gets the public 'event_dispatcher' shared service.
  1413.      *
  1414.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1415.      */
  1416.     protected function getEventDispatcherService()
  1417.     {
  1418.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1419.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1420.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1421.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1422.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1423.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1424.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1425.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1426.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1427.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1428.         $instance->addListener('kernel.request', [=> function () {
  1429.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1430.         }, => 'onKernelRequest'], 1024);
  1431.         $instance->addListener('kernel.controller', [=> function () {
  1432.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1433.         }, => 'onKernelController'], 0);
  1434.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1435.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1436.         }, => 'checkPassport'], 1024);
  1437.         $instance->addListener('kernel.response', [=> function () {
  1438.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1439.         }, => 'onKernelResponse'], 0);
  1440.         $instance->addListener('kernel.response', [=> function () {
  1441.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1442.         }, => 'onKernelResponse'], 0);
  1443.         $instance->addListener('kernel.request', [=> function () {
  1444.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1445.         }, => 'onKernelRequest'], 0);
  1446.         $instance->addListener('kernel.controller', [=> function () {
  1447.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1448.         }, => 'onController'], 0);
  1449.         $instance->addListener('kernel.request', [=> function () {
  1450.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1451.         }, => 'onKernelRequest'], 512);
  1452.         $instance->addListener('kernel.request', [=> function () {
  1453.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1454.         }, => 'onKernelRequestEarly'], 500);
  1455.         $instance->addListener('kernel.request', [=> function () {
  1456.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1457.         }, => 'onKernelRequest'], 6);
  1458.         $instance->addListener('kernel.response', [=> function () {
  1459.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1460.         }, => 'onKernelResponse'], 0);
  1461.         $instance->addListener('kernel.controller', [=> function () {
  1462.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1463.         }, => 'onKernelController'], 0);
  1464.         $instance->addListener('kernel.terminate', [=> function () {
  1465.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1466.         }, => 'onKernelTerminate'], 0);
  1467.         $instance->addListener('kernel.exception', [=> function () {
  1468.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1469.         }, => 'onKernelException'], -4);
  1470.         $instance->addListener('security.interactive_login', [=> function () {
  1471.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1472.         }, => 'onInteractiveLogin'], 0);
  1473.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1474.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1475.         }, => 'onAuthenticationFailure'], 0);
  1476.         $instance->addListener('kernel.response', [=> function () {
  1477.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1478.         }, => 'onResponse'], 0);
  1479.         $instance->addListener('kernel.request', [=> function () {
  1480.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1481.         }, => 'onKernelRequest'], 512);
  1482.         $instance->addListener('kernel.controller', [=> function () {
  1483.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1484.         }, => 'onController'], 0);
  1485.         $instance->addListener('kernel.request', [=> function () {
  1486.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1487.         }, => 'onKernelRequest'], 7);
  1488.         $instance->addListener('security.interactive_login', [=> function () {
  1489.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1490.         }, => 'onInteractiveLogin'], 0);
  1491.         $instance->addListener('security.authentication.failure', [=> function () {
  1492.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1493.         }, => 'onAuthenticationFailure'], 0);
  1494.         $instance->addListener('kernel.request', [=> function () {
  1495.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1496.         }, => 'onKernelRequest'], 0);
  1497.         $instance->addListener('kernel.exception', [=> function () {
  1498.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1499.         }, => 'onKernelException'], 0);
  1500.         $instance->addListener('kernel.terminate', [=> function () {
  1501.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1502.         }, => 'onKernelTerminate'], 0);
  1503.         $instance->addListener('kernel.request', [=> function () {
  1504.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1505.         }, => 'onKernelRequest'], 6);
  1506.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1507.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1508.         }, => 'onKernelController'], 7);
  1509.         $instance->addListener('form.pre_submit', [=> function () {
  1510.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1511.         }, => 'onPreSubmit'], 0);
  1512.         $instance->addListener('form.pre_submit', [=> function () {
  1513.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1514.         }, => 'purifySubmittedData'], 1000001);
  1515.         $instance->addListener('form.pre_submit', [=> function () {
  1516.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1517.         }, => 'onPreSubmit'], 0);
  1518.         $instance->addListener('workflow.order.completed', [=> function () {
  1519.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1520.         }, => 'onCompleted'], 0);
  1521.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1522.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1523.         }, => 'updatePaymentDate'], 0);
  1524.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1525.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1526.         }, => 'rollbackStock'], 0);
  1527.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1528.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1529.         }, => 'rollbackUsePoint'], 0);
  1530.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1531.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1532.         }, => 'commitStock'], 0);
  1533.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1534.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1535.         }, => 'commitUsePoint'], 0);
  1536.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1537.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1538.         }, => 'commitAddPoint'], 0);
  1539.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1540.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1541.         }, => 'rollbackUsePoint'], 0);
  1542.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1543.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1544.         }, => 'rollbackAddPoint'], 0);
  1545.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1546.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1547.         }, => 'commitUsePoint'], 0);
  1548.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1549.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1550.         }, => 'commitAddPoint'], 0);
  1551.         $instance->addListener('kernel.terminate', [=> function () {
  1552.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1553.         }, => 'disableMaintenanceEvent'], 0);
  1554.         $instance->addListener('kernel.terminate', [=> function () {
  1555.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1556.         }, => 'forceClearCache'], 0);
  1557.         $instance->addListener('Shopping/index.twig', [=> function () {
  1558.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1559.         }, => 'index'], 0);
  1560.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1561.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1562.         }, => 'index'], 0);
  1563.         $instance->addListener('Mypage/history.twig', [=> function () {
  1564.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1565.         }, => 'onRenderMypageHistory'], 0);
  1566.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1567.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1568.         }, => 'onRenderAdminOrderEdit'], 0);
  1569.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1570.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1571.         }, => 'hookAdminProductCopyComplete'], 0);
  1572.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1573.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1574.         }, => 'onTemplateAdminProductEdit'], 0);
  1575.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1576.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1577.         }, => 'onTemplateAdminProductClassEdit'], 0);
  1578.         $instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [=> function () {
  1579.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\AdminSettingEvent'] ?? ($this->privates['Plugin\\DeliveryPlus42\\Event\\AdminSettingEvent'] = new \Plugin\DeliveryPlus42\Event\AdminSettingEvent()));
  1580.         }, => 'onTemplateAdminSettingShopDeliveryEdit'], 0);
  1581.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1582.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryPlus42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryPlus42\Event\CsvImportProductExtEvent()));
  1583.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1584.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1585.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryPlus42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryPlus42\Event\CsvImportProductExtEvent()));
  1586.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1587.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1588.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryPlus42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryPlus42\Event\CsvImportProductExtEvent()));
  1589.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1590.         $instance->addListener('Product/list.twig', [=> function () {
  1591.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\ProductEvent'] ?? ($this->privates['Plugin\\DeliveryPlus42\\Event\\ProductEvent'] = new \Plugin\DeliveryPlus42\Event\ProductEvent()));
  1592.         }, => 'onTemplateProductList'], 0);
  1593.         $instance->addListener('Product/detail.twig', [=> function () {
  1594.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\ProductEvent'] ?? ($this->privates['Plugin\\DeliveryPlus42\\Event\\ProductEvent'] = new \Plugin\DeliveryPlus42\Event\ProductEvent()));
  1595.         }, => 'onTemplateProductDetail'], 0);
  1596.         $instance->addListener('Shopping/index.twig', [=> function () {
  1597.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\ShoppingEvent'] ?? ($this->privates['Plugin\\DeliveryPlus42\\Event\\ShoppingEvent'] = new \Plugin\DeliveryPlus42\Event\ShoppingEvent()));
  1598.         }, => 'onTemplateShoppingIndex'], 0);
  1599.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1600.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? $this->load('getExpressLinkEventService'));
  1601.         }, => 'onTemplateAdminOrder'], 0);
  1602.         $instance->addListener('Mypage/history.twig', [=> function () {
  1603.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? $this->load('getExpressLinkEventService'));
  1604.         }, => 'onTemplateFrontMypageHistory'], 0);
  1605.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1606.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? $this->load('getExpressLinkEventService'));
  1607.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1608.         $instance->addListener('Product/detail.twig', [=> function () {
  1609.             return ($this->privates['Plugin\\ProductReview42\\ProductReviewEvent'] ?? $this->load('getProductReviewEventService'));
  1610.         }, => 'detail'], 0);
  1611.         $instance->addListener('kernel.response', [=> function () {
  1612.             return ($this->privates['Plugin\\RefineCheckItem42\\Event'] ?? $this->getEvent2Service());
  1613.         }, => 'onKernelResponse'], 0);
  1614.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1615.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1616.         }, => 'onRenderAdminProduct'], 0);
  1617.         $instance->addListener('Product/detail.twig', [=> function () {
  1618.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1619.         }, => 'onRenderProductDetail'], 0);
  1620.         $instance->addListener('@admin/Setting/Shop/payment_edit.twig', [=> function () {
  1621.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1622.         }, => 'settingShopPaymentRenderBefore'], 0);
  1623.         $instance->addListener('@admin/Setting/Shop/payment.twig', [=> function () {
  1624.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1625.         }, => 'settingShopPaymentAddRegistBtnRenderBefore'], 0);
  1626.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1627.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1628.         }, => 'orderIndexRenderBefore'], 0);
  1629.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1630.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1631.         }, => 'orderEditRenderBefore'], 0);
  1632.         $instance->addListener('Mypage/index.twig', [=> function () {
  1633.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1634.         }, => 'myPageNaviRenderBefore'], 0);
  1635.         $instance->addListener('Mypage/history.twig', [=> function () {
  1636.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1637.         }, => 'myPageNaviRenderBefore'], 0);
  1638.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1639.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1640.         }, => 'myPageNaviRenderBefore'], 0);
  1641.         $instance->addListener('Mypage/change.twig', [=> function () {
  1642.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1643.         }, => 'myPageNaviRenderBefore'], 0);
  1644.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1645.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1646.         }, => 'myPageNaviRenderBefore'], 0);
  1647.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1648.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1649.         }, => 'myPageNaviRenderBefore'], 0);
  1650.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1651.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1652.         }, => 'myPageNaviRenderBefore'], 0);
  1653.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1654.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1655.         }, => 'myPageNaviRenderBefore'], 0);
  1656.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_account_id.twig', [=> function () {
  1657.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1658.         }, => 'myPageNaviRenderBefore'], 0);
  1659.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_retrade.twig', [=> function () {
  1660.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1661.         }, => 'myPageNaviRenderBefore'], 0);
  1662.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment.twig', [=> function () {
  1663.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1664.         }, => 'myPageNaviRenderBefore'], 0);
  1665.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment_history.twig', [=> function () {
  1666.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1667.         }, => 'myPageNaviRenderBefore'], 0);
  1668.         $instance->addListener('admin.setting.shop.payment.edit.complete', [=> function () {
  1669.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1670.         }, => 'settingShopPaymentEditComplete'], 0);
  1671.         $instance->addListener('mail.order', [=> function () {
  1672.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1673.         }, => 'sendOrderMailBefore'], 0);
  1674.         $instance->addListener('admin.order.mail.index.initialize', [=> function () {
  1675.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1676.         }, => 'adminOrderMailInitAfter'], 0);
  1677.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1678.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1679.         }, => 'adminOrderEditIndexComplete'], 0);
  1680.         $instance->addListener('Shopping/index.twig', [=> function () {
  1681.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1682.         }, => 'shoppingIndexRenderBefore'], 0);
  1683.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1684.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1685.         }, => 'shoppingConfirmRenderBefore'], 0);
  1686.         $instance->addListener('front.mypage.withdraw.index.complete', [=> function () {
  1687.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1688.         }, => 'frontMypageWithdrawComplete'], 0);
  1689.         $instance->addListener('admin.customer.delete.complete', [=> function () {
  1690.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1691.         }, => 'adminCustomerDeleteComplete'], 0);
  1692.         $instance->addListener('admin.customer.edit.index.complete', [=> function () {
  1693.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1694.         }, => 'adminCustomerEditIndexComplete'], 0);
  1695.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1696.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1697.         }, => 'adminCustomerEditRenderBefore'], 0);
  1698.         $instance->addListener('admin.customer.csv.export', [=> function () {
  1699.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1700.         }, => 'adminCustomerCsvExport'], 0);
  1701.         $instance->addListener('front.mypage.mypage.index.search', [=> function () {
  1702.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1703.         }, => 'frontMypageIndexSearch'], 0);
  1704.         $instance->addListener('admin.product.edit.complete', [=> function () {
  1705.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1706.         }, => 'adminProductEditComplete'], 0);
  1707.         $instance->addListener('admin.product.delete.complete', [=> function () {
  1708.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1709.         }, => 'adminProductDeleteComplete'], 0);
  1710.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1711.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1712.         }, => 'adminProductCopyComplete'], 0);
  1713.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1714.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1715.         }, => 'adminProductClassRenderBefore'], 0);
  1716.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1717.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1718.         }, => 'adminProductRenderBefore'], 0);
  1719.         $instance->addListener('Cart/index.twig', [=> function () {
  1720.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1721.         }, => 'cartRenderBefore'], 0);
  1722.         $instance->addListener('admin.order.csv.export.order', [=> function () {
  1723.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1724.         }, => 'adminOrderCsvExport'], 0);
  1725.         $instance->addListener('admin.order.csv.export.shipping', [=> function () {
  1726.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1727.         }, => 'adminOrderCsvExport'], 0);
  1728.         $instance->addListener('@admin/Setting/Shop/mail.twig', [=> function () {
  1729.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1730.         }, => 'mailRenderBefore'], 0);
  1731.         $instance->addListener('kernel.request', [=> function () {
  1732.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1733.         }, => 'onKernelRequest'], 4096);
  1734.         $instance->addListener('kernel.response', [=> function () {
  1735.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1736.         }, => 'onKernelResponse'], 0);
  1737.         $instance->addListener('kernel.response', [=> function () {
  1738.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1739.         }, => 'onKernelResponse'], -1024);
  1740.         $instance->addListener('kernel.request', [=> function () {
  1741.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1742.         }, => 'setDefaultLocale'], 100);
  1743.         $instance->addListener('kernel.request', [=> function () {
  1744.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1745.         }, => 'onKernelRequest'], 16);
  1746.         $instance->addListener('kernel.finish_request', [=> function () {
  1747.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1748.         }, => 'onKernelFinishRequest'], 0);
  1749.         $instance->addListener('kernel.request', [=> function () {
  1750.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1751.         }, => 'onKernelRequest'], 256);
  1752.         $instance->addListener('kernel.response', [=> function () {
  1753.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1754.         }, => 'onResponse'], -255);
  1755.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1756.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1757.         }, => 'onControllerArguments'], 0);
  1758.         $instance->addListener('kernel.exception', [=> function () {
  1759.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1760.         }, => 'logKernelException'], 0);
  1761.         $instance->addListener('kernel.exception', [=> function () {
  1762.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1763.         }, => 'onKernelException'], -128);
  1764.         $instance->addListener('kernel.response', [=> function () {
  1765.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1766.         }, => 'removeCspHeader'], -128);
  1767.         $instance->addListener('kernel.request', [=> function () {
  1768.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1769.         }, => 'onKernelRequest'], 15);
  1770.         $instance->addListener('kernel.finish_request', [=> function () {
  1771.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1772.         }, => 'onKernelFinishRequest'], -15);
  1773.         $instance->addListener('console.error', [=> function () {
  1774.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1775.         }, => 'onConsoleError'], -128);
  1776.         $instance->addListener('console.terminate', [=> function () {
  1777.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1778.         }, => 'onConsoleTerminate'], -128);
  1779.         $instance->addListener('console.error', [=> function () {
  1780.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1781.         }, => 'onConsoleError'], 0);
  1782.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1783.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1784.         }, => 'onMessage'], -255);
  1785.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1786.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1787.         }, => 'onMessage'], -255);
  1788.         $instance->addListener('kernel.response', [=> function () {
  1789.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1790.         }, => 'onKernelResponse'], 0);
  1791.         $instance->addListener('kernel.request', [=> function () {
  1792.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1793.         }, => 'onKernelRequest'], 48);
  1794.         $instance->addListener('kernel.request', [=> function () {
  1795.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1796.         }, => 'configure'], 2048);
  1797.         $instance->addListener('console.command', [=> function () {
  1798.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1799.         }, => 'configure'], 2048);
  1800.         $instance->addListener('kernel.request', [=> function () {
  1801.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1802.         }, => 'onKernelRequest'], 32);
  1803.         $instance->addListener('kernel.finish_request', [=> function () {
  1804.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1805.         }, => 'onKernelFinishRequest'], 0);
  1806.         $instance->addListener('kernel.exception', [=> function () {
  1807.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1808.         }, => 'onKernelException'], -64);
  1809.         $instance->addListener('kernel.request', [=> function () {
  1810.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1811.         }, => 'onKernelRequest'], 128);
  1812.         $instance->addListener('kernel.response', [=> function () {
  1813.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1814.         }, => 'onKernelResponse'], -1000);
  1815.         $instance->addListener('kernel.finish_request', [=> function () {
  1816.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1817.         }, => 'onFinishRequest'], 0);
  1818.         $instance->addListener('kernel.response', [=> function () {
  1819.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1820.         }, => 'onKernelResponse'], -100);
  1821.         $instance->addListener('kernel.exception', [=> function () {
  1822.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1823.         }, => 'onKernelException'], 0);
  1824.         $instance->addListener('kernel.terminate', [=> function () {
  1825.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1826.         }, => 'onKernelTerminate'], -1024);
  1827.         $instance->addListener('kernel.controller', [=> function () {
  1828.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1829.         }, => 'onKernelController'], 0);
  1830.         $instance->addListener('kernel.response', [=> function () {
  1831.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1832.         }, => 'onKernelResponse'], 0);
  1833.         $instance->addListener('kernel.response', [=> function () {
  1834.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1835.         }, => 'onKernelResponse'], 0);
  1836.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1837.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1838.         }, => 'checkPassport'], 0);
  1839.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1840.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1841.         }, => 'onLoginSuccess'], 0);
  1842.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1843.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1844.         }, => 'onVoterVote'], 0);
  1845.         $instance->addListener('kernel.request', [=> function () {
  1846.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1847.         }, => 'configureLogoutUrlGenerator'], 8);
  1848.         $instance->addListener('kernel.request', [=> function () {
  1849.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1850.         }, => 'onKernelRequest'], 8);
  1851.         $instance->addListener('kernel.finish_request', [=> function () {
  1852.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1853.         }, => 'onKernelFinishRequest'], 0);
  1854.         $instance->addListener('kernel.controller', [=> function () {
  1855.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1856.         }, => 'onKernelController'], 0);
  1857.         $instance->addListener('kernel.controller', [=> function () {
  1858.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1859.         }, => 'onKernelController'], 0);
  1860.         $instance->addListener('kernel.controller', [=> function () {
  1861.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1862.         }, => 'onKernelController'], -128);
  1863.         $instance->addListener('kernel.view', [=> function () {
  1864.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1865.         }, => 'onKernelView'], 0);
  1866.         $instance->addListener('kernel.controller', [=> function () {
  1867.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1868.         }, => 'onKernelController'], 0);
  1869.         $instance->addListener('kernel.response', [=> function () {
  1870.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1871.         }, => 'onKernelResponse'], 0);
  1872.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1873.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1874.         }, => 'onKernelControllerArguments'], 0);
  1875.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1876.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1877.         }, => 'onKernelControllerArguments'], 0);
  1878.         $instance->addListener('console.command', [=> function () {
  1879.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1880.         }, => 'onCommand'], 255);
  1881.         $instance->addListener('console.terminate', [=> function () {
  1882.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1883.         }, => 'onTerminate'], -255);
  1884.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1885.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1886.         }, => 'onMessage'], 0);
  1887.         $instance->addListener('console.command', [=> function () {
  1888.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1889.         }, => 'configure'], 1024);
  1890.         $instance->addListener('kernel.response', [=> function () {
  1891.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1892.         }, => 'onKernelResponse'], -128);
  1893.         $instance->addListener('console.error', [=> function () {
  1894.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1895.         }, => 'onConsoleError'], 0);
  1896.         $instance->addListener('console.terminate', [=> function () {
  1897.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1898.         }, => 'onConsoleTerminate'], 0);
  1899.         $instance->addListener('knp_pager.before', [=> function () {
  1900.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1901.         }, => 'before'], 0);
  1902.         $instance->addListener('knp_pager.pagination', [=> function () {
  1903.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1904.         }, => 'pagination'], 0);
  1905.         $instance->addListener('knp_pager.before', [=> function () {
  1906.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1907.         }, => 'before'], 1);
  1908.         $instance->addListener('knp_pager.before', [=> function () {
  1909.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1910.         }, => 'before'], 1);
  1911.         $instance->addListener('knp_pager.pagination', [=> function () {
  1912.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1913.         }, => 'pagination'], 1);
  1914.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1915.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1916.         }, => 'checkPassport'], 512);
  1917.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1918.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1919.         }, => 'onLogout'], 0);
  1920.         return $instance;
  1921.     }
  1922.     /**
  1923.      * Gets the public 'http_kernel' shared service.
  1924.      *
  1925.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1926.      */
  1927.     protected function getHttpKernelService()
  1928.     {
  1929.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1930.         if (isset($this->services['http_kernel'])) {
  1931.             return $this->services['http_kernel'];
  1932.         }
  1933.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1934.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($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 () {
  1935.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1936.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1937.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1938.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1939.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1940.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1941.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1942.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1943.         }, 8)), $b));
  1944.     }
  1945.     /**
  1946.      * Gets the public 'request_stack' shared service.
  1947.      *
  1948.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1949.      */
  1950.     protected function getRequestStackService()
  1951.     {
  1952.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1953.     }
  1954.     /**
  1955.      * Gets the public 'router' shared service.
  1956.      *
  1957.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1958.      */
  1959.     protected function getRouterService()
  1960.     {
  1961.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1962.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1963.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1964.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1965.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1966.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1967.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1968.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1969.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1970.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1971.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1972.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1973.         ], [
  1974.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1975.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a$this->getEnv('ECCUBE_LOCALE'));
  1976.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1977.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1978.         return $instance;
  1979.     }
  1980.     /**
  1981.      * Gets the public 'translator' shared service.
  1982.      *
  1983.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1984.      */
  1985.     protected function getTranslatorService()
  1986.     {
  1987.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1988.     }
  1989.     /**
  1990.      * Gets the public 'var_dumper.cloner' shared service.
  1991.      *
  1992.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1993.      */
  1994.     protected function getVarDumper_ClonerService()
  1995.     {
  1996.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1997.         $instance->setMaxItems(2500);
  1998.         $instance->setMinDepth(1);
  1999.         $instance->setMaxString(-1);
  2000.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2001.         return $instance;
  2002.     }
  2003.     /**
  2004.      * Gets the private '.service_locator.HDnBBSZ' shared service.
  2005.      *
  2006.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2007.      */
  2008.     protected function get_ServiceLocator_HDnBBSZService()
  2009.     {
  2010.         return $this->privates['.service_locator.HDnBBSZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2011.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2012.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2013.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2014.         ], [
  2015.             'security.firewall.map.context.admin' => '?',
  2016.             'security.firewall.map.context.customer' => '?',
  2017.             'security.firewall.map.context.dev' => '?',
  2018.         ]);
  2019.     }
  2020.     /**
  2021.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2022.      *
  2023.      * @return \Eccube\DataCollector\EccubeDataCollector
  2024.      */
  2025.     protected function getEccubeDataCollectorService()
  2026.     {
  2027.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2028.     }
  2029.     /**
  2030.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2031.      *
  2032.      * @return \Eccube\EventListener\IpAddrListener
  2033.      */
  2034.     protected function getIpAddrListenerService()
  2035.     {
  2036.         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()));
  2037.     }
  2038.     /**
  2039.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2040.      *
  2041.      * @return \Eccube\EventListener\LogListener
  2042.      */
  2043.     protected function getLogListenerService()
  2044.     {
  2045.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2046.     }
  2047.     /**
  2048.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2049.      *
  2050.      * @return \Eccube\EventListener\MaintenanceListener
  2051.      */
  2052.     protected function getMaintenanceListenerService()
  2053.     {
  2054.         $a = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2055.         if (isset($this->privates['Eccube\\EventListener\\MaintenanceListener'])) {
  2056.             return $this->privates['Eccube\\EventListener\\MaintenanceListener'];
  2057.         }
  2058.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  2059.     }
  2060.     /**
  2061.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2062.      *
  2063.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2064.      */
  2065.     protected function getMobileTemplatePathListenerService()
  2066.     {
  2067.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2068.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2069.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2070.         }
  2071.         return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] = new \Eccube\EventListener\MobileTemplatePathListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a, ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2072.     }
  2073.     /**
  2074.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2075.      *
  2076.      * @return \Eccube\EventListener\RateLimiterListener
  2077.      */
  2078.     protected function getRateLimiterListenerService()
  2079.     {
  2080.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2081.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2082.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2083.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2084.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2085.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2086.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2087.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2088.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2089.             'limiter.vt4g_shopping_index_customer' => ['privates''limiter.vt4g_shopping_index_customer''getLimiter_Vt4gShoppingIndexCustomerService'true],
  2090.             'limiter.vt4g_shopping_index_ip' => ['privates''limiter.vt4g_shopping_index_ip''getLimiter_Vt4gShoppingIndexIpService'true],
  2091.         ], [
  2092.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2093.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2094.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2095.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2096.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2097.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2098.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2099.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2100.             'limiter.vt4g_shopping_index_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2101.             'limiter.vt4g_shopping_index_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2102.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2103.     }
  2104.     /**
  2105.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2106.      *
  2107.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2108.      */
  2109.     protected function getRestrictFileUploadListenerService()
  2110.     {
  2111.         return $this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] = new \Eccube\EventListener\RestrictFileUploadListener(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2112.     }
  2113.     /**
  2114.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2115.      *
  2116.      * @return \Eccube\EventListener\TransactionListener
  2117.      */
  2118.     protected function getTransactionListenerService()
  2119.     {
  2120.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2121.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2122.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2123.         }
  2124.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2125.     }
  2126.     /**
  2127.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2128.      *
  2129.      * @return \Eccube\EventListener\TwigInitializeListener
  2130.      */
  2131.     protected function getTwigInitializeListenerService()
  2132.     {
  2133.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2134.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2135.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2136.         }
  2137.         $b = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2138.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2139.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2140.         }
  2141.         return $this->privates['Eccube\\EventListener\\TwigInitializeListener'] = new \Eccube\EventListener\TwigInitializeListener($a, ($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['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Eccube\\Repository\\LayoutRepository'] ?? $this->getLayoutRepositoryService()), $b);
  2142.     }
  2143.     /**
  2144.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2145.      *
  2146.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2147.      */
  2148.     protected function getTwoFactorAuthListenerService()
  2149.     {
  2150.         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()));
  2151.     }
  2152.     /**
  2153.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2154.      *
  2155.      * @return \Eccube\Log\Processor\SessionProcessor
  2156.      */
  2157.     protected function getSessionProcessorService()
  2158.     {
  2159.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2160.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2161.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2162.         }
  2163.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2164.     }
  2165.     /**
  2166.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2167.      *
  2168.      * @return \Eccube\Log\Processor\TokenProcessor
  2169.      */
  2170.     protected function getTokenProcessorService()
  2171.     {
  2172.         return $this->privates['Eccube\\Log\\Processor\\TokenProcessor'] = new \Eccube\Log\Processor\TokenProcessor(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2173.     }
  2174.     /**
  2175.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2176.      *
  2177.      * @return \Eccube\Repository\AuthorityRoleRepository
  2178.      */
  2179.     protected function getAuthorityRoleRepositoryService()
  2180.     {
  2181.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2182.     }
  2183.     /**
  2184.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2185.      *
  2186.      * @return \Eccube\Repository\BaseInfoRepository
  2187.      */
  2188.     protected function getBaseInfoRepositoryService()
  2189.     {
  2190.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2191.     }
  2192.     /**
  2193.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2194.      *
  2195.      * @return \Eccube\Repository\BlockPositionRepository
  2196.      */
  2197.     protected function getBlockPositionRepositoryService()
  2198.     {
  2199.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2200.     }
  2201.     /**
  2202.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2203.      *
  2204.      * @return \Eccube\Repository\BlockRepository
  2205.      */
  2206.     protected function getBlockRepositoryService()
  2207.     {
  2208.         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))));
  2209.     }
  2210.     /**
  2211.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2212.      *
  2213.      * @return \Eccube\Repository\CartRepository
  2214.      */
  2215.     protected function getCartRepositoryService()
  2216.     {
  2217.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2218.     }
  2219.     /**
  2220.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2221.      *
  2222.      * @return \Eccube\Repository\LayoutRepository
  2223.      */
  2224.     protected function getLayoutRepositoryService()
  2225.     {
  2226.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2227.     }
  2228.     /**
  2229.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2230.      *
  2231.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2232.      */
  2233.     protected function getDeviceTypeRepositoryService()
  2234.     {
  2235.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2236.     }
  2237.     /**
  2238.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2239.      *
  2240.      * @return \Eccube\Repository\OrderRepository
  2241.      */
  2242.     protected function getOrderRepositoryService()
  2243.     {
  2244.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? ($this->privates['Eccube\\Doctrine\\Query\\Queries'] = new \Eccube\Doctrine\Query\Queries())));
  2245.     }
  2246.     /**
  2247.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2248.      *
  2249.      * @return \Eccube\Repository\PageLayoutRepository
  2250.      */
  2251.     protected function getPageLayoutRepositoryService()
  2252.     {
  2253.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2254.     }
  2255.     /**
  2256.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2257.      *
  2258.      * @return \Eccube\Repository\PageRepository
  2259.      */
  2260.     protected function getPageRepositoryService()
  2261.     {
  2262.         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);
  2263.     }
  2264.     /**
  2265.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2266.      *
  2267.      * @return \Eccube\Repository\ProductClassRepository
  2268.      */
  2269.     protected function getProductClassRepositoryService()
  2270.     {
  2271.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2272.     }
  2273.     /**
  2274.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2275.      *
  2276.      * @return \Eccube\Repository\ProductRepository
  2277.      */
  2278.     protected function getProductRepositoryService()
  2279.     {
  2280.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? ($this->privates['Eccube\\Doctrine\\Query\\Queries'] = new \Eccube\Doctrine\Query\Queries())), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2281.     }
  2282.     /**
  2283.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2284.      *
  2285.      * @return \Eccube\Repository\TaxRuleRepository
  2286.      */
  2287.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2288.     {
  2289.         if ($lazyLoad) {
  2290.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2291.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2292.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2293.                     $proxy->setProxyInitializer(null);
  2294.                     return true;
  2295.                 });
  2296.             });
  2297.         }
  2298.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2299.         return new \Eccube\Repository\TaxRuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2300.     }
  2301.     /**
  2302.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2303.      *
  2304.      * @return \Eccube\Request\Context
  2305.      */
  2306.     protected function getContextService()
  2307.     {
  2308.         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['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2309.     }
  2310.     /**
  2311.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2312.      *
  2313.      * @return \Eccube\Service\CartService
  2314.      */
  2315.     protected function getCartServiceService($lazyLoad true)
  2316.     {
  2317.         if ($lazyLoad) {
  2318.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2319.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2320.                     $wrappedInstance $this->getCartServiceService(false);
  2321.                     $proxy->setProxyInitializer(null);
  2322.                     return true;
  2323.                 });
  2324.             });
  2325.         }
  2326.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2327.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  2328.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  2329.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  2330.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  2331.         return new \Eccube\Service\CartService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($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['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2332.     }
  2333.     /**
  2334.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2335.      *
  2336.      * @return \Eccube\Service\TwoFactorAuthService
  2337.      */
  2338.     protected function getTwoFactorAuthServiceService()
  2339.     {
  2340.         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->load('getSecurity_EncoderFactory_GenericService')), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2341.     }
  2342.     /**
  2343.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2344.      *
  2345.      * @return \Eccube\Twig\Extension\EccubeExtension
  2346.      */
  2347.     protected function getEccubeExtensionService()
  2348.     {
  2349.         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()));
  2350.     }
  2351.     /**
  2352.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2353.      *
  2354.      * @return \Eccube\Twig\Extension\TaxExtension
  2355.      */
  2356.     protected function getTaxExtensionService()
  2357.     {
  2358.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2359.         if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  2360.             return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  2361.         }
  2362.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  2363.     }
  2364.     /**
  2365.      * Gets the private 'Plugin\RefineCheckItem42\Event' shared autowired service.
  2366.      *
  2367.      * @return \Plugin\RefineCheckItem42\Event
  2368.      */
  2369.     protected function getEvent2Service()
  2370.     {
  2371.         return $this->privates['Plugin\\RefineCheckItem42\\Event'] = new \Plugin\RefineCheckItem42\Event(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2372.     }
  2373.     /**
  2374.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2375.      *
  2376.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2377.      */
  2378.     protected function getWebProcessorService()
  2379.     {
  2380.         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']);
  2381.     }
  2382.     /**
  2383.      * Gets the private 'annotations.cache_adapter' shared service.
  2384.      *
  2385.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2386.      */
  2387.     protected function getAnnotations_CacheAdapterService()
  2388.     {
  2389.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2390.     }
  2391.     /**
  2392.      * Gets the private 'annotations.cached_reader' shared service.
  2393.      *
  2394.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2395.      */
  2396.     protected function getAnnotations_CachedReaderService()
  2397.     {
  2398.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2399.     }
  2400.     /**
  2401.      * Gets the private 'annotations.reader' shared service.
  2402.      *
  2403.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2404.      */
  2405.     protected function getAnnotations_ReaderService()
  2406.     {
  2407.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2408.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2409.         $a->registerUniqueLoader('class_exists');
  2410.         $instance->addGlobalIgnoredName('required'$a);
  2411.         return $instance;
  2412.     }
  2413.     /**
  2414.      * Gets the private 'assets.context' shared service.
  2415.      *
  2416.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2417.      */
  2418.     protected function getAssets_ContextService()
  2419.     {
  2420.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2421.         return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  2422.     }
  2423.     /**
  2424.      * Gets the private 'cache.annotations' shared service.
  2425.      *
  2426.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2427.      */
  2428.     protected function getCache_AnnotationsService()
  2429.     {
  2430.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VAS-qt1AYG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2431.     }
  2432.     /**
  2433.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2434.      *
  2435.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2436.      */
  2437.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2438.     {
  2439.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2440.     }
  2441.     /**
  2442.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2443.      *
  2444.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2445.      */
  2446.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2447.     {
  2448.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2449.     }
  2450.     /**
  2451.      * Gets the private 'cache.property_info' shared service.
  2452.      *
  2453.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2454.      */
  2455.     protected function getCache_PropertyInfoService()
  2456.     {
  2457.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KzggsJRwqu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2458.     }
  2459.     /**
  2460.      * Gets the private 'cache.security_expression_language' shared service.
  2461.      *
  2462.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2463.      */
  2464.     protected function getCache_SecurityExpressionLanguageService()
  2465.     {
  2466.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sFZsMfLL+H'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2467.     }
  2468.     /**
  2469.      * Gets the private 'cache.security_token_verifier' shared service.
  2470.      *
  2471.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2472.      */
  2473.     protected function getCache_SecurityTokenVerifierService()
  2474.     {
  2475.         return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rBjWS2qCvN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2476.     }
  2477.     /**
  2478.      * Gets the private 'cache.serializer' shared service.
  2479.      *
  2480.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2481.      */
  2482.     protected function getCache_SerializerService()
  2483.     {
  2484.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RfuxAOt871'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2485.     }
  2486.     /**
  2487.      * Gets the private 'cache.validator' shared service.
  2488.      *
  2489.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2490.      */
  2491.     protected function getCache_ValidatorService()
  2492.     {
  2493.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WIZaH2FaBJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2494.     }
  2495.     /**
  2496.      * Gets the private 'config_cache_factory' shared service.
  2497.      *
  2498.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2499.      */
  2500.     protected function getConfigCacheFactoryService()
  2501.     {
  2502.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2503.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  2504.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2505.         }, 2));
  2506.     }
  2507.     /**
  2508.      * Gets the private 'data_collector.form' shared service.
  2509.      *
  2510.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2511.      */
  2512.     protected function getDataCollector_FormService()
  2513.     {
  2514.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2515.     }
  2516.     /**
  2517.      * Gets the private 'data_collector.request' shared service.
  2518.      *
  2519.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2520.      */
  2521.     protected function getDataCollector_RequestService()
  2522.     {
  2523.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2524.     }
  2525.     /**
  2526.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2527.      *
  2528.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2529.      */
  2530.     protected function getDebug_DebugHandlersListenerService()
  2531.     {
  2532.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2533.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2534.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2535.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2536.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2537.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2538.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2539.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2540.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2541.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2542.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2543.     }
  2544.     /**
  2545.      * Gets the private 'debug.file_link_formatter' shared service.
  2546.      *
  2547.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2548.      */
  2549.     protected function getDebug_FileLinkFormatterService()
  2550.     {
  2551.         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 () {
  2552.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2553.         });
  2554.     }
  2555.     /**
  2556.      * Gets the private 'debug.log_processor' shared service.
  2557.      *
  2558.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2559.      */
  2560.     protected function getDebug_LogProcessorService()
  2561.     {
  2562.         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())));
  2563.     }
  2564.     /**
  2565.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2566.      *
  2567.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2568.      */
  2569.     protected function getDebug_Security_Access_DecisionManagerService()
  2570.     {
  2571.         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 () {
  2572.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2573.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2574.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2575.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  2576.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  2577.     }
  2578.     /**
  2579.      * Gets the private 'debug.security.firewall' shared service.
  2580.      *
  2581.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2582.      */
  2583.     protected function getDebug_Security_FirewallService()
  2584.     {
  2585.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2586.         if (isset($this->privates['debug.security.firewall'])) {
  2587.             return $this->privates['debug.security.firewall'];
  2588.         }
  2589.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2590.         if (isset($this->privates['debug.security.firewall'])) {
  2591.             return $this->privates['debug.security.firewall'];
  2592.         }
  2593.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2594.     }
  2595.     /**
  2596.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2597.      *
  2598.      * @return \Doctrine\Migrations\DependencyFactory
  2599.      */
  2600.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2601.     {
  2602.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2603.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  2604.         $a->setAllOrNothing(false);
  2605.         $a->setCheckDatabasePlatform(true);
  2606.         $a->setTransactional(true);
  2607.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2608.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2609.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2610.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2611.         });
  2612.         return $instance;
  2613.     }
  2614.     /**
  2615.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2616.      *
  2617.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2618.      */
  2619.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2620.     {
  2621.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  2622.     }
  2623.     /**
  2624.      * Gets the private 'eccube.collector.core' shared autowired service.
  2625.      *
  2626.      * @return \Eccube\DataCollector\EccubeDataCollector
  2627.      */
  2628.     protected function getEccube_Collector_CoreService()
  2629.     {
  2630.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2631.     }
  2632.     /**
  2633.      * Gets the private 'esi_listener' shared service.
  2634.      *
  2635.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2636.      */
  2637.     protected function getEsiListenerService()
  2638.     {
  2639.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2640.     }
  2641.     /**
  2642.      * Gets the private 'exception_listener' shared service.
  2643.      *
  2644.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2645.      */
  2646.     protected function getExceptionListenerService()
  2647.     {
  2648.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2649.     }
  2650.     /**
  2651.      * Gets the private 'fragment.listener' shared service.
  2652.      *
  2653.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2654.      */
  2655.     protected function getFragment_ListenerService()
  2656.     {
  2657.         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');
  2658.     }
  2659.     /**
  2660.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2661.      *
  2662.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2663.      */
  2664.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2665.     {
  2666.         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())));
  2667.     }
  2668.     /**
  2669.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2670.      *
  2671.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2672.      */
  2673.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2674.     {
  2675.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2676.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2677.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2678.         }
  2679.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  2680.     }
  2681.     /**
  2682.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2683.      *
  2684.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2685.      */
  2686.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2687.     {
  2688.         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'defaultPageLimit' => NULL]);
  2689.     }
  2690.     /**
  2691.      * Gets the private 'locale_aware_listener' shared service.
  2692.      *
  2693.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2694.      */
  2695.     protected function getLocaleAwareListenerService()
  2696.     {
  2697.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2698.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  2699.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2700.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2701.     }
  2702.     /**
  2703.      * Gets the private 'locale_listener' shared service.
  2704.      *
  2705.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2706.      */
  2707.     protected function getLocaleListenerService()
  2708.     {
  2709.         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()), false, []);
  2710.     }
  2711.     /**
  2712.      * Gets the private 'monolog.handler.buffered' shared service.
  2713.      *
  2714.      * @return \Monolog\Handler\BufferHandler
  2715.      */
  2716.     protected function getMonolog_Handler_BufferedService()
  2717.     {
  2718.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  2719.     }
  2720.     /**
  2721.      * Gets the private 'monolog.handler.console' shared service.
  2722.      *
  2723.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2724.      */
  2725.     protected function getMonolog_Handler_ConsoleService()
  2726.     {
  2727.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2728.     }
  2729.     /**
  2730.      * Gets the private 'monolog.logger' shared service.
  2731.      *
  2732.      * @return \Symfony\Bridge\Monolog\Logger
  2733.      */
  2734.     protected function getMonolog_LoggerService()
  2735.     {
  2736.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2737.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2738.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2739.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2740.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2741.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2742.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2743.         $instance->useMicrosecondTimestamps(true);
  2744.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2745.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2746.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2747.         return $instance;
  2748.     }
  2749.     /**
  2750.      * Gets the private 'monolog.logger.cache' shared service.
  2751.      *
  2752.      * @return \Symfony\Bridge\Monolog\Logger
  2753.      */
  2754.     protected function getMonolog_Logger_CacheService()
  2755.     {
  2756.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2757.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2758.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2759.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2760.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2761.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2762.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2763.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2764.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2765.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2766.         return $instance;
  2767.     }
  2768.     /**
  2769.      * Gets the private 'monolog.logger.request' shared service.
  2770.      *
  2771.      * @return \Symfony\Bridge\Monolog\Logger
  2772.      */
  2773.     protected function getMonolog_Logger_RequestService()
  2774.     {
  2775.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2776.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2777.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2778.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2779.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2780.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2781.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2782.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2783.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2784.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2785.         return $instance;
  2786.     }
  2787.     /**
  2788.      * Gets the private 'monolog.logger.security' shared service.
  2789.      *
  2790.      * @return \Symfony\Bridge\Monolog\Logger
  2791.      */
  2792.     protected function getMonolog_Logger_SecurityService()
  2793.     {
  2794.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2795.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2796.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2797.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2798.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2799.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2800.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2801.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2802.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2803.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2804.         return $instance;
  2805.     }
  2806.     /**
  2807.      * Gets the private 'parameter_bag' shared service.
  2808.      *
  2809.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2810.      */
  2811.     protected function getParameterBagService()
  2812.     {
  2813.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2814.     }
  2815.     /**
  2816.      * Gets the private 'profiler_listener' shared service.
  2817.      *
  2818.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2819.      */
  2820.     protected function getProfilerListenerService()
  2821.     {
  2822.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2823.         if (isset($this->privates['profiler_listener'])) {
  2824.             return $this->privates['profiler_listener'];
  2825.         }
  2826.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2827.     }
  2828.     /**
  2829.      * Gets the private 'property_info' shared service.
  2830.      *
  2831.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2832.      */
  2833.     protected function getPropertyInfoService()
  2834.     {
  2835.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2836.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2837.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2838.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2839.         }, 3), new RewindableGenerator(function () {
  2840.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2841.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2842.         }, 2), new RewindableGenerator(function () {
  2843.             return new \EmptyIterator();
  2844.         }, 0), new RewindableGenerator(function () {
  2845.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2846.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2847.         }, 2), new RewindableGenerator(function () {
  2848.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2849.         }, 1));
  2850.     }
  2851.     /**
  2852.      * Gets the private 'rate_limiter.cache' shared service.
  2853.      *
  2854.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2855.      */
  2856.     protected function getRateLimiter_CacheService()
  2857.     {
  2858.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('635t6d-tz-'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2859.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2860.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2861.     }
  2862.     /**
  2863.      * Gets the private 'router.expression_language_provider' shared service.
  2864.      *
  2865.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2866.      */
  2867.     protected function getRouter_ExpressionLanguageProviderService()
  2868.     {
  2869.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2870.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2871.         ], [
  2872.             'env' => 'Closure',
  2873.         ]));
  2874.     }
  2875.     /**
  2876.      * Gets the private 'router.request_context' shared service.
  2877.      *
  2878.      * @return \Symfony\Component\Routing\RequestContext
  2879.      */
  2880.     protected function getRouter_RequestContextService()
  2881.     {
  2882.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2883.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2884.         return $instance;
  2885.     }
  2886.     /**
  2887.      * Gets the private 'router_listener' shared service.
  2888.      *
  2889.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2890.      */
  2891.     protected function getRouterListenerService()
  2892.     {
  2893.         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);
  2894.     }
  2895.     /**
  2896.      * Gets the private 'security.context_listener.0' shared service.
  2897.      *
  2898.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2899.      */
  2900.     protected function getSecurity_ContextListener_0Service()
  2901.     {
  2902.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  2903.         if (isset($this->privates['security.context_listener.0'])) {
  2904.             return $this->privates['security.context_listener.0'];
  2905.         }
  2906.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2907.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  2908.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  2909.         }, 2), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2910.     }
  2911.     /**
  2912.      * Gets the private 'security.context_listener.1' shared service.
  2913.      *
  2914.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2915.      */
  2916.     protected function getSecurity_ContextListener_1Service()
  2917.     {
  2918.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  2919.         if (isset($this->privates['security.context_listener.1'])) {
  2920.             return $this->privates['security.context_listener.1'];
  2921.         }
  2922.         return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2923.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  2924.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  2925.         }, 2), 'customer', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2926.     }
  2927.     /**
  2928.      * Gets the private 'security.csrf.token_storage' shared service.
  2929.      *
  2930.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2931.      */
  2932.     protected function getSecurity_Csrf_TokenStorageService()
  2933.     {
  2934.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2935.     }
  2936.     /**
  2937.      * Gets the private 'security.event_dispatcher.admin' shared service.
  2938.      *
  2939.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2940.      */
  2941.     protected function getSecurity_EventDispatcher_AdminService()
  2942.     {
  2943.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2944.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2945.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  2946.         }, => 'checkPassport'], 2048);
  2947.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2948.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  2949.         }, => 'onSuccessfulLogin'], 0);
  2950.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2951.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  2952.         }, => 'onLogout'], 0);
  2953.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2954.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2955.         }, => 'onLogout'], 0);
  2956.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2957.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  2958.         }, => 'checkPassport'], 2080);
  2959.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2960.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  2961.         }, => 'onSuccessfulLogin'], 0);
  2962.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2963.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2964.         }, => 'preCheckCredentials'], 256);
  2965.         $instance->addListener('security.authentication.success', [=> function () {
  2966.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2967.         }, => 'postCheckCredentials'], 256);
  2968.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2969.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2970.         }, => 'checkPassport'], 1024);
  2971.         $instance->addListener('security.interactive_login', [=> function () {
  2972.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  2973.         }, => 'onInteractiveLogin'], 0);
  2974.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2975.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  2976.         }, => 'onAuthenticationFailure'], 0);
  2977.         $instance->addListener('security.interactive_login', [=> function () {
  2978.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  2979.         }, => 'onInteractiveLogin'], 0);
  2980.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2981.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2982.         }, => 'checkPassport'], 0);
  2983.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2984.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2985.         }, => 'onLoginSuccess'], 0);
  2986.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2987.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2988.         }, => 'checkPassport'], 512);
  2989.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2990.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2991.         }, => 'onLogout'], 0);
  2992.         return $instance;
  2993.     }
  2994.     /**
  2995.      * Gets the private 'security.event_dispatcher.customer' shared service.
  2996.      *
  2997.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2998.      */
  2999.     protected function getSecurity_EventDispatcher_CustomerService()
  3000.     {
  3001.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3002.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3003.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  3004.         }, => 'checkPassport'], 2048);
  3005.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3006.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3007.         }, => 'onSuccessfulLogin'], 0);
  3008.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3009.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  3010.         }, => 'onLogout'], 64);
  3011.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3012.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3013.         }, => 'onLogout'], 0);
  3014.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3015.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3016.         }, => 'checkPassport'], 2080);
  3017.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3018.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3019.         }, => 'onSuccessfulLogin'], 0);
  3020.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3021.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3022.         }, => 'onSuccessfulLogin'], -32);
  3023.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3024.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3025.         }, => 'onSuccessfulLogin'], -64);
  3026.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3027.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3028.         }, => 'clearCookie'], 0);
  3029.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3030.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3031.         }, => 'clearCookie'], 0);
  3032.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3033.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3034.         }, => 'clearCookie'], 0);
  3035.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3036.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3037.         }, => 'preCheckCredentials'], 256);
  3038.         $instance->addListener('security.authentication.success', [=> function () {
  3039.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3040.         }, => 'postCheckCredentials'], 256);
  3041.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3042.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3043.         }, => 'checkPassport'], 1024);
  3044.         $instance->addListener('security.interactive_login', [=> function () {
  3045.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3046.         }, => 'onInteractiveLogin'], 0);
  3047.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3048.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3049.         }, => 'onAuthenticationFailure'], 0);
  3050.         $instance->addListener('security.interactive_login', [=> function () {
  3051.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3052.         }, => 'onInteractiveLogin'], 0);
  3053.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3054.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3055.         }, => 'checkPassport'], 0);
  3056.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3057.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3058.         }, => 'onLoginSuccess'], 0);
  3059.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3060.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3061.         }, => 'checkPassport'], 512);
  3062.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3063.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3064.         }, => 'onLogout'], 0);
  3065.         return $instance;
  3066.     }
  3067.     /**
  3068.      * Gets the private 'security.firewall.map' shared service.
  3069.      *
  3070.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3071.      */
  3072.     protected function getSecurity_Firewall_MapService()
  3073.     {
  3074.         $a = ($this->privates['.service_locator.HDnBBSZ'] ?? $this->get_ServiceLocator_HDnBBSZService());
  3075.         if (isset($this->privates['security.firewall.map'])) {
  3076.             return $this->privates['security.firewall.map'];
  3077.         }
  3078.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3079.             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)/')));
  3080.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.FhMHhjG'] ?? ($this->privates['.security.request_matcher.FhMHhjG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3081.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3082.         }, 3));
  3083.     }
  3084.     /**
  3085.      * Gets the private 'security.logout_url_generator' shared service.
  3086.      *
  3087.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3088.      */
  3089.     protected function getSecurity_LogoutUrlGeneratorService()
  3090.     {
  3091.         $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['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3092.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3093.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3094.         return $instance;
  3095.     }
  3096.     /**
  3097.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3098.      *
  3099.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3100.      */
  3101.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3102.     {
  3103.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3104.     }
  3105.     /**
  3106.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3107.      *
  3108.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3109.      */
  3110.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3111.     {
  3112.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3113.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3114.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3115.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3116.     }
  3117.     /**
  3118.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3119.      *
  3120.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3121.      */
  3122.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3123.     {
  3124.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3125.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3126.             return $this->privates['sensio_framework_extra.security.listener'];
  3127.         }
  3128.         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())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3129.     }
  3130.     /**
  3131.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3132.      *
  3133.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3134.      */
  3135.     protected function getSensioFrameworkExtra_View_ListenerService()
  3136.     {
  3137.         $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))));
  3138.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3139.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3140.         ], [
  3141.             'twig' => '?',
  3142.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3143.         return $instance;
  3144.     }
  3145.     /**
  3146.      * Gets the private 'session.factory' shared service.
  3147.      *
  3148.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3149.      */
  3150.     protected function getSession_FactoryService()
  3151.     {
  3152.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3153.         if (isset($this->privates['session.factory'])) {
  3154.             return $this->privates['session.factory'];
  3155.         }
  3156.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [=> $a=> 'onSessionUsage']);
  3157.     }
  3158.     /**
  3159.      * Gets the private 'session_listener' shared service.
  3160.      *
  3161.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3162.      */
  3163.     protected function getSessionListenerService()
  3164.     {
  3165.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3166.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3167.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3168.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3169.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3170.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3171.         ], [
  3172.             'initialized_session' => '?',
  3173.             'logger' => '?',
  3174.             'session' => '?',
  3175.             'session_collector' => '?',
  3176.             'session_factory' => '?',
  3177.         ]), true$this->getParameter('session.storage.options'));
  3178.     }
  3179.     /**
  3180.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3181.      *
  3182.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3183.      */
  3184.     protected function getStateMachine_Order_MetadataStoreService()
  3185.     {
  3186.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3187.     }
  3188.     /**
  3189.      * Gets the private 'translator.default' shared service.
  3190.      *
  3191.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3192.      */
  3193.     protected function getTranslator_DefaultService()
  3194.     {
  3195.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3196.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3197.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3198.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3199.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3200.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3201.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3202.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3203.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3204.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3205.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3206.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3207.         ], [
  3208.             'translation.loader.csv' => '?',
  3209.             'translation.loader.dat' => '?',
  3210.             'translation.loader.ini' => '?',
  3211.             'translation.loader.json' => '?',
  3212.             'translation.loader.mo' => '?',
  3213.             'translation.loader.php' => '?',
  3214.             'translation.loader.po' => '?',
  3215.             'translation.loader.qt' => '?',
  3216.             'translation.loader.res' => '?',
  3217.             'translation.loader.xliff' => '?',
  3218.             'translation.loader.yml' => '?',
  3219.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('ECCUBE_LOCALE'), ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/locale/messages.ja.yaml'), 10 => (\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/locale/validators.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/locale/messages.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/locale/validators.ja.yaml'), 13 => (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/locale/messages.ja.yaml'), 14 => (\dirname(__DIR__4).'/app/Plugin/DeliveryPlus42/Resource/locale/messages.ja.yaml'), 15 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 16 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.ja.yaml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/locale'), 10 => (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/locale'), 11 => (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/locale'), 12 => (\dirname(__DIR__4).'/app/Plugin/DeliveryPlus42/Resource/locale'), 13 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 14 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 15 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 28 => (\dirname(__DIR__4).'/src/Eccube/translations'), 29 => (\dirname(__DIR__4).'/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'app/Plugin/Recommend42/Resource/locale'=> 'app/Plugin/Coupon42/Resource/locale'=> 'app/Plugin/SalesReport42/Resource/locale'=> 'app/Plugin/RelatedProduct42/Resource/locale'=> 'app/Plugin/ProductReview42/Resource/locale'=> 'app/Plugin/RefineCheckItem42/Resource/locale'10 => 'app/Plugin/VeriTrans4G2/Resource/locale'11 => 'app/Plugin/ExpressLink42/Resource/locale'12 => 'app/Plugin/DeliveryPlus42/Resource/locale'13 => 'src/Eccube/Resource/locale/'14 => 'app/Customize/Resource/locale/'15 => 'vendor/symfony/framework-bundle/translations'16 => 'vendor/symfony/security-bundle/translations'17 => 'vendor/doctrine/doctrine-bundle/translations'18 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'19 => 'vendor/sensio/framework-extra-bundle/src/translations'20 => 'vendor/symfony/monolog-bundle/translations'21 => 'vendor/symfony/twig-bundle/translations'22 => 'vendor/symfony/debug-bundle/translations'23 => 'vendor/symfony/web-profiler-bundle/translations'24 => 'vendor/symfony/maker-bundle/src/translations'25 => 'vendor/exercise/htmlpurifier-bundle/src/translations'26 => 'vendor/doctrine/doctrine-migrations-bundle/translations'27 => 'vendor/twig/extra-bundle/translations'28 => 'src/Eccube/translations'29 => 'translations']]], []);
  3220.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3221.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3222.         return $instance;
  3223.     }
  3224.     /**
  3225.      * Gets the private 'validator.builder' shared service.
  3226.      *
  3227.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3228.      */
  3229.     protected function getValidator_BuilderService()
  3230.     {
  3231.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3232.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3233.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3234.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3235.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3236.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsRecaptchaValidator' => ['privates''Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsRecaptchaValidator''getContainsRecaptchaValidatorService'true],
  3237.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsUsedMailFlgValidator' => ['privates''Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsUsedMailFlgValidator''getContainsUsedMailFlgValidatorService'true],
  3238.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsVeritransIdPrefixValidator' => ['privates''Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsVeritransIdPrefixValidator''getContainsVeritransIdPrefixValidatorService'true],
  3239.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3240.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3241.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3242.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3243.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3244.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3245.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3246.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3247.         ], [
  3248.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3249.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3250.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsRecaptchaValidator' => '?',
  3251.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsUsedMailFlgValidator' => '?',
  3252.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsVeritransIdPrefixValidator' => '?',
  3253.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3254.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3255.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3256.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3257.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3258.             'doctrine.orm.validator.unique' => '?',
  3259.             'security.validator.user_password' => '?',
  3260.             'validator.expression' => '?',
  3261.         ])));
  3262.         if ($this->has('translator')) {
  3263.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3264.         }
  3265.         $instance->setTranslationDomain('validators');
  3266.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3267.         $instance->enableAnnotationMapping(true);
  3268.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3269.         $instance->addMethodMapping('loadValidatorMetadata');
  3270.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3271.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3272.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3273.         return $instance;
  3274.     }
  3275.     /**
  3276.      * Gets the private 'var_dumper.html_dumper' shared service.
  3277.      *
  3278.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3279.      */
  3280.     protected function getVarDumper_HtmlDumperService()
  3281.     {
  3282.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3283.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3284.         return $instance;
  3285.     }
  3286.     /**
  3287.      * Gets the private 'web_profiler.csp.handler' shared service.
  3288.      *
  3289.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3290.      */
  3291.     protected function getWebProfiler_Csp_HandlerService()
  3292.     {
  3293.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3294.     }
  3295.     /**
  3296.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3297.      *
  3298.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3299.      */
  3300.     protected function getWebProfiler_DebugToolbarService()
  3301.     {
  3302.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3303.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3304.             return $this->privates['web_profiler.debug_toolbar'];
  3305.         }
  3306.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3307.     }
  3308.     /**
  3309.      * Gets the public 'cache_clearer' alias.
  3310.      *
  3311.      * @return object The ".container.private.cache_clearer" service.
  3312.      */
  3313.     protected function getCacheClearerService()
  3314.     {
  3315.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3316.         return $this->get('.container.private.cache_clearer');
  3317.     }
  3318.     /**
  3319.      * Gets the public 'filesystem' alias.
  3320.      *
  3321.      * @return object The ".container.private.filesystem" service.
  3322.      */
  3323.     protected function getFilesystemService()
  3324.     {
  3325.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3326.         return $this->get('.container.private.filesystem');
  3327.     }
  3328.     /**
  3329.      * Gets the public 'state_machine.order' alias.
  3330.      *
  3331.      * @return object The ".container.private.state_machine.order" service.
  3332.      */
  3333.     protected function getStateMachine_OrderService()
  3334.     {
  3335.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3336.         return $this->get('.container.private.state_machine.order');
  3337.     }
  3338.     /**
  3339.      * Gets the public 'serializer' alias.
  3340.      *
  3341.      * @return object The ".container.private.serializer" service.
  3342.      */
  3343.     protected function getSerializerService()
  3344.     {
  3345.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3346.         return $this->get('.container.private.serializer');
  3347.     }
  3348.     /**
  3349.      * Gets the public 'security.csrf.token_manager' alias.
  3350.      *
  3351.      * @return object The ".container.private.security.csrf.token_manager" service.
  3352.      */
  3353.     protected function getSecurity_Csrf_TokenManagerService()
  3354.     {
  3355.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3356.         return $this->get('.container.private.security.csrf.token_manager');
  3357.     }
  3358.     /**
  3359.      * Gets the public 'form.factory' alias.
  3360.      *
  3361.      * @return object The ".container.private.form.factory" service.
  3362.      */
  3363.     protected function getForm_FactoryService()
  3364.     {
  3365.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3366.         return $this->get('.container.private.form.factory');
  3367.     }
  3368.     /**
  3369.      * Gets the public 'form.type.file' alias.
  3370.      *
  3371.      * @return object The ".container.private.form.type.file" service.
  3372.      */
  3373.     protected function getForm_Type_FileService()
  3374.     {
  3375.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3376.         return $this->get('.container.private.form.type.file');
  3377.     }
  3378.     /**
  3379.      * Gets the public 'profiler' alias.
  3380.      *
  3381.      * @return object The ".container.private.profiler" service.
  3382.      */
  3383.     protected function getProfilerService()
  3384.     {
  3385.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3386.         return $this->get('.container.private.profiler');
  3387.     }
  3388.     /**
  3389.      * Gets the public 'security.authorization_checker' alias.
  3390.      *
  3391.      * @return object The ".container.private.security.authorization_checker" service.
  3392.      */
  3393.     protected function getSecurity_AuthorizationCheckerService()
  3394.     {
  3395.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3396.         return $this->get('.container.private.security.authorization_checker');
  3397.     }
  3398.     /**
  3399.      * Gets the public 'security.token_storage' alias.
  3400.      *
  3401.      * @return object The ".container.private.security.token_storage" service.
  3402.      */
  3403.     protected function getSecurity_TokenStorageService()
  3404.     {
  3405.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3406.         return $this->get('.container.private.security.token_storage');
  3407.     }
  3408.     /**
  3409.      * Gets the public 'twig' alias.
  3410.      *
  3411.      * @return object The ".container.private.twig" service.
  3412.      */
  3413.     protected function getTwigService()
  3414.     {
  3415.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3416.         return $this->get('.container.private.twig');
  3417.     }
  3418.     /**
  3419.      * Gets the public 'security.password_encoder' alias.
  3420.      *
  3421.      * @return object The ".container.private.security.password_encoder" service.
  3422.      */
  3423.     protected function getSecurity_PasswordEncoderService()
  3424.     {
  3425.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3426.         return $this->get('.container.private.security.password_encoder');
  3427.     }
  3428.     /**
  3429.      * Gets the public 'session' alias.
  3430.      *
  3431.      * @return object The ".container.private.session" service.
  3432.      */
  3433.     protected function getSessionService()
  3434.     {
  3435.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3436.         return $this->get('.container.private.session');
  3437.     }
  3438.     /**
  3439.      * Gets the public 'validator' alias.
  3440.      *
  3441.      * @return object The ".container.private.validator" service.
  3442.      */
  3443.     protected function getValidatorService()
  3444.     {
  3445.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3446.         return $this->get('.container.private.validator');
  3447.     }
  3448.     /**
  3449.      * @return array|bool|float|int|string|\UnitEnum|null
  3450.      */
  3451.     public function getParameter(string $name)
  3452.     {
  3453.         if (isset($this->buildParameters[$name])) {
  3454.             return $this->buildParameters[$name];
  3455.         }
  3456.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3457.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3458.         }
  3459.         if (isset($this->loadedDynamicParameters[$name])) {
  3460.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3461.         }
  3462.         return $this->parameters[$name];
  3463.     }
  3464.     public function hasParameter(string $name): bool
  3465.     {
  3466.         if (isset($this->buildParameters[$name])) {
  3467.             return true;
  3468.         }
  3469.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3470.     }
  3471.     public function setParameter(string $name$value): void
  3472.     {
  3473.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3474.     }
  3475.     public function getParameterBag(): ParameterBagInterface
  3476.     {
  3477.         if (null === $this->parameterBag) {
  3478.             $parameters $this->parameters;
  3479.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3480.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3481.             }
  3482.             foreach ($this->buildParameters as $name => $value) {
  3483.                 $parameters[$name] = $value;
  3484.             }
  3485.             $this->parameterBag = new FrozenParameterBag($parameters);
  3486.         }
  3487.         return $this->parameterBag;
  3488.     }
  3489.     private $loadedDynamicParameters = [
  3490.         'kernel.runtime_environment' => false,
  3491.         'kernel.build_dir' => false,
  3492.         'kernel.cache_dir' => false,
  3493.         'locale' => false,
  3494.         'timezone' => false,
  3495.         'currency' => false,
  3496.         'eccube_database_url' => false,
  3497.         'eccube_mailer_dsn' => false,
  3498.         'eccube_admin_route' => false,
  3499.         'eccube_user_data_route' => false,
  3500.         'eccube_front_allow_hosts' => false,
  3501.         'eccube_front_deny_hosts' => false,
  3502.         'eccube_admin_allow_hosts' => false,
  3503.         'eccube_admin_deny_hosts' => false,
  3504.         'eccube_force_ssl' => false,
  3505.         'eccube.theme' => false,
  3506.         'eccube_theme_code' => false,
  3507.         'eccube_auth_magic' => false,
  3508.         'eccube_theme_front_dir' => false,
  3509.         'eccube_html_front_dir' => false,
  3510.         'eccube_csv_temp_realdir' => false,
  3511.         'eccube_owners_store_url' => false,
  3512.         'eccube_package_api_url' => false,
  3513.         'eccube_content_maintenance_file_path' => false,
  3514.         'eccube_2fa_enabled' => false,
  3515.         'eccube_2fa_cookie_name' => false,
  3516.         'eccube_2fa_expire' => false,
  3517.         'eccube_restrict_file_upload' => false,
  3518.         'kernel.secret' => false,
  3519.         'kernel.default_locale' => false,
  3520.         'debug.container.dump' => false,
  3521.         'serializer.mapping.cache.file' => false,
  3522.         'session.storage.options' => false,
  3523.         'validator.mapping.cache.file' => false,
  3524.         'profiler.storage.dsn' => false,
  3525.         'doctrine.orm.proxy_dir' => false,
  3526.     ];
  3527.     private $dynamicParameters = [];
  3528.     private function getDynamicParameter(string $name)
  3529.     {
  3530.         switch ($name) {
  3531.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3532.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3533.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3534.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3535.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  3536.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  3537.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  3538.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  3539.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3540.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3541.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  3542.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  3543.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3544.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3545.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3546.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3547.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3548.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3549.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3550.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3551.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  3552.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3553.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3554.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3555.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3556.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3557.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3558.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  3559.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3560.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3561.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  3562.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3563.             case 'session.storage.options'$value = [
  3564.                 'cache_limiter' => '0',
  3565.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3566.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3567.                 'cookie_httponly' => true,
  3568.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  3569.                 'gc_probability' => 1,
  3570.             ]; break;
  3571.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3572.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3573.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3574.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3575.         }
  3576.         $this->loadedDynamicParameters[$name] = true;
  3577.         return $this->dynamicParameters[$name] = $value;
  3578.     }
  3579.     protected function getDefaultParameters(): array
  3580.     {
  3581.         return [
  3582.             'kernel.project_dir' => \dirname(__DIR__4),
  3583.             'kernel.environment' => 'dev',
  3584.             'kernel.debug' => true,
  3585.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3586.             'kernel.bundles' => [
  3587.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3588.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3589.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3590.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3591.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3592.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3593.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3594.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3595.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3596.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3597.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3598.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3599.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3600.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3601.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  3602.             ],
  3603.             'kernel.bundles_metadata' => [
  3604.                 'FrameworkBundle' => [
  3605.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3606.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3607.                 ],
  3608.                 'SecurityBundle' => [
  3609.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3610.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3611.                 ],
  3612.                 'DoctrineBundle' => [
  3613.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3614.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3615.                 ],
  3616.                 'DoctrineFixturesBundle' => [
  3617.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3618.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3619.                 ],
  3620.                 'SensioFrameworkExtraBundle' => [
  3621.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3622.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3623.                 ],
  3624.                 'MonologBundle' => [
  3625.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3626.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3627.                 ],
  3628.                 'TwigBundle' => [
  3629.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3630.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3631.                 ],
  3632.                 'DebugBundle' => [
  3633.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3634.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3635.                 ],
  3636.                 'WebProfilerBundle' => [
  3637.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3638.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3639.                 ],
  3640.                 'MakerBundle' => [
  3641.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3642.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3643.                 ],
  3644.                 'KnpPaginatorBundle' => [
  3645.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3646.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3647.                 ],
  3648.                 'ExerciseHTMLPurifierBundle' => [
  3649.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  3650.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  3651.                 ],
  3652.                 'DoctrineMigrationsBundle' => [
  3653.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3654.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3655.                 ],
  3656.                 'TwigExtraBundle' => [
  3657.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3658.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3659.                 ],
  3660.                 'EccubeBundle' => [
  3661.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  3662.                     'namespace' => 'Eccube',
  3663.                 ],
  3664.             ],
  3665.             'kernel.charset' => 'UTF-8',
  3666.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  3667.             'container.dumper.inline_class_loader' => true,
  3668.             'env(ECCUBE_LOCALE)' => 'ja',
  3669.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  3670.             'env(ECCUBE_CURRENCY)' => 'JPY',
  3671.             'env(DATABASE_URL)' => '',
  3672.             'env(DATABASE_SERVER_VERSION)' => NULL,
  3673.             'env(DATABASE_CHARSET)' => 'utf8',
  3674.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  3675.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  3676.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  3677.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  3678.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  3679.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  3680.             'env(ECCUBE_FORCE_SSL)' => '0',
  3681.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  3682.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  3683.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  3684.             'env(ECCUBE_COOKIE_PATH)' => '/',
  3685.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  3686.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  3687.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  3688.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  3689.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  3690.             'env(ECCUBE_2FA_ENABLED)' => '1',
  3691.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  3692.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  3693.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  3694.             'eccube_auth_type' => 'HMAC',
  3695.             'eccube_password_hash_algos' => 'SHA256',
  3696.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  3697.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  3698.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  3699.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  3700.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  3701.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  3702.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  3703.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  3704.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  3705.             'eccube_twig_block_templates' => [
  3706.             ],
  3707.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  3708.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  3709.             'eccube_csv_size' => 5,
  3710.             'eccube_csv_split_lines' => 100,
  3711.             'eccube_default_password' => 'abc********123',
  3712.             'eccube_deliv_addr_max' => 20,
  3713.             'eccube_deliv_date_end_max' => 21,
  3714.             'eccube_id_max_len' => 50,
  3715.             'eccube_id_min_len' => 4,
  3716.             'eccube_int_len' => 9,
  3717.             'eccube_category_nest_level' => 5,
  3718.             'eccube_lltext_len' => 99999,
  3719.             'eccube_ltext_len' => 3000,
  3720.             'eccube_max_total_fee' => 9999999999,
  3721.             'eccube_mltext_len' => 1000,
  3722.             'eccube_mtext_len' => 200,
  3723.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  3724.             'plugin_html_urlpath' => '/plugin/',
  3725.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  3726.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  3727.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  3728.             'eccube_price_len' => 8,
  3729.             'eccube_search_pmax' => 12,
  3730.             'eccube_sitemap_products_per_page' => 1000,
  3731.             'eccube_stext_len' => 255,
  3732.             'eccube_sltext_len' => 500,
  3733.             'eccube_smtext_len' => 100,
  3734.             'eccube_tax_rule_priority' => [
  3735.                 => 'product_id',
  3736.                 => 'product_class_id',
  3737.                 => 'pref_id',
  3738.                 => 'country_id',
  3739.             ],
  3740.             'eccube_url_len' => 1024,
  3741.             'eccube_default_page_count' => 50,
  3742.             'eccube_admin_product_stock_status' => 3,
  3743.             'eccube_customer_reset_expire' => 10,
  3744.             'eccube_csv_export_separator' => ',',
  3745.             'eccube_csv_export_encoding' => 'SJIS-win',
  3746.             'eccube_csv_import_encoding' => [
  3747.                 => 'UTF-8',
  3748.                 => 'SJIS-win',
  3749.                 => 'SJIS',
  3750.                 => 'EUC-JP',
  3751.                 => 'ASCII',
  3752.                 => 'JIS',
  3753.             ],
  3754.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  3755.             'eccube_csv_export_multidata_separator' => ',',
  3756.             'eccube_csv_import_delimiter' => ',',
  3757.             'eccube_csv_import_enclosure' => '"',
  3758.             'eccube_csv_import_escape' => '\\',
  3759.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  3760.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  3761.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  3762.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  3763.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  3764.             'eccube_name_len' => 16,
  3765.             'eccube_kana_len' => 25,
  3766.             'eccube_address1_len' => 32,
  3767.             'eccube_address2_len' => 32,
  3768.             'eccube_birth_max' => 110,
  3769.             'eccube_product_order_price_lower' => 1,
  3770.             'eccube_product_order_newer' => 2,
  3771.             'eccube_product_order_price_higher' => 3,
  3772.             'eccube_price_max' => 2147483647,
  3773.             'eccube_tel_len_max' => 14,
  3774.             'eccube_postal_code' => 8,
  3775.             'eccube_password_min_len' => 12,
  3776.             'eccube_password_max_len' => 50,
  3777.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  3778.             'eccube_composer_memory_limit' => '1536M',
  3779.             'eccube_order_mail_template_id' => 1,
  3780.             'eccube_entry_confirm_mail_template_id' => 2,
  3781.             'eccube_entry_complete_mail_template_id' => 3,
  3782.             'eccube_customer_withdraw_mail_template_id' => 4,
  3783.             'eccube_contact_mail_template_id' => 5,
  3784.             'eccube_forgot_mail_template_id' => 6,
  3785.             'eccube_reset_complete_mail_template_id' => 7,
  3786.             'eccube_shipping_notify_mail_template_id' => 8,
  3787.             'eccube_rfc_email_check' => false,
  3788.             'eccube_email_len' => 254,
  3789.             'eccube_order_no_format' => '',
  3790.             'eccube_order_pdf_message_len' => 30,
  3791.             'eccube_news_start_year' => 2000,
  3792.             'eccube_result_cache_lifetime' => 3600,
  3793.             'eccube_result_cache_lifetime_short' => 10,
  3794.             'eccube_restrict_file_upload_urls' => [
  3795.                 => 'admin_content_file',
  3796.                 => 'admin_store_plugin_install',
  3797.                 => 'admin_content_page_new',
  3798.                 => 'admin_content_page_edit',
  3799.                 => 'admin_content_block_new',
  3800.                 => 'admin_content_block_edit',
  3801.                 => 'admin_content_css',
  3802.                 => 'admin_content_js',
  3803.                 => 'admin_store_template_install',
  3804.             ],
  3805.             'eccube_file_uploadable_extensions' => [
  3806.                 => 'jpg',
  3807.                 => 'jpeg',
  3808.                 => 'png',
  3809.                 => 'gif',
  3810.                 => 'webp',
  3811.                 => 'svg',
  3812.                 => 'ico',
  3813.                 => 'html',
  3814.                 => 'htm',
  3815.                 => 'js',
  3816.                 10 => 'css',
  3817.                 11 => 'txt',
  3818.                 12 => 'pdf',
  3819.             ],
  3820.             'eccube_login_throttling_max_attempts' => 5,
  3821.             'eccube_login_throttling_interval' => '30 minutes',
  3822.             'eccube_nav' => [
  3823.                 'product' => [
  3824.                     'name' => 'admin.product.product_management',
  3825.                     'icon' => 'fa-cube',
  3826.                     'children' => [
  3827.                         'product_master' => [
  3828.                             'name' => 'admin.product.product_list',
  3829.                             'url' => 'admin_product',
  3830.                         ],
  3831.                         'product_edit' => [
  3832.                             'name' => 'admin.product.product_registration',
  3833.                             'url' => 'admin_product_product_new',
  3834.                         ],
  3835.                         'class_name' => [
  3836.                             'name' => 'admin.product.class_management',
  3837.                             'url' => 'admin_product_class_name',
  3838.                         ],
  3839.                         'class_category' => [
  3840.                             'name' => 'admin.product.category_management',
  3841.                             'url' => 'admin_product_category',
  3842.                         ],
  3843.                         'product_tag' => [
  3844.                             'name' => 'admin.product.tag_management',
  3845.                             'url' => 'admin_product_tag',
  3846.                         ],
  3847.                         'product_csv_import' => [
  3848.                             'name' => 'admin.product.product_csv_upload',
  3849.                             'url' => 'admin_product_csv_import',
  3850.                         ],
  3851.                         'category_csv_import' => [
  3852.                             'name' => 'admin.product.category_csv_upload',
  3853.                             'url' => 'admin_product_category_csv_import',
  3854.                         ],
  3855.                         'product_review' => [
  3856.                             'name' => 'product_review.admin.product_review.title',
  3857.                             'url' => 'product_review_admin_product_review',
  3858.                         ],
  3859.                         'vt4g_subsc_salestype' => [
  3860.                             'name' => 'vt4g_plugin.admin.menu.product.subsc_salestype',
  3861.                             'url' => 'vt4g_admin_subsc_salestype',
  3862.                         ],
  3863.                     ],
  3864.                 ],
  3865.                 'order' => [
  3866.                     'name' => 'admin.order.order_management',
  3867.                     'icon' => 'fa-shopping-cart',
  3868.                     'children' => [
  3869.                         'order_master' => [
  3870.                             'name' => 'admin.order.order_list',
  3871.                             'url' => 'admin_order',
  3872.                         ],
  3873.                         'order_edit' => [
  3874.                             'name' => 'admin.order.order_registration',
  3875.                             'url' => 'admin_order_new',
  3876.                         ],
  3877.                         'shipping_csv_import' => [
  3878.                             'name' => 'admin.order.shipping_csv_upload',
  3879.                             'url' => 'admin_shipping_csv_import',
  3880.                         ],
  3881.                         'plugin_coupon' => [
  3882.                             'name' => 'クーポン',
  3883.                             'url' => 'plugin_coupon_list',
  3884.                         ],
  3885.                         'expresslink_import' => [
  3886.                             'id' => 'admin_order_import_expresslink',
  3887.                             'name' => 'expresslink.admin.nav.order.import.expresslink',
  3888.                             'url' => 'admin_order_import_expresslink',
  3889.                         ],
  3890.                         'vt4g_order_csv_upload' => [
  3891.                             'name' => 'vt4g_plugin.admin.menu.order.csv_upload',
  3892.                             'url' => 'vt4g_admin_order_csv_upload',
  3893.                         ],
  3894.                         'vt4g_order_csv_registration' => [
  3895.                             'name' => 'vt4g_plugin.admin.menu.order.csv_registration',
  3896.                             'url' => 'vt4g_admin_order_csv_registration',
  3897.                         ],
  3898.                         'vt4g_order_csv_request' => [
  3899.                             'name' => 'vt4g_plugin.admin.menu.order.csv_request',
  3900.                             'url' => 'vt4g_admin_order_csv_request',
  3901.                         ],
  3902.                         'vt4g_order_csv_result' => [
  3903.                             'name' => 'vt4g_plugin.admin.menu.order.csv_result',
  3904.                             'url' => 'vt4g_admin_order_csv_result',
  3905.                         ],
  3906.                     ],
  3907.                 ],
  3908.                 'customer' => [
  3909.                     'name' => 'admin.customer.customer_management',
  3910.                     'icon' => 'fa-users',
  3911.                     'children' => [
  3912.                         'customer_master' => [
  3913.                             'name' => 'admin.customer.customer_list',
  3914.                             'url' => 'admin_customer',
  3915.                         ],
  3916.                         'customer_edit' => [
  3917.                             'name' => 'admin.customer.customer_registration',
  3918.                             'url' => 'admin_customer_new',
  3919.                         ],
  3920.                         'vt4g_customer_subsc_history' => [
  3921.                             'name' => 'vt4g_plugin.admin.menu.customer.subsc_history',
  3922.                             'url' => 'vt4g_admin_subsc_customer',
  3923.                         ],
  3924.                     ],
  3925.                 ],
  3926.                 'content' => [
  3927.                     'name' => 'admin.content.contents_management',
  3928.                     'icon' => 'fa-file-text-o',
  3929.                     'children' => [
  3930.                         'news' => [
  3931.                             'name' => 'admin.content.news_management',
  3932.                             'url' => 'admin_content_news',
  3933.                         ],
  3934.                         'file' => [
  3935.                             'name' => 'admin.content.file_management',
  3936.                             'url' => 'admin_content_file',
  3937.                         ],
  3938.                         'layout' => [
  3939.                             'name' => 'admin.content.layout_management',
  3940.                             'url' => 'admin_content_layout',
  3941.                         ],
  3942.                         'page' => [
  3943.                             'name' => 'admin.content.page_management',
  3944.                             'url' => 'admin_content_page',
  3945.                         ],
  3946.                         'css' => [
  3947.                             'name' => 'admin.content.css_management',
  3948.                             'url' => 'admin_content_css',
  3949.                         ],
  3950.                         'js' => [
  3951.                             'name' => 'admin.content.js_management',
  3952.                             'url' => 'admin_content_js',
  3953.                         ],
  3954.                         'block' => [
  3955.                             'name' => 'admin.content.block_management',
  3956.                             'url' => 'admin_content_block',
  3957.                         ],
  3958.                         'cache' => [
  3959.                             'name' => 'admin.content.cache_management',
  3960.                             'url' => 'admin_content_cache',
  3961.                         ],
  3962.                         'maintenance' => [
  3963.                             'name' => 'admin.content.maintenance_management',
  3964.                             'url' => 'admin_content_maintenance',
  3965.                         ],
  3966.                         'deliveryplus' => [
  3967.                             'id' => 'admin_content_deliveryplus',
  3968.                             'name' => 'deliveryplus.admin.nav.content.deliveryplus',
  3969.                             'children' => [
  3970.                                 'detail' => [
  3971.                                     'id' => 'admin_content_deliveryplus_detail',
  3972.                                     'name' => 'deliveryplus.admin.nav.content.deliveryplus.detail',
  3973.                                     'url' => 'admin_content_deliveryplus_detail',
  3974.                                 ],
  3975.                                 'cart' => [
  3976.                                     'id' => 'admin_content_deliveryplus_cart',
  3977.                                     'name' => 'deliveryplus.admin.nav.content.deliveryplus.cart',
  3978.                                     'url' => 'admin_content_deliveryplus_cart',
  3979.                                 ],
  3980.                             ],
  3981.                         ],
  3982.                         'plugin_recommend' => [
  3983.                             'name' => 'plugin_recommend.admin.navi',
  3984.                             'url' => 'plugin_recommend_list',
  3985.                         ],
  3986.                     ],
  3987.                 ],
  3988.                 'setting' => [
  3989.                     'name' => 'admin.setting',
  3990.                     'icon' => 'fa-cog',
  3991.                     'children' => [
  3992.                         'shop' => [
  3993.                             'name' => 'admin.setting.shop',
  3994.                             'children' => [
  3995.                                 'shop_index' => [
  3996.                                     'name' => 'admin.setting.shop.shop_setting',
  3997.                                     'url' => 'admin_setting_shop',
  3998.                                 ],
  3999.                                 'shop_tradelaw' => [
  4000.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  4001.                                     'url' => 'admin_setting_shop_tradelaw',
  4002.                                 ],
  4003.                                 'shop_agreement' => [
  4004.                                     'name' => 'admin.setting.shop.agreement_setting',
  4005.                                     'url' => 'admin_content_page_edit',
  4006.                                     'param' => [
  4007.                                         'id' => 19,
  4008.                                         'return' => 'agreement',
  4009.                                     ],
  4010.                                 ],
  4011.                                 'shop_payment' => [
  4012.                                     'name' => 'admin.setting.shop.payment_setting',
  4013.                                     'url' => 'admin_setting_shop_payment',
  4014.                                 ],
  4015.                                 'shop_delivery' => [
  4016.                                     'name' => 'admin.setting.shop.delivery_setting',
  4017.                                     'url' => 'admin_setting_shop_delivery',
  4018.                                 ],
  4019.                                 'shop_tax' => [
  4020.                                     'name' => 'admin.setting.shop.tax_setting',
  4021.                                     'url' => 'admin_setting_shop_tax',
  4022.                                 ],
  4023.                                 'shop_mail' => [
  4024.                                     'name' => 'admin.setting.shop.mail_setting',
  4025.                                     'url' => 'admin_setting_shop_mail',
  4026.                                 ],
  4027.                                 'shop_csv' => [
  4028.                                     'name' => 'admin.setting.shop.csv_setting',
  4029.                                     'url' => 'admin_setting_shop_csv',
  4030.                                 ],
  4031.                                 'shop_order_status' => [
  4032.                                     'name' => 'admin.setting.shop.order_status_setting',
  4033.                                     'url' => 'admin_setting_shop_order_status',
  4034.                                 ],
  4035.                                 'shop_calendar' => [
  4036.                                     'name' => 'admin.setting.shop.calendar_setting',
  4037.                                     'url' => 'admin_setting_shop_calendar',
  4038.                                 ],
  4039.                             ],
  4040.                         ],
  4041.                         'system' => [
  4042.                             'name' => 'admin.setting.system',
  4043.                             'children' => [
  4044.                                 'member' => [
  4045.                                     'name' => 'admin.setting.system.member_management',
  4046.                                     'url' => 'admin_setting_system_member',
  4047.                                 ],
  4048.                                 'authority' => [
  4049.                                     'name' => 'admin.setting.system.authority_management',
  4050.                                     'url' => 'admin_setting_system_authority',
  4051.                                 ],
  4052.                                 'security' => [
  4053.                                     'name' => 'admin.setting.system.security_management',
  4054.                                     'url' => 'admin_setting_system_security',
  4055.                                 ],
  4056.                                 'login_history' => [
  4057.                                     'name' => 'admin.setting.system.login_history',
  4058.                                     'url' => 'admin_setting_system_login_history',
  4059.                                 ],
  4060.                                 'log' => [
  4061.                                     'name' => 'admin.setting.system.log_display',
  4062.                                     'url' => 'admin_setting_system_log',
  4063.                                 ],
  4064.                                 'masterdata' => [
  4065.                                     'name' => 'admin.setting.system.master_data_management',
  4066.                                     'url' => 'admin_setting_system_masterdata',
  4067.                                 ],
  4068.                                 'system_index' => [
  4069.                                     'name' => 'admin.setting.system.system_info',
  4070.                                     'url' => 'admin_setting_system_system',
  4071.                                 ],
  4072.                                 'expresslink_config' => [
  4073.                                     'id' => 'admin_setting_expresslink_config',
  4074.                                     'name' => 'expresslink.admin.nav.setting.expresslink.config',
  4075.                                     'url' => 'admin_setting_expresslink_config',
  4076.                                 ],
  4077.                                 'vt4g_log_download' => [
  4078.                                     'name' => 'vt4g_plugin.admin.menu.setting.system.log_download',
  4079.                                     'url' => 'vt4g_admin_log_download',
  4080.                                 ],
  4081.                             ],
  4082.                         ],
  4083.                     ],
  4084.                 ],
  4085.                 'store' => [
  4086.                     'name' => 'admin.store',
  4087.                     'icon' => 'fa-plug',
  4088.                     'children' => [
  4089.                         'plugin' => [
  4090.                             'name' => 'admin.store.plugin',
  4091.                             'children' => [
  4092.                                 'plugin_owners_search' => [
  4093.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4094.                                     'url' => 'admin_store_plugin_owners_search',
  4095.                                 ],
  4096.                                 'plugin_list' => [
  4097.                                     'name' => 'admin.store.plugin.plugin_list',
  4098.                                     'url' => 'admin_store_plugin',
  4099.                                 ],
  4100.                             ],
  4101.                         ],
  4102.                         'template' => [
  4103.                             'name' => 'admin.store.template',
  4104.                             'children' => [
  4105.                                 'template_list' => [
  4106.                                     'name' => 'admin.store.template.template_list',
  4107.                                     'url' => 'admin_store_template',
  4108.                                 ],
  4109.                                 'template_install' => [
  4110.                                     'name' => 'admin.store.template.template_install',
  4111.                                     'url' => 'admin_store_template_install',
  4112.                                 ],
  4113.                             ],
  4114.                         ],
  4115.                         'authentication_setting' => [
  4116.                             'name' => 'admin.store.setting',
  4117.                             'url' => 'admin_store_authentication_setting',
  4118.                         ],
  4119.                     ],
  4120.                 ],
  4121.                 'SalesReport42' => [
  4122.                     'name' => 'sales_report.admin.nav.001',
  4123.                     'icon' => 'fa-chart-bar',
  4124.                     'children' => [
  4125.                         'sales_report_admin_term' => [
  4126.                             'id' => 'sales_report_admin_term',
  4127.                             'url' => 'sales_report_admin_term',
  4128.                             'name' => 'sales_report.admin.nav.002',
  4129.                         ],
  4130.                         'sales_report_admin_product' => [
  4131.                             'id' => 'sales_report_admin_product',
  4132.                             'url' => 'sales_report_admin_product',
  4133.                             'name' => 'sales_report.admin.nav.003',
  4134.                         ],
  4135.                         'sales_report_admin_age' => [
  4136.                             'id' => 'sales_report_admin_age',
  4137.                             'url' => 'sales_report_admin_age',
  4138.                             'name' => 'sales_report.admin.nav.004',
  4139.                         ],
  4140.                     ],
  4141.                 ],
  4142.             ],
  4143.             'env(MAILER_DSN)' => 'null://null',
  4144.             'eccube.twig_sandbox.allowed_tags' => [
  4145.                 => 'apply',
  4146.                 => 'block',
  4147.                 => 'deprecated',
  4148.                 => 'embed',
  4149.                 => 'extends',
  4150.                 => 'flush',
  4151.                 => 'for',
  4152.                 => 'if',
  4153.                 => 'set',
  4154.                 => 'spaceless',
  4155.                 10 => 'verbatim',
  4156.                 11 => 'with',
  4157.                 12 => 'form_theme',
  4158.                 13 => 'stopwatch',
  4159.                 14 => 'trans',
  4160.                 15 => 'trans_default_domain',
  4161.             ],
  4162.             'eccube.twig_sandbox.allowed_filters' => [
  4163.                 => 'abs',
  4164.                 => 'batch',
  4165.                 => 'capitalize',
  4166.                 => 'column',
  4167.                 => 'convert_encoding',
  4168.                 => 'country_name',
  4169.                 => 'currency_name',
  4170.                 => 'currency_symbol',
  4171.                 => 'date',
  4172.                 => 'date_modify',
  4173.                 10 => 'default',
  4174.                 11 => 'escape',
  4175.                 12 => 'first',
  4176.                 13 => 'format',
  4177.                 14 => 'format_currency',
  4178.                 15 => 'format_date',
  4179.                 16 => 'format_datetime',
  4180.                 17 => 'format_number',
  4181.                 18 => 'format_time',
  4182.                 19 => 'join',
  4183.                 20 => 'json_encode',
  4184.                 21 => 'keys',
  4185.                 22 => 'language_name',
  4186.                 23 => 'last',
  4187.                 24 => 'length',
  4188.                 25 => 'locale_name',
  4189.                 26 => 'lower',
  4190.                 27 => 'merge',
  4191.                 28 => 'nl2br',
  4192.                 29 => 'number_format',
  4193.                 30 => 'replace',
  4194.                 31 => 'reverse',
  4195.                 32 => 'round',
  4196.                 33 => 'slice',
  4197.                 34 => 'spaceless',
  4198.                 35 => 'split',
  4199.                 36 => 'striptags',
  4200.                 37 => 'timezone_name',
  4201.                 38 => 'title',
  4202.                 39 => 'trim',
  4203.                 40 => 'upper',
  4204.                 41 => 'url_encode',
  4205.                 42 => 'abbr_class',
  4206.                 43 => 'abbr_method',
  4207.                 44 => 'file_link',
  4208.                 45 => 'file_relative',
  4209.                 46 => 'format_args',
  4210.                 47 => 'format_args_as_text',
  4211.                 48 => 'humanize',
  4212.                 49 => 'serialize',
  4213.                 50 => 'trans',
  4214.                 51 => 'yaml_dump',
  4215.                 52 => 'yaml_encode',
  4216.                 53 => 'currency_symbol',
  4217.                 54 => 'date_day',
  4218.                 55 => 'date_day_with_weekday',
  4219.                 56 => 'date_format',
  4220.                 57 => 'date_min',
  4221.                 58 => 'date_sec',
  4222.                 59 => 'doctrine_format_sql',
  4223.                 60 => 'doctrine_prettify_sql',
  4224.                 61 => 'doctrine_pretty_query',
  4225.                 62 => 'doctrine_replace_query_parameters',
  4226.                 63 => 'e',
  4227.                 64 => 'ellipsis',
  4228.                 65 => 'file_ext_icon',
  4229.                 66 => 'form_encode_currency',
  4230.                 67 => 'format_*_number',
  4231.                 68 => 'format_log_message',
  4232.                 69 => 'no_image_product',
  4233.                 70 => 'price',
  4234.                 71 => 'purify',
  4235.                 72 => 'time_ago',
  4236.             ],
  4237.             'eccube.twig_sandbox.allowed_functions' => [
  4238.                 => 'cycle',
  4239.                 => 'date',
  4240.                 => 'max',
  4241.                 => 'min',
  4242.                 => 'random',
  4243.                 => 'range',
  4244.                 => 'country_timezones',
  4245.                 => 'absolute_url',
  4246.                 => 'asset',
  4247.                 => 'asset_version',
  4248.                 10 => 'csrf_token',
  4249.                 11 => 'form_parent',
  4250.                 12 => 'fragment_uri',
  4251.                 13 => 'impersonation_exit_path',
  4252.                 14 => 'impersonation_exit_url',
  4253.                 15 => 'is_granted',
  4254.                 16 => 'logout_path',
  4255.                 17 => 'logout_url',
  4256.                 18 => 'path',
  4257.                 19 => 'relative_path',
  4258.                 20 => 't',
  4259.                 21 => 'url',
  4260.                 22 => 'active_menus',
  4261.                 23 => 'class_categories_as_json',
  4262.                 24 => 'country_names',
  4263.                 25 => 'csrf_token_for_anchor',
  4264.                 26 => 'currency_names',
  4265.                 27 => 'currency_symbol',
  4266.                 28 => 'field_choices',
  4267.                 29 => 'field_errors',
  4268.                 30 => 'field_help',
  4269.                 31 => 'field_label',
  4270.                 32 => 'field_name',
  4271.                 33 => 'field_value',
  4272.                 34 => 'get_all_carts',
  4273.                 35 => 'get_cart',
  4274.                 36 => 'get_carts_total_price',
  4275.                 37 => 'get_carts_total_quantity',
  4276.                 38 => 'has_errors',
  4277.                 39 => 'is_reduced_tax_rate',
  4278.                 40 => 'language_names',
  4279.                 41 => 'product',
  4280.                 42 => 'workflow_can',
  4281.                 43 => 'workflow_has_marked_place',
  4282.                 44 => 'workflow_marked_places',
  4283.                 45 => 'workflow_metadata',
  4284.                 46 => 'workflow_transition',
  4285.                 47 => 'workflow_transition_blockers',
  4286.                 48 => 'workflow_transitions',
  4287.             ],
  4288.             'eccube.twig_sandbox.allowed_methods' => [
  4289.                 'Symfony\\Bridge\\Twig\\AppVariable' => [
  4290.                     => 'getrequest',
  4291.                 ],
  4292.                 'Symfony\\Component\\HttpFoundation\\Request' => [
  4293.                     => 'geturi',
  4294.                 ],
  4295.             ],
  4296.             'eccube.twig_sandbox.allowed_properties' => [
  4297.             ],
  4298.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  4299.             'product_review_display_count_min' => 1,
  4300.             'product_review_display_count_max' => 30,
  4301.             'plugin_recommend.text_area_len' => 4000,
  4302.             'related_product.text_area_len' => 4000,
  4303.             'related_product.max_item_count' => 6,
  4304.             'sales_report_product_maximum_display' => 20,
  4305.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  4306.             'vt4g_plugin.const' => [
  4307.                 'VT4G_CODE' => 'VeriTrans4G2',
  4308.                 'VT4G_SERVICE_NAME' => 'ベリトランス4G',
  4309.                 'VT4G_PLUGIN_NAME' => 'ベリトランス4G決済プラグイン',
  4310.                 'VT4G_ENCODE' => 'UTF-8',
  4311.                 'VT4G_ENCODE_SJIS' => 'SJIS',
  4312.                 'VT4G_PLUGIN_PATH' => 'vt4g',
  4313.                 'VT4G_PLUGIN_CSS_FILENAME' => 'vt4g_css.twig',
  4314.                 'VT4G_PLUGIN_TOKEN_JS_FILENAME' => '/js/token.js',
  4315.                 'VT4G_PLUGIN_LOADING_IMAGE' => '/img/loading.gif',
  4316.                 'VT4G_PLUGIN_TOKEN_API_ENDPOINT' => 'https://api.veritrans.co.jp/4gtoken',
  4317.                 'VT4G_USED_MAIL_TO' => 'sales@veritrans.jp',
  4318.                 'VT4G_USED_MAIL_SUBJECT' => '[EC-CUBE4] ベリトランス4Gプラグインご利用通知',
  4319.                 'VT4G_ECCUBE_VERSION_THROTTLING' => '4.2.1',
  4320.                 'VT4G_RECAPTCHA_URL' => 'https://www.google.com/recaptcha/api.js?render=',
  4321.                 'VT4G_RECAPTCHA_SITEVERIFY_URL' => 'https://www.google.com/recaptcha/api/siteverify',
  4322.                 'VT4G_CUSTOMER_ID_DIGITS' => 10,
  4323.                 'VT4G_PAYTYPEID_CREDIT' => 10,
  4324.                 'VT4G_PAYTYPEID_CVS' => 20,
  4325.                 'VT4G_PAYTYPEID_BANK' => 30,
  4326.                 'VT4G_PAYTYPEID_ATM' => 31,
  4327.                 'VT4G_PAYTYPEID_UPOP' => 40,
  4328.                 'VT4G_PAYTYPEID_ALIPAY' => 50,
  4329.                 'VT4G_PAYTYPEID_RAKUTEN' => 60,
  4330.                 'VT4G_PAYTYPEID_RECRUIT' => 61,
  4331.                 'VT4G_PAYTYPEID_LINEPAY' => 62,
  4332.                 'VT4G_PAYTYPEID_RAKUTEN_V2' => 63,
  4333.                 'VT4G_PAYTYPEID_PAYPAL' => 70,
  4334.                 'VT4G_PAYTYPEID_PAYPAY' => 80,
  4335.                 'VT4G_PAYNAME_PAYTYPEID_10' => 'クレジットカード決済',
  4336.                 'VT4G_PAYNAME_PAYTYPEID_12' => '本人認証(クレジットカード決済)',
  4337.                 'VT4G_PAYNAME_PAYTYPEID_20' => 'コンビニ決済',
  4338.                 'VT4G_PAYNAME_PAYTYPEID_30' => 'ネットバンク決済',
  4339.                 'VT4G_PAYNAME_PAYTYPEID_31' => 'ATM決済',
  4340.                 'VT4G_PAYNAME_PAYTYPEID_40' => '銀聯ネット決済',
  4341.                 'VT4G_PAYNAME_PAYTYPEID_50' => 'Alipay決済',
  4342.                 'VT4G_PAYNAME_PAYTYPEID_60' => '楽天ペイ',
  4343.                 'VT4G_PAYNAME_PAYTYPEID_61' => 'リクルートかんたん支払い',
  4344.                 'VT4G_PAYNAME_PAYTYPEID_62' => 'LINE Pay',
  4345.                 'VT4G_PAYNAME_PAYTYPEID_63' => '楽天ペイV2',
  4346.                 'VT4G_PAYNAME_PAYTYPEID_70' => 'PayPal決済',
  4347.                 'VT4G_PAYNAME_PAYTYPEID_80' => 'PayPay',
  4348.                 'VT4G_REMOVED_PAYNAME_LABEL' => '(VT4Gプラグイン削除済み)',
  4349.                 'VT4G_CODE_PAYTYPEID_10' => 'Credit',
  4350.                 'VT4G_CODE_PAYTYPEID_20' => 'CVS',
  4351.                 'VT4G_CODE_PAYTYPEID_30' => 'Bank',
  4352.                 'VT4G_CODE_PAYTYPEID_31' => 'ATM',
  4353.                 'VT4G_CODE_PAYTYPEID_40' => 'UPOP',
  4354.                 'VT4G_CODE_PAYTYPEID_50' => 'Alipay',
  4355.                 'VT4G_CODE_PAYTYPEID_60' => 'Rakuten',
  4356.                 'VT4G_CODE_PAYTYPEID_61' => 'Recruit',
  4357.                 'VT4G_CODE_PAYTYPEID_62' => 'LINEPay',
  4358.                 'VT4G_CODE_PAYTYPEID_63' => 'RakutenV2',
  4359.                 'VT4G_CODE_PAYTYPEID_70' => 'PayPal',
  4360.                 'VT4G_CODE_PAYTYPEID_80' => 'PayPay',
  4361.                 'VT4G_PAYTYPEID_SORT_LIST' => [
  4362.                     => 10,
  4363.                     => 20,
  4364.                     => 30,
  4365.                     => 31,
  4366.                     => 40,
  4367.                     => 50,
  4368.                     => 60,
  4369.                     => 63,
  4370.                     => 61,
  4371.                     => 62,
  4372.                     10 => 70,
  4373.                     11 => 80,
  4374.                 ],
  4375.                 'VT4G_METHOD_COMMON' => 'CommonMethod',
  4376.                 'VT4G_SERVICE_PAYTYPEID_30' => 'netbank-pc',
  4377.                 'VT4G_SERVICE_PAYTYPEID_31' => 'atm',
  4378.                 'VT4G_PAYMENT' => [
  4379.                     'URL' => [
  4380.                         'INDEX' => [
  4381.                             'NAME' => 'vt4g_shopping_payment',
  4382.                             'LABEL' => '商品購入/ベリトランス4G決済画面',
  4383.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Shopping/vt4g_payment',
  4384.                         ],
  4385.                         'COMPLETE' => [
  4386.                             'NAME' => 'vt4g_shopping_payment_complete',
  4387.                         ],
  4388.                         'BACK' => [
  4389.                             'NAME' => 'vt4g_shopping_payment_back',
  4390.                         ],
  4391.                     ],
  4392.                 ],
  4393.                 'VT4G_PAY_STATUS' => [
  4394.                     'AUTH' => [
  4395.                         'VALUE' => 1,
  4396.                         'LABEL' => '与信',
  4397.                         'RECV_NAME' => '申込結果',
  4398.                     ],
  4399.                     'CAPTURE' => [
  4400.                         'VALUE' => 2,
  4401.                         'LABEL' => '売上',
  4402.                         'RECV_NAME' => '売上結果',
  4403.                     ],
  4404.                     'CANCEL' => [
  4405.                         'VALUE' => 3,
  4406.                         'LABEL' => '取消',
  4407.                         'RECV_NAME' => '取消結果',
  4408.                     ],
  4409.                     'REQUEST' => [
  4410.                         'VALUE' => 4,
  4411.                         'LABEL' => '申込',
  4412.                     ],
  4413.                     'DEPOSIT' => [
  4414.                         'VALUE' => 5,
  4415.                         'LABEL' => '入金',
  4416.                         'RECV_NAME' => '入金結果',
  4417.                     ],
  4418.                     'REFUND' => [
  4419.                         'VALUE' => 6,
  4420.                         'LABEL' => '返金',
  4421.                         'RECV_NAME' => '返金結果',
  4422.                     ],
  4423.                     'EXPIRED' => [
  4424.                         'VALUE' => 7,
  4425.                         'LABEL' => '期限切れ',
  4426.                     ],
  4427.                     'NEWLY' => [
  4428.                         'VALUE' => 8,
  4429.                         'LABEL' => '新規決済',
  4430.                     ],
  4431.                     'CAPTURE_REQUEST' => [
  4432.                         'VALUE' => 9,
  4433.                         'LABEL' => '売上要求中',
  4434.                     ],
  4435.                     'CANCEL_REQUEST' => [
  4436.                         'VALUE' => 10,
  4437.                         'LABEL' => '取消要求中',
  4438.                     ],
  4439.                     'REDUCTION_REQUEST' => [
  4440.                         'VALUE' => 11,
  4441.                         'LABEL' => '減額要求中',
  4442.                     ],
  4443.                     'UPDATEAUTH_EXTENSION' => [
  4444.                         'VALUE' => 12,
  4445.                         'LABEL' => '与信変更(与信延長)',
  4446.                     ],
  4447.                     'UPDATEAUTH_AMOUNT' => [
  4448.                         'VALUE' => 13,
  4449.                         'LABEL' => '与信変更(金額変更)',
  4450.                     ],
  4451.                     'UPDATEAUTH_AMOUNT_AND_EXTENSION' => [
  4452.                         'VALUE' => 14,
  4453.                         'LABEL' => '与信変更(与信延長+金額変更)',
  4454.                     ],
  4455.                     'FAILURE' => [
  4456.                         'VALUE' => 99,
  4457.                         'LABEL' => '決済失敗',
  4458.                     ],
  4459.                 ],
  4460.                 'VT4G_LABEL_RENAME' => [
  4461.                     'RAKUTEN' => [
  4462.                         'REFUND' => '減額',
  4463.                     ],
  4464.                 ],
  4465.                 'VT4G_CONVENI' => [
  4466.                     'SEVENELEVEN' => [
  4467.                         'CODE' => 'sej',
  4468.                         'LABEL' => 'セブン-イレブン',
  4469.                     ],
  4470.                     'LAWSON' => [
  4471.                         'CODE' => 'lawson',
  4472.                         'LABEL' => 'ローソン(ローソン、ミニストップ、セイコーマート)',
  4473.                     ],
  4474.                     'FAMILYMART' => [
  4475.                         'CODE' => 'famima',
  4476.                         'LABEL' => 'ファミリーマート',
  4477.                     ],
  4478.                     'DAILYYAMAZAKI' => [
  4479.                         'CODE' => 'other',
  4480.                         'LABEL' => 'デイリーヤマザキ・ヤマザキデイリーストア',
  4481.                     ],
  4482.                     'ECON' => [
  4483.                         'CODE' => 'econ',
  4484.                         'LABEL' => 'ローソン・ファミリーマート・ミニストップ・セイコーマート',
  4485.                     ],
  4486.                 ],
  4487.                 'VT4G_RECV_CVS_TYPE' => [
  4488.                     'sej' => 'セブン-イレブン',
  4489.                     'econ-lw' => 'ローソン',
  4490.                     'econ-fm' => 'ファミリーマート',
  4491.                     'econ-mini' => 'ミニストップ',
  4492.                     'econ-other' => 'セイコーマート',
  4493.                     'lawson' => 'ローソン、ミニストップ、セイコーマート',
  4494.                     'famima' => 'ファミリーマート',
  4495.                     'other' => 'デイリーヤマザキ・ヤマザキデイリーストア',
  4496.                 ],
  4497.                 'VT4G_RECV_PAYPAL_FIXED' => 1,
  4498.                 'VT4G_RECV_TXN_TYPE_AUTH' => 'Authorize',
  4499.                 'VT4G_RECV_TXN_TYPE_CAPTURE' => 'Capture',
  4500.                 'VT4G_RECV_TXN_TYPE_REFUND' => 'Refund',
  4501.                 'VT4G_RECV_TXN_TYPE_CANCEL' => 'Cancel',
  4502.                 'VT4G_RECV_TXN_TYPE_CREDIT' => [
  4503.                     => 'Verify',
  4504.                     => 'AuthorizeConfirm',
  4505.                     => 'VerifyNotify',
  4506.                 ],
  4507.                 'VT4G_RECV_RECODE_HEAD' => [
  4508.                     => 'numberOfNotify',
  4509.                     => 'pushTime',
  4510.                     => 'pushId',
  4511.                 ],
  4512.                 'VT4G_RECV_RECODE_BODY' => [
  4513.                     'VT4G_PAYTYPEID_CREDIT' => [
  4514.                         => 'orderId',
  4515.                         => 'vResultCode',
  4516.                         => 'txnType',
  4517.                         => 'mpiMstatus',
  4518.                         => 'cardMstatus',
  4519.                         => 'dummy',
  4520.                     ],
  4521.                     'VT4G_PAYTYPEID_CVS' => [
  4522.                         => 'orderId',
  4523.                         => 'cvsType',
  4524.                         => 'receiptNo',
  4525.                         => 'receiptDate',
  4526.                         => 'rcvAmount',
  4527.                         => 'dummy',
  4528.                     ],
  4529.                     'VT4G_PAYTYPEID_BANK' => [
  4530.                         => 'orderId',
  4531.                         => 'kikanNo',
  4532.                         => 'kigyoNo',
  4533.                         => 'rcvDate',
  4534.                         => 'customerNo',
  4535.                         => 'confNo',
  4536.                         => 'rcvAmount',
  4537.                         => 'dummy',
  4538.                     ],
  4539.                     'VT4G_PAYTYPEID_UPOP' => [
  4540.                         => 'orderId',
  4541.                         => 'txnType',
  4542.                         => 'mstatus',
  4543.                         => 'traceNumber',
  4544.                         => 'traceTime',
  4545.                         => 'settleAmount',
  4546.                         => 'settleDate',
  4547.                         => 'settleRate',
  4548.                         => 'dummy',
  4549.                     ],
  4550.                     'VT4G_PAYTYPEID_ALIPAY' => [
  4551.                         => 'orderId',
  4552.                         => 'txnType',
  4553.                         => 'mstatus',
  4554.                         => 'vResultCode',
  4555.                         => 'centerTradeId',
  4556.                         => 'dummy',
  4557.                     ],
  4558.                     'VT4G_PAYTYPEID_RAKUTEN_V2' => [
  4559.                         => 'orderId',
  4560.                         => 'txnType',
  4561.                         => 'txnTime',
  4562.                         => 'vResultCode',
  4563.                         => 'mstatus',
  4564.                         => 'usedPoint',
  4565.                         => 'gatewayOrderId',
  4566.                         => 'dummy',
  4567.                     ],
  4568.                     'VT4G_PAYTYPEID_RAKUTEN' => [
  4569.                         => 'orderId',
  4570.                         => 'txnType',
  4571.                         => 'txnTime',
  4572.                         => 'vResultCode',
  4573.                         => 'mstatus',
  4574.                         => 'usedPoint',
  4575.                         => 'dummy',
  4576.                     ],
  4577.                     'VT4G_PAYTYPEID_RECRUIT' => [
  4578.                         => 'orderId',
  4579.                         => 'txnType',
  4580.                         => 'txnTime',
  4581.                         => 'vResultCode',
  4582.                         => 'mstatus',
  4583.                         => 'recruitOrderId',
  4584.                         => 'usePoint',
  4585.                         => 'givePoint',
  4586.                         => 'recruitCoupon',
  4587.                         => 'merchantCoupon',
  4588.                         10 => 'dummy',
  4589.                     ],
  4590.                     'VT4G_PAYTYPEID_LINEPAY' => [
  4591.                         => 'orderId',
  4592.                         => 'txnType',
  4593.                         => 'txnTime',
  4594.                         => 'vResultCode',
  4595.                         => 'mstatus',
  4596.                         => 'linepayOrderId',
  4597.                         => 'dummy',
  4598.                     ],
  4599.                     'VT4G_PAYTYPEID_PAYPAL' => [
  4600.                         => 'orderId',
  4601.                         => 'mstatus',
  4602.                         => 'txnType',
  4603.                         => 'receivedDatetime',
  4604.                         => 'amount',
  4605.                         => 'payerId',
  4606.                         => 'centerTxnId',
  4607.                         => 'dummy',
  4608.                     ],
  4609.                     'VT4G_PAYTYPEID_PAYPAY' => [
  4610.                         => 'orderId',
  4611.                         => 'txnType',
  4612.                         => 'mstatus',
  4613.                         => 'vResultCode',
  4614.                         => 'paypayOrderId',
  4615.                         => 'dummy',
  4616.                     ],
  4617.                 ],
  4618.                 'VT4G_RECV_MAIL_SUBJECT' => [
  4619.                     'ERROR' => ' - 結果通知エラー報知メール',
  4620.                     'RESULT' => '要求結果報知メール',
  4621.                     'PAYMENT_INFO' => '入金報知メール',
  4622.                 ],
  4623.                 'VT4G_OPERATION_AUTH' => 'AUTH',
  4624.                 'VT4G_OPERATION_CAPTURE' => 'CAPTURE',
  4625.                 'VT4G_OPERATION_CANCEL' => 'CANCEL',
  4626.                 'VT4G_OPERATION_REFUND' => 'REFUND',
  4627.                 'VT4G_OPERATION_REFUND_ALL' => 'REFUND_ALL',
  4628.                 'VT4G_OPERATION_NEWLY' => 'NEWLY',
  4629.                 'VT4G_OPERATION_UPDATEAUTH' => 'UPDATEAUTH',
  4630.                 'VT4G_OPERATION_UPDATEAUTH_EXTENSION' => 'UPDATEAUTH_EXTENSION',
  4631.                 'VT4G_OPERATION_UPDATEAUTH_AMOUNT' => 'UPDATEAUTH_AMOUNT',
  4632.                 'VT4G_OPERATION_UPDATEAUTH_AMOUNT_AND_EXTENSION' => 'UPDATEAUTH_AMOUNT_AND_EXTENSION',
  4633.                 'VT4G_OPERATION_NAME' => [
  4634.                     'REFUND' => '再売上(減額用)',
  4635.                     'REFUND_ALL' => '全額返金',
  4636.                 ],
  4637.                 'VT4G_MAIL_TIMING' => [
  4638.                     'ORDER' => [
  4639.                         'ON_COMPLETE' => 0,
  4640.                         'ON_PAYMENT' => 1,
  4641.                     ],
  4642.                     'BANK' => [
  4643.                         'ON_PAYMENT' => 0,
  4644.                         'ON_RECEIVE' => 1,
  4645.                     ],
  4646.                 ],
  4647.                 'VT4G_MAIL_TARGET' => [
  4648.                     'RAKUTEN' => [
  4649.                         'FAILURE' => 0,
  4650.                         'ALL' => 1,
  4651.                     ],
  4652.                 ],
  4653.                 'VT4G_FORM' => [
  4654.                     'REGEX' => [
  4655.                         'VERITRANS_ID_PREFIX' => '/^[[:alnum:]_\\-\\.]+$/i',
  4656.                         'INTEGER' => '/^[0-9]+$/',
  4657.                     ],
  4658.                     'RANGE' => [
  4659.                         'MIN' => [
  4660.                             'PAYMENT_TERM' => 1,
  4661.                             'CARDINFO_REGIST_MAX' => 1,
  4662.                             'ROLLBACK_TIME' => 1,
  4663.                         ],
  4664.                         'MAX' => [
  4665.                             'PAYMENT_TERM' => 60,
  4666.                             'CARDINFO_REGIST_MAX' => 10,
  4667.                             'ROLLBACK_TIME' => 999,
  4668.                         ],
  4669.                     ],
  4670.                     'LENGTH' => [
  4671.                         'MIN' => [
  4672.                             'VERITRANS_ID_PREFIX' => 1,
  4673.                             'CARD_NO' => 14,
  4674.                             'SECURITY_CODE' => 3,
  4675.                             'CARD_NAME' => 2,
  4676.                         ],
  4677.                         'MAX' => [
  4678.                             'PAYMENT_TERM' => 2,
  4679.                             'CONTENTS' => 12,
  4680.                             'CONTENTS_KANA' => 24,
  4681.                             'ORDER_MAIL_TITLE1' => 50,
  4682.                             'ORDER_MAIL_BODY1' => 1000,
  4683.                             'VERITRANS_ID_PREFIX' => 17,
  4684.                             'MERCHANT_CCID' => 24,
  4685.                             'MERCHANT_PASS' => 64,
  4686.                             'MERCHANT_ID' => 24,
  4687.                             'MERCHANT_HASH' => 24,
  4688.                             'TOKEN_API_KEY' => 36,
  4689.                             'VT4G_ORDER_ID_PREFIX' => 50,
  4690.                             'FREE' => 16,
  4691.                             'CARD_NO' => 16,
  4692.                             'SECURITY_CODE' => 4,
  4693.                             'CARD_NAME' => 45,
  4694.                             'COMMODITY_NAME' => 100,
  4695.                             'REFUND_REASON' => 80,
  4696.                             'ITEM_NAME' => [
  4697.                                 'LEN_255' => 255,
  4698.                                 'LEN_300' => 300,
  4699.                             ],
  4700.                             'ORDER_DESCRIPTION' => 127,
  4701.                             'PAYMENT_TERM_DAY' => 2,
  4702.                         ],
  4703.                     ],
  4704.                     'CHOICES' => [
  4705.                         'COMMON_FLG' => [
  4706.                             '利用する' => 1,
  4707.                             '利用しない' => 0,
  4708.                         ],
  4709.                         'WITH_CAPTURE' => [
  4710.                             '与信+売上' => 1,
  4711.                             '与信のみ' => 0,
  4712.                         ],
  4713.                         'CREDIT_PAY_METHOD' => [
  4714.                             '一括払い' => '10',
  4715.                             'ボーナス一括' => '21',
  4716.                             '分割2回払い' => '61C02',
  4717.                             '分割3回払い' => '61C03',
  4718.                             '分割4回払い' => '61C04',
  4719.                             '分割5回払い' => '61C05',
  4720.                             '分割6回払い' => '61C06',
  4721.                             '分割7回払い' => '61C07',
  4722.                             '分割8回払い' => '61C08',
  4723.                             '分割9回払い' => '61C09',
  4724.                             '分割10回払い' => '61C10',
  4725.                             '分割11回払い' => '61C11',
  4726.                             '分割12回払い' => '61C12',
  4727.                             '分割13回払い' => '61C13',
  4728.                             '分割14回払い' => '61C14',
  4729.                             '分割15回払い' => '61C15',
  4730.                             '分割16回払い' => '61C16',
  4731.                             '分割17回払い' => '61C17',
  4732.                             '分割18回払い' => '61C18',
  4733.                             '分割19回払い' => '61C19',
  4734.                             '分割20回払い' => '61C20',
  4735.                             '分割21回払い' => '61C21',
  4736.                             '分割22回払い' => '61C22',
  4737.                             '分割23回払い' => '61C23',
  4738.                             '分割24回払い' => '61C24',
  4739.                             'リボルビング払い' => '80',
  4740.                         ],
  4741.                         'MPI_OPTION' => [
  4742.                             '完全認証' => 'mpi-complete',
  4743.                             '通常認証(カード会社リスク負担)' => 'mpi-company',
  4744.                             '通常認証(カード会社、加盟店リスク負担)' => 'mpi-merchant',
  4745.                         ],
  4746.                         'ONE_CLICK_FLG' => [
  4747.                             'かんたん決済' => 2,
  4748.                             'ベリトランス会員ID決済' => 1,
  4749.                             '利用しない' => 0,
  4750.                         ],
  4751.                         'CONVENI' => [
  4752.                             '01:セブンイレブン' => 'sej',
  4753.                             '02:ローソン・ミニストップ・セイコーマート' => 'lawson',
  4754.                             '03:ファミリーマート' => 'famima',
  4755.                             '04:デイリーヤマザキ・ヤマザキデイリーストア' => 'other',
  4756.                             '05:ローソン・ファミリーマート・ミニストップ・セイコーマート' => 'econ',
  4757.                         ],
  4758.                         'MAIL_TIMING' => [
  4759.                             '入金通知受信時' => 1,
  4760.                             '決済申込完了時' => 0,
  4761.                         ],
  4762.                         'DUMMY_MODE_FLG' => [
  4763.                             '本番モードで稼働' => 0,
  4764.                             'ダミーモードで稼働' => 1,
  4765.                         ],
  4766.                         'RESULT_MAIL_TARGET' => [
  4767.                             'すべて' => 1,
  4768.                             '要求不成立のみ' => 0,
  4769.                         ],
  4770.                         'REGISTRATION_FLG' => [
  4771.                             '登録する' => 1,
  4772.                             '登録しない' => 0,
  4773.                             '初期値なし' => 2,
  4774.                         ],
  4775.                         'RETRADE_FLG' => [
  4776.                             '利用する' => 1,
  4777.                             '利用しない' => 0,
  4778.                         ],
  4779.                         'SEND_PAYMENT_INFO_MAIL' => [
  4780.                             '送信する(TO:注文者、BCC:ショップ)' => 2,
  4781.                             '送信する(TO:ショップ)' => 1,
  4782.                             '送信しない' => 0,
  4783.                         ],
  4784.                         'PUSH_URL_AUTO_SETTING' => [
  4785.                             '設定する' => 1,
  4786.                             '設定しない' => 0,
  4787.                         ],
  4788.                         'UPDATE_AUTHORIZE' => [
  4789.                             '使用する' => 1,
  4790.                             '使用しない' => 0,
  4791.                         ],
  4792.                         'USE_RECAPTCHA' => [
  4793.                             '利用する(プラグイン提供決済すべて)' => 2,
  4794.                             '利用する(クレジットカード決済のみ)' => 1,
  4795.                             '利用しない' => 0,
  4796.                         ],
  4797.                         'RECAPTCHA_SCORE' => [
  4798.                             '0.0' => '0.0',
  4799.                             '0.1' => '0.1',
  4800.                             '0.2' => '0.2',
  4801.                             '0.3' => '0.3',
  4802.                             '0.4' => '0.4',
  4803.                             '0.5' => '0.5',
  4804.                             '0.6' => '0.6',
  4805.                             '0.7' => '0.7',
  4806.                             '0.8' => '0.8',
  4807.                             '0.9' => '0.9',
  4808.                             '1.0' => '1.0',
  4809.                         ],
  4810.                     ],
  4811.                     'DEFAULT' => [
  4812.                         'WITH_CAPTURE' => 0,
  4813.                         'CREDIT_PAY_METHOD' => '10',
  4814.                         'SECURITY_FLG' => 1,
  4815.                         'MPI_FLG' => 1,
  4816.                         'MPI_OPTION' => 'mpi-company',
  4817.                         'ONE_CLICK_FLG' => 0,
  4818.                         'DUMMY_MODE_FLG' => 1,
  4819.                         'MAIL_TIMING' => 0,
  4820.                         'RESULT_MAIL_TARGET' => 0,
  4821.                         'CARDINFO_REGIST_DEFAULT' => 2,
  4822.                         'CARDINFO_REGIST_MAX' => 5,
  4823.                         'SEND_PAYMENT_INFO_MAIL' => 0,
  4824.                         'CONTENTS_KANA' => 'ゴチュウモンブン',
  4825.                         'COMMODITY_NAME' => 'ご注文の商品',
  4826.                         'REFUND_REASON' => 'ご注文の返金',
  4827.                         'PUSH_URL_AUTO_SETTING' => 0,
  4828.                         'UPDATE_AUTHORIZE' => 0,
  4829.                         'RATE_LIMIT' => 0,
  4830.                         'USE_RECAPTCHA' => 0,
  4831.                         'ROLLBACK_TIME' => [
  4832.                             'TIME_60' => 60,
  4833.                             'TIME_480' => 480,
  4834.                         ],
  4835.                     ],
  4836.                 ],
  4837.                 'VT4G_WITH_CAPTURE' => [
  4838.                     'AUTH' => 0,
  4839.                     'CAPTURE' => 1,
  4840.                 ],
  4841.                 'VT4G_REQUEST' => [
  4842.                     'CREDIT' => [
  4843.                         'RETRY_LIMIT' => 3,
  4844.                         'RETRY_WAIT' => 3,
  4845.                     ],
  4846.                 ],
  4847.                 'VT4G_RESPONSE' => [
  4848.                     'MSTATUS' => [
  4849.                         'OK' => 'success',
  4850.                         'NG' => 'failure',
  4851.                         'PENDING' => 'pending',
  4852.                     ],
  4853.                     'V_RESULT_CODE' => [
  4854.                         'RAKUTEN' => [
  4855.                             'REQUEST_TIMEOUT' => 'FG26',
  4856.                         ],
  4857.                     ],
  4858.                 ],
  4859.                 'VT4G_DOC_PATH' => '/Resource/doc',
  4860.                 'VT4G_EXPLAIN_FILE_NAME_FMT' => '/explain_%s.txt',
  4861.                 'VT4G_CREDIT_ERR_RESPONSE_YEAR98' => 98,
  4862.                 'VT4G_CREDIT_ERR_RESPONSE_YEAR99' => 99,
  4863.                 'VT4G_CREDIT_MPI_OPTION' => [
  4864.                     'COMPLETE' => 'mpi-complete',
  4865.                     'COMPANY' => 'mpi-company',
  4866.                     'MERCHANT' => 'mpi-merchant',
  4867.                 ],
  4868.                 'VT4G_CREDIT_ONE_CLICK' => [
  4869.                     'RETRADE' => 2,
  4870.                     'VERITRANS_ID' => 1,
  4871.                     'DISABLED' => 0,
  4872.                 ],
  4873.                 'VT4G_CREDIT_RETRADE' => [
  4874.                     'DATETIME_FORMAT' => 'Y-m-d 00:00:00',
  4875.                     'LIMIT_CARDS' => 10,
  4876.                     'VALID_MONTH' => 13,
  4877.                 ],
  4878.                 'VT4G_CREDIT_ERR_TRANS_PREFIX' => 'front.order.vt4g.vresult_code_',
  4879.                 'VT4G_CREDIT_VERITRANS_ID_SESSION_KEY' => 'vt4g_veritrans_id',
  4880.                 'VT4G_CREDIT_VERIFY_TIMEOUT' => 25,
  4881.                 'VT4G_CREDIT_VERIFY_RESULT_LINK' => 2,
  4882.                 'VT4G_CREDIT_PAYNOWID_TEMP_REG' => 1,
  4883.                 'VT4G_CREDIT_DEVICE_CHANNEL' => '02',
  4884.                 'VT4G_RAKUTEN_V2_PAYTYPE' => 2,
  4885.                 'VT4G_ALIPAY_CURRENCY' => 'JPY',
  4886.                 'VT4G_UPOP_TIMEOUT' => 30,
  4887.                 'VT4G_UPOP_CURRENCY' => [
  4888.                     392 => '日本円',
  4889.                     156 => '中国元',
  4890.                 ],
  4891.                 'VT4G_PAYPAL_ACTION' => [
  4892.                     'CREDIT' => 'set',
  4893.                     'COMPLETE' => 'do',
  4894.                 ],
  4895.                 'VT4G_PAYPAL_SHIPPING' => [
  4896.                     'DISABLED' => 0,
  4897.                 ],
  4898.                 'VT4G_PAYPAY_SERVICE_OPTION_TYPE' => 'online',
  4899.                 'VT4G_PAYPAY_TIMEOUT' => 5,
  4900.                 'VT4G_MERCHANT_CCID' => [
  4901.                     'EXCLUDE' => [
  4902.                         => '69951cc',
  4903.                         => '69992cc',
  4904.                     ],
  4905.                 ],
  4906.                 'VT4G_PAYMENT_INFO_MAIL' => [
  4907.                     'TO' => [
  4908.                         'CUSTOMER' => 2,
  4909.                         'SHOP' => 1,
  4910.                         'DISABLED' => 0,
  4911.                     ],
  4912.                 ],
  4913.                 'VT4G_RECAPTCHA_EXECUTE' => [
  4914.                     'ALL_PAYMENT' => 2,
  4915.                     'ONLY_CREDIT' => 1,
  4916.                     'NONE' => 0,
  4917.                 ],
  4918.                 'RULE_MIN_PAYTYPEID_10' => 2,
  4919.                 'RULE_MIN_PAYTYPEID_20' => 1,
  4920.                 'RULE_MIN_PAYTYPEID_30' => 1,
  4921.                 'RULE_MIN_PAYTYPEID_31' => 1,
  4922.                 'RULE_MIN_PAYTYPEID_40' => 1,
  4923.                 'RULE_MIN_PAYTYPEID_50' => 1,
  4924.                 'RULE_MIN_PAYTYPEID_60' => 100,
  4925.                 'RULE_MIN_PAYTYPEID_61' => 1,
  4926.                 'RULE_MIN_PAYTYPEID_62' => 1,
  4927.                 'RULE_MIN_PAYTYPEID_63' => 100,
  4928.                 'RULE_MIN_PAYTYPEID_70' => 1,
  4929.                 'RULE_MIN_PAYTYPEID_80' => 1,
  4930.                 'RULE_MAX_PAYTYPEID_10' => 99999999,
  4931.                 'RULE_MAX_PAYTYPEID_20' => 299999,
  4932.                 'RULE_MAX_PAYTYPEID_30' => 2000000000,
  4933.                 'RULE_MAX_PAYTYPEID_31' => 2000000000,
  4934.                 'RULE_MAX_PAYTYPEID_40' => 999999999,
  4935.                 'RULE_MAX_PAYTYPEID_50' => 9999999,
  4936.                 'RULE_MAX_PAYTYPEID_60' => 99999999,
  4937.                 'RULE_MAX_PAYTYPEID_61' => 9999999,
  4938.                 'RULE_MAX_PAYTYPEID_62' => 9999999,
  4939.                 'RULE_MAX_PAYTYPEID_63' => 99999999,
  4940.                 'RULE_MAX_PAYTYPEID_70' => 1000000,
  4941.                 'RULE_MAX_PAYTYPEID_80' => 500000,
  4942.                 'ORDER_CSV_COLUMN_CONFIG' => [
  4943.                     'NAME' => '注文ID',
  4944.                 ],
  4945.                 'ORDER_CSV_TEMPLATE' => 'order.csv',
  4946.                 'VT4G_MYPAGE' => [
  4947.                     'URL' => [
  4948.                         'INDEX' => [
  4949.                             'NAME' => 'mypage_vt4g_account_id',
  4950.                             'LABEL' => 'MYページ/ベリトランス会員ID',
  4951.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_account_id',
  4952.                         ],
  4953.                     ],
  4954.                 ],
  4955.                 'VT4G_RAKUTEN_BUTTON' => [
  4956.                     'URL' => [
  4957.                         'INDEX' => [
  4958.                             'NAME' => 'vt4g_admin_preview_rakuten_button',
  4959.                             'LABEL' => '商品購入/楽天ペイ支払いボタン',
  4960.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Shopping/vt4g_button_rakuten',
  4961.                         ],
  4962.                     ],
  4963.                 ],
  4964.                 'VT4G_MYPAGE_SUBSC_PAYMENT' => [
  4965.                     'URL' => [
  4966.                         'INDEX' => [
  4967.                             'NAME' => 'mypage_vt4g_subsc_payment',
  4968.                             'LABEL' => 'MYページ/継続課金決済履歴',
  4969.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment',
  4970.                         ],
  4971.                     ],
  4972.                 ],
  4973.                 'VT4G_MYPAGE_SUBSC_PAYMENT_HISTORY' => [
  4974.                     'URL' => [
  4975.                         'INDEX' => [
  4976.                             'NAME' => 'mypage_vt4g_subsc_payment_history',
  4977.                             'LABEL' => 'MYページ/継続課金決済履歴詳細',
  4978.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment_history',
  4979.                         ],
  4980.                     ],
  4981.                 ],
  4982.                 'VT4G_MYPAGE_RETRADE' => [
  4983.                     'URL' => [
  4984.                         'INDEX' => [
  4985.                             'NAME' => 'mypage_vt4g_retrade',
  4986.                             'LABEL' => 'MYページ/かんたん決済',
  4987.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_retrade',
  4988.                         ],
  4989.                     ],
  4990.                 ],
  4991.                 'VT4G_WITHDRAW_ERROR_MAIL_SUBJECT' => ' - ベリトランス会員ID削除エラー報知メール',
  4992.                 'VT4G_DTB_CSV' => [
  4993.                     'CUSTOMER' => [
  4994.                         'VT4G_ACCOUNT_ID' => [
  4995.                             'DISP_NAME' => 'ベリトランス会員ID',
  4996.                             'FIELD_NAME' => 'vt4g_account_id',
  4997.                         ],
  4998.                     ],
  4999.                     'ORDER' => [
  5000.                         'VT4G_PAYMENT_STATUS' => [
  5001.                             'DISP_NAME' => '決済状況',
  5002.                             'FIELD_NAME' => 'vt4g_payment_status',
  5003.                         ],
  5004.                         'VT4G_ORDER_ID' => [
  5005.                             'DISP_NAME' => '決済取引ID',
  5006.                             'FIELD_NAME' => 'vt4g_order_id',
  5007.                         ],
  5008.                         'VT4G_ROLLBACK_DATE' => [
  5009.                             'DISP_NAME' => 'ベリトランス4Gロールバック日時',
  5010.                             'FIELD_NAME' => 'vt4g_rollback_date',
  5011.                         ],
  5012.                     ],
  5013.                 ],
  5014.                 'VT4G_DTB_MAIL_TEMPLATE' => [
  5015.                     'PAYMENT_INFO' => [
  5016.                         'NAME' => 'ベリトランス4G入金お知らせメール',
  5017.                         'FILE_NAME' => 'VeriTrans4G2/Resource/template/default/Mail/vt4g_payment_recv_payment_info_1_0_0.twig',
  5018.                         'MAIL_SUBJECT' => 'ご入金を確認しました',
  5019.                     ],
  5020.                 ],
  5021.                 'VT4G_SUBSC_PRODUCT_CULUMN' => [
  5022.                     'MY_PAGE_DISP_FLG_ON' => 1,
  5023.                     'MY_PAGE_DISP_FLG_OFF' => 0,
  5024.                 ],
  5025.                 'VT4G_FEW_CREDIT_AMOUNT' => 2,
  5026.                 'VTG4_SUBSC_STATUS_SUBSC' => 1,
  5027.                 'VTG4_SUBSC_STATUS_CANCEL' => 2,
  5028.                 'VTG4_PAYMENT_REQUEST_SQL_PARAMETER' => [
  5029.                     'SORT_NO_FIRST' => 1,
  5030.                     'CONTINUE_PRODUCT_COUNT_ZERO' => 0,
  5031.                 ],
  5032.                 'VTG4_PAYMENT_REQUEST' => [
  5033.                     'REQUEST_STATUS' => [
  5034.                         'BEFORE_CREATION' => 0,
  5035.                         'NOT_APPLICABLE' => 2,
  5036.                         'WAITING_FOR_REFRECTON' => 5,
  5037.                         'SUCCESS_PAYMENT' => 7,
  5038.                         'FAILURE_PAYMENT' => 9,
  5039.                     ],
  5040.                     'REQUEST_STATUS_NAME' => [
  5041.                         'BEFORE_CREATION' => 'CSV未作成',
  5042.                         'NOT_APPLICABLE' => '対象外',
  5043.                         'WAITING_FOR_REFRECTON' => '反映待ち',
  5044.                         'SUCCESS_PAYMENT' => '決済成功',
  5045.                         'FAILURE_PAYMENT' => '決済失敗',
  5046.                     ],
  5047.                 ],
  5048.                 'VG4G_FEW_CREDIT_FLG_ON' => 1,
  5049.                 'VT4G_PAYMENT_TARGET_YES' => 1,
  5050.                 'VT4G_PAYMENT_TARGET_NO' => 0,
  5051.                 'VT4G_LOCK_TIMEOUT' => NULL,
  5052.                 'VT4G_CSV_REQUEST_DETAIL_HEADER' => [
  5053.                     => '決済依頼イベント番号',
  5054.                     => '決済依頼イベント名',
  5055.                     => '継続課金用販売種別名',
  5056.                     => '決済依頼番号',
  5057.                     => '決済依頼ステータス',
  5058.                     => '会員番号',
  5059.                     => '会員名',
  5060.                     => '初回注文ID',
  5061.                     => '取引ID',
  5062.                     => '決済金額',
  5063.                     10 => '決済手数料',
  5064.                     11 => '決済依頼明細番号',
  5065.                     12 => '商品名',
  5066.                     13 => '金額',
  5067.                     14 => '数量',
  5068.                     15 => '付与ポイント',
  5069.                     16 => '出荷ID',
  5070.                     17 => '配送先_お名前',
  5071.                     18 => '配送先_住所',
  5072.                     19 => 'CSV対象',
  5073.                 ],
  5074.             ],
  5075.             'eccube_rate_limiter_configs' => [
  5076.             ],
  5077.             'eccube.plugins.enabled' => [
  5078.                 => 'Recommend42',
  5079.                 => 'Coupon42',
  5080.                 => 'SalesReport42',
  5081.                 => 'RelatedProduct42',
  5082.                 => 'ProductReview42',
  5083.                 => 'RefineCheckItem42',
  5084.                 => 'VeriTrans4G2',
  5085.                 => 'ExpressLink42',
  5086.                 => 'DeliveryPlus42',
  5087.             ],
  5088.             'eccube.plugins.disabled' => [
  5089.                 => 'MailMagazine42',
  5090.                 => 'Securitychecker42',
  5091.                 => 'SiteKit42',
  5092.             ],
  5093.             'event_dispatcher.event_aliases' => [
  5094.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5095.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5096.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5097.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5098.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5099.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5100.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5101.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5102.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5103.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5104.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5105.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5106.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5107.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5108.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5109.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5110.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5111.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  5112.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  5113.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  5114.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  5115.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  5116.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  5117.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  5118.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5119.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5120.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5121.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5122.             ],
  5123.             'fragment.renderer.hinclude.global_template' => NULL,
  5124.             'fragment.path' => '/_fragment',
  5125.             'kernel.http_method_override' => true,
  5126.             'kernel.trusted_hosts' => [
  5127.             ],
  5128.             'kernel.enabled_locales' => [
  5129.             ],
  5130.             'kernel.error_controller' => 'error_controller',
  5131.             'debug.file_link_format' => NULL,
  5132.             'asset.request_context.base_path' => NULL,
  5133.             'asset.request_context.secure' => NULL,
  5134.             'translator.logging' => false,
  5135.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5136.             'debug.error_handler.throw_at' => -1,
  5137.             'router.request_context.host' => 'localhost',
  5138.             'router.request_context.scheme' => 'http',
  5139.             'router.request_context.base_url' => '',
  5140.             'router.resource' => 'kernel::loadRoutes',
  5141.             'request_listener.http_port' => 80,
  5142.             'request_listener.https_port' => 443,
  5143.             'session.metadata.storage_key' => '_sf2_meta',
  5144.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  5145.             'session.metadata.update_threshold' => 0,
  5146.             'form.type_extension.csrf.enabled' => true,
  5147.             'form.type_extension.csrf.field_name' => '_token',
  5148.             'validator.translation_domain' => 'validators',
  5149.             'profiler_listener.only_exceptions' => false,
  5150.             'profiler_listener.only_main_requests' => false,
  5151.             'security.role_hierarchy.roles' => [
  5152.             ],
  5153.             'security.access.denied_url' => NULL,
  5154.             'security.authentication.manager.erase_credentials' => true,
  5155.             'security.authentication.session_strategy.strategy' => 'migrate',
  5156.             'security.access.always_authenticate_before_granting' => false,
  5157.             'security.authentication.hide_user_not_found' => true,
  5158.             'security.firewalls' => [
  5159.                 => 'dev',
  5160.                 => 'admin',
  5161.                 => 'customer',
  5162.             ],
  5163.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5164.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5165.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5166.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5167.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5168.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5169.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5170.             'doctrine.entity_managers' => [
  5171.                 'default' => 'doctrine.orm.default_entity_manager',
  5172.             ],
  5173.             'doctrine.default_entity_manager' => 'default',
  5174.             'doctrine.dbal.connection_factory.types' => [
  5175.                 'datetime' => [
  5176.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  5177.                 ],
  5178.                 'datetimetz' => [
  5179.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  5180.                 ],
  5181.             ],
  5182.             'doctrine.connections' => [
  5183.                 'default' => 'doctrine.dbal.default_connection',
  5184.             ],
  5185.             'doctrine.default_connection' => 'default',
  5186.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5187.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5188.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5189.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5190.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5191.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5192.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5193.             'doctrine.orm.cache.memcache_port' => 11211,
  5194.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5195.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5196.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5197.             'doctrine.orm.cache.memcached_port' => 11211,
  5198.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5199.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5200.             'doctrine.orm.cache.redis_host' => 'localhost',
  5201.             'doctrine.orm.cache.redis_port' => 6379,
  5202.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5203.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5204.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5205.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5206.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5207.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5208.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5209.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5210.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5211.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5212.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5213.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5214.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5215.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5216.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5217.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5218.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5219.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5220.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5221.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5222.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5223.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5224.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5225.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5226.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5227.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5228.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5229.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5230.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5231.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5232.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5233.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  5234.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5235.             'monolog.use_microseconds' => true,
  5236.             'monolog.swift_mailer.handlers' => [
  5237.             ],
  5238.             'monolog.handlers_to_channels' => [
  5239.                 'monolog.handler.console' => [
  5240.                     'type' => 'exclusive',
  5241.                     'elements' => [
  5242.                         => 'event',
  5243.                         => 'doctrine',
  5244.                         => 'console',
  5245.                     ],
  5246.                 ],
  5247.                 'monolog.handler.buffered' => [
  5248.                     'type' => 'exclusive',
  5249.                     'elements' => [
  5250.                         => 'event',
  5251.                     ],
  5252.                 ],
  5253.             ],
  5254.             'twig.form.resources' => [
  5255.                 => 'form_div_layout.html.twig',
  5256.                 => 'bootstrap_5_layout.html.twig',
  5257.             ],
  5258.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5259.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5260.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5261.             'web_profiler.debug_toolbar.mode' => 2,
  5262.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  5263.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5264.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5265.             'knp_paginator.page_range' => 5,
  5266.             'knp_paginator.page_limit' => NULL,
  5267.             'doctrine.migrations.preferred_em' => NULL,
  5268.             'doctrine.migrations.preferred_connection' => NULL,
  5269.             'maker.compatible_check.doctrine.supports_attributes' => true,
  5270.             'data_collector.templates' => [
  5271.                 'data_collector.request' => [
  5272.                     => 'request',
  5273.                     => '@WebProfiler/Collector/request.html.twig',
  5274.                 ],
  5275.                 'data_collector.time' => [
  5276.                     => 'time',
  5277.                     => '@WebProfiler/Collector/time.html.twig',
  5278.                 ],
  5279.                 'data_collector.memory' => [
  5280.                     => 'memory',
  5281.                     => '@WebProfiler/Collector/memory.html.twig',
  5282.                 ],
  5283.                 'data_collector.validator' => [
  5284.                     => 'validator',
  5285.                     => '@WebProfiler/Collector/validator.html.twig',
  5286.                 ],
  5287.                 'data_collector.ajax' => [
  5288.                     => 'ajax',
  5289.                     => '@WebProfiler/Collector/ajax.html.twig',
  5290.                 ],
  5291.                 'data_collector.form' => [
  5292.                     => 'form',
  5293.                     => '@WebProfiler/Collector/form.html.twig',
  5294.                 ],
  5295.                 'data_collector.exception' => [
  5296.                     => 'exception',
  5297.                     => '@WebProfiler/Collector/exception.html.twig',
  5298.                 ],
  5299.                 'data_collector.logger' => [
  5300.                     => 'logger',
  5301.                     => '@WebProfiler/Collector/logger.html.twig',
  5302.                 ],
  5303.                 'data_collector.events' => [
  5304.                     => 'events',
  5305.                     => '@WebProfiler/Collector/events.html.twig',
  5306.                 ],
  5307.                 'data_collector.router' => [
  5308.                     => 'router',
  5309.                     => '@WebProfiler/Collector/router.html.twig',
  5310.                 ],
  5311.                 'data_collector.cache' => [
  5312.                     => 'cache',
  5313.                     => '@WebProfiler/Collector/cache.html.twig',
  5314.                 ],
  5315.                 'data_collector.translation' => [
  5316.                     => 'translation',
  5317.                     => '@WebProfiler/Collector/translation.html.twig',
  5318.                 ],
  5319.                 'data_collector.security' => [
  5320.                     => 'security',
  5321.                     => '@Security/Collector/security.html.twig',
  5322.                 ],
  5323.                 'data_collector.twig' => [
  5324.                     => 'twig',
  5325.                     => '@WebProfiler/Collector/twig.html.twig',
  5326.                 ],
  5327.                 'data_collector.doctrine' => [
  5328.                     => 'db',
  5329.                     => '@Doctrine/Collector/db.html.twig',
  5330.                 ],
  5331.                 'doctrine_migrations.migrations_collector' => [
  5332.                     => 'doctrine_migrations',
  5333.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5334.                 ],
  5335.                 'data_collector.dump' => [
  5336.                     => 'dump',
  5337.                     => '@Debug/Profiler/dump.html.twig',
  5338.                 ],
  5339.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  5340.                 'mailer.data_collector' => [
  5341.                     => 'mailer',
  5342.                     => '@WebProfiler/Collector/mailer.html.twig',
  5343.                 ],
  5344.                 'data_collector.config' => [
  5345.                     => 'config',
  5346.                     => '@WebProfiler/Collector/config.html.twig',
  5347.                 ],
  5348.                 'eccube.collector.core' => [
  5349.                     => 'eccube_core',
  5350.                     => '@toolbar/eccube.html.twig',
  5351.                 ],
  5352.             ],
  5353.             'console.command.ids' => [
  5354.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  5355.             ],
  5356.         ];
  5357.     }
  5358.     protected function throw($message)
  5359.     {
  5360.         throw new RuntimeException($message);
  5361.     }
  5362. }