var/cache/dev/ContainerHWOIh1Y/Eccube_KernelDevDebugContainer.php line 2255

Open in your IDE?
  1. <?php
  2. namespace ContainerHWOIh1Y;
  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\\DeliveryPlus42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  159.             'Plugin\\DeliveryPlus42\\Controller\\Admin\\DeliveryPlusDesignController' => 'getDeliveryPlusDesignControllerService',
  160.             'Plugin\\ExpressLink42\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  161.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportController' => 'getCsvImportController3Service',
  162.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerB2' => 'getCsvImportControllerB2Service',
  163.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerDepo' => 'getCsvImportControllerDepoService',
  164.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhiden2' => 'getCsvImportControllerEhiden2Service',
  165.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhiden3' => 'getCsvImportControllerEhiden3Service',
  166.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhidenPro' => 'getCsvImportControllerEhidenProService',
  167.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerKM2' => 'getCsvImportControllerKM2Service',
  168.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerYupriR' => 'getCsvImportControllerYupriRService',
  169.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportExpressLinkController' => 'getCsvImportExpressLinkControllerService',
  170.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderController' => 'getOrderController2Service',
  171.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerB2' => 'getOrderControllerB2Service',
  172.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerDepo' => 'getOrderControllerDepoService',
  173.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhiden2' => 'getOrderControllerEhiden2Service',
  174.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhiden3' => 'getOrderControllerEhiden3Service',
  175.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhidenMail' => 'getOrderControllerEhidenMailService',
  176.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhidenPro' => 'getOrderControllerEhidenProService',
  177.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerKM2' => 'getOrderControllerKM2Service',
  178.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerYupriR' => 'getOrderControllerYupriRService',
  179.             'Plugin\\ProductReview42\\Controller\\Admin\\ConfigController' => 'getConfigController3Service',
  180.             'Plugin\\ProductReview42\\Controller\\Admin\\ProductReviewController' => 'getProductReviewControllerService',
  181.             'Plugin\\ProductReview42\\Controller\\ProductReviewController' => 'getProductReviewController2Service',
  182.             'Plugin\\Recommend42\\Controller\\RecommendController' => 'getRecommendControllerService',
  183.             'Plugin\\Recommend42\\Controller\\RecommendSearchModelController' => 'getRecommendSearchModelControllerService',
  184.             'Plugin\\RefineCheckItem42\\Controller\\RefineCheckItemController' => 'getRefineCheckItemControllerService',
  185.             'Plugin\\RelatedProduct42\\Controller\\Admin\\RelatedProductController' => 'getRelatedProductControllerService',
  186.             'Plugin\\SalesReport42\\Controller\\SalesReportController' => 'getSalesReportControllerService',
  187.             'Plugin\\VeriTrans4G2\\Controller\\AbstractVt4gController' => 'getAbstractVt4gControllerService',
  188.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Content\\Page\\Preview\\Vt4gPayment\\RakutenButtonController' => 'getRakutenButtonControllerService',
  189.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Customer\\EditController' => 'getEditController2Service',
  190.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Customer\\SubscCustomerController' => 'getSubscCustomerControllerService',
  191.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvRegistrationController' => 'getCsvRegistrationControllerService',
  192.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvRequestController' => 'getCsvRequestControllerService',
  193.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvResultController' => 'getCsvResultControllerService',
  194.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvUploadController' => 'getCsvUploadControllerService',
  195.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\EditController' => 'getEditController3Service',
  196.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\PluginConfigController' => 'getPluginConfigControllerService',
  197.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Product\\ChangeSaleTypeController' => 'getChangeSaleTypeControllerService',
  198.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Product\\SubscSalestypeController' => 'getSubscSalestypeControllerService',
  199.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Setting\\Shop\\PaymentRegistController' => 'getPaymentRegistControllerService',
  200.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Setting\\System\\LogDownloadController' => 'getLogDownloadControllerService',
  201.             'Plugin\\VeriTrans4G2\\Controller\\MyPage\\SubscPaymentHistoryController' => 'getSubscPaymentHistoryControllerService',
  202.             'Plugin\\VeriTrans4G2\\Controller\\PaymentController' => 'getPaymentController2Service',
  203.             'Plugin\\VeriTrans4G2\\Controller\\PaymentRecvController' => 'getPaymentRecvControllerService',
  204.             'Plugin\\VeriTrans4G2\\Controller\\Vt4gAccountIdController' => 'getVt4gAccountIdControllerService',
  205.             'Plugin\\VeriTrans4G2\\Controller\\Vt4gRateLimiterController' => 'getVt4gRateLimiterControllerService',
  206.             'Plugin\\VeriTrans4G2\\Controller\\Vt4gReTradeController' => 'getVt4gReTradeControllerService',
  207.             'Plugin\\VeriTrans4G2\\Service\\Method\\CommonMethod' => 'getCommonMethodService',
  208.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  209.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  210.             'cache.app_clearer' => 'getCache_AppClearerService',
  211.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  212.             'cache.system_clearer' => 'getCache_SystemClearerService',
  213.             'cache_warmer' => 'getCacheWarmerService',
  214.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  215.             'console.command_loader' => 'getConsole_CommandLoaderService',
  216.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  217.             'eccube.logger' => 'getEccube_LoggerService',
  218.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  219.             'error_controller' => 'getErrorControllerService',
  220.             'knp_paginator' => 'getKnpPaginatorService',
  221.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  222.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  223.             'routing.loader' => 'getRouting_LoaderService',
  224.             'services_resetter' => 'getServicesResetterService',
  225.             'vt4g_plugin.purchase.flow.shopping.purchase.rollback' => 'getVt4gPlugin_Purchase_Flow_Shopping_Purchase_RollbackService',
  226.             'vt4g_plugin.service.admin.csv_registration' => 'getVt4gPlugin_Service_Admin_CsvRegistrationService',
  227.             'vt4g_plugin.service.admin.customer_csv_export_extension' => 'getVt4gPlugin_Service_Admin_CustomerCsvExportExtensionService',
  228.             'vt4g_plugin.service.admin.customer_edit_extension' => 'getVt4gPlugin_Service_Admin_CustomerEditExtensionService',
  229.             'vt4g_plugin.service.admin.customer_index_extension' => 'getVt4gPlugin_Service_Admin_CustomerIndexExtensionService',
  230.             'vt4g_plugin.service.admin.order_edit_extension' => 'getVt4gPlugin_Service_Admin_OrderEditExtensionService',
  231.             'vt4g_plugin.service.admin.order_index_extension' => 'getVt4gPlugin_Service_Admin_OrderIndexExtensionService',
  232.             'vt4g_plugin.service.admin.plugin.config' => 'getVt4gPlugin_Service_Admin_Plugin_ConfigService',
  233.             'vt4g_plugin.service.admin.product.subsc_extension' => 'getVt4gPlugin_Service_Admin_Product_SubscExtensionService',
  234.             'vt4g_plugin.service.admin.setting.shop.mail' => 'getVt4gPlugin_Service_Admin_Setting_Shop_MailService',
  235.             'vt4g_plugin.service.admin.setting_shop_payment' => 'getVt4gPlugin_Service_Admin_SettingShopPaymentService',
  236.             'vt4g_plugin.service.admin.setting_shop_payment_add_regist_btn' => 'getVt4gPlugin_Service_Admin_SettingShopPaymentAddRegistBtnService',
  237.             'vt4g_plugin.service.cart.index_extension' => 'getVt4gPlugin_Service_Cart_IndexExtensionService',
  238.             'vt4g_plugin.service.front.mypage.withdraw_extension' => 'getVt4gPlugin_Service_Front_Mypage_WithdrawExtensionService',
  239.             'vt4g_plugin.service.front.mypage_extension' => 'getVt4gPlugin_Service_Front_MypageExtensionService',
  240.             'vt4g_plugin.service.mail_message' => 'getVt4gPlugin_Service_MailMessageService',
  241.             'vt4g_plugin.service.method.common' => 'getVt4gPlugin_Service_Method_CommonService',
  242.             'vt4g_plugin.service.payment_alipay' => 'getVt4gPlugin_Service_PaymentAlipayService',
  243.             'vt4g_plugin.service.payment_atm' => 'getVt4gPlugin_Service_PaymentAtmService',
  244.             'vt4g_plugin.service.payment_bank' => 'getVt4gPlugin_Service_PaymentBankService',
  245.             'vt4g_plugin.service.payment_base' => 'getVt4gPlugin_Service_PaymentBaseService',
  246.             'vt4g_plugin.service.payment_credit' => 'getVt4gPlugin_Service_PaymentCreditService',
  247.             'vt4g_plugin.service.payment_cvs' => 'getVt4gPlugin_Service_PaymentCvsService',
  248.             'vt4g_plugin.service.payment_linepay' => 'getVt4gPlugin_Service_PaymentLinepayService',
  249.             'vt4g_plugin.service.payment_paypal' => 'getVt4gPlugin_Service_PaymentPaypalService',
  250.             'vt4g_plugin.service.payment_paypay' => 'getVt4gPlugin_Service_PaymentPaypayService',
  251.             'vt4g_plugin.service.payment_rakuten' => 'getVt4gPlugin_Service_PaymentRakutenService',
  252.             'vt4g_plugin.service.payment_rakuten_v2' => 'getVt4gPlugin_Service_PaymentRakutenV2Service',
  253.             'vt4g_plugin.service.payment_recruit' => 'getVt4gPlugin_Service_PaymentRecruitService',
  254.             'vt4g_plugin.service.payment_recv' => 'getVt4gPlugin_Service_PaymentRecvService',
  255.             'vt4g_plugin.service.payment_upop' => 'getVt4gPlugin_Service_PaymentUpopService',
  256.             'vt4g_plugin.service.shopping.confirm' => 'getVt4gPlugin_Service_Shopping_ConfirmService',
  257.             'vt4g_plugin.service.shopping_index_extension' => 'getVt4gPlugin_Service_ShoppingIndexExtensionService',
  258.             'vt4g_plugin.service.util' => 'getVt4gPlugin_Service_UtilService',
  259.             'vt4g_plugin.service.vt4g_account_id' => 'getVt4gPlugin_Service_Vt4gAccountIdService',
  260.             'vt4g_plugin.service.vt4g_mdk' => 'getVt4gPlugin_Service_Vt4gMdkService',
  261.             'vt4g_plugin.service.vt4g_retrade' => 'getVt4gPlugin_Service_Vt4gRetradeService',
  262.             'vt4g_plugin.service.vt4g_rollback' => 'getVt4gPlugin_Service_Vt4gRollbackService',
  263.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  264.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  265.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  266.         ];
  267.         $this->aliases = [
  268.             'database_connection' => 'doctrine.dbal.default_connection',
  269.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  270.         ];
  271.         $this->privates['service_container'] = function () {
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  278.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  282.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  283.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  285.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  286.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  287.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  288.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  289.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  290.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  295.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  296.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  297.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  298.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  301.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  304.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  305.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  306.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  307.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  308.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  309.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  310.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  311.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  312.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  313.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  314.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  315.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  316.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  317.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  318.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  319.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  321.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  322.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  323.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  324.             include_once \dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Event.php';
  325.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  326.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  327.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  330.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  331.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  333.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  334.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  362.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  368.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  405.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  416.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  474.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  481.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  482.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  483.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  485.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  486.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  488.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  490.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  491.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  493.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  496.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  497.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  498.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  499.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  500.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  501.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  503.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  505.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  506.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  509.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  512.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  513.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  514.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  516.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  517.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  518.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  519.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  521.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  522.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  525.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  526.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  527.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  528.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  529.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  531.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  544.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  546.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  548.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  549.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  551.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  552.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  563.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  597.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  599.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  600.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  601.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  602.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  603.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  604.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  605.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  606.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  607.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  615.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  638.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  639.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  640.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  641.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php';
  642.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  643.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  644.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  645.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  646.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  647.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  648.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  649.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Sandbox/SecurityPolicyDecorator.php';
  650.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicy.php';
  651.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  653.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  654.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  655.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  656.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  658.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  660.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  667.         };
  668.     }
  669.     public function compile(): void
  670.     {
  671.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  672.     }
  673.     public function isCompiled(): bool
  674.     {
  675.         return true;
  676.     }
  677.     public function getRemovedIds(): array
  678.     {
  679.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  680.     }
  681.     protected function load($file$lazyLoad true)
  682.     {
  683.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  684.             return $class::do($this$lazyLoad);
  685.         }
  686.         if ('.' === $file[-4]) {
  687.             $class substr($class0, -4);
  688.         } else {
  689.             $file .= '.php';
  690.         }
  691.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  692.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  693.     }
  694.     protected function createProxy($class, \Closure $factory)
  695.     {
  696.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  697.         return $factory();
  698.     }
  699.     /**
  700.      * Gets the public '.container.private.profiler' shared service.
  701.      *
  702.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  703.      */
  704.     protected function get_Container_Private_ProfilerService()
  705.     {
  706.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  707.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  708.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  709.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  710.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  711.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  712.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  713.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  714.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  715.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  716.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  717.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  718.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  719.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  720.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  721.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  722.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  723.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  724.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  725.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  726.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  727.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  728.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  729.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  730.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  731.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  732.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  733.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  734.         if ($this->has('kernel')) {
  735.             $e->setKernel($b);
  736.         }
  737.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  738.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  739.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  740.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  741.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  742.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  743.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  744.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  745.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  746.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  747.         $instance->add($d);
  748.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  749.         $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));
  750.         $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())));
  751.         $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([])))));
  752.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  753.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  754.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  755.         $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()))));
  756.         $instance->add($e);
  757.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  758.         return $instance;
  759.     }
  760.     /**
  761.      * Gets the public '.container.private.security.authorization_checker' shared service.
  762.      *
  763.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  764.      */
  765.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  766.     {
  767.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  768.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  769.             return $this->services['.container.private.security.authorization_checker'];
  770.         }
  771.         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);
  772.     }
  773.     /**
  774.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  775.      *
  776.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  777.      */
  778.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  779.     {
  780.         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())));
  781.     }
  782.     /**
  783.      * Gets the public '.container.private.security.token_storage' shared service.
  784.      *
  785.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  786.      */
  787.     protected function get_Container_Private_Security_TokenStorageService()
  788.     {
  789.         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, [
  790.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  791.         ], [
  792.             'request_stack' => '?',
  793.         ]));
  794.     }
  795.     /**
  796.      * Gets the public '.container.private.session' shared service.
  797.      *
  798.      * @return \Symfony\Component\HttpFoundation\Session\Session
  799.      */
  800.     protected function get_Container_Private_SessionService()
  801.     {
  802.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  803.         if (isset($this->services['.container.private.session'])) {
  804.             return $this->services['.container.private.session'];
  805.         }
  806.         return $this->services['.container.private.session'] = $a->createSession();
  807.     }
  808.     /**
  809.      * Gets the public '.container.private.state_machine.order' shared service.
  810.      *
  811.      * @return \Symfony\Component\Workflow\StateMachine
  812.      */
  813.     protected function get_Container_Private_StateMachine_OrderService()
  814.     {
  815.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  816.         if (isset($this->services['.container.private.state_machine.order'])) {
  817.             return $this->services['.container.private.state_machine.order'];
  818.         }
  819.         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);
  820.     }
  821.     /**
  822.      * Gets the public '.container.private.twig' shared service.
  823.      *
  824.      * @return \Twig\Environment
  825.      */
  826.     protected function get_Container_Private_TwigService()
  827.     {
  828.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  829.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/template'), 'Recommend42');
  830.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/template'), 'SalesReport42');
  831.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/template'), 'RelatedProduct42');
  832.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/template'), 'ProductReview42');
  833.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/template'), 'RefineCheckItem42');
  834.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/template'), 'VeriTrans4G2');
  835.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/template'), 'ExpressLink42');
  836.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DeliveryPlus42/Resource/template'), 'DeliveryPlus42');
  837.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  838.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  839.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  840.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  841.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  842.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  843.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  844.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  845.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  846.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  847.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  848.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  849.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  850.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  851.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  852.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  853.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  854.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  855.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  856.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  857.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  858.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  859.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  860.         $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']);
  861.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  862.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  863.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  864.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  865.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  866.         $g = ($this->services['router'] ?? $this->getRouterService());
  867.         $h = new \Symfony\Component\Workflow\Registry();
  868.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  869.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  870.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  871.         $j = new \Symfony\Bridge\Twig\AppVariable();
  872.         $j->setEnvironment('dev');
  873.         $j->setDebug(true);
  874.         if ($this->has('.container.private.security.token_storage')) {
  875.             $j->setTokenStorage($c);
  876.         }
  877.         if ($this->has('request_stack')) {
  878.             $j->setRequestStack($b);
  879.         }
  880.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  881.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  882.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  883.         $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)));
  884.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  885.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  886.         $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 () {
  887.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  888.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  889.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  890.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  891.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  892.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  893.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  894.         }, 7))));
  895.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__4), 'UTF-8'));
  896.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  897.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  898.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  899.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  900.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  901.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  902.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  903.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  904.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  905.         $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())));
  906.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  907.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  908.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  909.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  910.         $instance->addExtension(new \Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension());
  911.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  912.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  913.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  914.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  915.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  916.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  917.         $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));
  918.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  919.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  920.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  921.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  922.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  923.         $instance->addGlobal('app'$j);
  924.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  925.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  926.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  927.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  928.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  929.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  930.         ], [
  931.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  932.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  933.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  934.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  935.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  936.         ])));
  937.         $instance->addGlobal('BaseInfo'NULL);
  938.         $instance->addGlobal('eccube_config', ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  939.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  940.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  941.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  942.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  943.         return $instance;
  944.     }
  945.     /**
  946.      * Gets the public '.container.private.validator' shared service.
  947.      *
  948.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  949.      */
  950.     protected function get_Container_Private_ValidatorService()
  951.     {
  952.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  953.         if (isset($this->services['.container.private.validator'])) {
  954.             return $this->services['.container.private.validator'];
  955.         }
  956.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  957.     }
  958.     /**
  959.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  960.      *
  961.      * @return \Detection\MobileDetect
  962.      */
  963.     protected function getMobileDetectService()
  964.     {
  965.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  966.     }
  967.     /**
  968.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  969.      *
  970.      * @return \Eccube\Common\EccubeConfig
  971.      */
  972.     protected function getEccubeConfigService()
  973.     {
  974.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  975.     }
  976.     /**
  977.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  978.      *
  979.      * @return \Eccube\Repository\PluginRepository
  980.      */
  981.     protected function getPluginRepositoryService($lazyLoad true)
  982.     {
  983.         if ($lazyLoad) {
  984.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  985.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  986.                     $wrappedInstance $this->getPluginRepositoryService(false);
  987.                     $proxy->setProxyInitializer(null);
  988.                     return true;
  989.                 });
  990.             });
  991.         }
  992.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  993.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  994.     }
  995.     /**
  996.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  997.      *
  998.      * @return \Eccube\Service\SystemService
  999.      */
  1000.     protected function getSystemServiceService($lazyLoad true)
  1001.     {
  1002.         if ($lazyLoad) {
  1003.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  1004.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1005.                     $wrappedInstance $this->getSystemServiceService(false);
  1006.                     $proxy->setProxyInitializer(null);
  1007.                     return true;
  1008.                 });
  1009.             });
  1010.         }
  1011.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  1012.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1013.     }
  1014.     /**
  1015.      * Gets the public 'cache.app' shared service.
  1016.      *
  1017.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1018.      */
  1019.     protected function getCache_AppService()
  1020.     {
  1021.         $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))));
  1022.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1023.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1024.     }
  1025.     /**
  1026.      * Gets the public 'cache.rate_limiter' shared service.
  1027.      *
  1028.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1029.      */
  1030.     protected function getCache_RateLimiterService()
  1031.     {
  1032.         $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))));
  1033.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1034.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1035.     }
  1036.     /**
  1037.      * Gets the public 'cache.system' shared service.
  1038.      *
  1039.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1040.      */
  1041.     protected function getCache_SystemService()
  1042.     {
  1043.         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())));
  1044.     }
  1045.     /**
  1046.      * Gets the public 'cache.validator_expression_language' shared service.
  1047.      *
  1048.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1049.      */
  1050.     protected function getCache_ValidatorExpressionLanguageService()
  1051.     {
  1052.         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())));
  1053.     }
  1054.     /**
  1055.      * Gets the public 'data_collector.dump' shared service.
  1056.      *
  1057.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1058.      */
  1059.     protected function getDataCollector_DumpService()
  1060.     {
  1061.         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);
  1062.     }
  1063.     /**
  1064.      * Gets the public 'doctrine' shared service.
  1065.      *
  1066.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1067.      */
  1068.     protected function getDoctrineService()
  1069.     {
  1070.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1071.     }
  1072.     /**
  1073.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1074.      *
  1075.      * @return \Doctrine\DBAL\Connection
  1076.      */
  1077.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1078.     {
  1079.         $a = new \Doctrine\DBAL\Configuration();
  1080.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1081.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1082.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1083.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1084.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1085.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1086.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1087.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1088.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1089.         $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))));
  1090.         $c->setConnectionName('default');
  1091.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1092.         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, [
  1093.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1094.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1095.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1096.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1097.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1098.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1099.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1100.         ], [
  1101.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1102.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1103.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1104.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1105.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1106.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1107.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1108.         ]), [=> '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']]), []);
  1109.     }
  1110.     /**
  1111.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1112.      *
  1113.      * @return \Doctrine\ORM\EntityManager
  1114.      */
  1115.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1116.     {
  1117.         if ($lazyLoad) {
  1118.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1119.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1120.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1121.                     $proxy->setProxyInitializer(null);
  1122.                     return true;
  1123.                 });
  1124.             });
  1125.         }
  1126.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1127.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1128.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1129.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1130.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1131.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1132.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1133.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1134.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1135.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1136.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1137.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1138.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1139.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1140.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1141.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1142.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1143.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1144.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1145.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1146.         $a = new \Doctrine\ORM\Configuration();
  1147.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1148.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1149.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1150.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1151.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1152.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1153.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/DeliveryPlus42/Entity')]);
  1154.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1155.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Entity')]);
  1156.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1157.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1158.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1159.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1160.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1161.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1162.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1163.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1164.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1165.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1166.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1167.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1168.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1169.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Entity')]);
  1170.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1171.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'Eccube\\Entity');
  1172.         $b->addDriver($d'Eccube\\Entity');
  1173.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1174.         $b->addDriver($e'Plugin\\Coupon42\\Entity');
  1175.         $b->addDriver($f'Plugin\\DeliveryPlus42\\Entity');
  1176.         $b->addDriver($g'Plugin\\ExpressLink42\\Entity');
  1177.         $b->addDriver($h'Plugin\\MailMagazine42\\Entity');
  1178.         $b->addDriver($i'Plugin\\ProductReview42\\Entity');
  1179.         $b->addDriver($j'Plugin\\Recommend42\\Entity');
  1180.         $b->addDriver($k'Plugin\\RelatedProduct42\\Entity');
  1181.         $b->addDriver($l'Plugin\\Securitychecker42\\Entity');
  1182.         $b->addDriver($m'Plugin\\SiteKit42\\Entity');
  1183.         $b->addDriver($n'Plugin\\VeriTrans4G2\\Entity');
  1184.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity']);
  1185.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1186.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1187.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1188.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1189.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1190.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1191.         ], [
  1192.             'doctrine.ulid_generator' => '?',
  1193.             'doctrine.uuid_generator' => '?',
  1194.         ])));
  1195.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1196.         $a->setProxyNamespace('Proxies');
  1197.         $a->setAutoGenerateProxyClasses(true);
  1198.         $a->setSchemaIgnoreClasses([]);
  1199.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1200.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1201.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1202.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1203.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1204.         $a->setLazyGhostObjectEnabled(false);
  1205.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1206.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1207.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1208.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1209.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1210.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1211.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1212.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1213.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1214.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1215.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1216.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1217.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1218.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1219.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1220.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1221.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1222.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1223.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1224.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1225.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1226.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1227.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1228.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1229.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1230.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1231.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1232.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1233.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1234.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1235.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1236.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1237.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1238.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1239.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1240.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1241.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1242.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1243.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1244.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1245.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1246.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1247.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1248.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1249.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1250.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1251.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1252.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1253.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1254.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1255.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1256.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1257.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1258.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1259.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1260.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1261.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1262.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1263.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1264.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1265.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1266.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1267.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1268.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1269.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1270.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1271.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1272.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1273.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1274.             'Plugin\\DeliveryPlus42\\Repository\\ConfigRepository' => ['privates''Plugin\\DeliveryPlus42\\Repository\\ConfigRepository''getConfigRepositoryService'true],
  1275.             'Plugin\\ExpressLink42\\Repository\\CodRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\CodRepository''getCodRepositoryService'true],
  1276.             'Plugin\\ExpressLink42\\Repository\\ConfigRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\ConfigRepository''getConfigRepository2Service'true],
  1277.             'Plugin\\ExpressLink42\\Repository\\DelivtypeRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\DelivtypeRepository''getDelivtypeRepositoryService'true],
  1278.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1279.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1280.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1281.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1282.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1283.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1284.             'Plugin\\RefineCheckItem42\\Repository\\ProductRepository' => ['privates''Plugin\\RefineCheckItem42\\Repository\\ProductRepository''getProductRepository2Service'true],
  1285.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1286.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository3Service'true],
  1287.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1288.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductOrderCmpMailInfoRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductOrderCmpMailInfoRepository''getVt4gSubscProductOrderCmpMailInfoRepositoryService'true],
  1289.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductRepository''getVt4gSubscProductRepositoryService'true],
  1290.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscSaleTypeRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscSaleTypeRepository''getVt4gSubscSaleTypeRepositoryService'true],
  1291.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gCsvResultLogRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gCsvResultLogRepository''getVt4gCsvResultLogRepositoryService'true],
  1292.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderLogRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderLogRepository''getVt4gOrderLogRepositoryService'true],
  1293.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderPaymentRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderPaymentRepository''getVt4gOrderPaymentRepositoryService'true],
  1294.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentMethodRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentMethodRepository''getVt4gPaymentMethodRepositoryService'true],
  1295.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentReqEventRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentReqEventRepository''getVt4gPaymentReqEventRepositoryService'true],
  1296.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestItemRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestItemRepository''getVt4gPaymentRequestItemRepositoryService'true],
  1297.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestRepository''getVt4gPaymentRequestRepositoryService'true],
  1298.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPluginRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPluginRepository''getVt4gPluginRepositoryService'true],
  1299.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderItemRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderItemRepository''getVt4gSubscOrderItemRepositoryService'true],
  1300.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderRepository''getVt4gSubscOrderRepositoryService'true],
  1301.         ], [
  1302.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1303.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1304.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1305.             'Eccube\\Repository\\BlockRepository' => '?',
  1306.             'Eccube\\Repository\\CalendarRepository' => '?',
  1307.             'Eccube\\Repository\\CartItemRepository' => '?',
  1308.             'Eccube\\Repository\\CartRepository' => '?',
  1309.             'Eccube\\Repository\\CategoryRepository' => '?',
  1310.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1311.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1312.             'Eccube\\Repository\\CsvRepository' => '?',
  1313.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1314.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1315.             'Eccube\\Repository\\CustomerRepository' => '?',
  1316.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1317.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1318.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1319.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1320.             'Eccube\\Repository\\LayoutRepository' => '?',
  1321.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1322.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1323.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1324.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1325.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1326.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1327.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1328.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1329.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1330.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1331.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1332.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1333.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1334.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1335.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1336.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1337.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1338.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1339.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1340.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1341.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1342.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1343.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1344.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1345.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1346.             'Eccube\\Repository\\MemberRepository' => '?',
  1347.             'Eccube\\Repository\\NewsRepository' => '?',
  1348.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1349.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1350.             'Eccube\\Repository\\OrderRepository' => '?',
  1351.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1352.             'Eccube\\Repository\\PageRepository' => '?',
  1353.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1354.             'Eccube\\Repository\\PaymentRepository' => '?',
  1355.             'Eccube\\Repository\\PluginRepository' => '?',
  1356.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1357.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1358.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1359.             'Eccube\\Repository\\ProductRepository' => '?',
  1360.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1361.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1362.             'Eccube\\Repository\\ShippingRepository' => '?',
  1363.             'Eccube\\Repository\\TagRepository' => '?',
  1364.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1365.             'Eccube\\Repository\\TemplateRepository' => '?',
  1366.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1367.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1368.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1369.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1370.             'Plugin\\DeliveryPlus42\\Repository\\ConfigRepository' => '?',
  1371.             'Plugin\\ExpressLink42\\Repository\\CodRepository' => '?',
  1372.             'Plugin\\ExpressLink42\\Repository\\ConfigRepository' => '?',
  1373.             'Plugin\\ExpressLink42\\Repository\\DelivtypeRepository' => '?',
  1374.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1375.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1376.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1377.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1378.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1379.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1380.             'Plugin\\RefineCheckItem42\\Repository\\ProductRepository' => '?',
  1381.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1382.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1383.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1384.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductOrderCmpMailInfoRepository' => '?',
  1385.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductRepository' => '?',
  1386.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscSaleTypeRepository' => '?',
  1387.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gCsvResultLogRepository' => '?',
  1388.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderLogRepository' => '?',
  1389.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderPaymentRepository' => '?',
  1390.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentMethodRepository' => '?',
  1391.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentReqEventRepository' => '?',
  1392.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestItemRepository' => '?',
  1393.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestRepository' => '?',
  1394.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPluginRepository' => '?',
  1395.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderItemRepository' => '?',
  1396.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderRepository' => '?',
  1397.         ])));
  1398.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1399.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1400.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1401.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1402.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1403.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1404.         return $instance;
  1405.     }
  1406.     /**
  1407.      * Gets the public 'event_dispatcher' shared service.
  1408.      *
  1409.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1410.      */
  1411.     protected function getEventDispatcherService()
  1412.     {
  1413.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1414.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1415.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1416.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1417.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1418.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1419.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1420.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1421.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1422.         $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())));
  1423.         $instance->addListener('kernel.request', [=> function () {
  1424.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1425.         }, => 'onKernelRequest'], 1024);
  1426.         $instance->addListener('kernel.controller', [=> function () {
  1427.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1428.         }, => 'onKernelController'], 0);
  1429.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1430.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1431.         }, => 'checkPassport'], 1024);
  1432.         $instance->addListener('kernel.response', [=> function () {
  1433.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1434.         }, => 'onKernelResponse'], 0);
  1435.         $instance->addListener('kernel.response', [=> function () {
  1436.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1437.         }, => 'onKernelResponse'], 0);
  1438.         $instance->addListener('kernel.request', [=> function () {
  1439.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1440.         }, => 'onKernelRequest'], 0);
  1441.         $instance->addListener('kernel.controller', [=> function () {
  1442.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1443.         }, => 'onController'], 0);
  1444.         $instance->addListener('kernel.request', [=> function () {
  1445.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1446.         }, => 'onKernelRequest'], 512);
  1447.         $instance->addListener('kernel.request', [=> function () {
  1448.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1449.         }, => 'onKernelRequestEarly'], 500);
  1450.         $instance->addListener('kernel.request', [=> function () {
  1451.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1452.         }, => 'onKernelRequest'], 6);
  1453.         $instance->addListener('kernel.response', [=> function () {
  1454.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1455.         }, => 'onKernelResponse'], 0);
  1456.         $instance->addListener('kernel.controller', [=> function () {
  1457.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1458.         }, => 'onKernelController'], 0);
  1459.         $instance->addListener('kernel.terminate', [=> function () {
  1460.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1461.         }, => 'onKernelTerminate'], 0);
  1462.         $instance->addListener('kernel.exception', [=> function () {
  1463.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1464.         }, => 'onKernelException'], -4);
  1465.         $instance->addListener('security.interactive_login', [=> function () {
  1466.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1467.         }, => 'onInteractiveLogin'], 0);
  1468.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1469.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1470.         }, => 'onAuthenticationFailure'], 0);
  1471.         $instance->addListener('kernel.response', [=> function () {
  1472.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1473.         }, => 'onResponse'], 0);
  1474.         $instance->addListener('kernel.request', [=> function () {
  1475.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1476.         }, => 'onKernelRequest'], 512);
  1477.         $instance->addListener('kernel.controller', [=> function () {
  1478.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1479.         }, => 'onController'], 0);
  1480.         $instance->addListener('kernel.request', [=> function () {
  1481.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1482.         }, => 'onKernelRequest'], 7);
  1483.         $instance->addListener('security.interactive_login', [=> function () {
  1484.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1485.         }, => 'onInteractiveLogin'], 0);
  1486.         $instance->addListener('security.authentication.failure', [=> function () {
  1487.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1488.         }, => 'onAuthenticationFailure'], 0);
  1489.         $instance->addListener('kernel.request', [=> function () {
  1490.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1491.         }, => 'onKernelRequest'], 0);
  1492.         $instance->addListener('kernel.exception', [=> function () {
  1493.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1494.         }, => 'onKernelException'], 0);
  1495.         $instance->addListener('kernel.terminate', [=> function () {
  1496.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1497.         }, => 'onKernelTerminate'], 0);
  1498.         $instance->addListener('kernel.request', [=> function () {
  1499.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1500.         }, => 'onKernelRequest'], 6);
  1501.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1502.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1503.         }, => 'onKernelController'], 7);
  1504.         $instance->addListener('form.pre_submit', [=> function () {
  1505.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1506.         }, => 'onPreSubmit'], 0);
  1507.         $instance->addListener('form.pre_submit', [=> function () {
  1508.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1509.         }, => 'purifySubmittedData'], 1000001);
  1510.         $instance->addListener('form.pre_submit', [=> function () {
  1511.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1512.         }, => 'onPreSubmit'], 0);
  1513.         $instance->addListener('workflow.order.completed', [=> function () {
  1514.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1515.         }, => 'onCompleted'], 0);
  1516.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1517.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1518.         }, => 'updatePaymentDate'], 0);
  1519.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1520.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1521.         }, => 'rollbackStock'], 0);
  1522.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1523.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1524.         }, => 'rollbackUsePoint'], 0);
  1525.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1526.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1527.         }, => 'commitStock'], 0);
  1528.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1529.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1530.         }, => 'commitUsePoint'], 0);
  1531.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1532.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1533.         }, => 'commitAddPoint'], 0);
  1534.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1535.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1536.         }, => 'rollbackUsePoint'], 0);
  1537.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1538.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1539.         }, => 'rollbackAddPoint'], 0);
  1540.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1541.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1542.         }, => 'commitUsePoint'], 0);
  1543.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1544.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1545.         }, => 'commitAddPoint'], 0);
  1546.         $instance->addListener('kernel.terminate', [=> function () {
  1547.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1548.         }, => 'disableMaintenanceEvent'], 0);
  1549.         $instance->addListener('kernel.terminate', [=> function () {
  1550.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1551.         }, => 'forceClearCache'], 0);
  1552.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1553.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1554.         }, => 'hookAdminProductCopyComplete'], 0);
  1555.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1556.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1557.         }, => 'onTemplateAdminProductEdit'], 0);
  1558.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1559.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1560.         }, => 'onTemplateAdminProductClassEdit'], 0);
  1561.         $instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [=> function () {
  1562.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\AdminSettingEvent'] ?? ($this->privates['Plugin\\DeliveryPlus42\\Event\\AdminSettingEvent'] = new \Plugin\DeliveryPlus42\Event\AdminSettingEvent()));
  1563.         }, => 'onTemplateAdminSettingShopDeliveryEdit'], 0);
  1564.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1565.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryPlus42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryPlus42\Event\CsvImportProductExtEvent()));
  1566.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1567.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1568.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryPlus42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryPlus42\Event\CsvImportProductExtEvent()));
  1569.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1570.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1571.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryPlus42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryPlus42\Event\CsvImportProductExtEvent()));
  1572.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1573.         $instance->addListener('Product/list.twig', [=> function () {
  1574.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\ProductEvent'] ?? ($this->privates['Plugin\\DeliveryPlus42\\Event\\ProductEvent'] = new \Plugin\DeliveryPlus42\Event\ProductEvent()));
  1575.         }, => 'onTemplateProductList'], 0);
  1576.         $instance->addListener('Product/detail.twig', [=> function () {
  1577.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\ProductEvent'] ?? ($this->privates['Plugin\\DeliveryPlus42\\Event\\ProductEvent'] = new \Plugin\DeliveryPlus42\Event\ProductEvent()));
  1578.         }, => 'onTemplateProductDetail'], 0);
  1579.         $instance->addListener('Shopping/index.twig', [=> function () {
  1580.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\ShoppingEvent'] ?? ($this->privates['Plugin\\DeliveryPlus42\\Event\\ShoppingEvent'] = new \Plugin\DeliveryPlus42\Event\ShoppingEvent()));
  1581.         }, => 'onTemplateShoppingIndex'], 0);
  1582.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1583.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? $this->load('getExpressLinkEventService'));
  1584.         }, => 'onTemplateAdminOrder'], 0);
  1585.         $instance->addListener('Mypage/history.twig', [=> function () {
  1586.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? $this->load('getExpressLinkEventService'));
  1587.         }, => 'onTemplateFrontMypageHistory'], 0);
  1588.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1589.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? $this->load('getExpressLinkEventService'));
  1590.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1591.         $instance->addListener('Product/detail.twig', [=> function () {
  1592.             return ($this->privates['Plugin\\ProductReview42\\ProductReviewEvent'] ?? $this->load('getProductReviewEventService'));
  1593.         }, => 'detail'], 0);
  1594.         $instance->addListener('kernel.response', [=> function () {
  1595.             return ($this->privates['Plugin\\RefineCheckItem42\\Event'] ?? $this->getEventService());
  1596.         }, => 'onKernelResponse'], 0);
  1597.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1598.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1599.         }, => 'onRenderAdminProduct'], 0);
  1600.         $instance->addListener('Product/detail.twig', [=> function () {
  1601.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1602.         }, => 'onRenderProductDetail'], 0);
  1603.         $instance->addListener('@admin/Setting/Shop/payment_edit.twig', [=> function () {
  1604.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1605.         }, => 'settingShopPaymentRenderBefore'], 0);
  1606.         $instance->addListener('@admin/Setting/Shop/payment.twig', [=> function () {
  1607.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1608.         }, => 'settingShopPaymentAddRegistBtnRenderBefore'], 0);
  1609.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1610.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1611.         }, => 'orderIndexRenderBefore'], 0);
  1612.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1613.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1614.         }, => 'orderEditRenderBefore'], 0);
  1615.         $instance->addListener('Mypage/index.twig', [=> function () {
  1616.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1617.         }, => 'myPageNaviRenderBefore'], 0);
  1618.         $instance->addListener('Mypage/history.twig', [=> function () {
  1619.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1620.         }, => 'myPageNaviRenderBefore'], 0);
  1621.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1622.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1623.         }, => 'myPageNaviRenderBefore'], 0);
  1624.         $instance->addListener('Mypage/change.twig', [=> function () {
  1625.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1626.         }, => 'myPageNaviRenderBefore'], 0);
  1627.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1628.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1629.         }, => 'myPageNaviRenderBefore'], 0);
  1630.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1631.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1632.         }, => 'myPageNaviRenderBefore'], 0);
  1633.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1634.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1635.         }, => 'myPageNaviRenderBefore'], 0);
  1636.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1637.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1638.         }, => 'myPageNaviRenderBefore'], 0);
  1639.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_account_id.twig', [=> function () {
  1640.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1641.         }, => 'myPageNaviRenderBefore'], 0);
  1642.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_retrade.twig', [=> function () {
  1643.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1644.         }, => 'myPageNaviRenderBefore'], 0);
  1645.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment.twig', [=> function () {
  1646.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1647.         }, => 'myPageNaviRenderBefore'], 0);
  1648.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment_history.twig', [=> function () {
  1649.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1650.         }, => 'myPageNaviRenderBefore'], 0);
  1651.         $instance->addListener('admin.setting.shop.payment.edit.complete', [=> function () {
  1652.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1653.         }, => 'settingShopPaymentEditComplete'], 0);
  1654.         $instance->addListener('mail.order', [=> function () {
  1655.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1656.         }, => 'sendOrderMailBefore'], 0);
  1657.         $instance->addListener('admin.order.mail.index.initialize', [=> function () {
  1658.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1659.         }, => 'adminOrderMailInitAfter'], 0);
  1660.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1661.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1662.         }, => 'adminOrderEditIndexComplete'], 0);
  1663.         $instance->addListener('Shopping/index.twig', [=> function () {
  1664.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1665.         }, => 'shoppingIndexRenderBefore'], 0);
  1666.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1667.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1668.         }, => 'shoppingConfirmRenderBefore'], 0);
  1669.         $instance->addListener('front.mypage.withdraw.index.complete', [=> function () {
  1670.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1671.         }, => 'frontMypageWithdrawComplete'], 0);
  1672.         $instance->addListener('admin.customer.delete.complete', [=> function () {
  1673.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1674.         }, => 'adminCustomerDeleteComplete'], 0);
  1675.         $instance->addListener('admin.customer.edit.index.complete', [=> function () {
  1676.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1677.         }, => 'adminCustomerEditIndexComplete'], 0);
  1678.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1679.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1680.         }, => 'adminCustomerEditRenderBefore'], 0);
  1681.         $instance->addListener('admin.customer.csv.export', [=> function () {
  1682.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1683.         }, => 'adminCustomerCsvExport'], 0);
  1684.         $instance->addListener('front.mypage.mypage.index.search', [=> function () {
  1685.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1686.         }, => 'frontMypageIndexSearch'], 0);
  1687.         $instance->addListener('admin.product.edit.complete', [=> function () {
  1688.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1689.         }, => 'adminProductEditComplete'], 0);
  1690.         $instance->addListener('admin.product.delete.complete', [=> function () {
  1691.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1692.         }, => 'adminProductDeleteComplete'], 0);
  1693.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1694.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1695.         }, => 'adminProductCopyComplete'], 0);
  1696.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1697.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1698.         }, => 'adminProductClassRenderBefore'], 0);
  1699.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1700.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1701.         }, => 'adminProductRenderBefore'], 0);
  1702.         $instance->addListener('Cart/index.twig', [=> function () {
  1703.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1704.         }, => 'cartRenderBefore'], 0);
  1705.         $instance->addListener('admin.order.csv.export.order', [=> function () {
  1706.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1707.         }, => 'adminOrderCsvExport'], 0);
  1708.         $instance->addListener('admin.order.csv.export.shipping', [=> function () {
  1709.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1710.         }, => 'adminOrderCsvExport'], 0);
  1711.         $instance->addListener('@admin/Setting/Shop/mail.twig', [=> function () {
  1712.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1713.         }, => 'mailRenderBefore'], 0);
  1714.         $instance->addListener('kernel.request', [=> function () {
  1715.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1716.         }, => 'onKernelRequest'], 4096);
  1717.         $instance->addListener('kernel.response', [=> function () {
  1718.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1719.         }, => 'onKernelResponse'], 0);
  1720.         $instance->addListener('kernel.response', [=> function () {
  1721.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1722.         }, => 'onKernelResponse'], -1024);
  1723.         $instance->addListener('kernel.request', [=> function () {
  1724.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1725.         }, => 'setDefaultLocale'], 100);
  1726.         $instance->addListener('kernel.request', [=> function () {
  1727.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1728.         }, => 'onKernelRequest'], 16);
  1729.         $instance->addListener('kernel.finish_request', [=> function () {
  1730.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1731.         }, => 'onKernelFinishRequest'], 0);
  1732.         $instance->addListener('kernel.request', [=> function () {
  1733.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1734.         }, => 'onKernelRequest'], 256);
  1735.         $instance->addListener('kernel.response', [=> function () {
  1736.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1737.         }, => 'onResponse'], -255);
  1738.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1739.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1740.         }, => 'onControllerArguments'], 0);
  1741.         $instance->addListener('kernel.exception', [=> function () {
  1742.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1743.         }, => 'logKernelException'], 0);
  1744.         $instance->addListener('kernel.exception', [=> function () {
  1745.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1746.         }, => 'onKernelException'], -128);
  1747.         $instance->addListener('kernel.response', [=> function () {
  1748.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1749.         }, => 'removeCspHeader'], -128);
  1750.         $instance->addListener('kernel.request', [=> function () {
  1751.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1752.         }, => 'onKernelRequest'], 15);
  1753.         $instance->addListener('kernel.finish_request', [=> function () {
  1754.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1755.         }, => 'onKernelFinishRequest'], -15);
  1756.         $instance->addListener('console.error', [=> function () {
  1757.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1758.         }, => 'onConsoleError'], -128);
  1759.         $instance->addListener('console.terminate', [=> function () {
  1760.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1761.         }, => 'onConsoleTerminate'], -128);
  1762.         $instance->addListener('console.error', [=> function () {
  1763.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1764.         }, => 'onConsoleError'], 0);
  1765.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1766.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1767.         }, => 'onMessage'], -255);
  1768.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1769.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1770.         }, => 'onMessage'], -255);
  1771.         $instance->addListener('kernel.response', [=> function () {
  1772.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1773.         }, => 'onKernelResponse'], 0);
  1774.         $instance->addListener('kernel.request', [=> function () {
  1775.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1776.         }, => 'onKernelRequest'], 48);
  1777.         $instance->addListener('kernel.request', [=> function () {
  1778.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1779.         }, => 'configure'], 2048);
  1780.         $instance->addListener('console.command', [=> function () {
  1781.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1782.         }, => 'configure'], 2048);
  1783.         $instance->addListener('kernel.request', [=> function () {
  1784.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1785.         }, => 'onKernelRequest'], 32);
  1786.         $instance->addListener('kernel.finish_request', [=> function () {
  1787.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1788.         }, => 'onKernelFinishRequest'], 0);
  1789.         $instance->addListener('kernel.exception', [=> function () {
  1790.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1791.         }, => 'onKernelException'], -64);
  1792.         $instance->addListener('kernel.request', [=> function () {
  1793.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1794.         }, => 'onKernelRequest'], 128);
  1795.         $instance->addListener('kernel.response', [=> function () {
  1796.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1797.         }, => 'onKernelResponse'], -1000);
  1798.         $instance->addListener('kernel.finish_request', [=> function () {
  1799.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1800.         }, => 'onFinishRequest'], 0);
  1801.         $instance->addListener('kernel.response', [=> function () {
  1802.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1803.         }, => 'onKernelResponse'], -100);
  1804.         $instance->addListener('kernel.exception', [=> function () {
  1805.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1806.         }, => 'onKernelException'], 0);
  1807.         $instance->addListener('kernel.terminate', [=> function () {
  1808.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1809.         }, => 'onKernelTerminate'], -1024);
  1810.         $instance->addListener('kernel.controller', [=> function () {
  1811.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1812.         }, => 'onKernelController'], 0);
  1813.         $instance->addListener('kernel.response', [=> function () {
  1814.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1815.         }, => 'onKernelResponse'], 0);
  1816.         $instance->addListener('kernel.response', [=> function () {
  1817.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1818.         }, => 'onKernelResponse'], 0);
  1819.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1820.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1821.         }, => 'checkPassport'], 0);
  1822.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1823.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1824.         }, => 'onLoginSuccess'], 0);
  1825.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1826.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1827.         }, => 'onVoterVote'], 0);
  1828.         $instance->addListener('kernel.request', [=> function () {
  1829.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1830.         }, => 'configureLogoutUrlGenerator'], 8);
  1831.         $instance->addListener('kernel.request', [=> function () {
  1832.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1833.         }, => 'onKernelRequest'], 8);
  1834.         $instance->addListener('kernel.finish_request', [=> function () {
  1835.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1836.         }, => 'onKernelFinishRequest'], 0);
  1837.         $instance->addListener('kernel.controller', [=> function () {
  1838.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1839.         }, => 'onKernelController'], 0);
  1840.         $instance->addListener('kernel.controller', [=> function () {
  1841.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1842.         }, => 'onKernelController'], 0);
  1843.         $instance->addListener('kernel.controller', [=> function () {
  1844.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1845.         }, => 'onKernelController'], -128);
  1846.         $instance->addListener('kernel.view', [=> function () {
  1847.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1848.         }, => 'onKernelView'], 0);
  1849.         $instance->addListener('kernel.controller', [=> function () {
  1850.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1851.         }, => 'onKernelController'], 0);
  1852.         $instance->addListener('kernel.response', [=> function () {
  1853.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1854.         }, => 'onKernelResponse'], 0);
  1855.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1856.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1857.         }, => 'onKernelControllerArguments'], 0);
  1858.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1859.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1860.         }, => 'onKernelControllerArguments'], 0);
  1861.         $instance->addListener('console.command', [=> function () {
  1862.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1863.         }, => 'onCommand'], 255);
  1864.         $instance->addListener('console.terminate', [=> function () {
  1865.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1866.         }, => 'onTerminate'], -255);
  1867.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1868.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1869.         }, => 'onMessage'], 0);
  1870.         $instance->addListener('console.command', [=> function () {
  1871.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1872.         }, => 'configure'], 1024);
  1873.         $instance->addListener('kernel.response', [=> function () {
  1874.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1875.         }, => 'onKernelResponse'], -128);
  1876.         $instance->addListener('console.error', [=> function () {
  1877.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1878.         }, => 'onConsoleError'], 0);
  1879.         $instance->addListener('console.terminate', [=> function () {
  1880.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1881.         }, => 'onConsoleTerminate'], 0);
  1882.         $instance->addListener('knp_pager.before', [=> function () {
  1883.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1884.         }, => 'before'], 0);
  1885.         $instance->addListener('knp_pager.pagination', [=> function () {
  1886.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1887.         }, => 'pagination'], 0);
  1888.         $instance->addListener('knp_pager.before', [=> function () {
  1889.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1890.         }, => 'before'], 1);
  1891.         $instance->addListener('knp_pager.before', [=> function () {
  1892.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1893.         }, => 'before'], 1);
  1894.         $instance->addListener('knp_pager.pagination', [=> function () {
  1895.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1896.         }, => 'pagination'], 1);
  1897.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1898.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1899.         }, => 'checkPassport'], 512);
  1900.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1901.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1902.         }, => 'onLogout'], 0);
  1903.         return $instance;
  1904.     }
  1905.     /**
  1906.      * Gets the public 'http_kernel' shared service.
  1907.      *
  1908.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1909.      */
  1910.     protected function getHttpKernelService()
  1911.     {
  1912.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1913.         if (isset($this->services['http_kernel'])) {
  1914.             return $this->services['http_kernel'];
  1915.         }
  1916.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1917.         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 () {
  1918.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1919.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1920.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1921.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1922.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1923.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1924.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1925.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1926.         }, 8)), $b));
  1927.     }
  1928.     /**
  1929.      * Gets the public 'request_stack' shared service.
  1930.      *
  1931.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1932.      */
  1933.     protected function getRequestStackService()
  1934.     {
  1935.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1936.     }
  1937.     /**
  1938.      * Gets the public 'router' shared service.
  1939.      *
  1940.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1941.      */
  1942.     protected function getRouterService()
  1943.     {
  1944.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1945.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1946.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1947.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1948.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1949.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1950.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1951.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1952.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1953.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1954.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1955.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1956.         ], [
  1957.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1958.         ]))->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'));
  1959.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1960.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1961.         return $instance;
  1962.     }
  1963.     /**
  1964.      * Gets the public 'translator' shared service.
  1965.      *
  1966.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1967.      */
  1968.     protected function getTranslatorService()
  1969.     {
  1970.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1971.     }
  1972.     /**
  1973.      * Gets the public 'var_dumper.cloner' shared service.
  1974.      *
  1975.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1976.      */
  1977.     protected function getVarDumper_ClonerService()
  1978.     {
  1979.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1980.         $instance->setMaxItems(2500);
  1981.         $instance->setMinDepth(1);
  1982.         $instance->setMaxString(-1);
  1983.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1984.         return $instance;
  1985.     }
  1986.     /**
  1987.      * Gets the private '.service_locator.HDnBBSZ' shared service.
  1988.      *
  1989.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1990.      */
  1991.     protected function get_ServiceLocator_HDnBBSZService()
  1992.     {
  1993.         return $this->privates['.service_locator.HDnBBSZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1994.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  1995.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  1996.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1997.         ], [
  1998.             'security.firewall.map.context.admin' => '?',
  1999.             'security.firewall.map.context.customer' => '?',
  2000.             'security.firewall.map.context.dev' => '?',
  2001.         ]);
  2002.     }
  2003.     /**
  2004.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2005.      *
  2006.      * @return \Eccube\DataCollector\EccubeDataCollector
  2007.      */
  2008.     protected function getEccubeDataCollectorService()
  2009.     {
  2010.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2011.     }
  2012.     /**
  2013.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2014.      *
  2015.      * @return \Eccube\EventListener\IpAddrListener
  2016.      */
  2017.     protected function getIpAddrListenerService()
  2018.     {
  2019.         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()));
  2020.     }
  2021.     /**
  2022.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2023.      *
  2024.      * @return \Eccube\EventListener\LogListener
  2025.      */
  2026.     protected function getLogListenerService()
  2027.     {
  2028.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2029.     }
  2030.     /**
  2031.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2032.      *
  2033.      * @return \Eccube\EventListener\MaintenanceListener
  2034.      */
  2035.     protected function getMaintenanceListenerService()
  2036.     {
  2037.         $a = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2038.         if (isset($this->privates['Eccube\\EventListener\\MaintenanceListener'])) {
  2039.             return $this->privates['Eccube\\EventListener\\MaintenanceListener'];
  2040.         }
  2041.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  2042.     }
  2043.     /**
  2044.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2045.      *
  2046.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2047.      */
  2048.     protected function getMobileTemplatePathListenerService()
  2049.     {
  2050.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2051.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2052.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2053.         }
  2054.         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))));
  2055.     }
  2056.     /**
  2057.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2058.      *
  2059.      * @return \Eccube\EventListener\RateLimiterListener
  2060.      */
  2061.     protected function getRateLimiterListenerService()
  2062.     {
  2063.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2064.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2065.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2066.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2067.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2068.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2069.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2070.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2071.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2072.             'limiter.vt4g_shopping_index_customer' => ['privates''limiter.vt4g_shopping_index_customer''getLimiter_Vt4gShoppingIndexCustomerService'true],
  2073.             'limiter.vt4g_shopping_index_ip' => ['privates''limiter.vt4g_shopping_index_ip''getLimiter_Vt4gShoppingIndexIpService'true],
  2074.         ], [
  2075.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2076.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2077.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2078.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2079.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2080.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2081.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2082.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2083.             'limiter.vt4g_shopping_index_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2084.             'limiter.vt4g_shopping_index_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2085.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2086.     }
  2087.     /**
  2088.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2089.      *
  2090.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2091.      */
  2092.     protected function getRestrictFileUploadListenerService()
  2093.     {
  2094.         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()));
  2095.     }
  2096.     /**
  2097.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2098.      *
  2099.      * @return \Eccube\EventListener\TransactionListener
  2100.      */
  2101.     protected function getTransactionListenerService()
  2102.     {
  2103.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2104.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2105.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2106.         }
  2107.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2108.     }
  2109.     /**
  2110.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2111.      *
  2112.      * @return \Eccube\EventListener\TwigInitializeListener
  2113.      */
  2114.     protected function getTwigInitializeListenerService()
  2115.     {
  2116.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2117.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2118.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2119.         }
  2120.         $b = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2121.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2122.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2123.         }
  2124.         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);
  2125.     }
  2126.     /**
  2127.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2128.      *
  2129.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2130.      */
  2131.     protected function getTwoFactorAuthListenerService()
  2132.     {
  2133.         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()));
  2134.     }
  2135.     /**
  2136.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2137.      *
  2138.      * @return \Eccube\Log\Processor\SessionProcessor
  2139.      */
  2140.     protected function getSessionProcessorService()
  2141.     {
  2142.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2143.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2144.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2145.         }
  2146.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2147.     }
  2148.     /**
  2149.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2150.      *
  2151.      * @return \Eccube\Log\Processor\TokenProcessor
  2152.      */
  2153.     protected function getTokenProcessorService()
  2154.     {
  2155.         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()));
  2156.     }
  2157.     /**
  2158.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2159.      *
  2160.      * @return \Eccube\Repository\AuthorityRoleRepository
  2161.      */
  2162.     protected function getAuthorityRoleRepositoryService()
  2163.     {
  2164.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2165.     }
  2166.     /**
  2167.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2168.      *
  2169.      * @return \Eccube\Repository\BaseInfoRepository
  2170.      */
  2171.     protected function getBaseInfoRepositoryService()
  2172.     {
  2173.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2174.     }
  2175.     /**
  2176.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2177.      *
  2178.      * @return \Eccube\Repository\BlockPositionRepository
  2179.      */
  2180.     protected function getBlockPositionRepositoryService()
  2181.     {
  2182.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2183.     }
  2184.     /**
  2185.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2186.      *
  2187.      * @return \Eccube\Repository\BlockRepository
  2188.      */
  2189.     protected function getBlockRepositoryService()
  2190.     {
  2191.         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))));
  2192.     }
  2193.     /**
  2194.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2195.      *
  2196.      * @return \Eccube\Repository\CartRepository
  2197.      */
  2198.     protected function getCartRepositoryService()
  2199.     {
  2200.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2201.     }
  2202.     /**
  2203.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2204.      *
  2205.      * @return \Eccube\Repository\LayoutRepository
  2206.      */
  2207.     protected function getLayoutRepositoryService()
  2208.     {
  2209.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2210.     }
  2211.     /**
  2212.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2213.      *
  2214.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2215.      */
  2216.     protected function getDeviceTypeRepositoryService()
  2217.     {
  2218.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2219.     }
  2220.     /**
  2221.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2222.      *
  2223.      * @return \Eccube\Repository\OrderRepository
  2224.      */
  2225.     protected function getOrderRepositoryService()
  2226.     {
  2227.         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())));
  2228.     }
  2229.     /**
  2230.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2231.      *
  2232.      * @return \Eccube\Repository\PageLayoutRepository
  2233.      */
  2234.     protected function getPageLayoutRepositoryService()
  2235.     {
  2236.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2237.     }
  2238.     /**
  2239.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2240.      *
  2241.      * @return \Eccube\Repository\PageRepository
  2242.      */
  2243.     protected function getPageRepositoryService()
  2244.     {
  2245.         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);
  2246.     }
  2247.     /**
  2248.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2249.      *
  2250.      * @return \Eccube\Repository\ProductClassRepository
  2251.      */
  2252.     protected function getProductClassRepositoryService()
  2253.     {
  2254.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2255.     }
  2256.     /**
  2257.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2258.      *
  2259.      * @return \Eccube\Repository\ProductRepository
  2260.      */
  2261.     protected function getProductRepositoryService()
  2262.     {
  2263.         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))));
  2264.     }
  2265.     /**
  2266.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2267.      *
  2268.      * @return \Eccube\Repository\TaxRuleRepository
  2269.      */
  2270.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2271.     {
  2272.         if ($lazyLoad) {
  2273.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2274.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2275.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2276.                     $proxy->setProxyInitializer(null);
  2277.                     return true;
  2278.                 });
  2279.             });
  2280.         }
  2281.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2282.         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))));
  2283.     }
  2284.     /**
  2285.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2286.      *
  2287.      * @return \Eccube\Request\Context
  2288.      */
  2289.     protected function getContextService()
  2290.     {
  2291.         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()));
  2292.     }
  2293.     /**
  2294.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2295.      *
  2296.      * @return \Eccube\Service\CartService
  2297.      */
  2298.     protected function getCartServiceService($lazyLoad true)
  2299.     {
  2300.         if ($lazyLoad) {
  2301.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2302.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2303.                     $wrappedInstance $this->getCartServiceService(false);
  2304.                     $proxy->setProxyInitializer(null);
  2305.                     return true;
  2306.                 });
  2307.             });
  2308.         }
  2309.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2310.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  2311.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  2312.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  2313.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  2314.         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()));
  2315.     }
  2316.     /**
  2317.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2318.      *
  2319.      * @return \Eccube\Service\TwoFactorAuthService
  2320.      */
  2321.     protected function getTwoFactorAuthServiceService()
  2322.     {
  2323.         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())));
  2324.     }
  2325.     /**
  2326.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2327.      *
  2328.      * @return \Eccube\Twig\Extension\EccubeExtension
  2329.      */
  2330.     protected function getEccubeExtensionService()
  2331.     {
  2332.         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()));
  2333.     }
  2334.     /**
  2335.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2336.      *
  2337.      * @return \Eccube\Twig\Extension\TaxExtension
  2338.      */
  2339.     protected function getTaxExtensionService()
  2340.     {
  2341.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2342.         if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  2343.             return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  2344.         }
  2345.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  2346.     }
  2347.     /**
  2348.      * Gets the private 'Plugin\RefineCheckItem42\Event' shared autowired service.
  2349.      *
  2350.      * @return \Plugin\RefineCheckItem42\Event
  2351.      */
  2352.     protected function getEventService()
  2353.     {
  2354.         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()));
  2355.     }
  2356.     /**
  2357.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2358.      *
  2359.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2360.      */
  2361.     protected function getWebProcessorService()
  2362.     {
  2363.         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']);
  2364.     }
  2365.     /**
  2366.      * Gets the private 'annotations.cache_adapter' shared service.
  2367.      *
  2368.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2369.      */
  2370.     protected function getAnnotations_CacheAdapterService()
  2371.     {
  2372.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2373.     }
  2374.     /**
  2375.      * Gets the private 'annotations.cached_reader' shared service.
  2376.      *
  2377.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2378.      */
  2379.     protected function getAnnotations_CachedReaderService()
  2380.     {
  2381.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2382.     }
  2383.     /**
  2384.      * Gets the private 'annotations.reader' shared service.
  2385.      *
  2386.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2387.      */
  2388.     protected function getAnnotations_ReaderService()
  2389.     {
  2390.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2391.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2392.         $a->registerUniqueLoader('class_exists');
  2393.         $instance->addGlobalIgnoredName('required'$a);
  2394.         return $instance;
  2395.     }
  2396.     /**
  2397.      * Gets the private 'assets.context' shared service.
  2398.      *
  2399.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2400.      */
  2401.     protected function getAssets_ContextService()
  2402.     {
  2403.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2404.         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());
  2405.     }
  2406.     /**
  2407.      * Gets the private 'cache.annotations' shared service.
  2408.      *
  2409.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2410.      */
  2411.     protected function getCache_AnnotationsService()
  2412.     {
  2413.         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())));
  2414.     }
  2415.     /**
  2416.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2417.      *
  2418.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2419.      */
  2420.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2421.     {
  2422.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2423.     }
  2424.     /**
  2425.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2426.      *
  2427.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2428.      */
  2429.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2430.     {
  2431.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2432.     }
  2433.     /**
  2434.      * Gets the private 'cache.property_info' shared service.
  2435.      *
  2436.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2437.      */
  2438.     protected function getCache_PropertyInfoService()
  2439.     {
  2440.         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())));
  2441.     }
  2442.     /**
  2443.      * Gets the private 'cache.security_expression_language' shared service.
  2444.      *
  2445.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2446.      */
  2447.     protected function getCache_SecurityExpressionLanguageService()
  2448.     {
  2449.         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())));
  2450.     }
  2451.     /**
  2452.      * Gets the private 'cache.security_token_verifier' shared service.
  2453.      *
  2454.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2455.      */
  2456.     protected function getCache_SecurityTokenVerifierService()
  2457.     {
  2458.         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())));
  2459.     }
  2460.     /**
  2461.      * Gets the private 'cache.serializer' shared service.
  2462.      *
  2463.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2464.      */
  2465.     protected function getCache_SerializerService()
  2466.     {
  2467.         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())));
  2468.     }
  2469.     /**
  2470.      * Gets the private 'cache.validator' shared service.
  2471.      *
  2472.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2473.      */
  2474.     protected function getCache_ValidatorService()
  2475.     {
  2476.         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())));
  2477.     }
  2478.     /**
  2479.      * Gets the private 'config_cache_factory' shared service.
  2480.      *
  2481.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2482.      */
  2483.     protected function getConfigCacheFactoryService()
  2484.     {
  2485.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2486.             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)));
  2487.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2488.         }, 2));
  2489.     }
  2490.     /**
  2491.      * Gets the private 'data_collector.form' shared service.
  2492.      *
  2493.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2494.      */
  2495.     protected function getDataCollector_FormService()
  2496.     {
  2497.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2498.     }
  2499.     /**
  2500.      * Gets the private 'data_collector.request' shared service.
  2501.      *
  2502.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2503.      */
  2504.     protected function getDataCollector_RequestService()
  2505.     {
  2506.         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())));
  2507.     }
  2508.     /**
  2509.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2510.      *
  2511.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2512.      */
  2513.     protected function getDebug_DebugHandlersListenerService()
  2514.     {
  2515.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2516.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2517.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2518.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2519.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2520.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2521.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2522.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2523.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2524.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2525.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2526.     }
  2527.     /**
  2528.      * Gets the private 'debug.file_link_formatter' shared service.
  2529.      *
  2530.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2531.      */
  2532.     protected function getDebug_FileLinkFormatterService()
  2533.     {
  2534.         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 () {
  2535.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2536.         });
  2537.     }
  2538.     /**
  2539.      * Gets the private 'debug.log_processor' shared service.
  2540.      *
  2541.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2542.      */
  2543.     protected function getDebug_LogProcessorService()
  2544.     {
  2545.         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())));
  2546.     }
  2547.     /**
  2548.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2549.      *
  2550.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2551.      */
  2552.     protected function getDebug_Security_Access_DecisionManagerService()
  2553.     {
  2554.         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 () {
  2555.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2556.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2557.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2558.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  2559.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  2560.     }
  2561.     /**
  2562.      * Gets the private 'debug.security.firewall' shared service.
  2563.      *
  2564.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2565.      */
  2566.     protected function getDebug_Security_FirewallService()
  2567.     {
  2568.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2569.         if (isset($this->privates['debug.security.firewall'])) {
  2570.             return $this->privates['debug.security.firewall'];
  2571.         }
  2572.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2573.         if (isset($this->privates['debug.security.firewall'])) {
  2574.             return $this->privates['debug.security.firewall'];
  2575.         }
  2576.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2577.     }
  2578.     /**
  2579.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2580.      *
  2581.      * @return \Doctrine\Migrations\DependencyFactory
  2582.      */
  2583.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2584.     {
  2585.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2586.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  2587.         $a->setAllOrNothing(false);
  2588.         $a->setCheckDatabasePlatform(true);
  2589.         $a->setTransactional(true);
  2590.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2591.         $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()));
  2592.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2593.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2594.         });
  2595.         return $instance;
  2596.     }
  2597.     /**
  2598.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2599.      *
  2600.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2601.      */
  2602.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2603.     {
  2604.         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')]);
  2605.     }
  2606.     /**
  2607.      * Gets the private 'eccube.collector.core' shared autowired service.
  2608.      *
  2609.      * @return \Eccube\DataCollector\EccubeDataCollector
  2610.      */
  2611.     protected function getEccube_Collector_CoreService()
  2612.     {
  2613.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2614.     }
  2615.     /**
  2616.      * Gets the private 'esi_listener' shared service.
  2617.      *
  2618.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2619.      */
  2620.     protected function getEsiListenerService()
  2621.     {
  2622.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2623.     }
  2624.     /**
  2625.      * Gets the private 'exception_listener' shared service.
  2626.      *
  2627.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2628.      */
  2629.     protected function getExceptionListenerService()
  2630.     {
  2631.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2632.     }
  2633.     /**
  2634.      * Gets the private 'fragment.listener' shared service.
  2635.      *
  2636.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2637.      */
  2638.     protected function getFragment_ListenerService()
  2639.     {
  2640.         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');
  2641.     }
  2642.     /**
  2643.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2644.      *
  2645.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2646.      */
  2647.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2648.     {
  2649.         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())));
  2650.     }
  2651.     /**
  2652.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2653.      *
  2654.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2655.      */
  2656.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2657.     {
  2658.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2659.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2660.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2661.         }
  2662.         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);
  2663.     }
  2664.     /**
  2665.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2666.      *
  2667.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2668.      */
  2669.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2670.     {
  2671.         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]);
  2672.     }
  2673.     /**
  2674.      * Gets the private 'locale_aware_listener' shared service.
  2675.      *
  2676.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2677.      */
  2678.     protected function getLocaleAwareListenerService()
  2679.     {
  2680.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2681.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  2682.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2683.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2684.     }
  2685.     /**
  2686.      * Gets the private 'locale_listener' shared service.
  2687.      *
  2688.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2689.      */
  2690.     protected function getLocaleListenerService()
  2691.     {
  2692.         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, []);
  2693.     }
  2694.     /**
  2695.      * Gets the private 'monolog.handler.buffered' shared service.
  2696.      *
  2697.      * @return \Monolog\Handler\BufferHandler
  2698.      */
  2699.     protected function getMonolog_Handler_BufferedService()
  2700.     {
  2701.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  2702.     }
  2703.     /**
  2704.      * Gets the private 'monolog.handler.console' shared service.
  2705.      *
  2706.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2707.      */
  2708.     protected function getMonolog_Handler_ConsoleService()
  2709.     {
  2710.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2711.     }
  2712.     /**
  2713.      * Gets the private 'monolog.logger' shared service.
  2714.      *
  2715.      * @return \Symfony\Bridge\Monolog\Logger
  2716.      */
  2717.     protected function getMonolog_LoggerService()
  2718.     {
  2719.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2720.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2721.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2722.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2723.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2724.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2725.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2726.         $instance->useMicrosecondTimestamps(true);
  2727.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2728.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2729.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2730.         return $instance;
  2731.     }
  2732.     /**
  2733.      * Gets the private 'monolog.logger.cache' shared service.
  2734.      *
  2735.      * @return \Symfony\Bridge\Monolog\Logger
  2736.      */
  2737.     protected function getMonolog_Logger_CacheService()
  2738.     {
  2739.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2740.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2741.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2742.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2743.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2744.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2745.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2746.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2747.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2748.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2749.         return $instance;
  2750.     }
  2751.     /**
  2752.      * Gets the private 'monolog.logger.request' shared service.
  2753.      *
  2754.      * @return \Symfony\Bridge\Monolog\Logger
  2755.      */
  2756.     protected function getMonolog_Logger_RequestService()
  2757.     {
  2758.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2759.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2760.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2761.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2762.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2763.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2764.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2765.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2766.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2767.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2768.         return $instance;
  2769.     }
  2770.     /**
  2771.      * Gets the private 'monolog.logger.security' shared service.
  2772.      *
  2773.      * @return \Symfony\Bridge\Monolog\Logger
  2774.      */
  2775.     protected function getMonolog_Logger_SecurityService()
  2776.     {
  2777.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2778.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2779.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2780.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2781.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2782.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2783.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2784.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2785.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2786.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2787.         return $instance;
  2788.     }
  2789.     /**
  2790.      * Gets the private 'parameter_bag' shared service.
  2791.      *
  2792.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2793.      */
  2794.     protected function getParameterBagService()
  2795.     {
  2796.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2797.     }
  2798.     /**
  2799.      * Gets the private 'profiler_listener' shared service.
  2800.      *
  2801.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2802.      */
  2803.     protected function getProfilerListenerService()
  2804.     {
  2805.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2806.         if (isset($this->privates['profiler_listener'])) {
  2807.             return $this->privates['profiler_listener'];
  2808.         }
  2809.         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);
  2810.     }
  2811.     /**
  2812.      * Gets the private 'property_info' shared service.
  2813.      *
  2814.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2815.      */
  2816.     protected function getPropertyInfoService()
  2817.     {
  2818.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2819.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2820.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2821.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2822.         }, 3), new RewindableGenerator(function () {
  2823.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2824.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2825.         }, 2), new RewindableGenerator(function () {
  2826.             return new \EmptyIterator();
  2827.         }, 0), new RewindableGenerator(function () {
  2828.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2829.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2830.         }, 2), new RewindableGenerator(function () {
  2831.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2832.         }, 1));
  2833.     }
  2834.     /**
  2835.      * Gets the private 'rate_limiter.cache' shared service.
  2836.      *
  2837.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2838.      */
  2839.     protected function getRateLimiter_CacheService()
  2840.     {
  2841.         $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))));
  2842.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2843.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2844.     }
  2845.     /**
  2846.      * Gets the private 'router.expression_language_provider' shared service.
  2847.      *
  2848.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2849.      */
  2850.     protected function getRouter_ExpressionLanguageProviderService()
  2851.     {
  2852.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2853.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2854.         ], [
  2855.             'env' => 'Closure',
  2856.         ]));
  2857.     }
  2858.     /**
  2859.      * Gets the private 'router.request_context' shared service.
  2860.      *
  2861.      * @return \Symfony\Component\Routing\RequestContext
  2862.      */
  2863.     protected function getRouter_RequestContextService()
  2864.     {
  2865.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2866.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2867.         return $instance;
  2868.     }
  2869.     /**
  2870.      * Gets the private 'router_listener' shared service.
  2871.      *
  2872.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2873.      */
  2874.     protected function getRouterListenerService()
  2875.     {
  2876.         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);
  2877.     }
  2878.     /**
  2879.      * Gets the private 'security.context_listener.0' shared service.
  2880.      *
  2881.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2882.      */
  2883.     protected function getSecurity_ContextListener_0Service()
  2884.     {
  2885.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  2886.         if (isset($this->privates['security.context_listener.0'])) {
  2887.             return $this->privates['security.context_listener.0'];
  2888.         }
  2889.         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 () {
  2890.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  2891.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  2892.         }, 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']);
  2893.     }
  2894.     /**
  2895.      * Gets the private 'security.context_listener.1' shared service.
  2896.      *
  2897.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2898.      */
  2899.     protected function getSecurity_ContextListener_1Service()
  2900.     {
  2901.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  2902.         if (isset($this->privates['security.context_listener.1'])) {
  2903.             return $this->privates['security.context_listener.1'];
  2904.         }
  2905.         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 () {
  2906.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  2907.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  2908.         }, 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']);
  2909.     }
  2910.     /**
  2911.      * Gets the private 'security.csrf.token_storage' shared service.
  2912.      *
  2913.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2914.      */
  2915.     protected function getSecurity_Csrf_TokenStorageService()
  2916.     {
  2917.         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())));
  2918.     }
  2919.     /**
  2920.      * Gets the private 'security.event_dispatcher.admin' shared service.
  2921.      *
  2922.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2923.      */
  2924.     protected function getSecurity_EventDispatcher_AdminService()
  2925.     {
  2926.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2927.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2928.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  2929.         }, => 'checkPassport'], 2048);
  2930.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2931.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  2932.         }, => 'onSuccessfulLogin'], 0);
  2933.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2934.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  2935.         }, => 'onLogout'], 0);
  2936.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2937.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2938.         }, => 'onLogout'], 0);
  2939.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2940.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  2941.         }, => 'checkPassport'], 2080);
  2942.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2943.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  2944.         }, => 'onSuccessfulLogin'], 0);
  2945.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2946.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2947.         }, => 'preCheckCredentials'], 256);
  2948.         $instance->addListener('security.authentication.success', [=> function () {
  2949.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2950.         }, => 'postCheckCredentials'], 256);
  2951.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2952.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2953.         }, => 'checkPassport'], 1024);
  2954.         $instance->addListener('security.interactive_login', [=> function () {
  2955.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  2956.         }, => 'onInteractiveLogin'], 0);
  2957.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2958.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  2959.         }, => 'onAuthenticationFailure'], 0);
  2960.         $instance->addListener('security.interactive_login', [=> function () {
  2961.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  2962.         }, => 'onInteractiveLogin'], 0);
  2963.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2964.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2965.         }, => 'checkPassport'], 0);
  2966.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2967.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2968.         }, => 'onLoginSuccess'], 0);
  2969.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2970.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2971.         }, => 'checkPassport'], 512);
  2972.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2973.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2974.         }, => 'onLogout'], 0);
  2975.         return $instance;
  2976.     }
  2977.     /**
  2978.      * Gets the private 'security.event_dispatcher.customer' shared service.
  2979.      *
  2980.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2981.      */
  2982.     protected function getSecurity_EventDispatcher_CustomerService()
  2983.     {
  2984.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2985.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2986.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  2987.         }, => 'checkPassport'], 2048);
  2988.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2989.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  2990.         }, => 'onSuccessfulLogin'], 0);
  2991.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2992.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  2993.         }, => 'onLogout'], 64);
  2994.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2995.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2996.         }, => 'onLogout'], 0);
  2997.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2998.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  2999.         }, => 'checkPassport'], 2080);
  3000.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3001.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3002.         }, => 'onSuccessfulLogin'], 0);
  3003.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3004.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3005.         }, => 'onSuccessfulLogin'], -32);
  3006.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3007.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3008.         }, => 'onSuccessfulLogin'], -64);
  3009.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3010.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3011.         }, => 'clearCookie'], 0);
  3012.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3013.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3014.         }, => 'clearCookie'], 0);
  3015.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3016.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3017.         }, => 'clearCookie'], 0);
  3018.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3019.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3020.         }, => 'preCheckCredentials'], 256);
  3021.         $instance->addListener('security.authentication.success', [=> function () {
  3022.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3023.         }, => 'postCheckCredentials'], 256);
  3024.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3025.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3026.         }, => 'checkPassport'], 1024);
  3027.         $instance->addListener('security.interactive_login', [=> function () {
  3028.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3029.         }, => 'onInteractiveLogin'], 0);
  3030.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3031.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3032.         }, => 'onAuthenticationFailure'], 0);
  3033.         $instance->addListener('security.interactive_login', [=> function () {
  3034.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3035.         }, => 'onInteractiveLogin'], 0);
  3036.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3037.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3038.         }, => 'checkPassport'], 0);
  3039.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3040.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3041.         }, => 'onLoginSuccess'], 0);
  3042.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3043.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3044.         }, => 'checkPassport'], 512);
  3045.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3046.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3047.         }, => 'onLogout'], 0);
  3048.         return $instance;
  3049.     }
  3050.     /**
  3051.      * Gets the private 'security.firewall.map' shared service.
  3052.      *
  3053.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3054.      */
  3055.     protected function getSecurity_Firewall_MapService()
  3056.     {
  3057.         $a = ($this->privates['.service_locator.HDnBBSZ'] ?? $this->get_ServiceLocator_HDnBBSZService());
  3058.         if (isset($this->privates['security.firewall.map'])) {
  3059.             return $this->privates['security.firewall.map'];
  3060.         }
  3061.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3062.             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)/')));
  3063.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.__a0lTf'] ?? ($this->privates['.security.request_matcher.__a0lTf'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3064.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3065.         }, 3));
  3066.     }
  3067.     /**
  3068.      * Gets the private 'security.logout_url_generator' shared service.
  3069.      *
  3070.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3071.      */
  3072.     protected function getSecurity_LogoutUrlGeneratorService()
  3073.     {
  3074.         $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()));
  3075.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3076.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3077.         return $instance;
  3078.     }
  3079.     /**
  3080.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3081.      *
  3082.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3083.      */
  3084.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3085.     {
  3086.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3087.     }
  3088.     /**
  3089.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3090.      *
  3091.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3092.      */
  3093.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3094.     {
  3095.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3096.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3097.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3098.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3099.     }
  3100.     /**
  3101.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3102.      *
  3103.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3104.      */
  3105.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3106.     {
  3107.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3108.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3109.             return $this->privates['sensio_framework_extra.security.listener'];
  3110.         }
  3111.         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()));
  3112.     }
  3113.     /**
  3114.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3115.      *
  3116.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3117.      */
  3118.     protected function getSensioFrameworkExtra_View_ListenerService()
  3119.     {
  3120.         $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))));
  3121.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3122.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3123.         ], [
  3124.             'twig' => '?',
  3125.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3126.         return $instance;
  3127.     }
  3128.     /**
  3129.      * Gets the private 'session.factory' shared service.
  3130.      *
  3131.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3132.      */
  3133.     protected function getSession_FactoryService()
  3134.     {
  3135.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3136.         if (isset($this->privates['session.factory'])) {
  3137.             return $this->privates['session.factory'];
  3138.         }
  3139.         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']);
  3140.     }
  3141.     /**
  3142.      * Gets the private 'session_listener' shared service.
  3143.      *
  3144.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3145.      */
  3146.     protected function getSessionListenerService()
  3147.     {
  3148.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3149.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3150.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3151.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3152.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3153.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3154.         ], [
  3155.             'initialized_session' => '?',
  3156.             'logger' => '?',
  3157.             'session' => '?',
  3158.             'session_collector' => '?',
  3159.             'session_factory' => '?',
  3160.         ]), true$this->getParameter('session.storage.options'));
  3161.     }
  3162.     /**
  3163.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3164.      *
  3165.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3166.      */
  3167.     protected function getStateMachine_Order_MetadataStoreService()
  3168.     {
  3169.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3170.     }
  3171.     /**
  3172.      * Gets the private 'translator.default' shared service.
  3173.      *
  3174.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3175.      */
  3176.     protected function getTranslator_DefaultService()
  3177.     {
  3178.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3179.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3180.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3181.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3182.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3183.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3184.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3185.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3186.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3187.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3188.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3189.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3190.         ], [
  3191.             'translation.loader.csv' => '?',
  3192.             'translation.loader.dat' => '?',
  3193.             'translation.loader.ini' => '?',
  3194.             'translation.loader.json' => '?',
  3195.             'translation.loader.mo' => '?',
  3196.             'translation.loader.php' => '?',
  3197.             'translation.loader.po' => '?',
  3198.             'translation.loader.qt' => '?',
  3199.             'translation.loader.res' => '?',
  3200.             'translation.loader.xliff' => '?',
  3201.             'translation.loader.yml' => '?',
  3202.         ]), 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/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'), => (\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/locale/validators.ja.yaml'), 10 => (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/locale/messages.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/locale/validators.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/locale/messages.ja.yaml'), 13 => (\dirname(__DIR__4).'/app/Plugin/DeliveryPlus42/Resource/locale/messages.ja.yaml'), 14 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 15 => (\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/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'), => (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/locale'), 10 => (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/locale'), 11 => (\dirname(__DIR__4).'/app/Plugin/DeliveryPlus42/Resource/locale'), 12 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 13 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 14 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 27 => (\dirname(__DIR__4).'/src/Eccube/translations'), 28 => (\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/SalesReport42/Resource/locale'=> 'app/Plugin/RelatedProduct42/Resource/locale'=> 'app/Plugin/ProductReview42/Resource/locale'=> 'app/Plugin/RefineCheckItem42/Resource/locale'=> 'app/Plugin/VeriTrans4G2/Resource/locale'10 => 'app/Plugin/ExpressLink42/Resource/locale'11 => 'app/Plugin/DeliveryPlus42/Resource/locale'12 => 'src/Eccube/Resource/locale/'13 => 'app/Customize/Resource/locale/'14 => 'vendor/symfony/framework-bundle/translations'15 => 'vendor/symfony/security-bundle/translations'16 => 'vendor/doctrine/doctrine-bundle/translations'17 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'18 => 'vendor/sensio/framework-extra-bundle/src/translations'19 => 'vendor/symfony/monolog-bundle/translations'20 => 'vendor/symfony/twig-bundle/translations'21 => 'vendor/symfony/debug-bundle/translations'22 => 'vendor/symfony/web-profiler-bundle/translations'23 => 'vendor/symfony/maker-bundle/src/translations'24 => 'vendor/exercise/htmlpurifier-bundle/src/translations'25 => 'vendor/doctrine/doctrine-migrations-bundle/translations'26 => 'vendor/twig/extra-bundle/translations'27 => 'src/Eccube/translations'28 => 'translations']]], []);
  3203.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3204.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3205.         return $instance;
  3206.     }
  3207.     /**
  3208.      * Gets the private 'validator.builder' shared service.
  3209.      *
  3210.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3211.      */
  3212.     protected function getValidator_BuilderService()
  3213.     {
  3214.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3215.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3216.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3217.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3218.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3219.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsRecaptchaValidator' => ['privates''Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsRecaptchaValidator''getContainsRecaptchaValidatorService'true],
  3220.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsUsedMailFlgValidator' => ['privates''Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsUsedMailFlgValidator''getContainsUsedMailFlgValidatorService'true],
  3221.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsVeritransIdPrefixValidator' => ['privates''Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsVeritransIdPrefixValidator''getContainsVeritransIdPrefixValidatorService'true],
  3222.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3223.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3224.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3225.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3226.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3227.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3228.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3229.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3230.         ], [
  3231.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3232.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3233.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsRecaptchaValidator' => '?',
  3234.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsUsedMailFlgValidator' => '?',
  3235.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsVeritransIdPrefixValidator' => '?',
  3236.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3237.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3238.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3239.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3240.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3241.             'doctrine.orm.validator.unique' => '?',
  3242.             'security.validator.user_password' => '?',
  3243.             'validator.expression' => '?',
  3244.         ])));
  3245.         if ($this->has('translator')) {
  3246.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3247.         }
  3248.         $instance->setTranslationDomain('validators');
  3249.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3250.         $instance->enableAnnotationMapping(true);
  3251.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3252.         $instance->addMethodMapping('loadValidatorMetadata');
  3253.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3254.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3255.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3256.         return $instance;
  3257.     }
  3258.     /**
  3259.      * Gets the private 'var_dumper.html_dumper' shared service.
  3260.      *
  3261.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3262.      */
  3263.     protected function getVarDumper_HtmlDumperService()
  3264.     {
  3265.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3266.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3267.         return $instance;
  3268.     }
  3269.     /**
  3270.      * Gets the private 'web_profiler.csp.handler' shared service.
  3271.      *
  3272.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3273.      */
  3274.     protected function getWebProfiler_Csp_HandlerService()
  3275.     {
  3276.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3277.     }
  3278.     /**
  3279.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3280.      *
  3281.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3282.      */
  3283.     protected function getWebProfiler_DebugToolbarService()
  3284.     {
  3285.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3286.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3287.             return $this->privates['web_profiler.debug_toolbar'];
  3288.         }
  3289.         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()));
  3290.     }
  3291.     /**
  3292.      * Gets the public 'cache_clearer' alias.
  3293.      *
  3294.      * @return object The ".container.private.cache_clearer" service.
  3295.      */
  3296.     protected function getCacheClearerService()
  3297.     {
  3298.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3299.         return $this->get('.container.private.cache_clearer');
  3300.     }
  3301.     /**
  3302.      * Gets the public 'filesystem' alias.
  3303.      *
  3304.      * @return object The ".container.private.filesystem" service.
  3305.      */
  3306.     protected function getFilesystemService()
  3307.     {
  3308.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3309.         return $this->get('.container.private.filesystem');
  3310.     }
  3311.     /**
  3312.      * Gets the public 'state_machine.order' alias.
  3313.      *
  3314.      * @return object The ".container.private.state_machine.order" service.
  3315.      */
  3316.     protected function getStateMachine_OrderService()
  3317.     {
  3318.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3319.         return $this->get('.container.private.state_machine.order');
  3320.     }
  3321.     /**
  3322.      * Gets the public 'serializer' alias.
  3323.      *
  3324.      * @return object The ".container.private.serializer" service.
  3325.      */
  3326.     protected function getSerializerService()
  3327.     {
  3328.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3329.         return $this->get('.container.private.serializer');
  3330.     }
  3331.     /**
  3332.      * Gets the public 'security.csrf.token_manager' alias.
  3333.      *
  3334.      * @return object The ".container.private.security.csrf.token_manager" service.
  3335.      */
  3336.     protected function getSecurity_Csrf_TokenManagerService()
  3337.     {
  3338.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3339.         return $this->get('.container.private.security.csrf.token_manager');
  3340.     }
  3341.     /**
  3342.      * Gets the public 'form.factory' alias.
  3343.      *
  3344.      * @return object The ".container.private.form.factory" service.
  3345.      */
  3346.     protected function getForm_FactoryService()
  3347.     {
  3348.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3349.         return $this->get('.container.private.form.factory');
  3350.     }
  3351.     /**
  3352.      * Gets the public 'form.type.file' alias.
  3353.      *
  3354.      * @return object The ".container.private.form.type.file" service.
  3355.      */
  3356.     protected function getForm_Type_FileService()
  3357.     {
  3358.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3359.         return $this->get('.container.private.form.type.file');
  3360.     }
  3361.     /**
  3362.      * Gets the public 'profiler' alias.
  3363.      *
  3364.      * @return object The ".container.private.profiler" service.
  3365.      */
  3366.     protected function getProfilerService()
  3367.     {
  3368.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3369.         return $this->get('.container.private.profiler');
  3370.     }
  3371.     /**
  3372.      * Gets the public 'security.authorization_checker' alias.
  3373.      *
  3374.      * @return object The ".container.private.security.authorization_checker" service.
  3375.      */
  3376.     protected function getSecurity_AuthorizationCheckerService()
  3377.     {
  3378.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3379.         return $this->get('.container.private.security.authorization_checker');
  3380.     }
  3381.     /**
  3382.      * Gets the public 'security.token_storage' alias.
  3383.      *
  3384.      * @return object The ".container.private.security.token_storage" service.
  3385.      */
  3386.     protected function getSecurity_TokenStorageService()
  3387.     {
  3388.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3389.         return $this->get('.container.private.security.token_storage');
  3390.     }
  3391.     /**
  3392.      * Gets the public 'twig' alias.
  3393.      *
  3394.      * @return object The ".container.private.twig" service.
  3395.      */
  3396.     protected function getTwigService()
  3397.     {
  3398.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3399.         return $this->get('.container.private.twig');
  3400.     }
  3401.     /**
  3402.      * Gets the public 'security.password_encoder' alias.
  3403.      *
  3404.      * @return object The ".container.private.security.password_encoder" service.
  3405.      */
  3406.     protected function getSecurity_PasswordEncoderService()
  3407.     {
  3408.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3409.         return $this->get('.container.private.security.password_encoder');
  3410.     }
  3411.     /**
  3412.      * Gets the public 'session' alias.
  3413.      *
  3414.      * @return object The ".container.private.session" service.
  3415.      */
  3416.     protected function getSessionService()
  3417.     {
  3418.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3419.         return $this->get('.container.private.session');
  3420.     }
  3421.     /**
  3422.      * Gets the public 'validator' alias.
  3423.      *
  3424.      * @return object The ".container.private.validator" service.
  3425.      */
  3426.     protected function getValidatorService()
  3427.     {
  3428.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3429.         return $this->get('.container.private.validator');
  3430.     }
  3431.     /**
  3432.      * @return array|bool|float|int|string|\UnitEnum|null
  3433.      */
  3434.     public function getParameter(string $name)
  3435.     {
  3436.         if (isset($this->buildParameters[$name])) {
  3437.             return $this->buildParameters[$name];
  3438.         }
  3439.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3440.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3441.         }
  3442.         if (isset($this->loadedDynamicParameters[$name])) {
  3443.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3444.         }
  3445.         return $this->parameters[$name];
  3446.     }
  3447.     public function hasParameter(string $name): bool
  3448.     {
  3449.         if (isset($this->buildParameters[$name])) {
  3450.             return true;
  3451.         }
  3452.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3453.     }
  3454.     public function setParameter(string $name$value): void
  3455.     {
  3456.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3457.     }
  3458.     public function getParameterBag(): ParameterBagInterface
  3459.     {
  3460.         if (null === $this->parameterBag) {
  3461.             $parameters $this->parameters;
  3462.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3463.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3464.             }
  3465.             foreach ($this->buildParameters as $name => $value) {
  3466.                 $parameters[$name] = $value;
  3467.             }
  3468.             $this->parameterBag = new FrozenParameterBag($parameters);
  3469.         }
  3470.         return $this->parameterBag;
  3471.     }
  3472.     private $loadedDynamicParameters = [
  3473.         'kernel.runtime_environment' => false,
  3474.         'kernel.build_dir' => false,
  3475.         'kernel.cache_dir' => false,
  3476.         'locale' => false,
  3477.         'timezone' => false,
  3478.         'currency' => false,
  3479.         'eccube_database_url' => false,
  3480.         'eccube_mailer_dsn' => false,
  3481.         'eccube_admin_route' => false,
  3482.         'eccube_user_data_route' => false,
  3483.         'eccube_front_allow_hosts' => false,
  3484.         'eccube_front_deny_hosts' => false,
  3485.         'eccube_admin_allow_hosts' => false,
  3486.         'eccube_admin_deny_hosts' => false,
  3487.         'eccube_force_ssl' => false,
  3488.         'eccube.theme' => false,
  3489.         'eccube_theme_code' => false,
  3490.         'eccube_auth_magic' => false,
  3491.         'eccube_theme_front_dir' => false,
  3492.         'eccube_html_front_dir' => false,
  3493.         'eccube_csv_temp_realdir' => false,
  3494.         'eccube_owners_store_url' => false,
  3495.         'eccube_package_api_url' => false,
  3496.         'eccube_content_maintenance_file_path' => false,
  3497.         'eccube_2fa_enabled' => false,
  3498.         'eccube_2fa_cookie_name' => false,
  3499.         'eccube_2fa_expire' => false,
  3500.         'eccube_restrict_file_upload' => false,
  3501.         'kernel.secret' => false,
  3502.         'kernel.default_locale' => false,
  3503.         'debug.container.dump' => false,
  3504.         'serializer.mapping.cache.file' => false,
  3505.         'session.storage.options' => false,
  3506.         'validator.mapping.cache.file' => false,
  3507.         'profiler.storage.dsn' => false,
  3508.         'doctrine.orm.proxy_dir' => false,
  3509.     ];
  3510.     private $dynamicParameters = [];
  3511.     private function getDynamicParameter(string $name)
  3512.     {
  3513.         switch ($name) {
  3514.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3515.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3516.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3517.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3518.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  3519.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  3520.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  3521.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  3522.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3523.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3524.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  3525.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  3526.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3527.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3528.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3529.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3530.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3531.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3532.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3533.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3534.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  3535.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3536.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3537.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3538.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3539.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3540.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3541.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  3542.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3543.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3544.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  3545.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3546.             case 'session.storage.options'$value = [
  3547.                 'cache_limiter' => '0',
  3548.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3549.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3550.                 'cookie_httponly' => true,
  3551.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  3552.                 'gc_probability' => 1,
  3553.             ]; break;
  3554.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3555.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3556.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3557.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3558.         }
  3559.         $this->loadedDynamicParameters[$name] = true;
  3560.         return $this->dynamicParameters[$name] = $value;
  3561.     }
  3562.     protected function getDefaultParameters(): array
  3563.     {
  3564.         return [
  3565.             'kernel.project_dir' => \dirname(__DIR__4),
  3566.             'kernel.environment' => 'dev',
  3567.             'kernel.debug' => true,
  3568.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3569.             'kernel.bundles' => [
  3570.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3571.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3572.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3573.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3574.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3575.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3576.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3577.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3578.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3579.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3580.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3581.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3582.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3583.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3584.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  3585.             ],
  3586.             'kernel.bundles_metadata' => [
  3587.                 'FrameworkBundle' => [
  3588.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3589.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3590.                 ],
  3591.                 'SecurityBundle' => [
  3592.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3593.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3594.                 ],
  3595.                 'DoctrineBundle' => [
  3596.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3597.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3598.                 ],
  3599.                 'DoctrineFixturesBundle' => [
  3600.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3601.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3602.                 ],
  3603.                 'SensioFrameworkExtraBundle' => [
  3604.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3605.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3606.                 ],
  3607.                 'MonologBundle' => [
  3608.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3609.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3610.                 ],
  3611.                 'TwigBundle' => [
  3612.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3613.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3614.                 ],
  3615.                 'DebugBundle' => [
  3616.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3617.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3618.                 ],
  3619.                 'WebProfilerBundle' => [
  3620.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3621.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3622.                 ],
  3623.                 'MakerBundle' => [
  3624.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3625.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3626.                 ],
  3627.                 'KnpPaginatorBundle' => [
  3628.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3629.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3630.                 ],
  3631.                 'ExerciseHTMLPurifierBundle' => [
  3632.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  3633.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  3634.                 ],
  3635.                 'DoctrineMigrationsBundle' => [
  3636.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3637.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3638.                 ],
  3639.                 'TwigExtraBundle' => [
  3640.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3641.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3642.                 ],
  3643.                 'EccubeBundle' => [
  3644.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  3645.                     'namespace' => 'Eccube',
  3646.                 ],
  3647.             ],
  3648.             'kernel.charset' => 'UTF-8',
  3649.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  3650.             'container.dumper.inline_class_loader' => true,
  3651.             'env(ECCUBE_LOCALE)' => 'ja',
  3652.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  3653.             'env(ECCUBE_CURRENCY)' => 'JPY',
  3654.             'env(DATABASE_URL)' => '',
  3655.             'env(DATABASE_SERVER_VERSION)' => NULL,
  3656.             'env(DATABASE_CHARSET)' => 'utf8',
  3657.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  3658.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  3659.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  3660.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  3661.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  3662.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  3663.             'env(ECCUBE_FORCE_SSL)' => '0',
  3664.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  3665.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  3666.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  3667.             'env(ECCUBE_COOKIE_PATH)' => '/',
  3668.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  3669.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  3670.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  3671.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  3672.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  3673.             'env(ECCUBE_2FA_ENABLED)' => '1',
  3674.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  3675.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  3676.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  3677.             'eccube_auth_type' => 'HMAC',
  3678.             'eccube_password_hash_algos' => 'SHA256',
  3679.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  3680.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  3681.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  3682.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  3683.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  3684.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  3685.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  3686.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  3687.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  3688.             'eccube_twig_block_templates' => [
  3689.             ],
  3690.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  3691.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  3692.             'eccube_csv_size' => 5,
  3693.             'eccube_csv_split_lines' => 100,
  3694.             'eccube_default_password' => 'abc********123',
  3695.             'eccube_deliv_addr_max' => 20,
  3696.             'eccube_deliv_date_end_max' => 21,
  3697.             'eccube_id_max_len' => 50,
  3698.             'eccube_id_min_len' => 4,
  3699.             'eccube_int_len' => 9,
  3700.             'eccube_category_nest_level' => 5,
  3701.             'eccube_lltext_len' => 99999,
  3702.             'eccube_ltext_len' => 3000,
  3703.             'eccube_max_total_fee' => 9999999999,
  3704.             'eccube_mltext_len' => 1000,
  3705.             'eccube_mtext_len' => 200,
  3706.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  3707.             'plugin_html_urlpath' => '/plugin/',
  3708.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  3709.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  3710.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  3711.             'eccube_price_len' => 8,
  3712.             'eccube_search_pmax' => 12,
  3713.             'eccube_sitemap_products_per_page' => 1000,
  3714.             'eccube_stext_len' => 255,
  3715.             'eccube_sltext_len' => 500,
  3716.             'eccube_smtext_len' => 100,
  3717.             'eccube_tax_rule_priority' => [
  3718.                 => 'product_id',
  3719.                 => 'product_class_id',
  3720.                 => 'pref_id',
  3721.                 => 'country_id',
  3722.             ],
  3723.             'eccube_url_len' => 1024,
  3724.             'eccube_default_page_count' => 50,
  3725.             'eccube_admin_product_stock_status' => 3,
  3726.             'eccube_customer_reset_expire' => 10,
  3727.             'eccube_csv_export_separator' => ',',
  3728.             'eccube_csv_export_encoding' => 'SJIS-win',
  3729.             'eccube_csv_import_encoding' => [
  3730.                 => 'UTF-8',
  3731.                 => 'SJIS-win',
  3732.                 => 'SJIS',
  3733.                 => 'EUC-JP',
  3734.                 => 'ASCII',
  3735.                 => 'JIS',
  3736.             ],
  3737.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  3738.             'eccube_csv_export_multidata_separator' => ',',
  3739.             'eccube_csv_import_delimiter' => ',',
  3740.             'eccube_csv_import_enclosure' => '"',
  3741.             'eccube_csv_import_escape' => '\\',
  3742.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  3743.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  3744.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  3745.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  3746.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  3747.             'eccube_name_len' => 16,
  3748.             'eccube_kana_len' => 25,
  3749.             'eccube_address1_len' => 32,
  3750.             'eccube_address2_len' => 32,
  3751.             'eccube_birth_max' => 110,
  3752.             'eccube_product_order_price_lower' => 1,
  3753.             'eccube_product_order_newer' => 2,
  3754.             'eccube_product_order_price_higher' => 3,
  3755.             'eccube_price_max' => 2147483647,
  3756.             'eccube_tel_len_max' => 14,
  3757.             'eccube_postal_code' => 8,
  3758.             'eccube_password_min_len' => 12,
  3759.             'eccube_password_max_len' => 50,
  3760.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  3761.             'eccube_composer_memory_limit' => '1536M',
  3762.             'eccube_order_mail_template_id' => 1,
  3763.             'eccube_entry_confirm_mail_template_id' => 2,
  3764.             'eccube_entry_complete_mail_template_id' => 3,
  3765.             'eccube_customer_withdraw_mail_template_id' => 4,
  3766.             'eccube_contact_mail_template_id' => 5,
  3767.             'eccube_forgot_mail_template_id' => 6,
  3768.             'eccube_reset_complete_mail_template_id' => 7,
  3769.             'eccube_shipping_notify_mail_template_id' => 8,
  3770.             'eccube_rfc_email_check' => false,
  3771.             'eccube_email_len' => 254,
  3772.             'eccube_order_no_format' => '',
  3773.             'eccube_order_pdf_message_len' => 30,
  3774.             'eccube_news_start_year' => 2000,
  3775.             'eccube_result_cache_lifetime' => 3600,
  3776.             'eccube_result_cache_lifetime_short' => 10,
  3777.             'eccube_restrict_file_upload_urls' => [
  3778.                 => 'admin_content_file',
  3779.                 => 'admin_store_plugin_install',
  3780.                 => 'admin_content_page_new',
  3781.                 => 'admin_content_page_edit',
  3782.                 => 'admin_content_block_new',
  3783.                 => 'admin_content_block_edit',
  3784.                 => 'admin_content_css',
  3785.                 => 'admin_content_js',
  3786.                 => 'admin_store_template_install',
  3787.             ],
  3788.             'eccube_file_uploadable_extensions' => [
  3789.                 => 'jpg',
  3790.                 => 'jpeg',
  3791.                 => 'png',
  3792.                 => 'gif',
  3793.                 => 'webp',
  3794.                 => 'svg',
  3795.                 => 'ico',
  3796.                 => 'html',
  3797.                 => 'htm',
  3798.                 => 'js',
  3799.                 10 => 'css',
  3800.                 11 => 'txt',
  3801.                 12 => 'pdf',
  3802.             ],
  3803.             'eccube_login_throttling_max_attempts' => 5,
  3804.             'eccube_login_throttling_interval' => '30 minutes',
  3805.             'eccube_nav' => [
  3806.                 'product' => [
  3807.                     'name' => 'admin.product.product_management',
  3808.                     'icon' => 'fa-cube',
  3809.                     'children' => [
  3810.                         'product_master' => [
  3811.                             'name' => 'admin.product.product_list',
  3812.                             'url' => 'admin_product',
  3813.                         ],
  3814.                         'product_edit' => [
  3815.                             'name' => 'admin.product.product_registration',
  3816.                             'url' => 'admin_product_product_new',
  3817.                         ],
  3818.                         'class_name' => [
  3819.                             'name' => 'admin.product.class_management',
  3820.                             'url' => 'admin_product_class_name',
  3821.                         ],
  3822.                         'class_category' => [
  3823.                             'name' => 'admin.product.category_management',
  3824.                             'url' => 'admin_product_category',
  3825.                         ],
  3826.                         'product_tag' => [
  3827.                             'name' => 'admin.product.tag_management',
  3828.                             'url' => 'admin_product_tag',
  3829.                         ],
  3830.                         'product_csv_import' => [
  3831.                             'name' => 'admin.product.product_csv_upload',
  3832.                             'url' => 'admin_product_csv_import',
  3833.                         ],
  3834.                         'category_csv_import' => [
  3835.                             'name' => 'admin.product.category_csv_upload',
  3836.                             'url' => 'admin_product_category_csv_import',
  3837.                         ],
  3838.                         'product_review' => [
  3839.                             'name' => 'product_review.admin.product_review.title',
  3840.                             'url' => 'product_review_admin_product_review',
  3841.                         ],
  3842.                         'vt4g_subsc_salestype' => [
  3843.                             'name' => 'vt4g_plugin.admin.menu.product.subsc_salestype',
  3844.                             'url' => 'vt4g_admin_subsc_salestype',
  3845.                         ],
  3846.                     ],
  3847.                 ],
  3848.                 'order' => [
  3849.                     'name' => 'admin.order.order_management',
  3850.                     'icon' => 'fa-shopping-cart',
  3851.                     'children' => [
  3852.                         'order_master' => [
  3853.                             'name' => 'admin.order.order_list',
  3854.                             'url' => 'admin_order',
  3855.                         ],
  3856.                         'order_edit' => [
  3857.                             'name' => 'admin.order.order_registration',
  3858.                             'url' => 'admin_order_new',
  3859.                         ],
  3860.                         'shipping_csv_import' => [
  3861.                             'name' => 'admin.order.shipping_csv_upload',
  3862.                             'url' => 'admin_shipping_csv_import',
  3863.                         ],
  3864.                         'expresslink_import' => [
  3865.                             'id' => 'admin_order_import_expresslink',
  3866.                             'name' => 'expresslink.admin.nav.order.import.expresslink',
  3867.                             'url' => 'admin_order_import_expresslink',
  3868.                         ],
  3869.                         'vt4g_order_csv_upload' => [
  3870.                             'name' => 'vt4g_plugin.admin.menu.order.csv_upload',
  3871.                             'url' => 'vt4g_admin_order_csv_upload',
  3872.                         ],
  3873.                         'vt4g_order_csv_registration' => [
  3874.                             'name' => 'vt4g_plugin.admin.menu.order.csv_registration',
  3875.                             'url' => 'vt4g_admin_order_csv_registration',
  3876.                         ],
  3877.                         'vt4g_order_csv_request' => [
  3878.                             'name' => 'vt4g_plugin.admin.menu.order.csv_request',
  3879.                             'url' => 'vt4g_admin_order_csv_request',
  3880.                         ],
  3881.                         'vt4g_order_csv_result' => [
  3882.                             'name' => 'vt4g_plugin.admin.menu.order.csv_result',
  3883.                             'url' => 'vt4g_admin_order_csv_result',
  3884.                         ],
  3885.                     ],
  3886.                 ],
  3887.                 'customer' => [
  3888.                     'name' => 'admin.customer.customer_management',
  3889.                     'icon' => 'fa-users',
  3890.                     'children' => [
  3891.                         'customer_master' => [
  3892.                             'name' => 'admin.customer.customer_list',
  3893.                             'url' => 'admin_customer',
  3894.                         ],
  3895.                         'customer_edit' => [
  3896.                             'name' => 'admin.customer.customer_registration',
  3897.                             'url' => 'admin_customer_new',
  3898.                         ],
  3899.                         'vt4g_customer_subsc_history' => [
  3900.                             'name' => 'vt4g_plugin.admin.menu.customer.subsc_history',
  3901.                             'url' => 'vt4g_admin_subsc_customer',
  3902.                         ],
  3903.                     ],
  3904.                 ],
  3905.                 'content' => [
  3906.                     'name' => 'admin.content.contents_management',
  3907.                     'icon' => 'fa-file-text-o',
  3908.                     'children' => [
  3909.                         'news' => [
  3910.                             'name' => 'admin.content.news_management',
  3911.                             'url' => 'admin_content_news',
  3912.                         ],
  3913.                         'file' => [
  3914.                             'name' => 'admin.content.file_management',
  3915.                             'url' => 'admin_content_file',
  3916.                         ],
  3917.                         'layout' => [
  3918.                             'name' => 'admin.content.layout_management',
  3919.                             'url' => 'admin_content_layout',
  3920.                         ],
  3921.                         'page' => [
  3922.                             'name' => 'admin.content.page_management',
  3923.                             'url' => 'admin_content_page',
  3924.                         ],
  3925.                         'css' => [
  3926.                             'name' => 'admin.content.css_management',
  3927.                             'url' => 'admin_content_css',
  3928.                         ],
  3929.                         'js' => [
  3930.                             'name' => 'admin.content.js_management',
  3931.                             'url' => 'admin_content_js',
  3932.                         ],
  3933.                         'block' => [
  3934.                             'name' => 'admin.content.block_management',
  3935.                             'url' => 'admin_content_block',
  3936.                         ],
  3937.                         'cache' => [
  3938.                             'name' => 'admin.content.cache_management',
  3939.                             'url' => 'admin_content_cache',
  3940.                         ],
  3941.                         'maintenance' => [
  3942.                             'name' => 'admin.content.maintenance_management',
  3943.                             'url' => 'admin_content_maintenance',
  3944.                         ],
  3945.                         'deliveryplus' => [
  3946.                             'id' => 'admin_content_deliveryplus',
  3947.                             'name' => 'deliveryplus.admin.nav.content.deliveryplus',
  3948.                             'children' => [
  3949.                                 'detail' => [
  3950.                                     'id' => 'admin_content_deliveryplus_detail',
  3951.                                     'name' => 'deliveryplus.admin.nav.content.deliveryplus.detail',
  3952.                                     'url' => 'admin_content_deliveryplus_detail',
  3953.                                 ],
  3954.                                 'cart' => [
  3955.                                     'id' => 'admin_content_deliveryplus_cart',
  3956.                                     'name' => 'deliveryplus.admin.nav.content.deliveryplus.cart',
  3957.                                     'url' => 'admin_content_deliveryplus_cart',
  3958.                                 ],
  3959.                             ],
  3960.                         ],
  3961.                         'plugin_recommend' => [
  3962.                             'name' => 'plugin_recommend.admin.navi',
  3963.                             'url' => 'plugin_recommend_list',
  3964.                         ],
  3965.                     ],
  3966.                 ],
  3967.                 'setting' => [
  3968.                     'name' => 'admin.setting',
  3969.                     'icon' => 'fa-cog',
  3970.                     'children' => [
  3971.                         'shop' => [
  3972.                             'name' => 'admin.setting.shop',
  3973.                             'children' => [
  3974.                                 'shop_index' => [
  3975.                                     'name' => 'admin.setting.shop.shop_setting',
  3976.                                     'url' => 'admin_setting_shop',
  3977.                                 ],
  3978.                                 'shop_tradelaw' => [
  3979.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  3980.                                     'url' => 'admin_setting_shop_tradelaw',
  3981.                                 ],
  3982.                                 'shop_agreement' => [
  3983.                                     'name' => 'admin.setting.shop.agreement_setting',
  3984.                                     'url' => 'admin_content_page_edit',
  3985.                                     'param' => [
  3986.                                         'id' => 19,
  3987.                                         'return' => 'agreement',
  3988.                                     ],
  3989.                                 ],
  3990.                                 'shop_payment' => [
  3991.                                     'name' => 'admin.setting.shop.payment_setting',
  3992.                                     'url' => 'admin_setting_shop_payment',
  3993.                                 ],
  3994.                                 'shop_delivery' => [
  3995.                                     'name' => 'admin.setting.shop.delivery_setting',
  3996.                                     'url' => 'admin_setting_shop_delivery',
  3997.                                 ],
  3998.                                 'shop_tax' => [
  3999.                                     'name' => 'admin.setting.shop.tax_setting',
  4000.                                     'url' => 'admin_setting_shop_tax',
  4001.                                 ],
  4002.                                 'shop_mail' => [
  4003.                                     'name' => 'admin.setting.shop.mail_setting',
  4004.                                     'url' => 'admin_setting_shop_mail',
  4005.                                 ],
  4006.                                 'shop_csv' => [
  4007.                                     'name' => 'admin.setting.shop.csv_setting',
  4008.                                     'url' => 'admin_setting_shop_csv',
  4009.                                 ],
  4010.                                 'shop_order_status' => [
  4011.                                     'name' => 'admin.setting.shop.order_status_setting',
  4012.                                     'url' => 'admin_setting_shop_order_status',
  4013.                                 ],
  4014.                                 'shop_calendar' => [
  4015.                                     'name' => 'admin.setting.shop.calendar_setting',
  4016.                                     'url' => 'admin_setting_shop_calendar',
  4017.                                 ],
  4018.                             ],
  4019.                         ],
  4020.                         'system' => [
  4021.                             'name' => 'admin.setting.system',
  4022.                             'children' => [
  4023.                                 'member' => [
  4024.                                     'name' => 'admin.setting.system.member_management',
  4025.                                     'url' => 'admin_setting_system_member',
  4026.                                 ],
  4027.                                 'authority' => [
  4028.                                     'name' => 'admin.setting.system.authority_management',
  4029.                                     'url' => 'admin_setting_system_authority',
  4030.                                 ],
  4031.                                 'security' => [
  4032.                                     'name' => 'admin.setting.system.security_management',
  4033.                                     'url' => 'admin_setting_system_security',
  4034.                                 ],
  4035.                                 'login_history' => [
  4036.                                     'name' => 'admin.setting.system.login_history',
  4037.                                     'url' => 'admin_setting_system_login_history',
  4038.                                 ],
  4039.                                 'log' => [
  4040.                                     'name' => 'admin.setting.system.log_display',
  4041.                                     'url' => 'admin_setting_system_log',
  4042.                                 ],
  4043.                                 'masterdata' => [
  4044.                                     'name' => 'admin.setting.system.master_data_management',
  4045.                                     'url' => 'admin_setting_system_masterdata',
  4046.                                 ],
  4047.                                 'system_index' => [
  4048.                                     'name' => 'admin.setting.system.system_info',
  4049.                                     'url' => 'admin_setting_system_system',
  4050.                                 ],
  4051.                                 'expresslink_config' => [
  4052.                                     'id' => 'admin_setting_expresslink_config',
  4053.                                     'name' => 'expresslink.admin.nav.setting.expresslink.config',
  4054.                                     'url' => 'admin_setting_expresslink_config',
  4055.                                 ],
  4056.                                 'vt4g_log_download' => [
  4057.                                     'name' => 'vt4g_plugin.admin.menu.setting.system.log_download',
  4058.                                     'url' => 'vt4g_admin_log_download',
  4059.                                 ],
  4060.                             ],
  4061.                         ],
  4062.                     ],
  4063.                 ],
  4064.                 'store' => [
  4065.                     'name' => 'admin.store',
  4066.                     'icon' => 'fa-plug',
  4067.                     'children' => [
  4068.                         'plugin' => [
  4069.                             'name' => 'admin.store.plugin',
  4070.                             'children' => [
  4071.                                 'plugin_owners_search' => [
  4072.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4073.                                     'url' => 'admin_store_plugin_owners_search',
  4074.                                 ],
  4075.                                 'plugin_list' => [
  4076.                                     'name' => 'admin.store.plugin.plugin_list',
  4077.                                     'url' => 'admin_store_plugin',
  4078.                                 ],
  4079.                             ],
  4080.                         ],
  4081.                         'template' => [
  4082.                             'name' => 'admin.store.template',
  4083.                             'children' => [
  4084.                                 'template_list' => [
  4085.                                     'name' => 'admin.store.template.template_list',
  4086.                                     'url' => 'admin_store_template',
  4087.                                 ],
  4088.                                 'template_install' => [
  4089.                                     'name' => 'admin.store.template.template_install',
  4090.                                     'url' => 'admin_store_template_install',
  4091.                                 ],
  4092.                             ],
  4093.                         ],
  4094.                         'authentication_setting' => [
  4095.                             'name' => 'admin.store.setting',
  4096.                             'url' => 'admin_store_authentication_setting',
  4097.                         ],
  4098.                     ],
  4099.                 ],
  4100.                 'SalesReport42' => [
  4101.                     'name' => 'sales_report.admin.nav.001',
  4102.                     'icon' => 'fa-chart-bar',
  4103.                     'children' => [
  4104.                         'sales_report_admin_term' => [
  4105.                             'id' => 'sales_report_admin_term',
  4106.                             'url' => 'sales_report_admin_term',
  4107.                             'name' => 'sales_report.admin.nav.002',
  4108.                         ],
  4109.                         'sales_report_admin_product' => [
  4110.                             'id' => 'sales_report_admin_product',
  4111.                             'url' => 'sales_report_admin_product',
  4112.                             'name' => 'sales_report.admin.nav.003',
  4113.                         ],
  4114.                         'sales_report_admin_age' => [
  4115.                             'id' => 'sales_report_admin_age',
  4116.                             'url' => 'sales_report_admin_age',
  4117.                             'name' => 'sales_report.admin.nav.004',
  4118.                         ],
  4119.                     ],
  4120.                 ],
  4121.             ],
  4122.             'env(MAILER_DSN)' => 'null://null',
  4123.             'eccube.twig_sandbox.allowed_tags' => [
  4124.                 => 'apply',
  4125.                 => 'block',
  4126.                 => 'deprecated',
  4127.                 => 'embed',
  4128.                 => 'extends',
  4129.                 => 'flush',
  4130.                 => 'for',
  4131.                 => 'if',
  4132.                 => 'set',
  4133.                 => 'spaceless',
  4134.                 10 => 'verbatim',
  4135.                 11 => 'with',
  4136.                 12 => 'form_theme',
  4137.                 13 => 'stopwatch',
  4138.                 14 => 'trans',
  4139.                 15 => 'trans_default_domain',
  4140.             ],
  4141.             'eccube.twig_sandbox.allowed_filters' => [
  4142.                 => 'abs',
  4143.                 => 'batch',
  4144.                 => 'capitalize',
  4145.                 => 'column',
  4146.                 => 'convert_encoding',
  4147.                 => 'country_name',
  4148.                 => 'currency_name',
  4149.                 => 'currency_symbol',
  4150.                 => 'date',
  4151.                 => 'date_modify',
  4152.                 10 => 'default',
  4153.                 11 => 'escape',
  4154.                 12 => 'first',
  4155.                 13 => 'format',
  4156.                 14 => 'format_currency',
  4157.                 15 => 'format_date',
  4158.                 16 => 'format_datetime',
  4159.                 17 => 'format_number',
  4160.                 18 => 'format_time',
  4161.                 19 => 'join',
  4162.                 20 => 'json_encode',
  4163.                 21 => 'keys',
  4164.                 22 => 'language_name',
  4165.                 23 => 'last',
  4166.                 24 => 'length',
  4167.                 25 => 'locale_name',
  4168.                 26 => 'lower',
  4169.                 27 => 'merge',
  4170.                 28 => 'nl2br',
  4171.                 29 => 'number_format',
  4172.                 30 => 'replace',
  4173.                 31 => 'reverse',
  4174.                 32 => 'round',
  4175.                 33 => 'slice',
  4176.                 34 => 'spaceless',
  4177.                 35 => 'split',
  4178.                 36 => 'striptags',
  4179.                 37 => 'timezone_name',
  4180.                 38 => 'title',
  4181.                 39 => 'trim',
  4182.                 40 => 'upper',
  4183.                 41 => 'url_encode',
  4184.                 42 => 'abbr_class',
  4185.                 43 => 'abbr_method',
  4186.                 44 => 'file_link',
  4187.                 45 => 'file_relative',
  4188.                 46 => 'format_args',
  4189.                 47 => 'format_args_as_text',
  4190.                 48 => 'humanize',
  4191.                 49 => 'serialize',
  4192.                 50 => 'trans',
  4193.                 51 => 'yaml_dump',
  4194.                 52 => 'yaml_encode',
  4195.                 53 => 'currency_symbol',
  4196.                 54 => 'date_day',
  4197.                 55 => 'date_day_with_weekday',
  4198.                 56 => 'date_format',
  4199.                 57 => 'date_min',
  4200.                 58 => 'date_sec',
  4201.                 59 => 'doctrine_format_sql',
  4202.                 60 => 'doctrine_prettify_sql',
  4203.                 61 => 'doctrine_pretty_query',
  4204.                 62 => 'doctrine_replace_query_parameters',
  4205.                 63 => 'e',
  4206.                 64 => 'ellipsis',
  4207.                 65 => 'file_ext_icon',
  4208.                 66 => 'form_encode_currency',
  4209.                 67 => 'format_*_number',
  4210.                 68 => 'format_log_message',
  4211.                 69 => 'no_image_product',
  4212.                 70 => 'price',
  4213.                 71 => 'purify',
  4214.                 72 => 'time_ago',
  4215.             ],
  4216.             'eccube.twig_sandbox.allowed_functions' => [
  4217.                 => 'cycle',
  4218.                 => 'date',
  4219.                 => 'max',
  4220.                 => 'min',
  4221.                 => 'random',
  4222.                 => 'range',
  4223.                 => 'country_timezones',
  4224.                 => 'absolute_url',
  4225.                 => 'asset',
  4226.                 => 'asset_version',
  4227.                 10 => 'csrf_token',
  4228.                 11 => 'form_parent',
  4229.                 12 => 'fragment_uri',
  4230.                 13 => 'impersonation_exit_path',
  4231.                 14 => 'impersonation_exit_url',
  4232.                 15 => 'is_granted',
  4233.                 16 => 'logout_path',
  4234.                 17 => 'logout_url',
  4235.                 18 => 'path',
  4236.                 19 => 'relative_path',
  4237.                 20 => 't',
  4238.                 21 => 'url',
  4239.                 22 => 'active_menus',
  4240.                 23 => 'class_categories_as_json',
  4241.                 24 => 'country_names',
  4242.                 25 => 'csrf_token_for_anchor',
  4243.                 26 => 'currency_names',
  4244.                 27 => 'currency_symbol',
  4245.                 28 => 'field_choices',
  4246.                 29 => 'field_errors',
  4247.                 30 => 'field_help',
  4248.                 31 => 'field_label',
  4249.                 32 => 'field_name',
  4250.                 33 => 'field_value',
  4251.                 34 => 'get_all_carts',
  4252.                 35 => 'get_cart',
  4253.                 36 => 'get_carts_total_price',
  4254.                 37 => 'get_carts_total_quantity',
  4255.                 38 => 'has_errors',
  4256.                 39 => 'is_reduced_tax_rate',
  4257.                 40 => 'language_names',
  4258.                 41 => 'product',
  4259.                 42 => 'workflow_can',
  4260.                 43 => 'workflow_has_marked_place',
  4261.                 44 => 'workflow_marked_places',
  4262.                 45 => 'workflow_metadata',
  4263.                 46 => 'workflow_transition',
  4264.                 47 => 'workflow_transition_blockers',
  4265.                 48 => 'workflow_transitions',
  4266.             ],
  4267.             'eccube.twig_sandbox.allowed_methods' => [
  4268.                 'Symfony\\Bridge\\Twig\\AppVariable' => [
  4269.                     => 'getrequest',
  4270.                 ],
  4271.                 'Symfony\\Component\\HttpFoundation\\Request' => [
  4272.                     => 'geturi',
  4273.                 ],
  4274.             ],
  4275.             'eccube.twig_sandbox.allowed_properties' => [
  4276.             ],
  4277.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  4278.             'product_review_display_count_min' => 1,
  4279.             'product_review_display_count_max' => 30,
  4280.             'plugin_recommend.text_area_len' => 4000,
  4281.             'related_product.text_area_len' => 4000,
  4282.             'related_product.max_item_count' => 6,
  4283.             'sales_report_product_maximum_display' => 20,
  4284.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  4285.             'vt4g_plugin.const' => [
  4286.                 'VT4G_CODE' => 'VeriTrans4G2',
  4287.                 'VT4G_SERVICE_NAME' => 'ベリトランス4G',
  4288.                 'VT4G_PLUGIN_NAME' => 'ベリトランス4G決済プラグイン',
  4289.                 'VT4G_ENCODE' => 'UTF-8',
  4290.                 'VT4G_ENCODE_SJIS' => 'SJIS',
  4291.                 'VT4G_PLUGIN_PATH' => 'vt4g',
  4292.                 'VT4G_PLUGIN_CSS_FILENAME' => 'vt4g_css.twig',
  4293.                 'VT4G_PLUGIN_TOKEN_JS_FILENAME' => '/js/token.js',
  4294.                 'VT4G_PLUGIN_LOADING_IMAGE' => '/img/loading.gif',
  4295.                 'VT4G_PLUGIN_TOKEN_API_ENDPOINT' => 'https://api.veritrans.co.jp/4gtoken',
  4296.                 'VT4G_USED_MAIL_TO' => 'sales@veritrans.jp',
  4297.                 'VT4G_USED_MAIL_SUBJECT' => '[EC-CUBE4] ベリトランス4Gプラグインご利用通知',
  4298.                 'VT4G_ECCUBE_VERSION_THROTTLING' => '4.2.1',
  4299.                 'VT4G_RECAPTCHA_URL' => 'https://www.google.com/recaptcha/api.js?render=',
  4300.                 'VT4G_RECAPTCHA_SITEVERIFY_URL' => 'https://www.google.com/recaptcha/api/siteverify',
  4301.                 'VT4G_CUSTOMER_ID_DIGITS' => 10,
  4302.                 'VT4G_PAYTYPEID_CREDIT' => 10,
  4303.                 'VT4G_PAYTYPEID_CVS' => 20,
  4304.                 'VT4G_PAYTYPEID_BANK' => 30,
  4305.                 'VT4G_PAYTYPEID_ATM' => 31,
  4306.                 'VT4G_PAYTYPEID_UPOP' => 40,
  4307.                 'VT4G_PAYTYPEID_ALIPAY' => 50,
  4308.                 'VT4G_PAYTYPEID_RAKUTEN' => 60,
  4309.                 'VT4G_PAYTYPEID_RECRUIT' => 61,
  4310.                 'VT4G_PAYTYPEID_LINEPAY' => 62,
  4311.                 'VT4G_PAYTYPEID_RAKUTEN_V2' => 63,
  4312.                 'VT4G_PAYTYPEID_PAYPAL' => 70,
  4313.                 'VT4G_PAYTYPEID_PAYPAY' => 80,
  4314.                 'VT4G_PAYNAME_PAYTYPEID_10' => 'クレジットカード決済',
  4315.                 'VT4G_PAYNAME_PAYTYPEID_12' => '本人認証(クレジットカード決済)',
  4316.                 'VT4G_PAYNAME_PAYTYPEID_20' => 'コンビニ決済',
  4317.                 'VT4G_PAYNAME_PAYTYPEID_30' => 'ネットバンク決済',
  4318.                 'VT4G_PAYNAME_PAYTYPEID_31' => 'ATM決済',
  4319.                 'VT4G_PAYNAME_PAYTYPEID_40' => '銀聯ネット決済',
  4320.                 'VT4G_PAYNAME_PAYTYPEID_50' => 'Alipay決済',
  4321.                 'VT4G_PAYNAME_PAYTYPEID_60' => '楽天ペイ',
  4322.                 'VT4G_PAYNAME_PAYTYPEID_61' => 'リクルートかんたん支払い',
  4323.                 'VT4G_PAYNAME_PAYTYPEID_62' => 'LINE Pay',
  4324.                 'VT4G_PAYNAME_PAYTYPEID_63' => '楽天ペイV2',
  4325.                 'VT4G_PAYNAME_PAYTYPEID_70' => 'PayPal決済',
  4326.                 'VT4G_PAYNAME_PAYTYPEID_80' => 'PayPay',
  4327.                 'VT4G_REMOVED_PAYNAME_LABEL' => '(VT4Gプラグイン削除済み)',
  4328.                 'VT4G_CODE_PAYTYPEID_10' => 'Credit',
  4329.                 'VT4G_CODE_PAYTYPEID_20' => 'CVS',
  4330.                 'VT4G_CODE_PAYTYPEID_30' => 'Bank',
  4331.                 'VT4G_CODE_PAYTYPEID_31' => 'ATM',
  4332.                 'VT4G_CODE_PAYTYPEID_40' => 'UPOP',
  4333.                 'VT4G_CODE_PAYTYPEID_50' => 'Alipay',
  4334.                 'VT4G_CODE_PAYTYPEID_60' => 'Rakuten',
  4335.                 'VT4G_CODE_PAYTYPEID_61' => 'Recruit',
  4336.                 'VT4G_CODE_PAYTYPEID_62' => 'LINEPay',
  4337.                 'VT4G_CODE_PAYTYPEID_63' => 'RakutenV2',
  4338.                 'VT4G_CODE_PAYTYPEID_70' => 'PayPal',
  4339.                 'VT4G_CODE_PAYTYPEID_80' => 'PayPay',
  4340.                 'VT4G_PAYTYPEID_SORT_LIST' => [
  4341.                     => 10,
  4342.                     => 20,
  4343.                     => 30,
  4344.                     => 31,
  4345.                     => 40,
  4346.                     => 50,
  4347.                     => 60,
  4348.                     => 63,
  4349.                     => 61,
  4350.                     => 62,
  4351.                     10 => 70,
  4352.                     11 => 80,
  4353.                 ],
  4354.                 'VT4G_METHOD_COMMON' => 'CommonMethod',
  4355.                 'VT4G_SERVICE_PAYTYPEID_30' => 'netbank-pc',
  4356.                 'VT4G_SERVICE_PAYTYPEID_31' => 'atm',
  4357.                 'VT4G_PAYMENT' => [
  4358.                     'URL' => [
  4359.                         'INDEX' => [
  4360.                             'NAME' => 'vt4g_shopping_payment',
  4361.                             'LABEL' => '商品購入/ベリトランス4G決済画面',
  4362.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Shopping/vt4g_payment',
  4363.                         ],
  4364.                         'COMPLETE' => [
  4365.                             'NAME' => 'vt4g_shopping_payment_complete',
  4366.                         ],
  4367.                         'BACK' => [
  4368.                             'NAME' => 'vt4g_shopping_payment_back',
  4369.                         ],
  4370.                     ],
  4371.                 ],
  4372.                 'VT4G_PAY_STATUS' => [
  4373.                     'AUTH' => [
  4374.                         'VALUE' => 1,
  4375.                         'LABEL' => '与信',
  4376.                         'RECV_NAME' => '申込結果',
  4377.                     ],
  4378.                     'CAPTURE' => [
  4379.                         'VALUE' => 2,
  4380.                         'LABEL' => '売上',
  4381.                         'RECV_NAME' => '売上結果',
  4382.                     ],
  4383.                     'CANCEL' => [
  4384.                         'VALUE' => 3,
  4385.                         'LABEL' => '取消',
  4386.                         'RECV_NAME' => '取消結果',
  4387.                     ],
  4388.                     'REQUEST' => [
  4389.                         'VALUE' => 4,
  4390.                         'LABEL' => '申込',
  4391.                     ],
  4392.                     'DEPOSIT' => [
  4393.                         'VALUE' => 5,
  4394.                         'LABEL' => '入金',
  4395.                         'RECV_NAME' => '入金結果',
  4396.                     ],
  4397.                     'REFUND' => [
  4398.                         'VALUE' => 6,
  4399.                         'LABEL' => '返金',
  4400.                         'RECV_NAME' => '返金結果',
  4401.                     ],
  4402.                     'EXPIRED' => [
  4403.                         'VALUE' => 7,
  4404.                         'LABEL' => '期限切れ',
  4405.                     ],
  4406.                     'NEWLY' => [
  4407.                         'VALUE' => 8,
  4408.                         'LABEL' => '新規決済',
  4409.                     ],
  4410.                     'CAPTURE_REQUEST' => [
  4411.                         'VALUE' => 9,
  4412.                         'LABEL' => '売上要求中',
  4413.                     ],
  4414.                     'CANCEL_REQUEST' => [
  4415.                         'VALUE' => 10,
  4416.                         'LABEL' => '取消要求中',
  4417.                     ],
  4418.                     'REDUCTION_REQUEST' => [
  4419.                         'VALUE' => 11,
  4420.                         'LABEL' => '減額要求中',
  4421.                     ],
  4422.                     'UPDATEAUTH_EXTENSION' => [
  4423.                         'VALUE' => 12,
  4424.                         'LABEL' => '与信変更(与信延長)',
  4425.                     ],
  4426.                     'UPDATEAUTH_AMOUNT' => [
  4427.                         'VALUE' => 13,
  4428.                         'LABEL' => '与信変更(金額変更)',
  4429.                     ],
  4430.                     'UPDATEAUTH_AMOUNT_AND_EXTENSION' => [
  4431.                         'VALUE' => 14,
  4432.                         'LABEL' => '与信変更(与信延長+金額変更)',
  4433.                     ],
  4434.                     'FAILURE' => [
  4435.                         'VALUE' => 99,
  4436.                         'LABEL' => '決済失敗',
  4437.                     ],
  4438.                 ],
  4439.                 'VT4G_LABEL_RENAME' => [
  4440.                     'RAKUTEN' => [
  4441.                         'REFUND' => '減額',
  4442.                     ],
  4443.                 ],
  4444.                 'VT4G_CONVENI' => [
  4445.                     'SEVENELEVEN' => [
  4446.                         'CODE' => 'sej',
  4447.                         'LABEL' => 'セブン-イレブン',
  4448.                     ],
  4449.                     'LAWSON' => [
  4450.                         'CODE' => 'lawson',
  4451.                         'LABEL' => 'ローソン(ローソン、ミニストップ、セイコーマート)',
  4452.                     ],
  4453.                     'FAMILYMART' => [
  4454.                         'CODE' => 'famima',
  4455.                         'LABEL' => 'ファミリーマート',
  4456.                     ],
  4457.                     'DAILYYAMAZAKI' => [
  4458.                         'CODE' => 'other',
  4459.                         'LABEL' => 'デイリーヤマザキ・ヤマザキデイリーストア',
  4460.                     ],
  4461.                     'ECON' => [
  4462.                         'CODE' => 'econ',
  4463.                         'LABEL' => 'ローソン・ファミリーマート・ミニストップ・セイコーマート',
  4464.                     ],
  4465.                 ],
  4466.                 'VT4G_RECV_CVS_TYPE' => [
  4467.                     'sej' => 'セブン-イレブン',
  4468.                     'econ-lw' => 'ローソン',
  4469.                     'econ-fm' => 'ファミリーマート',
  4470.                     'econ-mini' => 'ミニストップ',
  4471.                     'econ-other' => 'セイコーマート',
  4472.                     'lawson' => 'ローソン、ミニストップ、セイコーマート',
  4473.                     'famima' => 'ファミリーマート',
  4474.                     'other' => 'デイリーヤマザキ・ヤマザキデイリーストア',
  4475.                 ],
  4476.                 'VT4G_RECV_PAYPAL_FIXED' => 1,
  4477.                 'VT4G_RECV_TXN_TYPE_AUTH' => 'Authorize',
  4478.                 'VT4G_RECV_TXN_TYPE_CAPTURE' => 'Capture',
  4479.                 'VT4G_RECV_TXN_TYPE_REFUND' => 'Refund',
  4480.                 'VT4G_RECV_TXN_TYPE_CANCEL' => 'Cancel',
  4481.                 'VT4G_RECV_TXN_TYPE_CREDIT' => [
  4482.                     => 'Verify',
  4483.                     => 'AuthorizeConfirm',
  4484.                     => 'VerifyNotify',
  4485.                 ],
  4486.                 'VT4G_RECV_RECODE_HEAD' => [
  4487.                     => 'numberOfNotify',
  4488.                     => 'pushTime',
  4489.                     => 'pushId',
  4490.                 ],
  4491.                 'VT4G_RECV_RECODE_BODY' => [
  4492.                     'VT4G_PAYTYPEID_CREDIT' => [
  4493.                         => 'orderId',
  4494.                         => 'vResultCode',
  4495.                         => 'txnType',
  4496.                         => 'mpiMstatus',
  4497.                         => 'cardMstatus',
  4498.                         => 'dummy',
  4499.                     ],
  4500.                     'VT4G_PAYTYPEID_CVS' => [
  4501.                         => 'orderId',
  4502.                         => 'cvsType',
  4503.                         => 'receiptNo',
  4504.                         => 'receiptDate',
  4505.                         => 'rcvAmount',
  4506.                         => 'dummy',
  4507.                     ],
  4508.                     'VT4G_PAYTYPEID_BANK' => [
  4509.                         => 'orderId',
  4510.                         => 'kikanNo',
  4511.                         => 'kigyoNo',
  4512.                         => 'rcvDate',
  4513.                         => 'customerNo',
  4514.                         => 'confNo',
  4515.                         => 'rcvAmount',
  4516.                         => 'dummy',
  4517.                     ],
  4518.                     'VT4G_PAYTYPEID_UPOP' => [
  4519.                         => 'orderId',
  4520.                         => 'txnType',
  4521.                         => 'mstatus',
  4522.                         => 'traceNumber',
  4523.                         => 'traceTime',
  4524.                         => 'settleAmount',
  4525.                         => 'settleDate',
  4526.                         => 'settleRate',
  4527.                         => 'dummy',
  4528.                     ],
  4529.                     'VT4G_PAYTYPEID_ALIPAY' => [
  4530.                         => 'orderId',
  4531.                         => 'txnType',
  4532.                         => 'mstatus',
  4533.                         => 'vResultCode',
  4534.                         => 'centerTradeId',
  4535.                         => 'dummy',
  4536.                     ],
  4537.                     'VT4G_PAYTYPEID_RAKUTEN_V2' => [
  4538.                         => 'orderId',
  4539.                         => 'txnType',
  4540.                         => 'txnTime',
  4541.                         => 'vResultCode',
  4542.                         => 'mstatus',
  4543.                         => 'usedPoint',
  4544.                         => 'gatewayOrderId',
  4545.                         => 'dummy',
  4546.                     ],
  4547.                     'VT4G_PAYTYPEID_RAKUTEN' => [
  4548.                         => 'orderId',
  4549.                         => 'txnType',
  4550.                         => 'txnTime',
  4551.                         => 'vResultCode',
  4552.                         => 'mstatus',
  4553.                         => 'usedPoint',
  4554.                         => 'dummy',
  4555.                     ],
  4556.                     'VT4G_PAYTYPEID_RECRUIT' => [
  4557.                         => 'orderId',
  4558.                         => 'txnType',
  4559.                         => 'txnTime',
  4560.                         => 'vResultCode',
  4561.                         => 'mstatus',
  4562.                         => 'recruitOrderId',
  4563.                         => 'usePoint',
  4564.                         => 'givePoint',
  4565.                         => 'recruitCoupon',
  4566.                         => 'merchantCoupon',
  4567.                         10 => 'dummy',
  4568.                     ],
  4569.                     'VT4G_PAYTYPEID_LINEPAY' => [
  4570.                         => 'orderId',
  4571.                         => 'txnType',
  4572.                         => 'txnTime',
  4573.                         => 'vResultCode',
  4574.                         => 'mstatus',
  4575.                         => 'linepayOrderId',
  4576.                         => 'dummy',
  4577.                     ],
  4578.                     'VT4G_PAYTYPEID_PAYPAL' => [
  4579.                         => 'orderId',
  4580.                         => 'mstatus',
  4581.                         => 'txnType',
  4582.                         => 'receivedDatetime',
  4583.                         => 'amount',
  4584.                         => 'payerId',
  4585.                         => 'centerTxnId',
  4586.                         => 'dummy',
  4587.                     ],
  4588.                     'VT4G_PAYTYPEID_PAYPAY' => [
  4589.                         => 'orderId',
  4590.                         => 'txnType',
  4591.                         => 'mstatus',
  4592.                         => 'vResultCode',
  4593.                         => 'paypayOrderId',
  4594.                         => 'dummy',
  4595.                     ],
  4596.                 ],
  4597.                 'VT4G_RECV_MAIL_SUBJECT' => [
  4598.                     'ERROR' => ' - 結果通知エラー報知メール',
  4599.                     'RESULT' => '要求結果報知メール',
  4600.                     'PAYMENT_INFO' => '入金報知メール',
  4601.                 ],
  4602.                 'VT4G_OPERATION_AUTH' => 'AUTH',
  4603.                 'VT4G_OPERATION_CAPTURE' => 'CAPTURE',
  4604.                 'VT4G_OPERATION_CANCEL' => 'CANCEL',
  4605.                 'VT4G_OPERATION_REFUND' => 'REFUND',
  4606.                 'VT4G_OPERATION_REFUND_ALL' => 'REFUND_ALL',
  4607.                 'VT4G_OPERATION_NEWLY' => 'NEWLY',
  4608.                 'VT4G_OPERATION_UPDATEAUTH' => 'UPDATEAUTH',
  4609.                 'VT4G_OPERATION_UPDATEAUTH_EXTENSION' => 'UPDATEAUTH_EXTENSION',
  4610.                 'VT4G_OPERATION_UPDATEAUTH_AMOUNT' => 'UPDATEAUTH_AMOUNT',
  4611.                 'VT4G_OPERATION_UPDATEAUTH_AMOUNT_AND_EXTENSION' => 'UPDATEAUTH_AMOUNT_AND_EXTENSION',
  4612.                 'VT4G_OPERATION_NAME' => [
  4613.                     'REFUND' => '再売上(減額用)',
  4614.                     'REFUND_ALL' => '全額返金',
  4615.                 ],
  4616.                 'VT4G_MAIL_TIMING' => [
  4617.                     'ORDER' => [
  4618.                         'ON_COMPLETE' => 0,
  4619.                         'ON_PAYMENT' => 1,
  4620.                     ],
  4621.                     'BANK' => [
  4622.                         'ON_PAYMENT' => 0,
  4623.                         'ON_RECEIVE' => 1,
  4624.                     ],
  4625.                 ],
  4626.                 'VT4G_MAIL_TARGET' => [
  4627.                     'RAKUTEN' => [
  4628.                         'FAILURE' => 0,
  4629.                         'ALL' => 1,
  4630.                     ],
  4631.                 ],
  4632.                 'VT4G_FORM' => [
  4633.                     'REGEX' => [
  4634.                         'VERITRANS_ID_PREFIX' => '/^[[:alnum:]_\\-\\.]+$/i',
  4635.                         'INTEGER' => '/^[0-9]+$/',
  4636.                     ],
  4637.                     'RANGE' => [
  4638.                         'MIN' => [
  4639.                             'PAYMENT_TERM' => 1,
  4640.                             'CARDINFO_REGIST_MAX' => 1,
  4641.                             'ROLLBACK_TIME' => 1,
  4642.                         ],
  4643.                         'MAX' => [
  4644.                             'PAYMENT_TERM' => 60,
  4645.                             'CARDINFO_REGIST_MAX' => 10,
  4646.                             'ROLLBACK_TIME' => 999,
  4647.                         ],
  4648.                     ],
  4649.                     'LENGTH' => [
  4650.                         'MIN' => [
  4651.                             'VERITRANS_ID_PREFIX' => 1,
  4652.                             'CARD_NO' => 14,
  4653.                             'SECURITY_CODE' => 3,
  4654.                             'CARD_NAME' => 2,
  4655.                         ],
  4656.                         'MAX' => [
  4657.                             'PAYMENT_TERM' => 2,
  4658.                             'CONTENTS' => 12,
  4659.                             'CONTENTS_KANA' => 24,
  4660.                             'ORDER_MAIL_TITLE1' => 50,
  4661.                             'ORDER_MAIL_BODY1' => 1000,
  4662.                             'VERITRANS_ID_PREFIX' => 17,
  4663.                             'MERCHANT_CCID' => 24,
  4664.                             'MERCHANT_PASS' => 64,
  4665.                             'MERCHANT_ID' => 24,
  4666.                             'MERCHANT_HASH' => 24,
  4667.                             'TOKEN_API_KEY' => 36,
  4668.                             'VT4G_ORDER_ID_PREFIX' => 50,
  4669.                             'FREE' => 16,
  4670.                             'CARD_NO' => 16,
  4671.                             'SECURITY_CODE' => 4,
  4672.                             'CARD_NAME' => 45,
  4673.                             'COMMODITY_NAME' => 100,
  4674.                             'REFUND_REASON' => 80,
  4675.                             'ITEM_NAME' => [
  4676.                                 'LEN_255' => 255,
  4677.                                 'LEN_300' => 300,
  4678.                             ],
  4679.                             'ORDER_DESCRIPTION' => 127,
  4680.                             'PAYMENT_TERM_DAY' => 2,
  4681.                         ],
  4682.                     ],
  4683.                     'CHOICES' => [
  4684.                         'COMMON_FLG' => [
  4685.                             '利用する' => 1,
  4686.                             '利用しない' => 0,
  4687.                         ],
  4688.                         'WITH_CAPTURE' => [
  4689.                             '与信+売上' => 1,
  4690.                             '与信のみ' => 0,
  4691.                         ],
  4692.                         'CREDIT_PAY_METHOD' => [
  4693.                             '一括払い' => '10',
  4694.                             'ボーナス一括' => '21',
  4695.                             '分割2回払い' => '61C02',
  4696.                             '分割3回払い' => '61C03',
  4697.                             '分割4回払い' => '61C04',
  4698.                             '分割5回払い' => '61C05',
  4699.                             '分割6回払い' => '61C06',
  4700.                             '分割7回払い' => '61C07',
  4701.                             '分割8回払い' => '61C08',
  4702.                             '分割9回払い' => '61C09',
  4703.                             '分割10回払い' => '61C10',
  4704.                             '分割11回払い' => '61C11',
  4705.                             '分割12回払い' => '61C12',
  4706.                             '分割13回払い' => '61C13',
  4707.                             '分割14回払い' => '61C14',
  4708.                             '分割15回払い' => '61C15',
  4709.                             '分割16回払い' => '61C16',
  4710.                             '分割17回払い' => '61C17',
  4711.                             '分割18回払い' => '61C18',
  4712.                             '分割19回払い' => '61C19',
  4713.                             '分割20回払い' => '61C20',
  4714.                             '分割21回払い' => '61C21',
  4715.                             '分割22回払い' => '61C22',
  4716.                             '分割23回払い' => '61C23',
  4717.                             '分割24回払い' => '61C24',
  4718.                             'リボルビング払い' => '80',
  4719.                         ],
  4720.                         'MPI_OPTION' => [
  4721.                             '完全認証' => 'mpi-complete',
  4722.                             '通常認証(カード会社リスク負担)' => 'mpi-company',
  4723.                             '通常認証(カード会社、加盟店リスク負担)' => 'mpi-merchant',
  4724.                         ],
  4725.                         'ONE_CLICK_FLG' => [
  4726.                             'かんたん決済' => 2,
  4727.                             'ベリトランス会員ID決済' => 1,
  4728.                             '利用しない' => 0,
  4729.                         ],
  4730.                         'CONVENI' => [
  4731.                             '01:セブンイレブン' => 'sej',
  4732.                             '02:ローソン・ミニストップ・セイコーマート' => 'lawson',
  4733.                             '03:ファミリーマート' => 'famima',
  4734.                             '04:デイリーヤマザキ・ヤマザキデイリーストア' => 'other',
  4735.                             '05:ローソン・ファミリーマート・ミニストップ・セイコーマート' => 'econ',
  4736.                         ],
  4737.                         'MAIL_TIMING' => [
  4738.                             '入金通知受信時' => 1,
  4739.                             '決済申込完了時' => 0,
  4740.                         ],
  4741.                         'DUMMY_MODE_FLG' => [
  4742.                             '本番モードで稼働' => 0,
  4743.                             'ダミーモードで稼働' => 1,
  4744.                         ],
  4745.                         'RESULT_MAIL_TARGET' => [
  4746.                             'すべて' => 1,
  4747.                             '要求不成立のみ' => 0,
  4748.                         ],
  4749.                         'REGISTRATION_FLG' => [
  4750.                             '登録する' => 1,
  4751.                             '登録しない' => 0,
  4752.                             '初期値なし' => 2,
  4753.                         ],
  4754.                         'RETRADE_FLG' => [
  4755.                             '利用する' => 1,
  4756.                             '利用しない' => 0,
  4757.                         ],
  4758.                         'SEND_PAYMENT_INFO_MAIL' => [
  4759.                             '送信する(TO:注文者、BCC:ショップ)' => 2,
  4760.                             '送信する(TO:ショップ)' => 1,
  4761.                             '送信しない' => 0,
  4762.                         ],
  4763.                         'PUSH_URL_AUTO_SETTING' => [
  4764.                             '設定する' => 1,
  4765.                             '設定しない' => 0,
  4766.                         ],
  4767.                         'UPDATE_AUTHORIZE' => [
  4768.                             '使用する' => 1,
  4769.                             '使用しない' => 0,
  4770.                         ],
  4771.                         'USE_RECAPTCHA' => [
  4772.                             '利用する(プラグイン提供決済すべて)' => 2,
  4773.                             '利用する(クレジットカード決済のみ)' => 1,
  4774.                             '利用しない' => 0,
  4775.                         ],
  4776.                         'RECAPTCHA_SCORE' => [
  4777.                             '0.0' => '0.0',
  4778.                             '0.1' => '0.1',
  4779.                             '0.2' => '0.2',
  4780.                             '0.3' => '0.3',
  4781.                             '0.4' => '0.4',
  4782.                             '0.5' => '0.5',
  4783.                             '0.6' => '0.6',
  4784.                             '0.7' => '0.7',
  4785.                             '0.8' => '0.8',
  4786.                             '0.9' => '0.9',
  4787.                             '1.0' => '1.0',
  4788.                         ],
  4789.                     ],
  4790.                     'DEFAULT' => [
  4791.                         'WITH_CAPTURE' => 0,
  4792.                         'CREDIT_PAY_METHOD' => '10',
  4793.                         'SECURITY_FLG' => 1,
  4794.                         'MPI_FLG' => 1,
  4795.                         'MPI_OPTION' => 'mpi-company',
  4796.                         'ONE_CLICK_FLG' => 0,
  4797.                         'DUMMY_MODE_FLG' => 1,
  4798.                         'MAIL_TIMING' => 0,
  4799.                         'RESULT_MAIL_TARGET' => 0,
  4800.                         'CARDINFO_REGIST_DEFAULT' => 2,
  4801.                         'CARDINFO_REGIST_MAX' => 5,
  4802.                         'SEND_PAYMENT_INFO_MAIL' => 0,
  4803.                         'CONTENTS_KANA' => 'ゴチュウモンブン',
  4804.                         'COMMODITY_NAME' => 'ご注文の商品',
  4805.                         'REFUND_REASON' => 'ご注文の返金',
  4806.                         'PUSH_URL_AUTO_SETTING' => 0,
  4807.                         'UPDATE_AUTHORIZE' => 0,
  4808.                         'RATE_LIMIT' => 0,
  4809.                         'USE_RECAPTCHA' => 0,
  4810.                         'ROLLBACK_TIME' => [
  4811.                             'TIME_60' => 60,
  4812.                             'TIME_480' => 480,
  4813.                         ],
  4814.                     ],
  4815.                 ],
  4816.                 'VT4G_WITH_CAPTURE' => [
  4817.                     'AUTH' => 0,
  4818.                     'CAPTURE' => 1,
  4819.                 ],
  4820.                 'VT4G_REQUEST' => [
  4821.                     'CREDIT' => [
  4822.                         'RETRY_LIMIT' => 3,
  4823.                         'RETRY_WAIT' => 3,
  4824.                     ],
  4825.                 ],
  4826.                 'VT4G_RESPONSE' => [
  4827.                     'MSTATUS' => [
  4828.                         'OK' => 'success',
  4829.                         'NG' => 'failure',
  4830.                         'PENDING' => 'pending',
  4831.                     ],
  4832.                     'V_RESULT_CODE' => [
  4833.                         'RAKUTEN' => [
  4834.                             'REQUEST_TIMEOUT' => 'FG26',
  4835.                         ],
  4836.                     ],
  4837.                 ],
  4838.                 'VT4G_DOC_PATH' => '/Resource/doc',
  4839.                 'VT4G_EXPLAIN_FILE_NAME_FMT' => '/explain_%s.txt',
  4840.                 'VT4G_CREDIT_ERR_RESPONSE_YEAR98' => 98,
  4841.                 'VT4G_CREDIT_ERR_RESPONSE_YEAR99' => 99,
  4842.                 'VT4G_CREDIT_MPI_OPTION' => [
  4843.                     'COMPLETE' => 'mpi-complete',
  4844.                     'COMPANY' => 'mpi-company',
  4845.                     'MERCHANT' => 'mpi-merchant',
  4846.                 ],
  4847.                 'VT4G_CREDIT_ONE_CLICK' => [
  4848.                     'RETRADE' => 2,
  4849.                     'VERITRANS_ID' => 1,
  4850.                     'DISABLED' => 0,
  4851.                 ],
  4852.                 'VT4G_CREDIT_RETRADE' => [
  4853.                     'DATETIME_FORMAT' => 'Y-m-d 00:00:00',
  4854.                     'LIMIT_CARDS' => 10,
  4855.                     'VALID_MONTH' => 13,
  4856.                 ],
  4857.                 'VT4G_CREDIT_ERR_TRANS_PREFIX' => 'front.order.vt4g.vresult_code_',
  4858.                 'VT4G_CREDIT_VERITRANS_ID_SESSION_KEY' => 'vt4g_veritrans_id',
  4859.                 'VT4G_CREDIT_VERIFY_TIMEOUT' => 25,
  4860.                 'VT4G_CREDIT_VERIFY_RESULT_LINK' => 2,
  4861.                 'VT4G_CREDIT_PAYNOWID_TEMP_REG' => 1,
  4862.                 'VT4G_CREDIT_DEVICE_CHANNEL' => '02',
  4863.                 'VT4G_RAKUTEN_V2_PAYTYPE' => 2,
  4864.                 'VT4G_ALIPAY_CURRENCY' => 'JPY',
  4865.                 'VT4G_UPOP_TIMEOUT' => 30,
  4866.                 'VT4G_UPOP_CURRENCY' => [
  4867.                     392 => '日本円',
  4868.                     156 => '中国元',
  4869.                 ],
  4870.                 'VT4G_PAYPAL_ACTION' => [
  4871.                     'CREDIT' => 'set',
  4872.                     'COMPLETE' => 'do',
  4873.                 ],
  4874.                 'VT4G_PAYPAL_SHIPPING' => [
  4875.                     'DISABLED' => 0,
  4876.                 ],
  4877.                 'VT4G_PAYPAY_SERVICE_OPTION_TYPE' => 'online',
  4878.                 'VT4G_PAYPAY_TIMEOUT' => 5,
  4879.                 'VT4G_MERCHANT_CCID' => [
  4880.                     'EXCLUDE' => [
  4881.                         => '69951cc',
  4882.                         => '69992cc',
  4883.                     ],
  4884.                 ],
  4885.                 'VT4G_PAYMENT_INFO_MAIL' => [
  4886.                     'TO' => [
  4887.                         'CUSTOMER' => 2,
  4888.                         'SHOP' => 1,
  4889.                         'DISABLED' => 0,
  4890.                     ],
  4891.                 ],
  4892.                 'VT4G_RECAPTCHA_EXECUTE' => [
  4893.                     'ALL_PAYMENT' => 2,
  4894.                     'ONLY_CREDIT' => 1,
  4895.                     'NONE' => 0,
  4896.                 ],
  4897.                 'RULE_MIN_PAYTYPEID_10' => 2,
  4898.                 'RULE_MIN_PAYTYPEID_20' => 1,
  4899.                 'RULE_MIN_PAYTYPEID_30' => 1,
  4900.                 'RULE_MIN_PAYTYPEID_31' => 1,
  4901.                 'RULE_MIN_PAYTYPEID_40' => 1,
  4902.                 'RULE_MIN_PAYTYPEID_50' => 1,
  4903.                 'RULE_MIN_PAYTYPEID_60' => 100,
  4904.                 'RULE_MIN_PAYTYPEID_61' => 1,
  4905.                 'RULE_MIN_PAYTYPEID_62' => 1,
  4906.                 'RULE_MIN_PAYTYPEID_63' => 100,
  4907.                 'RULE_MIN_PAYTYPEID_70' => 1,
  4908.                 'RULE_MIN_PAYTYPEID_80' => 1,
  4909.                 'RULE_MAX_PAYTYPEID_10' => 99999999,
  4910.                 'RULE_MAX_PAYTYPEID_20' => 299999,
  4911.                 'RULE_MAX_PAYTYPEID_30' => 2000000000,
  4912.                 'RULE_MAX_PAYTYPEID_31' => 2000000000,
  4913.                 'RULE_MAX_PAYTYPEID_40' => 999999999,
  4914.                 'RULE_MAX_PAYTYPEID_50' => 9999999,
  4915.                 'RULE_MAX_PAYTYPEID_60' => 99999999,
  4916.                 'RULE_MAX_PAYTYPEID_61' => 9999999,
  4917.                 'RULE_MAX_PAYTYPEID_62' => 9999999,
  4918.                 'RULE_MAX_PAYTYPEID_63' => 99999999,
  4919.                 'RULE_MAX_PAYTYPEID_70' => 1000000,
  4920.                 'RULE_MAX_PAYTYPEID_80' => 500000,
  4921.                 'ORDER_CSV_COLUMN_CONFIG' => [
  4922.                     'NAME' => '注文ID',
  4923.                 ],
  4924.                 'ORDER_CSV_TEMPLATE' => 'order.csv',
  4925.                 'VT4G_MYPAGE' => [
  4926.                     'URL' => [
  4927.                         'INDEX' => [
  4928.                             'NAME' => 'mypage_vt4g_account_id',
  4929.                             'LABEL' => 'MYページ/ベリトランス会員ID',
  4930.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_account_id',
  4931.                         ],
  4932.                     ],
  4933.                 ],
  4934.                 'VT4G_RAKUTEN_BUTTON' => [
  4935.                     'URL' => [
  4936.                         'INDEX' => [
  4937.                             'NAME' => 'vt4g_admin_preview_rakuten_button',
  4938.                             'LABEL' => '商品購入/楽天ペイ支払いボタン',
  4939.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Shopping/vt4g_button_rakuten',
  4940.                         ],
  4941.                     ],
  4942.                 ],
  4943.                 'VT4G_MYPAGE_SUBSC_PAYMENT' => [
  4944.                     'URL' => [
  4945.                         'INDEX' => [
  4946.                             'NAME' => 'mypage_vt4g_subsc_payment',
  4947.                             'LABEL' => 'MYページ/継続課金決済履歴',
  4948.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment',
  4949.                         ],
  4950.                     ],
  4951.                 ],
  4952.                 'VT4G_MYPAGE_SUBSC_PAYMENT_HISTORY' => [
  4953.                     'URL' => [
  4954.                         'INDEX' => [
  4955.                             'NAME' => 'mypage_vt4g_subsc_payment_history',
  4956.                             'LABEL' => 'MYページ/継続課金決済履歴詳細',
  4957.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment_history',
  4958.                         ],
  4959.                     ],
  4960.                 ],
  4961.                 'VT4G_MYPAGE_RETRADE' => [
  4962.                     'URL' => [
  4963.                         'INDEX' => [
  4964.                             'NAME' => 'mypage_vt4g_retrade',
  4965.                             'LABEL' => 'MYページ/かんたん決済',
  4966.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_retrade',
  4967.                         ],
  4968.                     ],
  4969.                 ],
  4970.                 'VT4G_WITHDRAW_ERROR_MAIL_SUBJECT' => ' - ベリトランス会員ID削除エラー報知メール',
  4971.                 'VT4G_DTB_CSV' => [
  4972.                     'CUSTOMER' => [
  4973.                         'VT4G_ACCOUNT_ID' => [
  4974.                             'DISP_NAME' => 'ベリトランス会員ID',
  4975.                             'FIELD_NAME' => 'vt4g_account_id',
  4976.                         ],
  4977.                     ],
  4978.                     'ORDER' => [
  4979.                         'VT4G_PAYMENT_STATUS' => [
  4980.                             'DISP_NAME' => '決済状況',
  4981.                             'FIELD_NAME' => 'vt4g_payment_status',
  4982.                         ],
  4983.                         'VT4G_ORDER_ID' => [
  4984.                             'DISP_NAME' => '決済取引ID',
  4985.                             'FIELD_NAME' => 'vt4g_order_id',
  4986.                         ],
  4987.                         'VT4G_ROLLBACK_DATE' => [
  4988.                             'DISP_NAME' => 'ベリトランス4Gロールバック日時',
  4989.                             'FIELD_NAME' => 'vt4g_rollback_date',
  4990.                         ],
  4991.                     ],
  4992.                 ],
  4993.                 'VT4G_DTB_MAIL_TEMPLATE' => [
  4994.                     'PAYMENT_INFO' => [
  4995.                         'NAME' => 'ベリトランス4G入金お知らせメール',
  4996.                         'FILE_NAME' => 'VeriTrans4G2/Resource/template/default/Mail/vt4g_payment_recv_payment_info_1_0_0.twig',
  4997.                         'MAIL_SUBJECT' => 'ご入金を確認しました',
  4998.                     ],
  4999.                 ],
  5000.                 'VT4G_SUBSC_PRODUCT_CULUMN' => [
  5001.                     'MY_PAGE_DISP_FLG_ON' => 1,
  5002.                     'MY_PAGE_DISP_FLG_OFF' => 0,
  5003.                 ],
  5004.                 'VT4G_FEW_CREDIT_AMOUNT' => 2,
  5005.                 'VTG4_SUBSC_STATUS_SUBSC' => 1,
  5006.                 'VTG4_SUBSC_STATUS_CANCEL' => 2,
  5007.                 'VTG4_PAYMENT_REQUEST_SQL_PARAMETER' => [
  5008.                     'SORT_NO_FIRST' => 1,
  5009.                     'CONTINUE_PRODUCT_COUNT_ZERO' => 0,
  5010.                 ],
  5011.                 'VTG4_PAYMENT_REQUEST' => [
  5012.                     'REQUEST_STATUS' => [
  5013.                         'BEFORE_CREATION' => 0,
  5014.                         'NOT_APPLICABLE' => 2,
  5015.                         'WAITING_FOR_REFRECTON' => 5,
  5016.                         'SUCCESS_PAYMENT' => 7,
  5017.                         'FAILURE_PAYMENT' => 9,
  5018.                     ],
  5019.                     'REQUEST_STATUS_NAME' => [
  5020.                         'BEFORE_CREATION' => 'CSV未作成',
  5021.                         'NOT_APPLICABLE' => '対象外',
  5022.                         'WAITING_FOR_REFRECTON' => '反映待ち',
  5023.                         'SUCCESS_PAYMENT' => '決済成功',
  5024.                         'FAILURE_PAYMENT' => '決済失敗',
  5025.                     ],
  5026.                 ],
  5027.                 'VG4G_FEW_CREDIT_FLG_ON' => 1,
  5028.                 'VT4G_PAYMENT_TARGET_YES' => 1,
  5029.                 'VT4G_PAYMENT_TARGET_NO' => 0,
  5030.                 'VT4G_LOCK_TIMEOUT' => NULL,
  5031.                 'VT4G_CSV_REQUEST_DETAIL_HEADER' => [
  5032.                     => '決済依頼イベント番号',
  5033.                     => '決済依頼イベント名',
  5034.                     => '継続課金用販売種別名',
  5035.                     => '決済依頼番号',
  5036.                     => '決済依頼ステータス',
  5037.                     => '会員番号',
  5038.                     => '会員名',
  5039.                     => '初回注文ID',
  5040.                     => '取引ID',
  5041.                     => '決済金額',
  5042.                     10 => '決済手数料',
  5043.                     11 => '決済依頼明細番号',
  5044.                     12 => '商品名',
  5045.                     13 => '金額',
  5046.                     14 => '数量',
  5047.                     15 => '付与ポイント',
  5048.                     16 => '出荷ID',
  5049.                     17 => '配送先_お名前',
  5050.                     18 => '配送先_住所',
  5051.                     19 => 'CSV対象',
  5052.                 ],
  5053.             ],
  5054.             'eccube_rate_limiter_configs' => [
  5055.             ],
  5056.             'eccube.plugins.enabled' => [
  5057.                 => 'Recommend42',
  5058.                 => 'SalesReport42',
  5059.                 => 'RelatedProduct42',
  5060.                 => 'ProductReview42',
  5061.                 => 'RefineCheckItem42',
  5062.                 => 'VeriTrans4G2',
  5063.                 => 'ExpressLink42',
  5064.                 => 'DeliveryPlus42',
  5065.             ],
  5066.             'eccube.plugins.disabled' => [
  5067.                 => 'Coupon42',
  5068.                 => 'MailMagazine42',
  5069.                 => 'Securitychecker42',
  5070.                 => 'SiteKit42',
  5071.             ],
  5072.             'event_dispatcher.event_aliases' => [
  5073.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5074.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5075.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5076.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5077.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5078.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5079.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5080.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5081.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5082.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5083.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5084.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5085.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5086.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5087.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5088.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5089.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5090.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  5091.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  5092.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  5093.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  5094.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  5095.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  5096.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  5097.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5098.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5099.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5100.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5101.             ],
  5102.             'fragment.renderer.hinclude.global_template' => NULL,
  5103.             'fragment.path' => '/_fragment',
  5104.             'kernel.http_method_override' => true,
  5105.             'kernel.trusted_hosts' => [
  5106.             ],
  5107.             'kernel.enabled_locales' => [
  5108.             ],
  5109.             'kernel.error_controller' => 'error_controller',
  5110.             'debug.file_link_format' => NULL,
  5111.             'asset.request_context.base_path' => NULL,
  5112.             'asset.request_context.secure' => NULL,
  5113.             'translator.logging' => false,
  5114.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5115.             'debug.error_handler.throw_at' => -1,
  5116.             'router.request_context.host' => 'localhost',
  5117.             'router.request_context.scheme' => 'http',
  5118.             'router.request_context.base_url' => '',
  5119.             'router.resource' => 'kernel::loadRoutes',
  5120.             'request_listener.http_port' => 80,
  5121.             'request_listener.https_port' => 443,
  5122.             'session.metadata.storage_key' => '_sf2_meta',
  5123.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  5124.             'session.metadata.update_threshold' => 0,
  5125.             'form.type_extension.csrf.enabled' => true,
  5126.             'form.type_extension.csrf.field_name' => '_token',
  5127.             'validator.translation_domain' => 'validators',
  5128.             'profiler_listener.only_exceptions' => false,
  5129.             'profiler_listener.only_main_requests' => false,
  5130.             'security.role_hierarchy.roles' => [
  5131.             ],
  5132.             'security.access.denied_url' => NULL,
  5133.             'security.authentication.manager.erase_credentials' => true,
  5134.             'security.authentication.session_strategy.strategy' => 'migrate',
  5135.             'security.access.always_authenticate_before_granting' => false,
  5136.             'security.authentication.hide_user_not_found' => true,
  5137.             'security.firewalls' => [
  5138.                 => 'dev',
  5139.                 => 'admin',
  5140.                 => 'customer',
  5141.             ],
  5142.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5143.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5144.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5145.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5146.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5147.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5148.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5149.             'doctrine.entity_managers' => [
  5150.                 'default' => 'doctrine.orm.default_entity_manager',
  5151.             ],
  5152.             'doctrine.default_entity_manager' => 'default',
  5153.             'doctrine.dbal.connection_factory.types' => [
  5154.                 'datetime' => [
  5155.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  5156.                 ],
  5157.                 'datetimetz' => [
  5158.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  5159.                 ],
  5160.             ],
  5161.             'doctrine.connections' => [
  5162.                 'default' => 'doctrine.dbal.default_connection',
  5163.             ],
  5164.             'doctrine.default_connection' => 'default',
  5165.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5166.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5167.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5168.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5169.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5170.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5171.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5172.             'doctrine.orm.cache.memcache_port' => 11211,
  5173.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5174.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5175.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5176.             'doctrine.orm.cache.memcached_port' => 11211,
  5177.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5178.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5179.             'doctrine.orm.cache.redis_host' => 'localhost',
  5180.             'doctrine.orm.cache.redis_port' => 6379,
  5181.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5182.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5183.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5184.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5185.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5186.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5187.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5188.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5189.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5190.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5191.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5192.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5193.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5194.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5195.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5196.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5197.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5198.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5199.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5200.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5201.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5202.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5203.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5204.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5205.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5206.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5207.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5208.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5209.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5210.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5211.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5212.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  5213.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5214.             'monolog.use_microseconds' => true,
  5215.             'monolog.swift_mailer.handlers' => [
  5216.             ],
  5217.             'monolog.handlers_to_channels' => [
  5218.                 'monolog.handler.console' => [
  5219.                     'type' => 'exclusive',
  5220.                     'elements' => [
  5221.                         => 'event',
  5222.                         => 'doctrine',
  5223.                         => 'console',
  5224.                     ],
  5225.                 ],
  5226.                 'monolog.handler.buffered' => [
  5227.                     'type' => 'exclusive',
  5228.                     'elements' => [
  5229.                         => 'event',
  5230.                     ],
  5231.                 ],
  5232.             ],
  5233.             'twig.form.resources' => [
  5234.                 => 'form_div_layout.html.twig',
  5235.                 => 'bootstrap_5_layout.html.twig',
  5236.             ],
  5237.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5238.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5239.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5240.             'web_profiler.debug_toolbar.mode' => 2,
  5241.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  5242.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5243.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5244.             'knp_paginator.page_range' => 5,
  5245.             'knp_paginator.page_limit' => NULL,
  5246.             'doctrine.migrations.preferred_em' => NULL,
  5247.             'doctrine.migrations.preferred_connection' => NULL,
  5248.             'maker.compatible_check.doctrine.supports_attributes' => true,
  5249.             'data_collector.templates' => [
  5250.                 'data_collector.request' => [
  5251.                     => 'request',
  5252.                     => '@WebProfiler/Collector/request.html.twig',
  5253.                 ],
  5254.                 'data_collector.time' => [
  5255.                     => 'time',
  5256.                     => '@WebProfiler/Collector/time.html.twig',
  5257.                 ],
  5258.                 'data_collector.memory' => [
  5259.                     => 'memory',
  5260.                     => '@WebProfiler/Collector/memory.html.twig',
  5261.                 ],
  5262.                 'data_collector.validator' => [
  5263.                     => 'validator',
  5264.                     => '@WebProfiler/Collector/validator.html.twig',
  5265.                 ],
  5266.                 'data_collector.ajax' => [
  5267.                     => 'ajax',
  5268.                     => '@WebProfiler/Collector/ajax.html.twig',
  5269.                 ],
  5270.                 'data_collector.form' => [
  5271.                     => 'form',
  5272.                     => '@WebProfiler/Collector/form.html.twig',
  5273.                 ],
  5274.                 'data_collector.exception' => [
  5275.                     => 'exception',
  5276.                     => '@WebProfiler/Collector/exception.html.twig',
  5277.                 ],
  5278.                 'data_collector.logger' => [
  5279.                     => 'logger',
  5280.                     => '@WebProfiler/Collector/logger.html.twig',
  5281.                 ],
  5282.                 'data_collector.events' => [
  5283.                     => 'events',
  5284.                     => '@WebProfiler/Collector/events.html.twig',
  5285.                 ],
  5286.                 'data_collector.router' => [
  5287.                     => 'router',
  5288.                     => '@WebProfiler/Collector/router.html.twig',
  5289.                 ],
  5290.                 'data_collector.cache' => [
  5291.                     => 'cache',
  5292.                     => '@WebProfiler/Collector/cache.html.twig',
  5293.                 ],
  5294.                 'data_collector.translation' => [
  5295.                     => 'translation',
  5296.                     => '@WebProfiler/Collector/translation.html.twig',
  5297.                 ],
  5298.                 'data_collector.security' => [
  5299.                     => 'security',
  5300.                     => '@Security/Collector/security.html.twig',
  5301.                 ],
  5302.                 'data_collector.twig' => [
  5303.                     => 'twig',
  5304.                     => '@WebProfiler/Collector/twig.html.twig',
  5305.                 ],
  5306.                 'data_collector.doctrine' => [
  5307.                     => 'db',
  5308.                     => '@Doctrine/Collector/db.html.twig',
  5309.                 ],
  5310.                 'doctrine_migrations.migrations_collector' => [
  5311.                     => 'doctrine_migrations',
  5312.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5313.                 ],
  5314.                 'data_collector.dump' => [
  5315.                     => 'dump',
  5316.                     => '@Debug/Profiler/dump.html.twig',
  5317.                 ],
  5318.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  5319.                 'mailer.data_collector' => [
  5320.                     => 'mailer',
  5321.                     => '@WebProfiler/Collector/mailer.html.twig',
  5322.                 ],
  5323.                 'data_collector.config' => [
  5324.                     => 'config',
  5325.                     => '@WebProfiler/Collector/config.html.twig',
  5326.                 ],
  5327.                 'eccube.collector.core' => [
  5328.                     => 'eccube_core',
  5329.                     => '@toolbar/eccube.html.twig',
  5330.                 ],
  5331.             ],
  5332.             'console.command.ids' => [
  5333.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  5334.             ],
  5335.         ];
  5336.     }
  5337.     protected function throw($message)
  5338.     {
  5339.         throw new RuntimeException($message);
  5340.     }
  5341. }