var/cache/dev/ContainerP0qnPb1/Eccube_KernelDevDebugContainer.php line 2890

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