var/cache/dev/Container1xw4cde/Eccube_KernelDevDebugContainer.php line 3016

Open in your IDE?
  1. <?php
  2. namespace Container1xw4cde;
  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\\PluginService' => 'getPluginServiceService',
  45.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  46.             'cache.app' => 'getCache_AppService',
  47.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  48.             'cache.system' => 'getCache_SystemService',
  49.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  50.             'data_collector.dump' => 'getDataCollector_DumpService',
  51.             'doctrine' => 'getDoctrineService',
  52.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  53.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  54.             'event_dispatcher' => 'getEventDispatcherService',
  55.             'http_kernel' => 'getHttpKernelService',
  56.             'monolog.logger.ShoppingIndexSubscriber' => 'getMonolog_Logger_ShoppingIndexSubscriberService',
  57.             'request_stack' => 'getRequestStackService',
  58.             'router' => 'getRouterService',
  59.             'translator' => 'getTranslatorService',
  60.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  61.             'cache_clearer' => 'getCacheClearerService',
  62.             'filesystem' => 'getFilesystemService',
  63.             'state_machine.order' => 'getStateMachine_OrderService',
  64.             'serializer' => 'getSerializerService',
  65.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  66.             'form.factory' => 'getForm_FactoryService',
  67.             'form.type.file' => 'getForm_Type_FileService',
  68.             'profiler' => 'getProfilerService',
  69.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  70.             'security.token_storage' => 'getSecurity_TokenStorageService',
  71.             'twig' => 'getTwigService',
  72.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  73.             'session' => 'getSessionService',
  74.             'validator' => 'getValidatorService',
  75.         ];
  76.         $this->fileMap = [
  77.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  78.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  79.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  80.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  81.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  82.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  83.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  84.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  85.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  86.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  87.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  88.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  89.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  90.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  91.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  92.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  93.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  94.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  95.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  96.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  97.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  98.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  99.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  100.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  101.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  102.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  103.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  104.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  105.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  106.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  107.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  108.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service',
  109.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  110.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService',
  111.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  112.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  113.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  114.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  115.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  116.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  117.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  118.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  119.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  120.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  121.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  122.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  123.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  124.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  125.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  126.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  127.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  128.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  129.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  130.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  131.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  132.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  133.             'Eccube\\Controller\\Block\\CartController' => 'getCartControllerService',
  134.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  135.             'Eccube\\Controller\\Block\\SideMenuMyController' => 'getSideMenuMyControllerService',
  136.             'Eccube\\Controller\\Block\\categorybannerCol3Controller' => 'getCategorybannerCol3ControllerService',
  137.             'Eccube\\Controller\\Block\\eventbannerCol2Controller' => 'getEventbannerCol2ControllerService',
  138.             'Eccube\\Controller\\CartController' => 'getCartController2Service',
  139.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  140.             'Eccube\\Controller\\EntryController' => 'getEntryControllerService',
  141.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  142.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  143.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  144.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  145.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  146.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  147.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService',
  148.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  149.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  150.             'Eccube\\Controller\\ProductController' => 'getProductController2Service',
  151.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  152.             'Eccube\\Controller\\ShoppingController' => 'getShoppingControllerService',
  153.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  154.             'Eccube\\Controller\\TopController' => 'getTopControllerService',
  155.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  156.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  157.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  158.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  159.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  160.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  161.             'Plugin\\Api42\\Controller\\Admin\\GraphiQLController' => 'getGraphiQLControllerService',
  162.             'Plugin\\Api42\\Controller\\Admin\\OAuthController' => 'getOAuthControllerService',
  163.             'Plugin\\Api42\\Controller\\Admin\\WebHookController' => 'getWebHookControllerService',
  164.             'Plugin\\Api42\\Controller\\ApiController' => 'getApiControllerService',
  165.             'Plugin\\Coupon42\\Controller\\Admin\\CouponController' => 'getCouponControllerService',
  166.             'Plugin\\Coupon42\\Controller\\Admin\\CouponSearchModelController' => 'getCouponSearchModelControllerService',
  167.             'Plugin\\Coupon42\\Controller\\CouponShoppingController' => 'getCouponShoppingControllerService',
  168.             'Plugin\\Paid4\\Controller\\Admin\\Customer\\PaidCustomerController' => 'getPaidCustomerControllerService',
  169.             'Plugin\\Paid4\\Controller\\Admin\\Order\\PaidCsvImport' => 'getPaidCsvImportService',
  170.             'Plugin\\Paid4\\Controller\\Admin\\PaidConfigController' => 'getPaidConfigControllerService',
  171.             'Plugin\\Paid4\\Controller\\MypagePaidEntryController' => 'getMypagePaidEntryControllerService',
  172.             'Plugin\\Paid4\\Controller\\MypagePaidInformationController' => 'getMypagePaidInformationControllerService',
  173.             'Plugin\\Paid4\\Service\\Payment\\Method\\PaidMethod' => 'getPaidMethodService',
  174.             'Plugin\\ProductReview42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  175.             'Plugin\\ProductReview42\\Controller\\Admin\\ProductReviewController' => 'getProductReviewControllerService',
  176.             'Plugin\\ProductReview42\\Controller\\ProductReviewController' => 'getProductReviewController2Service',
  177.             'Plugin\\Recommend42\\Controller\\RecommendController' => 'getRecommendControllerService',
  178.             'Plugin\\Recommend42\\Controller\\RecommendSearchModelController' => 'getRecommendSearchModelControllerService',
  179.             'Plugin\\RefineCheckItem42\\Controller\\RefineCheckItemController' => 'getRefineCheckItemControllerService',
  180.             'Plugin\\RelatedProduct42\\Controller\\Admin\\RelatedProductController' => 'getRelatedProductControllerService',
  181.             'Plugin\\SDream\\Controller\\Admin\\BankReminderController' => 'getBankReminderControllerService',
  182.             'Plugin\\SDream\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  183.             'Plugin\\SDream\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerController2Service',
  184.             'Plugin\\SDream\\Controller\\Admin\\ISP\\IspOrderController' => 'getIspOrderControllerService',
  185.             'Plugin\\SDream\\Controller\\Admin\\Order\\BillingCsvController' => 'getBillingCsvControllerService',
  186.             'Plugin\\SDream\\Controller\\Admin\\Order\\MailToSellerController' => 'getMailToSellerControllerService',
  187.             'Plugin\\SDream\\Controller\\Admin\\Product\\OrderQuantityController' => 'getOrderQuantityControllerService',
  188.             'Plugin\\SDream\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassController2Service',
  189.             'Plugin\\SDream\\Controller\\Admin\\Product\\ProductController' => 'getProductController3Service',
  190.             'Plugin\\SDream\\Controller\\Admin\\Product\\ProductSellerPriceController' => 'getProductSellerPriceControllerService',
  191.             'Plugin\\SDream\\Controller\\Admin\\VariableWeightBankReminderController' => 'getVariableWeightBankReminderControllerService',
  192.             'Plugin\\SDream\\Controller\\ProductController' => 'getProductController4Service',
  193.             'Plugin\\SalesReport42\\Controller\\SalesReportController' => 'getSalesReportControllerService',
  194.             'Plugin\\Securitychecker42\\Controller\\ConfigController' => 'getConfigController3Service',
  195.             'Plugin\\VeriTrans4G2\\Controller\\AbstractVt4gController' => 'getAbstractVt4gControllerService',
  196.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Content\\Page\\Preview\\Vt4gPayment\\RakutenButtonController' => 'getRakutenButtonControllerService',
  197.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Customer\\EditController' => 'getEditController2Service',
  198.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Customer\\SubscCustomerController' => 'getSubscCustomerControllerService',
  199.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvRegistrationController' => 'getCsvRegistrationControllerService',
  200.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvRequestController' => 'getCsvRequestControllerService',
  201.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvResultController' => 'getCsvResultControllerService',
  202.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvUploadController' => 'getCsvUploadControllerService',
  203.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\EditController' => 'getEditController3Service',
  204.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\PluginConfigController' => 'getPluginConfigControllerService',
  205.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Product\\ChangeSaleTypeController' => 'getChangeSaleTypeControllerService',
  206.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Product\\SubscSalestypeController' => 'getSubscSalestypeControllerService',
  207.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Setting\\Shop\\PaymentRegistController' => 'getPaymentRegistControllerService',
  208.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Setting\\System\\LogDownloadController' => 'getLogDownloadControllerService',
  209.             'Plugin\\VeriTrans4G2\\Controller\\MyPage\\SubscPaymentHistoryController' => 'getSubscPaymentHistoryControllerService',
  210.             'Plugin\\VeriTrans4G2\\Controller\\PaymentController' => 'getPaymentController2Service',
  211.             'Plugin\\VeriTrans4G2\\Controller\\PaymentRecvController' => 'getPaymentRecvControllerService',
  212.             'Plugin\\VeriTrans4G2\\Controller\\Vt4gAccountIdController' => 'getVt4gAccountIdControllerService',
  213.             'Plugin\\VeriTrans4G2\\Controller\\Vt4gReTradeController' => 'getVt4gReTradeControllerService',
  214.             'Plugin\\VeriTrans4G2\\Service\\Method\\CommonMethod' => 'getCommonMethodService',
  215.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  216.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  217.             'cache.app_clearer' => 'getCache_AppClearerService',
  218.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  219.             'cache.system_clearer' => 'getCache_SystemClearerService',
  220.             'cache_warmer' => 'getCacheWarmerService',
  221.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  222.             'console.command_loader' => 'getConsole_CommandLoaderService',
  223.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  224.             'eccube.logger' => 'getEccube_LoggerService',
  225.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService',
  226.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  227.             'error_controller' => 'getErrorControllerService',
  228.             'knp_paginator' => 'getKnpPaginatorService',
  229.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  230.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  231.             'monolog.logger.BankReminderController' => 'getMonolog_Logger_BankReminderControllerService',
  232.             'monolog.logger.BillingCsvController' => 'getMonolog_Logger_BillingCsvControllerService',
  233.             'monolog.logger.CartSubscriber' => 'getMonolog_Logger_CartSubscriberService',
  234.             'monolog.logger.DisplayProductSyncService' => 'getMonolog_Logger_DisplayProductSyncServiceService',
  235.             'monolog.logger.IspOrderController' => 'getMonolog_Logger_IspOrderControllerService',
  236.             'monolog.logger.OrderMailSubscriber' => 'getMonolog_Logger_OrderMailSubscriberService',
  237.             'monolog.logger.Paid4' => 'getMonolog_Logger_Paid4Service',
  238.             'monolog.logger.PriceCompareController' => 'getMonolog_Logger_PriceCompareControllerService',
  239.             'monolog.logger.PriceRuleController' => 'getMonolog_Logger_PriceRuleControllerService',
  240.             'monolog.logger.ProductClassGetNetSiteDataService' => 'getMonolog_Logger_ProductClassGetNetSiteDataServiceService',
  241.             'monolog.logger.ProductClassSellerKeySubscriber' => 'getMonolog_Logger_ProductClassSellerKeySubscriberService',
  242.             'monolog.logger.ProductClassSyncSubscriber' => 'getMonolog_Logger_ProductClassSyncSubscriberService',
  243.             'monolog.logger.ProductCodeConverterController' => 'getMonolog_Logger_ProductCodeConverterControllerService',
  244.             'monolog.logger.ProductCodeConverterService' => 'getMonolog_Logger_ProductCodeConverterServiceService',
  245.             'monolog.logger.ProductController' => 'getMonolog_Logger_ProductControllerService',
  246.             'monolog.logger.ProductSellerPriceController' => 'getMonolog_Logger_ProductSellerPriceControllerService',
  247.             'monolog.logger.ProductSyncSubscriber' => 'getMonolog_Logger_ProductSyncSubscriberService',
  248.             'monolog.logger.SandreaMailToSellerController' => 'getMonolog_Logger_SandreaMailToSellerControllerService',
  249.             'monolog.logger.SandreaOrinalPlugin' => 'getMonolog_Logger_SandreaOrinalPluginService',
  250.             'monolog.logger.SandreaOrinalPluginAllowPaymentService' => 'getMonolog_Logger_SandreaOrinalPluginAllowPaymentServiceService',
  251.             'monolog.logger.SandreaOrinalPluginCartController' => 'getMonolog_Logger_SandreaOrinalPluginCartControllerService',
  252.             'monolog.logger.SandreaOrinalPluginShoppingController' => 'getMonolog_Logger_SandreaOrinalPluginShoppingControllerService',
  253.             'monolog.logger.ShoppingConfirmSubscriber' => 'getMonolog_Logger_ShoppingConfirmSubscriberService',
  254.             'monolog.logger.ShoppingFlowSubscriber' => 'getMonolog_Logger_ShoppingFlowSubscriberService',
  255.             'monolog.logger.VariableWeightBankReminderController' => 'getMonolog_Logger_VariableWeightBankReminderControllerService',
  256.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  257.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  258.             'routing.loader' => 'getRouting_LoaderService',
  259.             'services_resetter' => 'getServicesResetterService',
  260.             'vt4g_plugin.purchase.flow.shopping.purchase.rollback' => 'getVt4gPlugin_Purchase_Flow_Shopping_Purchase_RollbackService',
  261.             'vt4g_plugin.service.admin.csv_registration' => 'getVt4gPlugin_Service_Admin_CsvRegistrationService',
  262.             'vt4g_plugin.service.admin.customer_csv_export_extension' => 'getVt4gPlugin_Service_Admin_CustomerCsvExportExtensionService',
  263.             'vt4g_plugin.service.admin.customer_edit_extension' => 'getVt4gPlugin_Service_Admin_CustomerEditExtensionService',
  264.             'vt4g_plugin.service.admin.customer_index_extension' => 'getVt4gPlugin_Service_Admin_CustomerIndexExtensionService',
  265.             'vt4g_plugin.service.admin.order_edit_extension' => 'getVt4gPlugin_Service_Admin_OrderEditExtensionService',
  266.             'vt4g_plugin.service.admin.order_index_extension' => 'getVt4gPlugin_Service_Admin_OrderIndexExtensionService',
  267.             'vt4g_plugin.service.admin.plugin.config' => 'getVt4gPlugin_Service_Admin_Plugin_ConfigService',
  268.             'vt4g_plugin.service.admin.product.subsc_extension' => 'getVt4gPlugin_Service_Admin_Product_SubscExtensionService',
  269.             'vt4g_plugin.service.admin.setting_shop_payment' => 'getVt4gPlugin_Service_Admin_SettingShopPaymentService',
  270.             'vt4g_plugin.service.admin.setting_shop_payment_add_regist_btn' => 'getVt4gPlugin_Service_Admin_SettingShopPaymentAddRegistBtnService',
  271.             'vt4g_plugin.service.cart.index_extension' => 'getVt4gPlugin_Service_Cart_IndexExtensionService',
  272.             'vt4g_plugin.service.front.mypage.withdraw_extension' => 'getVt4gPlugin_Service_Front_Mypage_WithdrawExtensionService',
  273.             'vt4g_plugin.service.front.mypage_extension' => 'getVt4gPlugin_Service_Front_MypageExtensionService',
  274.             'vt4g_plugin.service.mail_message' => 'getVt4gPlugin_Service_MailMessageService',
  275.             'vt4g_plugin.service.method.common' => 'getVt4gPlugin_Service_Method_CommonService',
  276.             'vt4g_plugin.service.payment_alipay' => 'getVt4gPlugin_Service_PaymentAlipayService',
  277.             'vt4g_plugin.service.payment_atm' => 'getVt4gPlugin_Service_PaymentAtmService',
  278.             'vt4g_plugin.service.payment_bank' => 'getVt4gPlugin_Service_PaymentBankService',
  279.             'vt4g_plugin.service.payment_base' => 'getVt4gPlugin_Service_PaymentBaseService',
  280.             'vt4g_plugin.service.payment_credit' => 'getVt4gPlugin_Service_PaymentCreditService',
  281.             'vt4g_plugin.service.payment_cvs' => 'getVt4gPlugin_Service_PaymentCvsService',
  282.             'vt4g_plugin.service.payment_linepay' => 'getVt4gPlugin_Service_PaymentLinepayService',
  283.             'vt4g_plugin.service.payment_paypal' => 'getVt4gPlugin_Service_PaymentPaypalService',
  284.             'vt4g_plugin.service.payment_paypay' => 'getVt4gPlugin_Service_PaymentPaypayService',
  285.             'vt4g_plugin.service.payment_rakuten' => 'getVt4gPlugin_Service_PaymentRakutenService',
  286.             'vt4g_plugin.service.payment_rakuten_v2' => 'getVt4gPlugin_Service_PaymentRakutenV2Service',
  287.             'vt4g_plugin.service.payment_recruit' => 'getVt4gPlugin_Service_PaymentRecruitService',
  288.             'vt4g_plugin.service.payment_recv' => 'getVt4gPlugin_Service_PaymentRecvService',
  289.             'vt4g_plugin.service.payment_upop' => 'getVt4gPlugin_Service_PaymentUpopService',
  290.             'vt4g_plugin.service.shopping.confirm' => 'getVt4gPlugin_Service_Shopping_ConfirmService',
  291.             'vt4g_plugin.service.shopping_index_extension' => 'getVt4gPlugin_Service_ShoppingIndexExtensionService',
  292.             'vt4g_plugin.service.util' => 'getVt4gPlugin_Service_UtilService',
  293.             'vt4g_plugin.service.vt4g_account_id' => 'getVt4gPlugin_Service_Vt4gAccountIdService',
  294.             'vt4g_plugin.service.vt4g_mdk' => 'getVt4gPlugin_Service_Vt4gMdkService',
  295.             'vt4g_plugin.service.vt4g_retrade' => 'getVt4gPlugin_Service_Vt4gRetradeService',
  296.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  297.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  298.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  299.         ];
  300.         $this->aliases = [
  301.             'database_connection' => 'doctrine.dbal.default_connection',
  302.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  303.         ];
  304.         $this->privates['service_container'] = function () {
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  311.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  315.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  316.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  318.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  319.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  320.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  321.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  322.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  323.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  328.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  329.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  330.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  331.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  337.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  338.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  339.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  340.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  341.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  342.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  343.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  344.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  345.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  346.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  347.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  348.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  349.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  350.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  351.             include_once \dirname(__DIR__4).'/src/Eccube/Service/EntityProxyService.php';
  352.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PluginApiService.php';
  353.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PluginContext.php';
  354.             include_once \dirname(__DIR__4).'/src/Eccube/Service/SchemaService.php';
  355.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  356.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  358.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  359.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  360.             include_once \dirname(__DIR__4).'/src/Eccube/Util/CacheUtil.php';
  361.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  362.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Composer/ComposerServiceInterface.php';
  363.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Composer/ComposerServiceFactory.php';
  364.             include_once \dirname(__DIR__4).'/app/Plugin/Api42/Repository/WebHookRepository.php';
  365.             include_once \dirname(__DIR__4).'/app/Plugin/Api42/Service/WebHookEvents.php';
  366.             include_once \dirname(__DIR__4).'/app/Plugin/Api42/Service/WebHookTrigger.php';
  367.             include_once \dirname(__DIR__4).'/app/Plugin/Api42/Service/CoreEntityTrigger.php';
  368.             include_once \dirname(__DIR__4).'/app/Plugin/Api42/Service/WebHookService.php';
  369.             include_once \dirname(__DIR__4).'/app/Plugin/Paid4/EventSubscriber/AdminCustomerEditEventSubscriber.php';
  370.             include_once \dirname(__DIR__4).'/app/Plugin/Paid4/EventSubscriber/AdminOrderEventSubscriber.php';
  371.             include_once \dirname(__DIR__4).'/app/Plugin/Paid4/EventSubscriber/EntryEventSubscriber.php';
  372.             include_once \dirname(__DIR__4).'/app/Plugin/Paid4/Repository/PaidConfigRepository.php';
  373.             include_once \dirname(__DIR__4).'/app/Plugin/Paid4/Service/PaidApi/PaidHelper.php';
  374.             include_once \dirname(__DIR__4).'/app/Plugin/Paid4/Service/PaidApi/PaidHelperMember.php';
  375.             include_once \dirname(__DIR__4).'/app/Plugin/Paid4/Service/PaidCustomerService.php';
  376.             include_once \dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Event.php';
  377.             include_once \dirname(__DIR__4).'/app/Plugin/SDream/EventSubscriber/ShoppingIndexSubscriber.php';
  378.             include_once \dirname(__DIR__4).'/app/Plugin/SDream/Service/PaymentRestrictionService.php';
  379.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
  381.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php';
  382.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  383.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  384.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  387.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  388.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  390.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  391.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  419.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  425.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  462.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  473.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  474.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  475.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  476.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  532.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  539.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  543.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  546.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  548.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  549.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  551.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  555.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  556.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  557.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  558.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  559.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  561.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  562.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  563.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  564.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  567.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  570.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  571.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  572.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  574.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  575.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  576.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  577.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  578.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  580.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  581.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  584.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  585.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  586.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  587.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  588.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  589.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  591.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  604.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  605.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  606.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  607.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  608.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  609.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  610.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  611.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  612.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  648.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  649.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  650.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  655.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  657.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  658.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  659.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  660.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  661.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  662.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  663.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  664.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  665.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  673.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  696.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  697.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  698.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  699.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  700.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  701.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  702.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  703.             include_once \dirname(__DIR__4).'/app/Plugin/Paid4/Twig/Extension/EccubeExtension.php';
  704.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  705.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  707.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  708.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  709.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  710.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  712.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  714.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  721.         };
  722.     }
  723.     public function compile(): void
  724.     {
  725.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  726.     }
  727.     public function isCompiled(): bool
  728.     {
  729.         return true;
  730.     }
  731.     public function getRemovedIds(): array
  732.     {
  733.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  734.     }
  735.     protected function load($file$lazyLoad true)
  736.     {
  737.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  738.             return $class::do($this$lazyLoad);
  739.         }
  740.         if ('.' === $file[-4]) {
  741.             $class substr($class0, -4);
  742.         } else {
  743.             $file .= '.php';
  744.         }
  745.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  746.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  747.     }
  748.     protected function createProxy($class\Closure $factory)
  749.     {
  750.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  751.         return $factory();
  752.     }
  753.     /**
  754.      * Gets the public '.container.private.profiler' shared service.
  755.      *
  756.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  757.      */
  758.     protected function get_Container_Private_ProfilerService()
  759.     {
  760.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  761.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  762.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  763.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  764.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  765.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  766.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  767.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  768.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  769.         $a->pushHandler(($this->privates['monolog.handler.Paid4_rotating_file'] ?? $this->getMonolog_Handler_Paid4RotatingFileService()));
  770.         $a->pushHandler(($this->privates['monolog.handler.SandreaOrinalPlugin_rotating_file'] ?? $this->getMonolog_Handler_SandreaOrinalPluginRotatingFileService()));
  771.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  772.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  773.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  774.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  775.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  776.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  777.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  778.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  779.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  780.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  781.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  782.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  783.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  784.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  785.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  786.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  787.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  788.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  789.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  790.         if ($this->has('kernel')) {
  791.             $e->setKernel($b);
  792.         }
  793.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  794.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  795.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  796.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  797.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  798.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  799.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  800.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  801.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  802.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  803.         $instance->add($d);
  804.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  805.         $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));
  806.         $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())));
  807.         $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([])))));
  808.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  809.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  810.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  811.         $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()))));
  812.         $instance->add($e);
  813.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  814.         return $instance;
  815.     }
  816.     /**
  817.      * Gets the public '.container.private.security.authorization_checker' shared service.
  818.      *
  819.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  820.      */
  821.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  822.     {
  823.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  824.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  825.             return $this->services['.container.private.security.authorization_checker'];
  826.         }
  827.         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);
  828.     }
  829.     /**
  830.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  831.      *
  832.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  833.      */
  834.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  835.     {
  836.         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())));
  837.     }
  838.     /**
  839.      * Gets the public '.container.private.security.token_storage' shared service.
  840.      *
  841.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  842.      */
  843.     protected function get_Container_Private_Security_TokenStorageService()
  844.     {
  845.         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, [
  846.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  847.         ], [
  848.             'request_stack' => '?',
  849.         ]));
  850.     }
  851.     /**
  852.      * Gets the public '.container.private.session' shared service.
  853.      *
  854.      * @return \Symfony\Component\HttpFoundation\Session\Session
  855.      */
  856.     protected function get_Container_Private_SessionService()
  857.     {
  858.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  859.         if (isset($this->services['.container.private.session'])) {
  860.             return $this->services['.container.private.session'];
  861.         }
  862.         return $this->services['.container.private.session'] = $a->createSession();
  863.     }
  864.     /**
  865.      * Gets the public '.container.private.state_machine.order' shared service.
  866.      *
  867.      * @return \Symfony\Component\Workflow\StateMachine
  868.      */
  869.     protected function get_Container_Private_StateMachine_OrderService()
  870.     {
  871.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  872.         if (isset($this->services['.container.private.state_machine.order'])) {
  873.             return $this->services['.container.private.state_machine.order'];
  874.         }
  875.         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);
  876.     }
  877.     /**
  878.      * Gets the public '.container.private.twig' shared service.
  879.      *
  880.      * @return \Twig\Environment
  881.      */
  882.     protected function get_Container_Private_TwigService()
  883.     {
  884.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  885.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/template'), 'Recommend42');
  886.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/template'), 'Coupon42');
  887.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/template'), 'SalesReport42');
  888.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/template'), 'RelatedProduct42');
  889.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Resource/template'), 'Securitychecker42');
  890.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/template'), 'ProductReview42');
  891.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Api42/Resource/template'), 'Api42');
  892.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SandreaOrinalPlugin/Resource/template'), 'SandreaOrinalPlugin');
  893.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/template'), 'VeriTrans4G2');
  894.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/template'), 'RefineCheckItem42');
  895.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Paid4/Resource/template'), 'Paid4');
  896.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SDream/Resource/template'), 'SDream');
  897.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  898.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  899.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  900.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  901.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  902.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  903.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  904.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  905.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  906.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  907.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  908.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  909.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  910.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  911.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  912.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  913.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  914.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  915.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  916.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  917.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  918.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  919.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  920.         $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']);
  921.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  922.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  923.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  924.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  925.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  926.         $g = ($this->services['router'] ?? $this->getRouterService());
  927.         $h = new \Symfony\Component\Workflow\Registry();
  928.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  929.         $i = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  930.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  931.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  932.         $k = new \Symfony\Bridge\Twig\AppVariable();
  933.         $k->setEnvironment('dev');
  934.         $k->setDebug(true);
  935.         if ($this->has('.container.private.security.token_storage')) {
  936.             $k->setTokenStorage($c);
  937.         }
  938.         if ($this->has('request_stack')) {
  939.             $k->setRequestStack($b);
  940.         }
  941.         $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  942.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  943.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  944.         $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)));
  945.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  946.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  947.         $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 () {
  948.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  949.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  950.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  951.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  952.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  953.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  954.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  955.         }, 7))));
  956.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  957.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  958.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  959.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  960.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  961.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  962.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  963.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  964.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  965.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  966.         $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())));
  967.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  968.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  969.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  970.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  971.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  972.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  973.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  974.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  975.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  976.         $instance->addExtension(new \Plugin\Paid4\Twig\Extension\EccubeExtension($i));
  977.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  978.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  979.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  980.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  981.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  982.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  983.         $instance->addGlobal('app'$k);
  984.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  985.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  986.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  987.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  988.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  989.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  990.         ], [
  991.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  992.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  993.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  994.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  995.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  996.         ])));
  997.         $instance->addGlobal('BaseInfo'NULL);
  998.         $instance->addGlobal('eccube_config'$i);
  999.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1000.         $instance->registerUndefinedFilterCallback([=> $l=> 'suggestFilter']);
  1001.         $instance->registerUndefinedFunctionCallback([=> $l=> 'suggestFunction']);
  1002.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  1003.         return $instance;
  1004.     }
  1005.     /**
  1006.      * Gets the public '.container.private.validator' shared service.
  1007.      *
  1008.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1009.      */
  1010.     protected function get_Container_Private_ValidatorService()
  1011.     {
  1012.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1013.         if (isset($this->services['.container.private.validator'])) {
  1014.             return $this->services['.container.private.validator'];
  1015.         }
  1016.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1017.     }
  1018.     /**
  1019.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  1020.      *
  1021.      * @return \Detection\MobileDetect
  1022.      */
  1023.     protected function getMobileDetectService()
  1024.     {
  1025.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  1026.     }
  1027.     /**
  1028.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  1029.      *
  1030.      * @return \Eccube\Common\EccubeConfig
  1031.      */
  1032.     protected function getEccubeConfigService()
  1033.     {
  1034.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  1035.     }
  1036.     /**
  1037.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  1038.      *
  1039.      * @return \Eccube\Repository\PluginRepository
  1040.      */
  1041.     protected function getPluginRepositoryService($lazyLoad true)
  1042.     {
  1043.         if ($lazyLoad) {
  1044.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  1045.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1046.                     $wrappedInstance $this->getPluginRepositoryService(false);
  1047.                     $proxy->setProxyInitializer(null);
  1048.                     return true;
  1049.                 });
  1050.             });
  1051.         }
  1052.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  1053.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1054.     }
  1055.     /**
  1056.      * Gets the public 'Eccube\Service\PluginService' shared autowired service.
  1057.      *
  1058.      * @return \Eccube\Service\PluginService
  1059.      */
  1060.     protected function getPluginServiceService($lazyLoad true)
  1061.     {
  1062.         if ($lazyLoad) {
  1063.             return $this->services['Eccube\\Service\\PluginService'] = $this->createProxy('PluginService_e75fd88', function () {
  1064.                 return \PluginService_e75fd88::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1065.                     $wrappedInstance $this->getPluginServiceService(false);
  1066.                     $proxy->setProxyInitializer(null);
  1067.                     return true;
  1068.                 });
  1069.             });
  1070.         }
  1071.         include_once \dirname(__DIR__4).'/src/Eccube/Service/PluginService.php';
  1072.         return new \Eccube\Service\PluginService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()), ($this->privates['Eccube\\Service\\EntityProxyService'] ?? $this->getEntityProxyServiceService()), ($this->privates['Eccube\\Service\\SchemaService'] ?? $this->getSchemaServiceService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), $this, ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this))), ($this->privates['Eccube\\Service\\Composer\\ComposerServiceInterface'] ?? $this->getComposerServiceInterfaceService()), ($this->privates['Eccube\\Service\\PluginApiService'] ?? $this->getPluginApiServiceService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()), ($this->privates['Eccube\\Service\\PluginContext'] ?? $this->getPluginContextService()));
  1073.     }
  1074.     /**
  1075.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  1076.      *
  1077.      * @return \Eccube\Service\SystemService
  1078.      */
  1079.     protected function getSystemServiceService($lazyLoad true)
  1080.     {
  1081.         if ($lazyLoad) {
  1082.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  1083.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1084.                     $wrappedInstance $this->getSystemServiceService(false);
  1085.                     $proxy->setProxyInitializer(null);
  1086.                     return true;
  1087.                 });
  1088.             });
  1089.         }
  1090.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  1091.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1092.     }
  1093.     /**
  1094.      * Gets the public 'cache.app' shared service.
  1095.      *
  1096.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1097.      */
  1098.     protected function getCache_AppService()
  1099.     {
  1100.         $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))));
  1101.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1102.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1103.     }
  1104.     /**
  1105.      * Gets the public 'cache.rate_limiter' shared service.
  1106.      *
  1107.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1108.      */
  1109.     protected function getCache_RateLimiterService()
  1110.     {
  1111.         $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))));
  1112.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1113.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1114.     }
  1115.     /**
  1116.      * Gets the public 'cache.system' shared service.
  1117.      *
  1118.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1119.      */
  1120.     protected function getCache_SystemService()
  1121.     {
  1122.         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())));
  1123.     }
  1124.     /**
  1125.      * Gets the public 'cache.validator_expression_language' shared service.
  1126.      *
  1127.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1128.      */
  1129.     protected function getCache_ValidatorExpressionLanguageService()
  1130.     {
  1131.         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())));
  1132.     }
  1133.     /**
  1134.      * Gets the public 'data_collector.dump' shared service.
  1135.      *
  1136.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1137.      */
  1138.     protected function getDataCollector_DumpService()
  1139.     {
  1140.         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);
  1141.     }
  1142.     /**
  1143.      * Gets the public 'doctrine' shared service.
  1144.      *
  1145.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1146.      */
  1147.     protected function getDoctrineService()
  1148.     {
  1149.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1150.     }
  1151.     /**
  1152.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1153.      *
  1154.      * @return \Doctrine\DBAL\Connection
  1155.      */
  1156.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1157.     {
  1158.         $a = new \Doctrine\DBAL\Configuration();
  1159.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1160.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1161.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1162.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1163.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1164.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1165.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1166.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1167.         $b->pushHandler(($this->privates['monolog.handler.Paid4_rotating_file'] ?? $this->getMonolog_Handler_Paid4RotatingFileService()));
  1168.         $b->pushHandler(($this->privates['monolog.handler.SandreaOrinalPlugin_rotating_file'] ?? $this->getMonolog_Handler_SandreaOrinalPluginRotatingFileService()));
  1169.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1170.         $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))));
  1171.         $c->setConnectionName('default');
  1172.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1173.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_mysql''charset' => $this->getEnv('DATABASE_CHARSET'), 'url' => $this->getEnv('resolve: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, [
  1174.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1175.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1176.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1177.             'Plugin\\Api42\\Doctrine\\EventSubscriber\\EntityListener' => ['privates''Plugin\\Api42\\Doctrine\\EventSubscriber\\EntityListener''getEntityListenerService'true],
  1178.             'Plugin\\SDream\\EventSubscriber\\Admin\\ProductClassSyncSubscriber' => ['privates''Plugin\\SDream\\EventSubscriber\\Admin\\ProductClassSyncSubscriber''getProductClassSyncSubscriberService'true],
  1179.             'Plugin\\SDream\\EventSubscriber\\ProductClassSellerKeySubscriber' => ['privates''Plugin\\SDream\\EventSubscriber\\ProductClassSellerKeySubscriber''getProductClassSellerKeySubscriberService'true],
  1180.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1181.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1182.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1183.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1184.         ], [
  1185.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1186.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1187.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1188.             'Plugin\\Api42\\Doctrine\\EventSubscriber\\EntityListener' => '?',
  1189.             'Plugin\\SDream\\EventSubscriber\\Admin\\ProductClassSyncSubscriber' => '?',
  1190.             'Plugin\\SDream\\EventSubscriber\\ProductClassSellerKeySubscriber' => '?',
  1191.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1192.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1193.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1194.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1195.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'Plugin\\Api42\\Doctrine\\EventSubscriber\\EntityListener'=> 'Plugin\\SDream\\EventSubscriber\\Admin\\ProductClassSyncSubscriber'=> 'Plugin\\SDream\\EventSubscriber\\ProductClassSellerKeySubscriber'=> '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']]), []);
  1196.     }
  1197.     /**
  1198.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1199.      *
  1200.      * @return \Doctrine\ORM\EntityManager
  1201.      */
  1202.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1203.     {
  1204.         if ($lazyLoad) {
  1205.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1206.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1207.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1208.                     $proxy->setProxyInitializer(null);
  1209.                     return true;
  1210.                 });
  1211.             });
  1212.         }
  1213.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1214.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1215.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1216.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1217.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1218.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1219.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1220.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1221.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  1222.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1223.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1224.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1225.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1226.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1227.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1228.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1229.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1230.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1231.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1232.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1233.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1234.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1235.         $a = new \Doctrine\ORM\Configuration();
  1236.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1237.         $c = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Eccube/Entity'), => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Entity')])));
  1238.         $d = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1239.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1240.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1241.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Api42/Entity')]);
  1242.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1243.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1244.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1245.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1246.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1247.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Paid4/Entity')]);
  1248.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1249.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1250.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1251.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1252.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1253.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1254.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1255.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/SDream/Entity')]);
  1256.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1257.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/SandreaOrinalPlugin/Entity')]);
  1258.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1259.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1260.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1261.         $p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1262.         $p->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1263.         $q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Entity')]);
  1264.         $q->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1265.         $b->addDriver($c'Eccube\\Entity');
  1266.         $b->addDriver($c'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1267.         $b->addDriver(new \League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver('League\\Bundle\\OAuth2ServerBundle\\Model\\Client'true), 'League\\Bundle\\OAuth2ServerBundle\\Model');
  1268.         $b->addDriver($e'Eccube\\Entity');
  1269.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1270.         $b->addDriver($f'Plugin\\Api42\\Entity');
  1271.         $b->addDriver($g'Plugin\\Coupon42\\Entity');
  1272.         $b->addDriver($h'Plugin\\MailMagazine42\\Entity');
  1273.         $b->addDriver($i'Plugin\\Paid4\\Entity');
  1274.         $b->addDriver($j'Plugin\\ProductReview42\\Entity');
  1275.         $b->addDriver($k'Plugin\\Recommend42\\Entity');
  1276.         $b->addDriver($l'Plugin\\RelatedProduct42\\Entity');
  1277.         $b->addDriver($m'Plugin\\SDream\\Entity');
  1278.         $b->addDriver($n'Plugin\\SandreaOrinalPlugin\\Entity');
  1279.         $b->addDriver($o'Plugin\\Securitychecker42\\Entity');
  1280.         $b->addDriver($p'Plugin\\SiteKit42\\Entity');
  1281.         $b->addDriver($q'Plugin\\VeriTrans4G2\\Entity');
  1282.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity''LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1283.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1284.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1285.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1286.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1287.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1288.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1289.         ], [
  1290.             'doctrine.ulid_generator' => '?',
  1291.             'doctrine.uuid_generator' => '?',
  1292.         ])));
  1293.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1294.         $a->setProxyNamespace('Proxies');
  1295.         $a->setAutoGenerateProxyClasses(true);
  1296.         $a->setSchemaIgnoreClasses([]);
  1297.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1298.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1299.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1300.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1301.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1302.         $a->setLazyGhostObjectEnabled(false);
  1303.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1304.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1305.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1306.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1307.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1308.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1309.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1310.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1311.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1312.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1313.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1314.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1315.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1316.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1317.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1318.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1319.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1320.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1321.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1322.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1323.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1324.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1325.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1326.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1327.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1328.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1329.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1330.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1331.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1332.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1333.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1334.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1335.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1336.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1337.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1338.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1339.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1340.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1341.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1342.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1343.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1344.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1345.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1346.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1347.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1348.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1349.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1350.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1351.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1352.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1353.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1354.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1355.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1356.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1357.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1358.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1359.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1360.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1361.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1362.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1363.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1364.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1365.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1366.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1367.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1368.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1369.             'Plugin\\Api42\\Repository\\WebHookRepository' => ['privates''Plugin\\Api42\\Repository\\WebHookRepository''getWebHookRepositoryService'false],
  1370.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1371.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1372.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1373.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1374.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1375.             'Plugin\\Paid4\\Repository\\PaidConfigRepository' => ['privates''Plugin\\Paid4\\Repository\\PaidConfigRepository''getPaidConfigRepositoryService'false],
  1376.             'Plugin\\Paid4\\Repository\\PaidCustomerRepository' => ['privates''Plugin\\Paid4\\Repository\\PaidCustomerRepository''getPaidCustomerRepositoryService'true],
  1377.             'Plugin\\Paid4\\Repository\\PaidOrderRepository' => ['privates''Plugin\\Paid4\\Repository\\PaidOrderRepository''getPaidOrderRepositoryService'true],
  1378.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1379.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1380.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1381.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1382.             'Plugin\\RefineCheckItem42\\Repository\\ProductRepository' => ['privates''Plugin\\RefineCheckItem42\\Repository\\ProductRepository''getProductRepository2Service'true],
  1383.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1384.             'Plugin\\SDream\\Repository\\ConfigRepository' => ['privates''Plugin\\SDream\\Repository\\ConfigRepository''getConfigRepositoryService'true],
  1385.             'Plugin\\SandreaOrinalPlugin\\Repository\\CategoryRepository' => ['privates''Plugin\\SandreaOrinalPlugin\\Repository\\CategoryRepository''getCategoryRepository2Service'true],
  1386.             'Plugin\\SandreaOrinalPlugin\\Repository\\ConfigRepository' => ['privates''Plugin\\SandreaOrinalPlugin\\Repository\\ConfigRepository''getConfigRepository2Service'true],
  1387.             'Plugin\\SandreaOrinalPlugin\\Repository\\CustomOrderRepository' => ['privates''Plugin\\SandreaOrinalPlugin\\Repository\\CustomOrderRepository''getCustomOrderRepositoryService'true],
  1388.             'Plugin\\SandreaOrinalPlugin\\Repository\\CustomizeProductRepository' => ['privates''Plugin\\SandreaOrinalPlugin\\Repository\\CustomizeProductRepository''getCustomizeProductRepositoryService'true],
  1389.             'Plugin\\SandreaOrinalPlugin\\Repository\\LinkPaymentVeritransRepository' => ['privates''Plugin\\SandreaOrinalPlugin\\Repository\\LinkPaymentVeritransRepository''getLinkPaymentVeritransRepositoryService'true],
  1390.             'Plugin\\SandreaOrinalPlugin\\Repository\\OrderItemRepository' => ['privates''Plugin\\SandreaOrinalPlugin\\Repository\\OrderItemRepository''getOrderItemRepository2Service'true],
  1391.             'Plugin\\SandreaOrinalPlugin\\Repository\\ProductClassRepository' => ['privates''Plugin\\SandreaOrinalPlugin\\Repository\\ProductClassRepository''getProductClassRepository2Service'true],
  1392.             'Plugin\\SandreaOrinalPlugin\\Repository\\TaxRuleRepository' => ['privates''Plugin\\SandreaOrinalPlugin\\Repository\\TaxRuleRepository''getTaxRuleRepository2Service'true],
  1393.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository3Service'true],
  1394.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1395.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductOrderCmpMailInfoRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductOrderCmpMailInfoRepository''getVt4gSubscProductOrderCmpMailInfoRepositoryService'true],
  1396.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductRepository''getVt4gSubscProductRepositoryService'true],
  1397.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscSaleTypeRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscSaleTypeRepository''getVt4gSubscSaleTypeRepositoryService'true],
  1398.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gCsvResultLogRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gCsvResultLogRepository''getVt4gCsvResultLogRepositoryService'true],
  1399.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderLogRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderLogRepository''getVt4gOrderLogRepositoryService'true],
  1400.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderPaymentRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderPaymentRepository''getVt4gOrderPaymentRepositoryService'true],
  1401.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentMethodRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentMethodRepository''getVt4gPaymentMethodRepositoryService'true],
  1402.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentReqEventRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentReqEventRepository''getVt4gPaymentReqEventRepositoryService'true],
  1403.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestItemRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestItemRepository''getVt4gPaymentRequestItemRepositoryService'true],
  1404.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestRepository''getVt4gPaymentRequestRepositoryService'true],
  1405.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPluginRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPluginRepository''getVt4gPluginRepositoryService'true],
  1406.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderItemRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderItemRepository''getVt4gSubscOrderItemRepositoryService'true],
  1407.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderRepository''getVt4gSubscOrderRepositoryService'true],
  1408.         ], [
  1409.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1410.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1411.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1412.             'Eccube\\Repository\\BlockRepository' => '?',
  1413.             'Eccube\\Repository\\CalendarRepository' => '?',
  1414.             'Eccube\\Repository\\CartItemRepository' => '?',
  1415.             'Eccube\\Repository\\CartRepository' => '?',
  1416.             'Eccube\\Repository\\CategoryRepository' => '?',
  1417.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1418.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1419.             'Eccube\\Repository\\CsvRepository' => '?',
  1420.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1421.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1422.             'Eccube\\Repository\\CustomerRepository' => '?',
  1423.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1424.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1425.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1426.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1427.             'Eccube\\Repository\\LayoutRepository' => '?',
  1428.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1429.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1430.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1431.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1432.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1433.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1434.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1435.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1436.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1437.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1438.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1439.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1440.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1441.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1442.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1443.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1444.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1445.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1446.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1447.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1448.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1449.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1450.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1451.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1452.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1453.             'Eccube\\Repository\\MemberRepository' => '?',
  1454.             'Eccube\\Repository\\NewsRepository' => '?',
  1455.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1456.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1457.             'Eccube\\Repository\\OrderRepository' => '?',
  1458.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1459.             'Eccube\\Repository\\PageRepository' => '?',
  1460.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1461.             'Eccube\\Repository\\PaymentRepository' => '?',
  1462.             'Eccube\\Repository\\PluginRepository' => '?',
  1463.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1464.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1465.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1466.             'Eccube\\Repository\\ProductRepository' => '?',
  1467.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1468.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1469.             'Eccube\\Repository\\ShippingRepository' => '?',
  1470.             'Eccube\\Repository\\TagRepository' => '?',
  1471.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1472.             'Eccube\\Repository\\TemplateRepository' => '?',
  1473.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1474.             'Plugin\\Api42\\Repository\\WebHookRepository' => '?',
  1475.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1476.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1477.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1478.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1479.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1480.             'Plugin\\Paid4\\Repository\\PaidConfigRepository' => '?',
  1481.             'Plugin\\Paid4\\Repository\\PaidCustomerRepository' => '?',
  1482.             'Plugin\\Paid4\\Repository\\PaidOrderRepository' => '?',
  1483.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1484.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1485.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1486.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1487.             'Plugin\\RefineCheckItem42\\Repository\\ProductRepository' => '?',
  1488.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1489.             'Plugin\\SDream\\Repository\\ConfigRepository' => '?',
  1490.             'Plugin\\SandreaOrinalPlugin\\Repository\\CategoryRepository' => '?',
  1491.             'Plugin\\SandreaOrinalPlugin\\Repository\\ConfigRepository' => '?',
  1492.             'Plugin\\SandreaOrinalPlugin\\Repository\\CustomOrderRepository' => '?',
  1493.             'Plugin\\SandreaOrinalPlugin\\Repository\\CustomizeProductRepository' => '?',
  1494.             'Plugin\\SandreaOrinalPlugin\\Repository\\LinkPaymentVeritransRepository' => '?',
  1495.             'Plugin\\SandreaOrinalPlugin\\Repository\\OrderItemRepository' => '?',
  1496.             'Plugin\\SandreaOrinalPlugin\\Repository\\ProductClassRepository' => '?',
  1497.             'Plugin\\SandreaOrinalPlugin\\Repository\\TaxRuleRepository' => '?',
  1498.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1499.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1500.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductOrderCmpMailInfoRepository' => '?',
  1501.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductRepository' => '?',
  1502.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscSaleTypeRepository' => '?',
  1503.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gCsvResultLogRepository' => '?',
  1504.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderLogRepository' => '?',
  1505.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderPaymentRepository' => '?',
  1506.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentMethodRepository' => '?',
  1507.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentReqEventRepository' => '?',
  1508.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestItemRepository' => '?',
  1509.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestRepository' => '?',
  1510.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPluginRepository' => '?',
  1511.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderItemRepository' => '?',
  1512.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderRepository' => '?',
  1513.         ])));
  1514.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1515.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1516.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1517.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1518.         $a->addEntityNamespace('LeagueOAuth2ServerBundle''League\\Bundle\\OAuth2ServerBundle\\Model');
  1519.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1520.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1521.         return $instance;
  1522.     }
  1523.     /**
  1524.      * Gets the public 'event_dispatcher' shared service.
  1525.      *
  1526.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1527.      */
  1528.     protected function getEventDispatcherService()
  1529.     {
  1530.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1531.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1532.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1533.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1534.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1535.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1536.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1537.         $a->pushHandler(($this->privates['monolog.handler.Paid4_rotating_file'] ?? $this->getMonolog_Handler_Paid4RotatingFileService()));
  1538.         $a->pushHandler(($this->privates['monolog.handler.SandreaOrinalPlugin_rotating_file'] ?? $this->getMonolog_Handler_SandreaOrinalPluginRotatingFileService()));
  1539.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1540.         $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())));
  1541.         $instance->addListener('league.oauth2_server.event.user_resolve', [=> function () {
  1542.             return ($this->privates['Plugin\\Api42\\EventListener\\UserResolveListener'] ?? $this->load('getUserResolveListenerService'));
  1543.         }, => 'onUserResolve'], 0);
  1544.         $instance->addListener('kernel.request', [=> function () {
  1545.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1546.         }, => 'onKernelRequest'], 1024);
  1547.         $instance->addListener('kernel.controller', [=> function () {
  1548.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1549.         }, => 'onKernelController'], 0);
  1550.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1551.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1552.         }, => 'checkPassport'], 1024);
  1553.         $instance->addListener('kernel.response', [=> function () {
  1554.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1555.         }, => 'onKernelResponse'], 0);
  1556.         $instance->addListener('kernel.response', [=> function () {
  1557.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1558.         }, => 'onKernelResponse'], 0);
  1559.         $instance->addListener('kernel.request', [=> function () {
  1560.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1561.         }, => 'onKernelRequest'], 0);
  1562.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1563.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1564.         }, => 'onAuthorizationRequest'], 1024);
  1565.         $instance->addListener('league.oauth2_server.event.pre_save_client', [=> function () {
  1566.             return ($this->privates['League\\Bundle\\OAuth2ServerBundle\\EventListener\\AddClientDefaultScopesListener'] ?? $this->load('getAddClientDefaultScopesListenerService'));
  1567.         }, => '__invoke'], 0);
  1568.         $instance->addListener('kernel.controller', [=> function () {
  1569.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1570.         }, => 'onController'], 0);
  1571.         $instance->addListener('kernel.request', [=> function () {
  1572.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1573.         }, => 'onKernelRequest'], 512);
  1574.         $instance->addListener('kernel.request', [=> function () {
  1575.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1576.         }, => 'onKernelRequestEarly'], 500);
  1577.         $instance->addListener('kernel.request', [=> function () {
  1578.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1579.         }, => 'onKernelRequest'], 6);
  1580.         $instance->addListener('kernel.response', [=> function () {
  1581.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1582.         }, => 'onKernelResponse'], 0);
  1583.         $instance->addListener('kernel.controller', [=> function () {
  1584.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1585.         }, => 'onKernelController'], 0);
  1586.         $instance->addListener('kernel.terminate', [=> function () {
  1587.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1588.         }, => 'onKernelTerminate'], 0);
  1589.         $instance->addListener('kernel.exception', [=> function () {
  1590.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1591.         }, => 'onKernelException'], -4);
  1592.         $instance->addListener('security.interactive_login', [=> function () {
  1593.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1594.         }, => 'onInteractiveLogin'], 0);
  1595.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1596.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1597.         }, => 'onAuthenticationFailure'], 0);
  1598.         $instance->addListener('kernel.response', [=> function () {
  1599.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1600.         }, => 'onResponse'], 0);
  1601.         $instance->addListener('kernel.request', [=> function () {
  1602.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1603.         }, => 'onKernelRequest'], 512);
  1604.         $instance->addListener('kernel.controller', [=> function () {
  1605.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1606.         }, => 'onController'], 0);
  1607.         $instance->addListener('kernel.request', [=> function () {
  1608.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1609.         }, => 'onKernelRequest'], 7);
  1610.         $instance->addListener('security.interactive_login', [=> function () {
  1611.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1612.         }, => 'onInteractiveLogin'], 0);
  1613.         $instance->addListener('security.authentication.failure', [=> function () {
  1614.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1615.         }, => 'onAuthenticationFailure'], 0);
  1616.         $instance->addListener('kernel.request', [=> function () {
  1617.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1618.         }, => 'onKernelRequest'], 0);
  1619.         $instance->addListener('kernel.exception', [=> function () {
  1620.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1621.         }, => 'onKernelException'], 0);
  1622.         $instance->addListener('kernel.terminate', [=> function () {
  1623.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1624.         }, => 'onKernelTerminate'], 0);
  1625.         $instance->addListener('kernel.request', [=> function () {
  1626.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1627.         }, => 'onKernelRequest'], 6);
  1628.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1629.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1630.         }, => 'onKernelController'], 7);
  1631.         $instance->addListener('form.pre_submit', [=> function () {
  1632.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1633.         }, => 'onPreSubmit'], 0);
  1634.         $instance->addListener('form.pre_submit', [=> function () {
  1635.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1636.         }, => 'purifySubmittedData'], 1000001);
  1637.         $instance->addListener('form.pre_submit', [=> function () {
  1638.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1639.         }, => 'onPreSubmit'], 0);
  1640.         $instance->addListener('workflow.order.completed', [=> function () {
  1641.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1642.         }, => 'onCompleted'], 0);
  1643.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1644.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1645.         }, => 'updatePaymentDate'], 0);
  1646.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1647.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1648.         }, => 'rollbackStock'], 0);
  1649.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1650.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1651.         }, => 'rollbackUsePoint'], 0);
  1652.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1653.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1654.         }, => 'commitStock'], 0);
  1655.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1656.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1657.         }, => 'commitUsePoint'], 0);
  1658.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1659.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1660.         }, => 'commitAddPoint'], 0);
  1661.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1662.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1663.         }, => 'rollbackUsePoint'], 0);
  1664.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1665.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1666.         }, => 'rollbackAddPoint'], 0);
  1667.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1668.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1669.         }, => 'commitUsePoint'], 0);
  1670.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1671.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1672.         }, => 'commitAddPoint'], 0);
  1673.         $instance->addListener('kernel.terminate', [=> function () {
  1674.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1675.         }, => 'disableMaintenanceEvent'], 0);
  1676.         $instance->addListener('kernel.terminate', [=> function () {
  1677.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1678.         }, => 'forceClearCache'], 0);
  1679.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1680.             return ($this->privates['Plugin\\Api42\\EventListener\\AuthorizationRequestResolveListener'] ?? $this->load('getAuthorizationRequestResolveListenerService'));
  1681.         }, => 'onAuthorizationRequestResolve'], 0);
  1682.         $instance->addListener('kernel.response', [=> function () {
  1683.             return ($this->privates['Plugin\\Api42\\Service\\WebHookService'] ?? $this->getWebHookServiceService());
  1684.         }, => 'fire'], 0);
  1685.         $instance->addListener('Shopping/index.twig', [=> function () {
  1686.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1687.         }, => 'index'], 0);
  1688.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1689.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1690.         }, => 'index'], 0);
  1691.         $instance->addListener('Mypage/history.twig', [=> function () {
  1692.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1693.         }, => 'onRenderMypageHistory'], 0);
  1694.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1695.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1696.         }, => 'onRenderAdminOrderEdit'], 0);
  1697.         $instance->addListener('kernel.response', [=> function () {
  1698.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\AdminCustomerEditEventSubscriber'] ?? $this->getAdminCustomerEditEventSubscriberService());
  1699.         }, => 'onResponse'], 0);
  1700.         $instance->addListener('admin.customer.edit.index.initialize', [=> function () {
  1701.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\AdminCustomerEditEventSubscriber'] ?? $this->getAdminCustomerEditEventSubscriberService());
  1702.         }, => 'onAdminEntryIndexInitialize'], 0);
  1703.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1704.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\AdminCustomerEditEventSubscriber'] ?? $this->getAdminCustomerEditEventSubscriberService());
  1705.         }, => 'onAdminCustomerEditTwig'], 0);
  1706.         $instance->addListener('@admin/Customer/index.twig', [=> function () {
  1707.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\AdminCustomerEditEventSubscriber'] ?? $this->getAdminCustomerEditEventSubscriberService());
  1708.         }, => 'onAdminCustomerIndexTwig'], 0);
  1709.         $instance->addListener('kernel.response', [=> function () {
  1710.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\AdminOrderEventSubscriber'] ?? $this->getAdminOrderEventSubscriberService());
  1711.         }, => 'onResponse'], 0);
  1712.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1713.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\AdminOrderEventSubscriber'] ?? $this->getAdminOrderEventSubscriberService());
  1714.         }, => 'onAdminOrderEditTwig'], 0);
  1715.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1716.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\AdminOrderEventSubscriber'] ?? $this->getAdminOrderEventSubscriberService());
  1717.         }, => 'onAdminOrderIndexTwig'], 0);
  1718.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1719.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\AdminOrderStateEventSubscriber'] ?? $this->load('getAdminOrderStateEventSubscriberService'));
  1720.         }, => 'onChangeOrder'], 0);
  1721.         $instance->addListener('workflow.order.transition.packing', [=> function () {
  1722.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\AdminOrderStateEventSubscriber'] ?? $this->load('getAdminOrderStateEventSubscriberService'));
  1723.         }, => 'onChangeOrder'], 0);
  1724.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1725.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\AdminOrderStateEventSubscriber'] ?? $this->load('getAdminOrderStateEventSubscriberService'));
  1726.         }, => 'onOrderShip'], 0);
  1727.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1728.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\AdminOrderStateEventSubscriber'] ?? $this->load('getAdminOrderStateEventSubscriberService'));
  1729.         }, => 'onOrderCancel'], 0);
  1730.         $instance->addListener('kernel.response', [=> function () {
  1731.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\EntryEventSubscriber'] ?? $this->getEntryEventSubscriberService());
  1732.         }, => 'onResponse'], 0);
  1733.         $instance->addListener('Entry/index.twig', [=> function () {
  1734.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\EntryEventSubscriber'] ?? $this->getEntryEventSubscriberService());
  1735.         }, => 'onDefaultEntryTwig'], 0);
  1736.         $instance->addListener('Entry/complete.twig', [=> function () {
  1737.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\EntryEventSubscriber'] ?? $this->getEntryEventSubscriberService());
  1738.         }, => 'onDefaultEntryCompleteTwig'], 0);
  1739.         $instance->addListener('Entry/activate.twig', [=> function () {
  1740.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\EntryEventSubscriber'] ?? $this->getEntryEventSubscriberService());
  1741.         }, => 'onDefaultEntryCompleteTwig'], 0);
  1742.         $instance->addListener('front.entry.index.initialize', [=> function () {
  1743.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\EntryEventSubscriber'] ?? $this->getEntryEventSubscriberService());
  1744.         }, => 'onFrontEntryIndexInitialize'], 0);
  1745.         $instance->addListener('front.entry.index.complete', [=> function () {
  1746.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\EntryEventSubscriber'] ?? $this->getEntryEventSubscriberService());
  1747.         }, => 'onFrontEntryIndexComplete'], 0);
  1748.         $instance->addListener('Mypage/index.twig', [=> function () {
  1749.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\MypageEventSubscriber'] ?? $this->load('getMypageEventSubscriberService'));
  1750.         }, => 'onDefaultMypageNaviTwig'], 0);
  1751.         $instance->addListener('Mypage/history.twig', [=> function () {
  1752.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\MypageEventSubscriber'] ?? $this->load('getMypageEventSubscriberService'));
  1753.         }, => 'onDefaultMypageNaviTwig'], 0);
  1754.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1755.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\MypageEventSubscriber'] ?? $this->load('getMypageEventSubscriberService'));
  1756.         }, => 'onDefaultMypageNaviTwig'], 0);
  1757.         $instance->addListener('Mypage/change.twig', [=> function () {
  1758.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\MypageEventSubscriber'] ?? $this->load('getMypageEventSubscriberService'));
  1759.         }, => 'onDefaultMypageNaviTwig'], 0);
  1760.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1761.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\MypageEventSubscriber'] ?? $this->load('getMypageEventSubscriberService'));
  1762.         }, => 'onDefaultMypageNaviTwig'], 0);
  1763.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1764.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\MypageEventSubscriber'] ?? $this->load('getMypageEventSubscriberService'));
  1765.         }, => 'onDefaultMypageNaviTwig'], 0);
  1766.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1767.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\MypageEventSubscriber'] ?? $this->load('getMypageEventSubscriberService'));
  1768.         }, => 'onDefaultMypageNaviTwig'], 0);
  1769.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1770.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\MypageEventSubscriber'] ?? $this->load('getMypageEventSubscriberService'));
  1771.         }, => 'onDefaultMypageNaviTwig'], 0);
  1772.         $instance->addListener('@Paid4/default/Mypage/paid_mypage_entry.twig', [=> function () {
  1773.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\MypageEventSubscriber'] ?? $this->load('getMypageEventSubscriberService'));
  1774.         }, => 'onDefaultMypageNaviTwig'], 0);
  1775.         $instance->addListener('@Paid4/default/Mypage/paid_mypage_entry_complete.twig', [=> function () {
  1776.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\MypageEventSubscriber'] ?? $this->load('getMypageEventSubscriberService'));
  1777.         }, => 'onDefaultMypageNaviTwig'], 0);
  1778.         $instance->addListener('@Paid4/default/Mypage/paid_mypage_information.twig', [=> function () {
  1779.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\MypageEventSubscriber'] ?? $this->load('getMypageEventSubscriberService'));
  1780.         }, => 'onDefaultMypageNaviTwig'], 0);
  1781.         $instance->addListener('Shopping/index.twig', [=> function () {
  1782.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\ShoppingEventSubscriber'] ?? $this->load('getShoppingEventSubscriberService'));
  1783.         }, => 'onDefaultShoppingTwig'], 0);
  1784.         $instance->addListener('front.shopping.complete.initialize', [=> function () {
  1785.             return ($this->privates['Plugin\\Paid4\\EventSubscriber\\ShoppingEventSubscriber'] ?? $this->load('getShoppingEventSubscriberService'));
  1786.         }, => 'onFrontShoppingCompleteInitialize'], 0);
  1787.         $instance->addListener('form.pre_submit', [=> function () {
  1788.             return ($this->privates['Plugin\\Paid4\\Form\\EventListener\\ConvertHyphenListener'] ?? ($this->privates['Plugin\\Paid4\\Form\\EventListener\\ConvertHyphenListener'] = new \Plugin\Paid4\Form\EventListener\ConvertHyphenListener()));
  1789.         }, => 'onPreSubmit'], 0);
  1790.         $instance->addListener('form.pre_submit', [=> function () {
  1791.             return ($this->privates['Plugin\\Paid4\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Plugin\\Paid4\\Form\\EventListener\\ConvertKanaListener'] = new \Plugin\Paid4\Form\EventListener\ConvertKanaListener()));
  1792.         }, => 'onPreSubmit'], 0);
  1793.         $instance->addListener('Product/detail.twig', [=> function () {
  1794.             return ($this->privates['Plugin\\ProductReview42\\ProductReviewEvent'] ?? $this->load('getProductReviewEventService'));
  1795.         }, => 'detail'], 0);
  1796.         $instance->addListener('kernel.response', [=> function () {
  1797.             return ($this->privates['Plugin\\RefineCheckItem42\\Event'] ?? $this->getEvent2Service());
  1798.         }, => 'onKernelResponse'], 0);
  1799.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1800.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1801.         }, => 'onRenderAdminProduct'], 0);
  1802.         $instance->addListener('Product/detail.twig', [=> function () {
  1803.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1804.         }, => 'onRenderProductDetail'], 0);
  1805.         $instance->addListener('admin.order.csv.export.order', [=> function () {
  1806.             return ($this->privates['Plugin\\SDream\\EventSubscriber\\Admin\\AdminCsvMenuSubscriber'] ?? $this->load('getAdminCsvMenuSubscriberService'));
  1807.         }, => 'onCsvExport'], 0);
  1808.         $instance->addListener('admin.product.edit.complete', [=> function () {
  1809.             return ($this->privates['Plugin\\SDream\\EventSubscriber\\Admin\\ProductSyncSubscriber'] ?? $this->load('getProductSyncSubscriberService'));
  1810.         }, => 'onProductEditComplete'], 0);
  1811.         $instance->addListener('front.cart.buystep.complete', [=> function () {
  1812.             return ($this->privates['Plugin\\SDream\\EventSubscriber\\CartSubscriber'] ?? $this->load('getCartSubscriberService'));
  1813.         }, => 'onBuyStep'], 0);
  1814.         $instance->addListener('mail.order', [=> function () {
  1815.             return ($this->privates['Plugin\\SDream\\EventSubscriber\\OrderMailSubscriber'] ?? $this->load('getOrderMailSubscriberService'));
  1816.         }, => 'onMailOrder'], 0);
  1817.         $instance->addListener('front.shopping.confirm.initialize', [=> function () {
  1818.             return ($this->privates['Plugin\\SDream\\EventSubscriber\\ShoppingConfirmSubscriber'] ?? $this->load('getShoppingConfirmSubscriberService'));
  1819.         }, => 'onConfirm'], 0);
  1820.         $instance->addListener('front.shopping.index.initialize', [=> function () {
  1821.             return ($this->privates['Plugin\\SDream\\EventSubscriber\\ShoppingFlowSubscriber'] ?? $this->load('getShoppingFlowSubscriberService'));
  1822.         }, => 'onConIndexInitialilze'], 0);
  1823.         $instance->addListener('front.shopping.confirm.initialize', [=> function () {
  1824.             return ($this->privates['Plugin\\SDream\\EventSubscriber\\ShoppingFlowSubscriber'] ?? $this->load('getShoppingFlowSubscriberService'));
  1825.         }, => 'onConfirmInitialilze'], 0);
  1826.         $instance->addListener('front.shopping.confirm.processing', [=> function () {
  1827.             return ($this->privates['Plugin\\SDream\\EventSubscriber\\ShoppingFlowSubscriber'] ?? $this->load('getShoppingFlowSubscriberService'));
  1828.         }, => 'onConfirmProcessing'], 0);
  1829.         $instance->addListener('front.shopping.complete.initialize', [=> function () {
  1830.             return ($this->privates['Plugin\\SDream\\EventSubscriber\\ShoppingFlowSubscriber'] ?? $this->load('getShoppingFlowSubscriberService'));
  1831.         }, => 'onCompleteInit'], 0);
  1832.         $instance->addListener('kernel.controller', [=> function () {
  1833.             return ($this->privates['Plugin\\SDream\\EventSubscriber\\ShoppingIndexSubscriber'] ?? $this->getShoppingIndexSubscriberService());
  1834.         }, => 'onController'], 0);
  1835.         $instance->addListener('form.submit', [=> function () {
  1836.             return ($this->privates['Plugin\\SDream\\Form\\EventSubscriber\\ProductBooleanSubscriber'] ?? ($this->privates['Plugin\\SDream\\Form\\EventSubscriber\\ProductBooleanSubscriber'] = new \Plugin\SDream\Form\EventSubscriber\ProductBooleanSubscriber()));
  1837.         }, => 'onSubmit'], 0);
  1838.         $instance->addListener('@admin/Setting/Shop/payment_edit.twig', [=> function () {
  1839.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1840.         }, => 'settingShopPaymentRenderBefore'], 0);
  1841.         $instance->addListener('@admin/Setting/Shop/payment.twig', [=> function () {
  1842.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1843.         }, => 'settingShopPaymentAddRegistBtnRenderBefore'], 0);
  1844.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1845.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1846.         }, => 'orderIndexRenderBefore'], 0);
  1847.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1848.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1849.         }, => 'orderEditRenderBefore'], 0);
  1850.         $instance->addListener('Mypage/index.twig', [=> function () {
  1851.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1852.         }, => 'myPageNaviRenderBefore'], 0);
  1853.         $instance->addListener('Mypage/history.twig', [=> function () {
  1854.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1855.         }, => 'myPageNaviRenderBefore'], 0);
  1856.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1857.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1858.         }, => 'myPageNaviRenderBefore'], 0);
  1859.         $instance->addListener('Mypage/change.twig', [=> function () {
  1860.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1861.         }, => 'myPageNaviRenderBefore'], 0);
  1862.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1863.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1864.         }, => 'myPageNaviRenderBefore'], 0);
  1865.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1866.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1867.         }, => 'myPageNaviRenderBefore'], 0);
  1868.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1869.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1870.         }, => 'myPageNaviRenderBefore'], 0);
  1871.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1872.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1873.         }, => 'myPageNaviRenderBefore'], 0);
  1874.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_account_id.twig', [=> function () {
  1875.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1876.         }, => 'myPageNaviRenderBefore'], 0);
  1877.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_retrade.twig', [=> function () {
  1878.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1879.         }, => 'myPageNaviRenderBefore'], 0);
  1880.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment.twig', [=> function () {
  1881.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1882.         }, => 'myPageNaviRenderBefore'], 0);
  1883.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment_history.twig', [=> function () {
  1884.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1885.         }, => 'myPageNaviRenderBefore'], 0);
  1886.         $instance->addListener('admin.setting.shop.payment.edit.complete', [=> function () {
  1887.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1888.         }, => 'settingShopPaymentEditComplete'], 0);
  1889.         $instance->addListener('mail.order', [=> function () {
  1890.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1891.         }, => 'sendOrderMailBefore'], 0);
  1892.         $instance->addListener('admin.order.mail.index.initialize', [=> function () {
  1893.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1894.         }, => 'adminOrderMailInitAfter'], 0);
  1895.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1896.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1897.         }, => 'adminOrderEditIndexComplete'], 0);
  1898.         $instance->addListener('Shopping/index.twig', [=> function () {
  1899.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1900.         }, => 'shoppingIndexRenderBefore'], 0);
  1901.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1902.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1903.         }, => 'shoppingConfirmRenderBefore'], 0);
  1904.         $instance->addListener('front.mypage.withdraw.index.complete', [=> function () {
  1905.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1906.         }, => 'frontMypageWithdrawComplete'], 0);
  1907.         $instance->addListener('admin.customer.delete.complete', [=> function () {
  1908.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1909.         }, => 'adminCustomerDeleteComplete'], 0);
  1910.         $instance->addListener('admin.customer.edit.index.complete', [=> function () {
  1911.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1912.         }, => 'adminCustomerEditIndexComplete'], 0);
  1913.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1914.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1915.         }, => 'adminCustomerEditRenderBefore'], 0);
  1916.         $instance->addListener('admin.customer.csv.export', [=> function () {
  1917.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1918.         }, => 'adminCustomerCsvExport'], 0);
  1919.         $instance->addListener('front.mypage.mypage.index.search', [=> function () {
  1920.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1921.         }, => 'frontMypageIndexSearch'], 0);
  1922.         $instance->addListener('admin.product.edit.complete', [=> function () {
  1923.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1924.         }, => 'adminProductEditComplete'], 0);
  1925.         $instance->addListener('admin.product.delete.complete', [=> function () {
  1926.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1927.         }, => 'adminProductDeleteComplete'], 0);
  1928.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1929.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1930.         }, => 'adminProductCopyComplete'], 0);
  1931.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1932.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1933.         }, => 'adminProductClassRenderBefore'], 0);
  1934.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1935.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1936.         }, => 'adminProductRenderBefore'], 0);
  1937.         $instance->addListener('Cart/index.twig', [=> function () {
  1938.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1939.         }, => 'cartRenderBefore'], 0);
  1940.         $instance->addListener('admin.order.csv.export.order', [=> function () {
  1941.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1942.         }, => 'adminOrderCsvExport'], 0);
  1943.         $instance->addListener('admin.order.csv.export.shipping', [=> function () {
  1944.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] = new \Plugin\VeriTrans4G2\EventListener\Vt4gEvent($this)));
  1945.         }, => 'adminOrderCsvExport'], 0);
  1946.         $instance->addListener('kernel.request', [=> function () {
  1947.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1948.         }, => 'onKernelRequest'], 4096);
  1949.         $instance->addListener('kernel.response', [=> function () {
  1950.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1951.         }, => 'onKernelResponse'], 0);
  1952.         $instance->addListener('kernel.response', [=> function () {
  1953.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1954.         }, => 'onKernelResponse'], -1024);
  1955.         $instance->addListener('kernel.request', [=> function () {
  1956.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1957.         }, => 'setDefaultLocale'], 100);
  1958.         $instance->addListener('kernel.request', [=> function () {
  1959.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1960.         }, => 'onKernelRequest'], 16);
  1961.         $instance->addListener('kernel.finish_request', [=> function () {
  1962.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1963.         }, => 'onKernelFinishRequest'], 0);
  1964.         $instance->addListener('kernel.request', [=> function () {
  1965.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1966.         }, => 'onKernelRequest'], 256);
  1967.         $instance->addListener('kernel.response', [=> function () {
  1968.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1969.         }, => 'onResponse'], -255);
  1970.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1971.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1972.         }, => 'onControllerArguments'], 0);
  1973.         $instance->addListener('kernel.exception', [=> function () {
  1974.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1975.         }, => 'logKernelException'], 0);
  1976.         $instance->addListener('kernel.exception', [=> function () {
  1977.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1978.         }, => 'onKernelException'], -128);
  1979.         $instance->addListener('kernel.response', [=> function () {
  1980.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1981.         }, => 'removeCspHeader'], -128);
  1982.         $instance->addListener('kernel.request', [=> function () {
  1983.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1984.         }, => 'onKernelRequest'], 15);
  1985.         $instance->addListener('kernel.finish_request', [=> function () {
  1986.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1987.         }, => 'onKernelFinishRequest'], -15);
  1988.         $instance->addListener('console.error', [=> function () {
  1989.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1990.         }, => 'onConsoleError'], -128);
  1991.         $instance->addListener('console.terminate', [=> function () {
  1992.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1993.         }, => 'onConsoleTerminate'], -128);
  1994.         $instance->addListener('console.error', [=> function () {
  1995.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1996.         }, => 'onConsoleError'], 0);
  1997.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1998.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1999.         }, => 'onMessage'], -255);
  2000.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2001.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2002.         }, => 'onMessage'], -255);
  2003.         $instance->addListener('kernel.response', [=> function () {
  2004.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2005.         }, => 'onKernelResponse'], 0);
  2006.         $instance->addListener('kernel.request', [=> function () {
  2007.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2008.         }, => 'onKernelRequest'], 48);
  2009.         $instance->addListener('kernel.request', [=> function () {
  2010.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2011.         }, => 'configure'], 2048);
  2012.         $instance->addListener('console.command', [=> function () {
  2013.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2014.         }, => 'configure'], 2048);
  2015.         $instance->addListener('kernel.request', [=> function () {
  2016.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2017.         }, => 'onKernelRequest'], 32);
  2018.         $instance->addListener('kernel.finish_request', [=> function () {
  2019.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2020.         }, => 'onKernelFinishRequest'], 0);
  2021.         $instance->addListener('kernel.exception', [=> function () {
  2022.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2023.         }, => 'onKernelException'], -64);
  2024.         $instance->addListener('kernel.request', [=> function () {
  2025.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2026.         }, => 'onKernelRequest'], 128);
  2027.         $instance->addListener('kernel.response', [=> function () {
  2028.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2029.         }, => 'onKernelResponse'], -1000);
  2030.         $instance->addListener('kernel.finish_request', [=> function () {
  2031.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2032.         }, => 'onFinishRequest'], 0);
  2033.         $instance->addListener('kernel.response', [=> function () {
  2034.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2035.         }, => 'onKernelResponse'], -100);
  2036.         $instance->addListener('kernel.exception', [=> function () {
  2037.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2038.         }, => 'onKernelException'], 0);
  2039.         $instance->addListener('kernel.terminate', [=> function () {
  2040.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2041.         }, => 'onKernelTerminate'], -1024);
  2042.         $instance->addListener('kernel.controller', [=> function () {
  2043.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2044.         }, => 'onKernelController'], 0);
  2045.         $instance->addListener('kernel.response', [=> function () {
  2046.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2047.         }, => 'onKernelResponse'], 0);
  2048.         $instance->addListener('kernel.response', [=> function () {
  2049.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2050.         }, => 'onKernelResponse'], 0);
  2051.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2052.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2053.         }, => 'checkPassport'], 0);
  2054.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2055.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2056.         }, => 'onLoginSuccess'], 0);
  2057.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2058.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2059.         }, => 'onVoterVote'], 0);
  2060.         $instance->addListener('kernel.request', [=> function () {
  2061.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2062.         }, => 'configureLogoutUrlGenerator'], 8);
  2063.         $instance->addListener('kernel.request', [=> function () {
  2064.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2065.         }, => 'onKernelRequest'], 8);
  2066.         $instance->addListener('kernel.finish_request', [=> function () {
  2067.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2068.         }, => 'onKernelFinishRequest'], 0);
  2069.         $instance->addListener('kernel.controller', [=> function () {
  2070.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2071.         }, => 'onKernelController'], 0);
  2072.         $instance->addListener('kernel.controller', [=> function () {
  2073.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2074.         }, => 'onKernelController'], 0);
  2075.         $instance->addListener('kernel.controller', [=> function () {
  2076.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2077.         }, => 'onKernelController'], -128);
  2078.         $instance->addListener('kernel.view', [=> function () {
  2079.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2080.         }, => 'onKernelView'], 0);
  2081.         $instance->addListener('kernel.controller', [=> function () {
  2082.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2083.         }, => 'onKernelController'], 0);
  2084.         $instance->addListener('kernel.response', [=> function () {
  2085.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2086.         }, => 'onKernelResponse'], 0);
  2087.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2088.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2089.         }, => 'onKernelControllerArguments'], 0);
  2090.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2091.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2092.         }, => 'onKernelControllerArguments'], 0);
  2093.         $instance->addListener('console.command', [=> function () {
  2094.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2095.         }, => 'onCommand'], 255);
  2096.         $instance->addListener('console.terminate', [=> function () {
  2097.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2098.         }, => 'onTerminate'], -255);
  2099.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2100.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2101.         }, => 'onMessage'], 0);
  2102.         $instance->addListener('console.command', [=> function () {
  2103.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2104.         }, => 'configure'], 1024);
  2105.         $instance->addListener('kernel.response', [=> function () {
  2106.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2107.         }, => 'onKernelResponse'], -128);
  2108.         $instance->addListener('console.error', [=> function () {
  2109.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2110.         }, => 'onConsoleError'], 0);
  2111.         $instance->addListener('console.terminate', [=> function () {
  2112.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2113.         }, => 'onConsoleTerminate'], 0);
  2114.         $instance->addListener('knp_pager.before', [=> function () {
  2115.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2116.         }, => 'before'], 0);
  2117.         $instance->addListener('knp_pager.pagination', [=> function () {
  2118.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2119.         }, => 'pagination'], 0);
  2120.         $instance->addListener('knp_pager.before', [=> function () {
  2121.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2122.         }, => 'before'], 1);
  2123.         $instance->addListener('knp_pager.before', [=> function () {
  2124.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2125.         }, => 'before'], 1);
  2126.         $instance->addListener('knp_pager.pagination', [=> function () {
  2127.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2128.         }, => 'pagination'], 1);
  2129.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2130.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  2131.         }, => 'checkPassport'], 256);
  2132.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2133.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2134.         }, => 'checkPassport'], 512);
  2135.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2136.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2137.         }, => 'onLogout'], 0);
  2138.         return $instance;
  2139.     }
  2140.     /**
  2141.      * Gets the public 'http_kernel' shared service.
  2142.      *
  2143.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2144.      */
  2145.     protected function getHttpKernelService()
  2146.     {
  2147.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2148.         if (isset($this->services['http_kernel'])) {
  2149.             return $this->services['http_kernel'];
  2150.         }
  2151.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2152.         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 () {
  2153.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2154.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2155.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2156.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2157.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2158.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2159.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2160.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2161.         }, 8)), $b));
  2162.     }
  2163.     /**
  2164.      * Gets the public 'monolog.logger.ShoppingIndexSubscriber' shared service.
  2165.      *
  2166.      * @return \Symfony\Bridge\Monolog\Logger
  2167.      */
  2168.     protected function getMonolog_Logger_ShoppingIndexSubscriberService()
  2169.     {
  2170.         $this->services['monolog.logger.ShoppingIndexSubscriber'] = $instance = new \Symfony\Bridge\Monolog\Logger('ShoppingIndexSubscriber');
  2171.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2172.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2173.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2174.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2175.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2176.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2177.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2178.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2179.         $instance->pushHandler(($this->privates['monolog.handler.ShoppingIndexSubscriber_rotating_file'] ?? $this->getMonolog_Handler_ShoppingIndexSubscriberRotatingFileService()));
  2180.         $instance->pushHandler(($this->privates['monolog.handler.Paid4_rotating_file'] ?? $this->getMonolog_Handler_Paid4RotatingFileService()));
  2181.         $instance->pushHandler(($this->privates['monolog.handler.SandreaOrinalPlugin_rotating_file'] ?? $this->getMonolog_Handler_SandreaOrinalPluginRotatingFileService()));
  2182.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2183.         return $instance;
  2184.     }
  2185.     /**
  2186.      * Gets the public 'request_stack' shared service.
  2187.      *
  2188.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2189.      */
  2190.     protected function getRequestStackService()
  2191.     {
  2192.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2193.     }
  2194.     /**
  2195.      * Gets the public 'router' shared service.
  2196.      *
  2197.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2198.      */
  2199.     protected function getRouterService()
  2200.     {
  2201.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2202.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2203.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2204.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2205.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2206.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2207.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2208.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2209.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2210.         $a->pushHandler(($this->privates['monolog.handler.Paid4_rotating_file'] ?? $this->getMonolog_Handler_Paid4RotatingFileService()));
  2211.         $a->pushHandler(($this->privates['monolog.handler.SandreaOrinalPlugin_rotating_file'] ?? $this->getMonolog_Handler_SandreaOrinalPluginRotatingFileService()));
  2212.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2213.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2214.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2215.         ], [
  2216.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2217.         ]))->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'));
  2218.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2219.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2220.         return $instance;
  2221.     }
  2222.     /**
  2223.      * Gets the public 'translator' shared service.
  2224.      *
  2225.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2226.      */
  2227.     protected function getTranslatorService()
  2228.     {
  2229.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2230.     }
  2231.     /**
  2232.      * Gets the public 'var_dumper.cloner' shared service.
  2233.      *
  2234.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2235.      */
  2236.     protected function getVarDumper_ClonerService()
  2237.     {
  2238.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2239.         $instance->setMaxItems(2500);
  2240.         $instance->setMinDepth(1);
  2241.         $instance->setMaxString(-1);
  2242.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2243.         return $instance;
  2244.     }
  2245.     /**
  2246.      * Gets the private '.service_locator.YP.F1Xa' shared service.
  2247.      *
  2248.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2249.      */
  2250.     protected function get_ServiceLocator_YP_F1XaService()
  2251.     {
  2252.         return $this->privates['.service_locator.YP.F1Xa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2253.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2254.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2255.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2256.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2257.         ], [
  2258.             'security.firewall.map.context.admin' => '?',
  2259.             'security.firewall.map.context.api' => '?',
  2260.             'security.firewall.map.context.customer' => '?',
  2261.             'security.firewall.map.context.dev' => '?',
  2262.         ]);
  2263.     }
  2264.     /**
  2265.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2266.      *
  2267.      * @return \Eccube\DataCollector\EccubeDataCollector
  2268.      */
  2269.     protected function getEccubeDataCollectorService()
  2270.     {
  2271.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2272.     }
  2273.     /**
  2274.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2275.      *
  2276.      * @return \Eccube\EventListener\IpAddrListener
  2277.      */
  2278.     protected function getIpAddrListenerService()
  2279.     {
  2280.         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()));
  2281.     }
  2282.     /**
  2283.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2284.      *
  2285.      * @return \Eccube\EventListener\LogListener
  2286.      */
  2287.     protected function getLogListenerService()
  2288.     {
  2289.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2290.     }
  2291.     /**
  2292.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2293.      *
  2294.      * @return \Eccube\EventListener\MaintenanceListener
  2295.      */
  2296.     protected function getMaintenanceListenerService()
  2297.     {
  2298.         $a = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2299.         if (isset($this->privates['Eccube\\EventListener\\MaintenanceListener'])) {
  2300.             return $this->privates['Eccube\\EventListener\\MaintenanceListener'];
  2301.         }
  2302.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  2303.     }
  2304.     /**
  2305.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2306.      *
  2307.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2308.      */
  2309.     protected function getMobileTemplatePathListenerService()
  2310.     {
  2311.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2312.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2313.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2314.         }
  2315.         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))));
  2316.     }
  2317.     /**
  2318.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2319.      *
  2320.      * @return \Eccube\EventListener\RateLimiterListener
  2321.      */
  2322.     protected function getRateLimiterListenerService()
  2323.     {
  2324.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2325.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2326.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2327.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2328.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2329.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2330.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2331.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2332.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2333.         ], [
  2334.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2335.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2336.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2337.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2338.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2339.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2340.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2341.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2342.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2343.     }
  2344.     /**
  2345.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2346.      *
  2347.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2348.      */
  2349.     protected function getRestrictFileUploadListenerService()
  2350.     {
  2351.         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()));
  2352.     }
  2353.     /**
  2354.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2355.      *
  2356.      * @return \Eccube\EventListener\TransactionListener
  2357.      */
  2358.     protected function getTransactionListenerService()
  2359.     {
  2360.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2361.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2362.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2363.         }
  2364.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2365.     }
  2366.     /**
  2367.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2368.      *
  2369.      * @return \Eccube\EventListener\TwigInitializeListener
  2370.      */
  2371.     protected function getTwigInitializeListenerService()
  2372.     {
  2373.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2374.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2375.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2376.         }
  2377.         $b = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2378.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2379.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2380.         }
  2381.         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);
  2382.     }
  2383.     /**
  2384.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2385.      *
  2386.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2387.      */
  2388.     protected function getTwoFactorAuthListenerService()
  2389.     {
  2390.         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()));
  2391.     }
  2392.     /**
  2393.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2394.      *
  2395.      * @return \Eccube\Log\Processor\SessionProcessor
  2396.      */
  2397.     protected function getSessionProcessorService()
  2398.     {
  2399.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2400.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2401.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2402.         }
  2403.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2404.     }
  2405.     /**
  2406.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2407.      *
  2408.      * @return \Eccube\Log\Processor\TokenProcessor
  2409.      */
  2410.     protected function getTokenProcessorService()
  2411.     {
  2412.         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()));
  2413.     }
  2414.     /**
  2415.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2416.      *
  2417.      * @return \Eccube\Repository\AuthorityRoleRepository
  2418.      */
  2419.     protected function getAuthorityRoleRepositoryService()
  2420.     {
  2421.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2422.     }
  2423.     /**
  2424.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2425.      *
  2426.      * @return \Eccube\Repository\BaseInfoRepository
  2427.      */
  2428.     protected function getBaseInfoRepositoryService()
  2429.     {
  2430.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2431.     }
  2432.     /**
  2433.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2434.      *
  2435.      * @return \Eccube\Repository\BlockPositionRepository
  2436.      */
  2437.     protected function getBlockPositionRepositoryService()
  2438.     {
  2439.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2440.     }
  2441.     /**
  2442.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2443.      *
  2444.      * @return \Eccube\Repository\BlockRepository
  2445.      */
  2446.     protected function getBlockRepositoryService()
  2447.     {
  2448.         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))));
  2449.     }
  2450.     /**
  2451.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2452.      *
  2453.      * @return \Eccube\Repository\CartRepository
  2454.      */
  2455.     protected function getCartRepositoryService()
  2456.     {
  2457.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2458.     }
  2459.     /**
  2460.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2461.      *
  2462.      * @return \Eccube\Repository\LayoutRepository
  2463.      */
  2464.     protected function getLayoutRepositoryService()
  2465.     {
  2466.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2467.     }
  2468.     /**
  2469.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2470.      *
  2471.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2472.      */
  2473.     protected function getDeviceTypeRepositoryService()
  2474.     {
  2475.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2476.     }
  2477.     /**
  2478.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2479.      *
  2480.      * @return \Eccube\Repository\OrderRepository
  2481.      */
  2482.     protected function getOrderRepositoryService()
  2483.     {
  2484.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? ($this->privates['Eccube\\Doctrine\\Query\\Queries'] = new \Eccube\Doctrine\Query\Queries())));
  2485.     }
  2486.     /**
  2487.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2488.      *
  2489.      * @return \Eccube\Repository\PageLayoutRepository
  2490.      */
  2491.     protected function getPageLayoutRepositoryService()
  2492.     {
  2493.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2494.     }
  2495.     /**
  2496.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2497.      *
  2498.      * @return \Eccube\Repository\PageRepository
  2499.      */
  2500.     protected function getPageRepositoryService()
  2501.     {
  2502.         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);
  2503.     }
  2504.     /**
  2505.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2506.      *
  2507.      * @return \Eccube\Repository\ProductClassRepository
  2508.      */
  2509.     protected function getProductClassRepositoryService()
  2510.     {
  2511.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2512.     }
  2513.     /**
  2514.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2515.      *
  2516.      * @return \Eccube\Repository\ProductRepository
  2517.      */
  2518.     protected function getProductRepositoryService()
  2519.     {
  2520.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? ($this->privates['Eccube\\Doctrine\\Query\\Queries'] = new \Eccube\Doctrine\Query\Queries())), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2521.     }
  2522.     /**
  2523.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2524.      *
  2525.      * @return \Eccube\Repository\TaxRuleRepository
  2526.      */
  2527.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2528.     {
  2529.         if ($lazyLoad) {
  2530.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2531.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2532.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2533.                     $proxy->setProxyInitializer(null);
  2534.                     return true;
  2535.                 });
  2536.             });
  2537.         }
  2538.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2539.         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))));
  2540.     }
  2541.     /**
  2542.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2543.      *
  2544.      * @return \Eccube\Request\Context
  2545.      */
  2546.     protected function getContextService()
  2547.     {
  2548.         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()));
  2549.     }
  2550.     /**
  2551.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2552.      *
  2553.      * @return \Eccube\Service\CartService
  2554.      */
  2555.     protected function getCartServiceService($lazyLoad true)
  2556.     {
  2557.         if ($lazyLoad) {
  2558.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2559.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2560.                     $wrappedInstance $this->getCartServiceService(false);
  2561.                     $proxy->setProxyInitializer(null);
  2562.                     return true;
  2563.                 });
  2564.             });
  2565.         }
  2566.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2567.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  2568.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  2569.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  2570.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  2571.         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()));
  2572.     }
  2573.     /**
  2574.      * Gets the private 'Eccube\Service\Composer\ComposerServiceInterface' shared autowired service.
  2575.      *
  2576.      * @return \Eccube\Service\Composer\ComposerServiceInterface
  2577.      */
  2578.     protected function getComposerServiceInterfaceService()
  2579.     {
  2580.         return $this->privates['Eccube\\Service\\Composer\\ComposerServiceInterface'] = \Eccube\Service\Composer\ComposerServiceFactory::createService($this);
  2581.     }
  2582.     /**
  2583.      * Gets the private 'Eccube\Service\EntityProxyService' shared autowired service.
  2584.      *
  2585.      * @return \Eccube\Service\EntityProxyService
  2586.      */
  2587.     protected function getEntityProxyServiceService()
  2588.     {
  2589.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2590.         if (isset($this->privates['Eccube\\Service\\EntityProxyService'])) {
  2591.             return $this->privates['Eccube\\Service\\EntityProxyService'];
  2592.         }
  2593.         return $this->privates['Eccube\\Service\\EntityProxyService'] = new \Eccube\Service\EntityProxyService($a$this);
  2594.     }
  2595.     /**
  2596.      * Gets the private 'Eccube\Service\PluginApiService' shared autowired service.
  2597.      *
  2598.      * @return \Eccube\Service\PluginApiService
  2599.      */
  2600.     protected function getPluginApiServiceService()
  2601.     {
  2602.         return $this->privates['Eccube\\Service\\PluginApiService'] = new \Eccube\Service\PluginApiService(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2603.     }
  2604.     /**
  2605.      * Gets the private 'Eccube\Service\PluginContext' shared autowired service.
  2606.      *
  2607.      * @return \Eccube\Service\PluginContext
  2608.      */
  2609.     protected function getPluginContextService()
  2610.     {
  2611.         return $this->privates['Eccube\\Service\\PluginContext'] = new \Eccube\Service\PluginContext(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2612.     }
  2613.     /**
  2614.      * Gets the private 'Eccube\Service\SchemaService' shared autowired service.
  2615.      *
  2616.      * @return \Eccube\Service\SchemaService
  2617.      */
  2618.     protected function getSchemaServiceService()
  2619.     {
  2620.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2621.         if (isset($this->privates['Eccube\\Service\\SchemaService'])) {
  2622.             return $this->privates['Eccube\\Service\\SchemaService'];
  2623.         }
  2624.         return $this->privates['Eccube\\Service\\SchemaService'] = new \Eccube\Service\SchemaService($a, ($this->privates['Eccube\\Service\\PluginContext'] ?? $this->getPluginContextService()));
  2625.     }
  2626.     /**
  2627.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2628.      *
  2629.      * @return \Eccube\Service\TwoFactorAuthService
  2630.      */
  2631.     protected function getTwoFactorAuthServiceService()
  2632.     {
  2633.         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())));
  2634.     }
  2635.     /**
  2636.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2637.      *
  2638.      * @return \Eccube\Twig\Extension\EccubeExtension
  2639.      */
  2640.     protected function getEccubeExtensionService()
  2641.     {
  2642.         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()));
  2643.     }
  2644.     /**
  2645.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2646.      *
  2647.      * @return \Eccube\Twig\Extension\TaxExtension
  2648.      */
  2649.     protected function getTaxExtensionService()
  2650.     {
  2651.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2652.         if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  2653.             return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  2654.         }
  2655.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  2656.     }
  2657.     /**
  2658.      * Gets the private 'Eccube\Util\CacheUtil' shared autowired service.
  2659.      *
  2660.      * @return \Eccube\Util\CacheUtil
  2661.      */
  2662.     protected function getCacheUtilService()
  2663.     {
  2664.         return $this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this);
  2665.     }
  2666.     /**
  2667.      * Gets the private 'Plugin\Api42\Repository\WebHookRepository' shared autowired service.
  2668.      *
  2669.      * @return \Plugin\Api42\Repository\WebHookRepository
  2670.      */
  2671.     protected function getWebHookRepositoryService()
  2672.     {
  2673.         return $this->privates['Plugin\\Api42\\Repository\\WebHookRepository'] = new \Plugin\Api42\Repository\WebHookRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2674.     }
  2675.     /**
  2676.      * Gets the private 'Plugin\Api42\Service\WebHookEvents' shared autowired service.
  2677.      *
  2678.      * @return \Plugin\Api42\Service\WebHookEvents
  2679.      */
  2680.     protected function getWebHookEventsService()
  2681.     {
  2682.         $this->privates['Plugin\\Api42\\Service\\WebHookEvents'] = $instance = new \Plugin\Api42\Service\WebHookEvents();
  2683.         $instance->addTrigger(new \Plugin\Api42\Service\CoreEntityTrigger());
  2684.         return $instance;
  2685.     }
  2686.     /**
  2687.      * Gets the private 'Plugin\Api42\Service\WebHookService' shared autowired service.
  2688.      *
  2689.      * @return \Plugin\Api42\Service\WebHookService
  2690.      */
  2691.     protected function getWebHookServiceService()
  2692.     {
  2693.         return $this->privates['Plugin\\Api42\\Service\\WebHookService'] = new \Plugin\Api42\Service\WebHookService(($this->services['router'] ?? $this->getRouterService()), ($this->privates['Plugin\\Api42\\Repository\\WebHookRepository'] ?? $this->getWebHookRepositoryService()), ($this->privates['Plugin\\Api42\\Service\\WebHookEvents'] ?? $this->getWebHookEventsService()));
  2694.     }
  2695.     /**
  2696.      * Gets the private 'Plugin\Paid4\EventSubscriber\AdminCustomerEditEventSubscriber' shared autowired service.
  2697.      *
  2698.      * @return \Plugin\Paid4\EventSubscriber\AdminCustomerEditEventSubscriber
  2699.      */
  2700.     protected function getAdminCustomerEditEventSubscriberService()
  2701.     {
  2702.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2703.         if (isset($this->privates['Plugin\\Paid4\\EventSubscriber\\AdminCustomerEditEventSubscriber'])) {
  2704.             return $this->privates['Plugin\\Paid4\\EventSubscriber\\AdminCustomerEditEventSubscriber'];
  2705.         }
  2706.         return $this->privates['Plugin\\Paid4\\EventSubscriber\\AdminCustomerEditEventSubscriber'] = new \Plugin\Paid4\EventSubscriber\AdminCustomerEditEventSubscriber($a, ($this->privates['Plugin\\Paid4\\Service\\PaidApi\\PaidHelperMember'] ?? $this->getPaidHelperMemberService()), ($this->privates['Plugin\\Paid4\\Service\\PaidCustomerService'] ?? $this->getPaidCustomerServiceService()));
  2707.     }
  2708.     /**
  2709.      * Gets the private 'Plugin\Paid4\EventSubscriber\AdminOrderEventSubscriber' shared autowired service.
  2710.      *
  2711.      * @return \Plugin\Paid4\EventSubscriber\AdminOrderEventSubscriber
  2712.      */
  2713.     protected function getAdminOrderEventSubscriberService()
  2714.     {
  2715.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2716.         if (isset($this->privates['Plugin\\Paid4\\EventSubscriber\\AdminOrderEventSubscriber'])) {
  2717.             return $this->privates['Plugin\\Paid4\\EventSubscriber\\AdminOrderEventSubscriber'];
  2718.         }
  2719.         return $this->privates['Plugin\\Paid4\\EventSubscriber\\AdminOrderEventSubscriber'] = new \Plugin\Paid4\EventSubscriber\AdminOrderEventSubscriber(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), $a);
  2720.     }
  2721.     /**
  2722.      * Gets the private 'Plugin\Paid4\EventSubscriber\EntryEventSubscriber' shared autowired service.
  2723.      *
  2724.      * @return \Plugin\Paid4\EventSubscriber\EntryEventSubscriber
  2725.      */
  2726.     protected function getEntryEventSubscriberService()
  2727.     {
  2728.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2729.         if (isset($this->privates['Plugin\\Paid4\\EventSubscriber\\EntryEventSubscriber'])) {
  2730.             return $this->privates['Plugin\\Paid4\\EventSubscriber\\EntryEventSubscriber'];
  2731.         }
  2732.         return $this->privates['Plugin\\Paid4\\EventSubscriber\\EntryEventSubscriber'] = new \Plugin\Paid4\EventSubscriber\EntryEventSubscriber(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), $a, ($this->privates['Plugin\\Paid4\\Service\\PaidApi\\PaidHelperMember'] ?? $this->getPaidHelperMemberService()), ($this->privates['Plugin\\Paid4\\Repository\\PaidConfigRepository'] ?? $this->getPaidConfigRepositoryService()));
  2733.     }
  2734.     /**
  2735.      * Gets the private 'Plugin\Paid4\Repository\PaidConfigRepository' shared autowired service.
  2736.      *
  2737.      * @return \Plugin\Paid4\Repository\PaidConfigRepository
  2738.      */
  2739.     protected function getPaidConfigRepositoryService()
  2740.     {
  2741.         return $this->privates['Plugin\\Paid4\\Repository\\PaidConfigRepository'] = new \Plugin\Paid4\Repository\PaidConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2742.     }
  2743.     /**
  2744.      * Gets the private 'Plugin\Paid4\Service\PaidApi\PaidHelperMember' shared autowired service.
  2745.      *
  2746.      * @return \Plugin\Paid4\Service\PaidApi\PaidHelperMember
  2747.      */
  2748.     protected function getPaidHelperMemberService()
  2749.     {
  2750.         $a = ($this->services['Eccube\\Service\\PluginService'] ?? $this->getPluginServiceService());
  2751.         if (isset($this->privates['Plugin\\Paid4\\Service\\PaidApi\\PaidHelperMember'])) {
  2752.             return $this->privates['Plugin\\Paid4\\Service\\PaidApi\\PaidHelperMember'];
  2753.         }
  2754.         return $this->privates['Plugin\\Paid4\\Service\\PaidApi\\PaidHelperMember'] = new \Plugin\Paid4\Service\PaidApi\PaidHelperMember(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), $a, ($this->privates['Plugin\\Paid4\\Repository\\PaidConfigRepository'] ?? $this->getPaidConfigRepositoryService()));
  2755.     }
  2756.     /**
  2757.      * Gets the private 'Plugin\Paid4\Service\PaidCustomerService' shared autowired service.
  2758.      *
  2759.      * @return \Plugin\Paid4\Service\PaidCustomerService
  2760.      */
  2761.     protected function getPaidCustomerServiceService()
  2762.     {
  2763.         return $this->privates['Plugin\\Paid4\\Service\\PaidCustomerService'] = new \Plugin\Paid4\Service\PaidCustomerService(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2764.     }
  2765.     /**
  2766.      * Gets the private 'Plugin\RefineCheckItem42\Event' shared autowired service.
  2767.      *
  2768.      * @return \Plugin\RefineCheckItem42\Event
  2769.      */
  2770.     protected function getEvent2Service()
  2771.     {
  2772.         return $this->privates['Plugin\\RefineCheckItem42\\Event'] = new \Plugin\RefineCheckItem42\Event(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2773.     }
  2774.     /**
  2775.      * Gets the private 'Plugin\SDream\EventSubscriber\ShoppingIndexSubscriber' shared autowired service.
  2776.      *
  2777.      * @return \Plugin\SDream\EventSubscriber\ShoppingIndexSubscriber
  2778.      */
  2779.     protected function getShoppingIndexSubscriberService()
  2780.     {
  2781.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2782.         if (isset($this->privates['Plugin\\SDream\\EventSubscriber\\ShoppingIndexSubscriber'])) {
  2783.             return $this->privates['Plugin\\SDream\\EventSubscriber\\ShoppingIndexSubscriber'];
  2784.         }
  2785.         $b = ($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService());
  2786.         if (isset($this->privates['Plugin\\SDream\\EventSubscriber\\ShoppingIndexSubscriber'])) {
  2787.             return $this->privates['Plugin\\SDream\\EventSubscriber\\ShoppingIndexSubscriber'];
  2788.         }
  2789.         $c = ($this->privates['Plugin\\SDream\\Service\\PaymentRestrictionService'] ?? $this->getPaymentRestrictionServiceService());
  2790.         if (isset($this->privates['Plugin\\SDream\\EventSubscriber\\ShoppingIndexSubscriber'])) {
  2791.             return $this->privates['Plugin\\SDream\\EventSubscriber\\ShoppingIndexSubscriber'];
  2792.         }
  2793.         return $this->privates['Plugin\\SDream\\EventSubscriber\\ShoppingIndexSubscriber'] = new \Plugin\SDream\EventSubscriber\ShoppingIndexSubscriber(($this->services['router'] ?? $this->getRouterService()), ($this->services['monolog.logger.ShoppingIndexSubscriber'] ?? $this->getMonolog_Logger_ShoppingIndexSubscriberService()), $a$b$c, ($this->privates['session.flash_bag'] ?? $this->load('getSession_FlashBagService')));
  2794.     }
  2795.     /**
  2796.      * Gets the private 'Plugin\SDream\Service\PaymentRestrictionService' shared autowired service.
  2797.      *
  2798.      * @return \Plugin\SDream\Service\PaymentRestrictionService
  2799.      */
  2800.     protected function getPaymentRestrictionServiceService()
  2801.     {
  2802.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2803.         if (isset($this->privates['Plugin\\SDream\\Service\\PaymentRestrictionService'])) {
  2804.             return $this->privates['Plugin\\SDream\\Service\\PaymentRestrictionService'];
  2805.         }
  2806.         return $this->privates['Plugin\\SDream\\Service\\PaymentRestrictionService'] = new \Plugin\SDream\Service\PaymentRestrictionService($a);
  2807.     }
  2808.     /**
  2809.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2810.      *
  2811.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2812.      */
  2813.     protected function getWebProcessorService()
  2814.     {
  2815.         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']);
  2816.     }
  2817.     /**
  2818.      * Gets the private 'annotations.cache_adapter' shared service.
  2819.      *
  2820.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2821.      */
  2822.     protected function getAnnotations_CacheAdapterService()
  2823.     {
  2824.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2825.     }
  2826.     /**
  2827.      * Gets the private 'annotations.cached_reader' shared service.
  2828.      *
  2829.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2830.      */
  2831.     protected function getAnnotations_CachedReaderService()
  2832.     {
  2833.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2834.     }
  2835.     /**
  2836.      * Gets the private 'annotations.reader' shared service.
  2837.      *
  2838.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2839.      */
  2840.     protected function getAnnotations_ReaderService()
  2841.     {
  2842.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2843.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2844.         $a->registerUniqueLoader('class_exists');
  2845.         $instance->addGlobalIgnoredName('required'$a);
  2846.         return $instance;
  2847.     }
  2848.     /**
  2849.      * Gets the private 'assets.context' shared service.
  2850.      *
  2851.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2852.      */
  2853.     protected function getAssets_ContextService()
  2854.     {
  2855.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2856.         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());
  2857.     }
  2858.     /**
  2859.      * Gets the private 'cache.annotations' shared service.
  2860.      *
  2861.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2862.      */
  2863.     protected function getCache_AnnotationsService()
  2864.     {
  2865.         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())));
  2866.     }
  2867.     /**
  2868.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2869.      *
  2870.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2871.      */
  2872.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2873.     {
  2874.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2875.     }
  2876.     /**
  2877.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2878.      *
  2879.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2880.      */
  2881.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2882.     {
  2883.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2884.     }
  2885.     /**
  2886.      * Gets the private 'cache.property_info' shared service.
  2887.      *
  2888.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2889.      */
  2890.     protected function getCache_PropertyInfoService()
  2891.     {
  2892.         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())));
  2893.     }
  2894.     /**
  2895.      * Gets the private 'cache.security_expression_language' shared service.
  2896.      *
  2897.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2898.      */
  2899.     protected function getCache_SecurityExpressionLanguageService()
  2900.     {
  2901.         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())));
  2902.     }
  2903.     /**
  2904.      * Gets the private 'cache.security_token_verifier' shared service.
  2905.      *
  2906.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2907.      */
  2908.     protected function getCache_SecurityTokenVerifierService()
  2909.     {
  2910.         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())));
  2911.     }
  2912.     /**
  2913.      * Gets the private 'cache.serializer' shared service.
  2914.      *
  2915.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2916.      */
  2917.     protected function getCache_SerializerService()
  2918.     {
  2919.         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())));
  2920.     }
  2921.     /**
  2922.      * Gets the private 'cache.validator' shared service.
  2923.      *
  2924.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2925.      */
  2926.     protected function getCache_ValidatorService()
  2927.     {
  2928.         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())));
  2929.     }
  2930.     /**
  2931.      * Gets the private 'config_cache_factory' shared service.
  2932.      *
  2933.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2934.      */
  2935.     protected function getConfigCacheFactoryService()
  2936.     {
  2937.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2938.             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)));
  2939.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2940.         }, 2));
  2941.     }
  2942.     /**
  2943.      * Gets the private 'data_collector.form' shared service.
  2944.      *
  2945.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2946.      */
  2947.     protected function getDataCollector_FormService()
  2948.     {
  2949.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2950.     }
  2951.     /**
  2952.      * Gets the private 'data_collector.request' shared service.
  2953.      *
  2954.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2955.      */
  2956.     protected function getDataCollector_RequestService()
  2957.     {
  2958.         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())));
  2959.     }
  2960.     /**
  2961.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2962.      *
  2963.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2964.      */
  2965.     protected function getDebug_DebugHandlersListenerService()
  2966.     {
  2967.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2968.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2969.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2970.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2971.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2972.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2973.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2974.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2975.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2976.         $a->pushHandler(($this->privates['monolog.handler.Paid4_rotating_file'] ?? $this->getMonolog_Handler_Paid4RotatingFileService()));
  2977.         $a->pushHandler(($this->privates['monolog.handler.SandreaOrinalPlugin_rotating_file'] ?? $this->getMonolog_Handler_SandreaOrinalPluginRotatingFileService()));
  2978.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2979.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2980.     }
  2981.     /**
  2982.      * Gets the private 'debug.file_link_formatter' shared service.
  2983.      *
  2984.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2985.      */
  2986.     protected function getDebug_FileLinkFormatterService()
  2987.     {
  2988.         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 () {
  2989.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2990.         });
  2991.     }
  2992.     /**
  2993.      * Gets the private 'debug.log_processor' shared service.
  2994.      *
  2995.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2996.      */
  2997.     protected function getDebug_LogProcessorService()
  2998.     {
  2999.         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())));
  3000.     }
  3001.     /**
  3002.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3003.      *
  3004.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3005.      */
  3006.     protected function getDebug_Security_Access_DecisionManagerService()
  3007.     {
  3008.         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 () {
  3009.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3010.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3011.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3012.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  3013.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  3014.     }
  3015.     /**
  3016.      * Gets the private 'debug.security.firewall' shared service.
  3017.      *
  3018.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3019.      */
  3020.     protected function getDebug_Security_FirewallService()
  3021.     {
  3022.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3023.         if (isset($this->privates['debug.security.firewall'])) {
  3024.             return $this->privates['debug.security.firewall'];
  3025.         }
  3026.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3027.         if (isset($this->privates['debug.security.firewall'])) {
  3028.             return $this->privates['debug.security.firewall'];
  3029.         }
  3030.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3031.     }
  3032.     /**
  3033.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3034.      *
  3035.      * @return \Doctrine\Migrations\DependencyFactory
  3036.      */
  3037.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3038.     {
  3039.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3040.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  3041.         $a->setAllOrNothing(false);
  3042.         $a->setCheckDatabasePlatform(true);
  3043.         $a->setTransactional(true);
  3044.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3045.         $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()));
  3046.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3047.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3048.         });
  3049.         return $instance;
  3050.     }
  3051.     /**
  3052.      * Gets the private 'eccube.collector.core' shared autowired service.
  3053.      *
  3054.      * @return \Eccube\DataCollector\EccubeDataCollector
  3055.      */
  3056.     protected function getEccube_Collector_CoreService()
  3057.     {
  3058.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  3059.     }
  3060.     /**
  3061.      * Gets the private 'eccube.log.formatter.line' shared autowired service.
  3062.      *
  3063.      * @return \Monolog\Formatter\LineFormatter
  3064.      */
  3065.     protected function getEccube_Log_Formatter_LineService()
  3066.     {
  3067.         return $this->privates['eccube.log.formatter.line'] = new \Monolog\Formatter\LineFormatter('[%datetime%] %channel%.%level_name% [%extra.session_id%] [%extra.uid%] [%extra.user_id%] [%extra.class%:%extra.function%:%extra.line%] - %message% %context% [%extra.http_method%, %extra.url%, %extra.ip%, %extra.referrer%, %extra.user_agent%]'."\n".'');
  3068.     }
  3069.     /**
  3070.      * Gets the private 'esi_listener' shared service.
  3071.      *
  3072.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  3073.      */
  3074.     protected function getEsiListenerService()
  3075.     {
  3076.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  3077.     }
  3078.     /**
  3079.      * Gets the private 'exception_listener' shared service.
  3080.      *
  3081.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3082.      */
  3083.     protected function getExceptionListenerService()
  3084.     {
  3085.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3086.     }
  3087.     /**
  3088.      * Gets the private 'fragment.listener' shared service.
  3089.      *
  3090.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  3091.      */
  3092.     protected function getFragment_ListenerService()
  3093.     {
  3094.         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');
  3095.     }
  3096.     /**
  3097.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3098.      *
  3099.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3100.      */
  3101.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3102.     {
  3103.         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())));
  3104.     }
  3105.     /**
  3106.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3107.      *
  3108.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3109.      */
  3110.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3111.     {
  3112.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3113.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3114.             return $this->privates['framework_extra_bundle.event.is_granted'];
  3115.         }
  3116.         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);
  3117.     }
  3118.     /**
  3119.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3120.      *
  3121.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3122.      */
  3123.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3124.     {
  3125.         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]);
  3126.     }
  3127.     /**
  3128.      * Gets the private 'locale_aware_listener' shared service.
  3129.      *
  3130.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3131.      */
  3132.     protected function getLocaleAwareListenerService()
  3133.     {
  3134.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3135.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  3136.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3137.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3138.     }
  3139.     /**
  3140.      * Gets the private 'locale_listener' shared service.
  3141.      *
  3142.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3143.      */
  3144.     protected function getLocaleListenerService()
  3145.     {
  3146.         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, []);
  3147.     }
  3148.     /**
  3149.      * Gets the private 'monolog.handler.Paid4_rotating_file' shared service.
  3150.      *
  3151.      * @return \Monolog\Handler\RotatingFileHandler
  3152.      */
  3153.     protected function getMonolog_Handler_Paid4RotatingFileService()
  3154.     {
  3155.         $this->privates['monolog.handler.Paid4_rotating_file'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev/paid4.log'), 30200trueNULLfalse);
  3156.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  3157.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  3158.         $instance->setFormatter(($this->privates['eccube.log.formatter.line'] ?? $this->getEccube_Log_Formatter_LineService()));
  3159.         return $instance;
  3160.     }
  3161.     /**
  3162.      * Gets the private 'monolog.handler.SandreaOrinalPlugin_rotating_file' shared service.
  3163.      *
  3164.      * @return \Monolog\Handler\RotatingFileHandler
  3165.      */
  3166.     protected function getMonolog_Handler_SandreaOrinalPluginRotatingFileService()
  3167.     {
  3168.         $this->privates['monolog.handler.SandreaOrinalPlugin_rotating_file'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev/sandreaorinalplugin.log'), 10200trueNULLfalse);
  3169.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  3170.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  3171.         $instance->setFormatter(($this->privates['eccube.log.formatter.line'] ?? $this->getEccube_Log_Formatter_LineService()));
  3172.         return $instance;
  3173.     }
  3174.     /**
  3175.      * Gets the private 'monolog.handler.ShoppingIndexSubscriber_rotating_file' shared service.
  3176.      *
  3177.      * @return \Monolog\Handler\RotatingFileHandler
  3178.      */
  3179.     protected function getMonolog_Handler_ShoppingIndexSubscriberRotatingFileService()
  3180.     {
  3181.         $this->privates['monolog.handler.ShoppingIndexSubscriber_rotating_file'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev/ShoppingIndexSubscriber.log'), 10100trueNULLfalse);
  3182.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  3183.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  3184.         $instance->setFormatter(($this->privates['eccube.log.formatter.line'] ?? $this->getEccube_Log_Formatter_LineService()));
  3185.         return $instance;
  3186.     }
  3187.     /**
  3188.      * Gets the private 'monolog.handler.buffered' shared service.
  3189.      *
  3190.      * @return \Monolog\Handler\BufferHandler
  3191.      */
  3192.     protected function getMonolog_Handler_BufferedService()
  3193.     {
  3194.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  3195.     }
  3196.     /**
  3197.      * Gets the private 'monolog.handler.console' shared service.
  3198.      *
  3199.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3200.      */
  3201.     protected function getMonolog_Handler_ConsoleService()
  3202.     {
  3203.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3204.     }
  3205.     /**
  3206.      * Gets the private 'monolog.logger' shared service.
  3207.      *
  3208.      * @return \Symfony\Bridge\Monolog\Logger
  3209.      */
  3210.     protected function getMonolog_LoggerService()
  3211.     {
  3212.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3213.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3214.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3215.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3216.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3217.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3218.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3219.         $instance->useMicrosecondTimestamps(true);
  3220.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3221.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3222.         $instance->pushHandler(($this->privates['monolog.handler.Paid4_rotating_file'] ?? $this->getMonolog_Handler_Paid4RotatingFileService()));
  3223.         $instance->pushHandler(($this->privates['monolog.handler.SandreaOrinalPlugin_rotating_file'] ?? $this->getMonolog_Handler_SandreaOrinalPluginRotatingFileService()));
  3224.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3225.         return $instance;
  3226.     }
  3227.     /**
  3228.      * Gets the private 'monolog.logger.cache' shared service.
  3229.      *
  3230.      * @return \Symfony\Bridge\Monolog\Logger
  3231.      */
  3232.     protected function getMonolog_Logger_CacheService()
  3233.     {
  3234.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3235.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3236.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3237.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3238.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3239.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3240.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3241.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3242.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3243.         $instance->pushHandler(($this->privates['monolog.handler.Paid4_rotating_file'] ?? $this->getMonolog_Handler_Paid4RotatingFileService()));
  3244.         $instance->pushHandler(($this->privates['monolog.handler.SandreaOrinalPlugin_rotating_file'] ?? $this->getMonolog_Handler_SandreaOrinalPluginRotatingFileService()));
  3245.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3246.         return $instance;
  3247.     }
  3248.     /**
  3249.      * Gets the private 'monolog.logger.request' shared service.
  3250.      *
  3251.      * @return \Symfony\Bridge\Monolog\Logger
  3252.      */
  3253.     protected function getMonolog_Logger_RequestService()
  3254.     {
  3255.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3256.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3257.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3258.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3259.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3260.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3261.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3262.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3263.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3264.         $instance->pushHandler(($this->privates['monolog.handler.Paid4_rotating_file'] ?? $this->getMonolog_Handler_Paid4RotatingFileService()));
  3265.         $instance->pushHandler(($this->privates['monolog.handler.SandreaOrinalPlugin_rotating_file'] ?? $this->getMonolog_Handler_SandreaOrinalPluginRotatingFileService()));
  3266.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3267.         return $instance;
  3268.     }
  3269.     /**
  3270.      * Gets the private 'monolog.logger.security' shared service.
  3271.      *
  3272.      * @return \Symfony\Bridge\Monolog\Logger
  3273.      */
  3274.     protected function getMonolog_Logger_SecurityService()
  3275.     {
  3276.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3277.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3278.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3279.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3280.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3281.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3282.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3283.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3284.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3285.         $instance->pushHandler(($this->privates['monolog.handler.Paid4_rotating_file'] ?? $this->getMonolog_Handler_Paid4RotatingFileService()));
  3286.         $instance->pushHandler(($this->privates['monolog.handler.SandreaOrinalPlugin_rotating_file'] ?? $this->getMonolog_Handler_SandreaOrinalPluginRotatingFileService()));
  3287.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3288.         return $instance;
  3289.     }
  3290.     /**
  3291.      * Gets the private 'parameter_bag' shared service.
  3292.      *
  3293.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3294.      */
  3295.     protected function getParameterBagService()
  3296.     {
  3297.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3298.     }
  3299.     /**
  3300.      * Gets the private 'profiler_listener' shared service.
  3301.      *
  3302.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3303.      */
  3304.     protected function getProfilerListenerService()
  3305.     {
  3306.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3307.         if (isset($this->privates['profiler_listener'])) {
  3308.             return $this->privates['profiler_listener'];
  3309.         }
  3310.         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);
  3311.     }
  3312.     /**
  3313.      * Gets the private 'property_info' shared service.
  3314.      *
  3315.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3316.      */
  3317.     protected function getPropertyInfoService()
  3318.     {
  3319.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3320.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3321.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3322.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3323.         }, 3), new RewindableGenerator(function () {
  3324.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3325.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3326.         }, 2), new RewindableGenerator(function () {
  3327.             return new \EmptyIterator();
  3328.         }, 0), new RewindableGenerator(function () {
  3329.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3330.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3331.         }, 2), new RewindableGenerator(function () {
  3332.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3333.         }, 1));
  3334.     }
  3335.     /**
  3336.      * Gets the private 'rate_limiter.cache' shared service.
  3337.      *
  3338.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3339.      */
  3340.     protected function getRateLimiter_CacheService()
  3341.     {
  3342.         $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))));
  3343.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3344.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3345.     }
  3346.     /**
  3347.      * Gets the private 'router.expression_language_provider' shared service.
  3348.      *
  3349.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3350.      */
  3351.     protected function getRouter_ExpressionLanguageProviderService()
  3352.     {
  3353.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3354.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3355.         ], [
  3356.             'env' => 'Closure',
  3357.         ]));
  3358.     }
  3359.     /**
  3360.      * Gets the private 'router.request_context' shared service.
  3361.      *
  3362.      * @return \Symfony\Component\Routing\RequestContext
  3363.      */
  3364.     protected function getRouter_RequestContextService()
  3365.     {
  3366.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3367.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3368.         return $instance;
  3369.     }
  3370.     /**
  3371.      * Gets the private 'router_listener' shared service.
  3372.      *
  3373.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3374.      */
  3375.     protected function getRouterListenerService()
  3376.     {
  3377.         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);
  3378.     }
  3379.     /**
  3380.      * Gets the private 'security.context_listener.0' shared service.
  3381.      *
  3382.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3383.      */
  3384.     protected function getSecurity_ContextListener_0Service()
  3385.     {
  3386.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  3387.         if (isset($this->privates['security.context_listener.0'])) {
  3388.             return $this->privates['security.context_listener.0'];
  3389.         }
  3390.         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 () {
  3391.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3392.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3393.         }, 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']);
  3394.     }
  3395.     /**
  3396.      * Gets the private 'security.context_listener.1' shared service.
  3397.      *
  3398.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3399.      */
  3400.     protected function getSecurity_ContextListener_1Service()
  3401.     {
  3402.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  3403.         if (isset($this->privates['security.context_listener.1'])) {
  3404.             return $this->privates['security.context_listener.1'];
  3405.         }
  3406.         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 () {
  3407.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3408.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3409.         }, 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']);
  3410.     }
  3411.     /**
  3412.      * Gets the private 'security.csrf.token_storage' shared service.
  3413.      *
  3414.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3415.      */
  3416.     protected function getSecurity_Csrf_TokenStorageService()
  3417.     {
  3418.         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())));
  3419.     }
  3420.     /**
  3421.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3422.      *
  3423.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3424.      */
  3425.     protected function getSecurity_EventDispatcher_AdminService()
  3426.     {
  3427.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3428.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3429.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3430.         }, => 'checkPassport'], 2048);
  3431.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3432.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3433.         }, => 'onSuccessfulLogin'], 0);
  3434.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3435.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  3436.         }, => 'onLogout'], 0);
  3437.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3438.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3439.         }, => 'onLogout'], 0);
  3440.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3441.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3442.         }, => 'checkPassport'], 2080);
  3443.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3444.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3445.         }, => 'onSuccessfulLogin'], 0);
  3446.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3447.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3448.         }, => 'preCheckCredentials'], 256);
  3449.         $instance->addListener('security.authentication.success', [=> function () {
  3450.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3451.         }, => 'postCheckCredentials'], 256);
  3452.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3453.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3454.         }, => 'checkPassport'], 1024);
  3455.         $instance->addListener('security.interactive_login', [=> function () {
  3456.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3457.         }, => 'onInteractiveLogin'], 0);
  3458.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3459.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3460.         }, => 'onAuthenticationFailure'], 0);
  3461.         $instance->addListener('security.interactive_login', [=> function () {
  3462.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3463.         }, => 'onInteractiveLogin'], 0);
  3464.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3465.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3466.         }, => 'checkPassport'], 0);
  3467.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3468.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3469.         }, => 'onLoginSuccess'], 0);
  3470.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3471.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3472.         }, => 'checkPassport'], 256);
  3473.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3474.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3475.         }, => 'checkPassport'], 512);
  3476.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3477.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3478.         }, => 'onLogout'], 0);
  3479.         return $instance;
  3480.     }
  3481.     /**
  3482.      * Gets the private 'security.event_dispatcher.customer' shared service.
  3483.      *
  3484.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3485.      */
  3486.     protected function getSecurity_EventDispatcher_CustomerService()
  3487.     {
  3488.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3489.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3490.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  3491.         }, => 'checkPassport'], 2048);
  3492.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3493.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3494.         }, => 'onSuccessfulLogin'], 0);
  3495.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3496.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  3497.         }, => 'onLogout'], 64);
  3498.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3499.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3500.         }, => 'onLogout'], 0);
  3501.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3502.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3503.         }, => 'checkPassport'], 2080);
  3504.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3505.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3506.         }, => 'onSuccessfulLogin'], 0);
  3507.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3508.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3509.         }, => 'onSuccessfulLogin'], -32);
  3510.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3511.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3512.         }, => 'onSuccessfulLogin'], -64);
  3513.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3514.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3515.         }, => 'clearCookie'], 0);
  3516.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3517.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3518.         }, => 'clearCookie'], 0);
  3519.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3520.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3521.         }, => 'clearCookie'], 0);
  3522.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3523.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3524.         }, => 'preCheckCredentials'], 256);
  3525.         $instance->addListener('security.authentication.success', [=> function () {
  3526.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3527.         }, => 'postCheckCredentials'], 256);
  3528.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3529.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3530.         }, => 'checkPassport'], 1024);
  3531.         $instance->addListener('security.interactive_login', [=> function () {
  3532.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3533.         }, => 'onInteractiveLogin'], 0);
  3534.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3535.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3536.         }, => 'onAuthenticationFailure'], 0);
  3537.         $instance->addListener('security.interactive_login', [=> function () {
  3538.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3539.         }, => 'onInteractiveLogin'], 0);
  3540.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3541.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3542.         }, => 'checkPassport'], 0);
  3543.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3544.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3545.         }, => 'onLoginSuccess'], 0);
  3546.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3547.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3548.         }, => 'checkPassport'], 256);
  3549.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3550.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3551.         }, => 'checkPassport'], 512);
  3552.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3553.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3554.         }, => 'onLogout'], 0);
  3555.         return $instance;
  3556.     }
  3557.     /**
  3558.      * Gets the private 'security.firewall.map' shared service.
  3559.      *
  3560.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3561.      */
  3562.     protected function getSecurity_Firewall_MapService()
  3563.     {
  3564.         $a = ($this->privates['.service_locator.YP.F1Xa'] ?? $this->get_ServiceLocator_YP_F1XaService());
  3565.         if (isset($this->privates['security.firewall.map'])) {
  3566.             return $this->privates['security.firewall.map'];
  3567.         }
  3568.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3569.             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)/')));
  3570.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  3571.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.a1ix8IT'] ?? ($this->privates['.security.request_matcher.a1ix8IT'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3572.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3573.         }, 4));
  3574.     }
  3575.     /**
  3576.      * Gets the private 'security.helper' shared service.
  3577.      *
  3578.      * @return \Symfony\Component\Security\Core\Security
  3579.      */
  3580.     protected function getSecurity_HelperService()
  3581.     {
  3582.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3583.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3584.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3585.         ], [
  3586.             'security.authorization_checker' => '?',
  3587.             'security.token_storage' => '?',
  3588.         ]));
  3589.     }
  3590.     /**
  3591.      * Gets the private 'security.logout_url_generator' shared service.
  3592.      *
  3593.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3594.      */
  3595.     protected function getSecurity_LogoutUrlGeneratorService()
  3596.     {
  3597.         $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()));
  3598.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3599.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3600.         return $instance;
  3601.     }
  3602.     /**
  3603.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3604.      *
  3605.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3606.      */
  3607.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3608.     {
  3609.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3610.     }
  3611.     /**
  3612.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3613.      *
  3614.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3615.      */
  3616.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3617.     {
  3618.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3619.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3620.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3621.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3622.     }
  3623.     /**
  3624.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3625.      *
  3626.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3627.      */
  3628.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3629.     {
  3630.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3631.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3632.             return $this->privates['sensio_framework_extra.security.listener'];
  3633.         }
  3634.         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()));
  3635.     }
  3636.     /**
  3637.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3638.      *
  3639.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3640.      */
  3641.     protected function getSensioFrameworkExtra_View_ListenerService()
  3642.     {
  3643.         $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))));
  3644.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3645.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3646.         ], [
  3647.             'twig' => '?',
  3648.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3649.         return $instance;
  3650.     }
  3651.     /**
  3652.      * Gets the private 'session.factory' shared service.
  3653.      *
  3654.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3655.      */
  3656.     protected function getSession_FactoryService()
  3657.     {
  3658.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3659.         if (isset($this->privates['session.factory'])) {
  3660.             return $this->privates['session.factory'];
  3661.         }
  3662.         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']);
  3663.     }
  3664.     /**
  3665.      * Gets the private 'session_listener' shared service.
  3666.      *
  3667.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3668.      */
  3669.     protected function getSessionListenerService()
  3670.     {
  3671.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3672.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3673.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3674.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3675.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3676.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3677.         ], [
  3678.             'initialized_session' => '?',
  3679.             'logger' => '?',
  3680.             'session' => '?',
  3681.             'session_collector' => '?',
  3682.             'session_factory' => '?',
  3683.         ]), true$this->getParameter('session.storage.options'));
  3684.     }
  3685.     /**
  3686.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3687.      *
  3688.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3689.      */
  3690.     protected function getStateMachine_Order_MetadataStoreService()
  3691.     {
  3692.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3693.     }
  3694.     /**
  3695.      * Gets the private 'translator.default' shared service.
  3696.      *
  3697.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3698.      */
  3699.     protected function getTranslator_DefaultService()
  3700.     {
  3701.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3702.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3703.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3704.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3705.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3706.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3707.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3708.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3709.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3710.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3711.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3712.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3713.         ], [
  3714.             'translation.loader.csv' => '?',
  3715.             'translation.loader.dat' => '?',
  3716.             'translation.loader.ini' => '?',
  3717.             'translation.loader.json' => '?',
  3718.             'translation.loader.mo' => '?',
  3719.             'translation.loader.php' => '?',
  3720.             'translation.loader.po' => '?',
  3721.             'translation.loader.qt' => '?',
  3722.             'translation.loader.res' => '?',
  3723.             'translation.loader.xliff' => '?',
  3724.             'translation.loader.yml' => '?',
  3725.         ]), 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).'/app/Plugin/Api42/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/Api42/Resource/locale/messages.ja.yaml'), 10 => (\dirname(__DIR__4).'/app/Plugin/SandreaOrinalPlugin/Resource/locale/messages.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/SandreaOrinalPlugin/Resource/locale/validators.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/locale/messages.ja.yaml'), 13 => (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/locale/validators.ja.yaml'), 14 => (\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/locale/messages.ja.yaml'), 15 => (\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/locale/validators.ja.yaml'), 16 => (\dirname(__DIR__4).'/app/Plugin/Paid4/Resource/locale/messages.ja.yaml'), 17 => (\dirname(__DIR__4).'/app/Plugin/Paid4/Resource/locale/validators.ja.yaml'), 18 => (\dirname(__DIR__4).'/app/Plugin/SDream/Resource/locale/messages.ja.yaml'), 19 => (\dirname(__DIR__4).'/app/Plugin/SDream/Resource/locale/validators.ja.yaml'), 20 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 21 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.ja.yaml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/Api42/Resource/locale'), 10 => (\dirname(__DIR__4).'/app/Plugin/SandreaOrinalPlugin/Resource/locale'), 11 => (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/locale'), 12 => (\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/locale'), 13 => (\dirname(__DIR__4).'/app/Plugin/Paid4/Resource/locale'), 14 => (\dirname(__DIR__4).'/app/Plugin/SDream/Resource/locale'), 15 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 16 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 17 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 30 => (\dirname(__DIR__4).'/src/Eccube/translations'), 31 => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'app/Plugin/Recommend42/Resource/locale'=> 'app/Plugin/Coupon42/Resource/locale'=> 'app/Plugin/SalesReport42/Resource/locale'=> 'app/Plugin/RelatedProduct42/Resource/locale'=> 'app/Plugin/ProductReview42/Resource/locale'=> 'app/Plugin/Api42/Resource/locale'10 => 'app/Plugin/SandreaOrinalPlugin/Resource/locale'11 => 'app/Plugin/VeriTrans4G2/Resource/locale'12 => 'app/Plugin/RefineCheckItem42/Resource/locale'13 => 'app/Plugin/Paid4/Resource/locale'14 => 'app/Plugin/SDream/Resource/locale'15 => 'src/Eccube/Resource/locale/'16 => 'app/Customize/Resource/locale/'17 => 'vendor/symfony/framework-bundle/translations'18 => 'vendor/symfony/security-bundle/translations'19 => 'vendor/doctrine/doctrine-bundle/translations'20 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'21 => 'vendor/sensio/framework-extra-bundle/src/translations'22 => 'vendor/symfony/monolog-bundle/translations'23 => 'vendor/symfony/twig-bundle/translations'24 => 'vendor/symfony/debug-bundle/translations'25 => 'vendor/symfony/web-profiler-bundle/translations'26 => 'vendor/symfony/maker-bundle/src/translations'27 => 'vendor/exercise/htmlpurifier-bundle/src/translations'28 => 'vendor/doctrine/doctrine-migrations-bundle/translations'29 => 'vendor/twig/extra-bundle/translations'30 => 'src/Eccube/translations'31 => 'app/Plugin/Api42/Bundle/translations'32 => 'vendor/league/oauth2-server-bundle/src/translations'33 => 'translations']]], []);
  3726.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3727.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3728.         return $instance;
  3729.     }
  3730.     /**
  3731.      * Gets the private 'validator.builder' shared service.
  3732.      *
  3733.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3734.      */
  3735.     protected function getValidator_BuilderService()
  3736.     {
  3737.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3738.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3739.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3740.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3741.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3742.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsUsedMailFlgValidator' => ['privates''Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsUsedMailFlgValidator''getContainsUsedMailFlgValidatorService'true],
  3743.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3744.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3745.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3746.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3747.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3748.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3749.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3750.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3751.         ], [
  3752.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3753.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3754.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsUsedMailFlgValidator' => '?',
  3755.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3756.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3757.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3758.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3759.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3760.             'doctrine.orm.validator.unique' => '?',
  3761.             'security.validator.user_password' => '?',
  3762.             'validator.expression' => '?',
  3763.         ])));
  3764.         if ($this->has('translator')) {
  3765.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3766.         }
  3767.         $instance->setTranslationDomain('validators');
  3768.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3769.         $instance->enableAnnotationMapping(true);
  3770.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3771.         $instance->addMethodMapping('loadValidatorMetadata');
  3772.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3773.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3774.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3775.         return $instance;
  3776.     }
  3777.     /**
  3778.      * Gets the private 'var_dumper.html_dumper' shared service.
  3779.      *
  3780.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3781.      */
  3782.     protected function getVarDumper_HtmlDumperService()
  3783.     {
  3784.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3785.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3786.         return $instance;
  3787.     }
  3788.     /**
  3789.      * Gets the private 'web_profiler.csp.handler' shared service.
  3790.      *
  3791.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3792.      */
  3793.     protected function getWebProfiler_Csp_HandlerService()
  3794.     {
  3795.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3796.     }
  3797.     /**
  3798.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3799.      *
  3800.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3801.      */
  3802.     protected function getWebProfiler_DebugToolbarService()
  3803.     {
  3804.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3805.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3806.             return $this->privates['web_profiler.debug_toolbar'];
  3807.         }
  3808.         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()));
  3809.     }
  3810.     /**
  3811.      * Gets the public 'cache_clearer' alias.
  3812.      *
  3813.      * @return object The ".container.private.cache_clearer" service.
  3814.      */
  3815.     protected function getCacheClearerService()
  3816.     {
  3817.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3818.         return $this->get('.container.private.cache_clearer');
  3819.     }
  3820.     /**
  3821.      * Gets the public 'filesystem' alias.
  3822.      *
  3823.      * @return object The ".container.private.filesystem" service.
  3824.      */
  3825.     protected function getFilesystemService()
  3826.     {
  3827.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3828.         return $this->get('.container.private.filesystem');
  3829.     }
  3830.     /**
  3831.      * Gets the public 'state_machine.order' alias.
  3832.      *
  3833.      * @return object The ".container.private.state_machine.order" service.
  3834.      */
  3835.     protected function getStateMachine_OrderService()
  3836.     {
  3837.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3838.         return $this->get('.container.private.state_machine.order');
  3839.     }
  3840.     /**
  3841.      * Gets the public 'serializer' alias.
  3842.      *
  3843.      * @return object The ".container.private.serializer" service.
  3844.      */
  3845.     protected function getSerializerService()
  3846.     {
  3847.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3848.         return $this->get('.container.private.serializer');
  3849.     }
  3850.     /**
  3851.      * Gets the public 'security.csrf.token_manager' alias.
  3852.      *
  3853.      * @return object The ".container.private.security.csrf.token_manager" service.
  3854.      */
  3855.     protected function getSecurity_Csrf_TokenManagerService()
  3856.     {
  3857.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3858.         return $this->get('.container.private.security.csrf.token_manager');
  3859.     }
  3860.     /**
  3861.      * Gets the public 'form.factory' alias.
  3862.      *
  3863.      * @return object The ".container.private.form.factory" service.
  3864.      */
  3865.     protected function getForm_FactoryService()
  3866.     {
  3867.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3868.         return $this->get('.container.private.form.factory');
  3869.     }
  3870.     /**
  3871.      * Gets the public 'form.type.file' alias.
  3872.      *
  3873.      * @return object The ".container.private.form.type.file" service.
  3874.      */
  3875.     protected function getForm_Type_FileService()
  3876.     {
  3877.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3878.         return $this->get('.container.private.form.type.file');
  3879.     }
  3880.     /**
  3881.      * Gets the public 'profiler' alias.
  3882.      *
  3883.      * @return object The ".container.private.profiler" service.
  3884.      */
  3885.     protected function getProfilerService()
  3886.     {
  3887.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3888.         return $this->get('.container.private.profiler');
  3889.     }
  3890.     /**
  3891.      * Gets the public 'security.authorization_checker' alias.
  3892.      *
  3893.      * @return object The ".container.private.security.authorization_checker" service.
  3894.      */
  3895.     protected function getSecurity_AuthorizationCheckerService()
  3896.     {
  3897.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3898.         return $this->get('.container.private.security.authorization_checker');
  3899.     }
  3900.     /**
  3901.      * Gets the public 'security.token_storage' alias.
  3902.      *
  3903.      * @return object The ".container.private.security.token_storage" service.
  3904.      */
  3905.     protected function getSecurity_TokenStorageService()
  3906.     {
  3907.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3908.         return $this->get('.container.private.security.token_storage');
  3909.     }
  3910.     /**
  3911.      * Gets the public 'twig' alias.
  3912.      *
  3913.      * @return object The ".container.private.twig" service.
  3914.      */
  3915.     protected function getTwigService()
  3916.     {
  3917.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3918.         return $this->get('.container.private.twig');
  3919.     }
  3920.     /**
  3921.      * Gets the public 'security.password_encoder' alias.
  3922.      *
  3923.      * @return object The ".container.private.security.password_encoder" service.
  3924.      */
  3925.     protected function getSecurity_PasswordEncoderService()
  3926.     {
  3927.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3928.         return $this->get('.container.private.security.password_encoder');
  3929.     }
  3930.     /**
  3931.      * Gets the public 'session' alias.
  3932.      *
  3933.      * @return object The ".container.private.session" service.
  3934.      */
  3935.     protected function getSessionService()
  3936.     {
  3937.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3938.         return $this->get('.container.private.session');
  3939.     }
  3940.     /**
  3941.      * Gets the public 'validator' alias.
  3942.      *
  3943.      * @return object The ".container.private.validator" service.
  3944.      */
  3945.     protected function getValidatorService()
  3946.     {
  3947.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3948.         return $this->get('.container.private.validator');
  3949.     }
  3950.     /**
  3951.      * @return array|bool|float|int|string|\UnitEnum|null
  3952.      */
  3953.     public function getParameter(string $name)
  3954.     {
  3955.         if (isset($this->buildParameters[$name])) {
  3956.             return $this->buildParameters[$name];
  3957.         }
  3958.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3959.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3960.         }
  3961.         if (isset($this->loadedDynamicParameters[$name])) {
  3962.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3963.         }
  3964.         return $this->parameters[$name];
  3965.     }
  3966.     public function hasParameter(string $name): bool
  3967.     {
  3968.         if (isset($this->buildParameters[$name])) {
  3969.             return true;
  3970.         }
  3971.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3972.     }
  3973.     public function setParameter(string $name$value): void
  3974.     {
  3975.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3976.     }
  3977.     public function getParameterBag(): ParameterBagInterface
  3978.     {
  3979.         if (null === $this->parameterBag) {
  3980.             $parameters $this->parameters;
  3981.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3982.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3983.             }
  3984.             foreach ($this->buildParameters as $name => $value) {
  3985.                 $parameters[$name] = $value;
  3986.             }
  3987.             $this->parameterBag = new FrozenParameterBag($parameters);
  3988.         }
  3989.         return $this->parameterBag;
  3990.     }
  3991.     private $loadedDynamicParameters = [
  3992.         'kernel.runtime_environment' => false,
  3993.         'kernel.build_dir' => false,
  3994.         'kernel.cache_dir' => false,
  3995.         'locale' => false,
  3996.         'timezone' => false,
  3997.         'currency' => false,
  3998.         'eccube_database_url' => false,
  3999.         'eccube_mailer_dsn' => false,
  4000.         'eccube_admin_route' => false,
  4001.         'eccube_user_data_route' => false,
  4002.         'eccube_front_allow_hosts' => false,
  4003.         'eccube_front_deny_hosts' => false,
  4004.         'eccube_admin_allow_hosts' => false,
  4005.         'eccube_admin_deny_hosts' => false,
  4006.         'eccube_force_ssl' => false,
  4007.         'eccube.theme' => false,
  4008.         'eccube_theme_code' => false,
  4009.         'eccube_auth_magic' => false,
  4010.         'eccube_theme_front_dir' => false,
  4011.         'eccube_html_front_dir' => false,
  4012.         'eccube_csv_temp_realdir' => false,
  4013.         'eccube_owners_store_url' => false,
  4014.         'eccube_package_api_url' => false,
  4015.         'eccube_content_maintenance_file_path' => false,
  4016.         'eccube_2fa_enabled' => false,
  4017.         'eccube_2fa_cookie_name' => false,
  4018.         'eccube_2fa_expire' => false,
  4019.         'eccube_restrict_file_upload' => false,
  4020.         'kernel.secret' => false,
  4021.         'kernel.default_locale' => false,
  4022.         'debug.container.dump' => false,
  4023.         'serializer.mapping.cache.file' => false,
  4024.         'session.storage.options' => false,
  4025.         'validator.mapping.cache.file' => false,
  4026.         'profiler.storage.dsn' => false,
  4027.         'doctrine.orm.proxy_dir' => false,
  4028.         'league.oauth2_server.encryption_key' => false,
  4029.     ];
  4030.     private $dynamicParameters = [];
  4031.     private function getDynamicParameter(string $name)
  4032.     {
  4033.         switch ($name) {
  4034.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4035.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4036.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4037.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  4038.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  4039.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  4040.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  4041.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  4042.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  4043.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  4044.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  4045.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  4046.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  4047.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  4048.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  4049.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  4050.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  4051.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  4052.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  4053.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  4054.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  4055.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  4056.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  4057.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  4058.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  4059.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  4060.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  4061.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  4062.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  4063.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  4064.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  4065.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4066.             case 'session.storage.options'$value = [
  4067.                 'cache_limiter' => '0',
  4068.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  4069.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  4070.                 'cookie_httponly' => true,
  4071.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  4072.                 'gc_probability' => 1,
  4073.             ]; break;
  4074.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4075.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4076.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4077.             case 'league.oauth2_server.encryption_key'$value $this->getEnv('ECCUBE_OAUTH2_ENCRYPTION_KEY'); break;
  4078.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4079.         }
  4080.         $this->loadedDynamicParameters[$name] = true;
  4081.         return $this->dynamicParameters[$name] = $value;
  4082.     }
  4083.     protected function getDefaultParameters(): array
  4084.     {
  4085.         return [
  4086.             'kernel.project_dir' => \dirname(__DIR__4),
  4087.             'kernel.environment' => 'dev',
  4088.             'kernel.debug' => true,
  4089.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4090.             'kernel.bundles' => [
  4091.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4092.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4093.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4094.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  4095.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4096.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4097.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4098.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4099.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4100.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4101.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  4102.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  4103.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4104.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4105.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  4106.                 'ApiBundle' => 'Plugin\\Api42\\Bundle\\ApiBundle',
  4107.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  4108.             ],
  4109.             'kernel.bundles_metadata' => [
  4110.                 'FrameworkBundle' => [
  4111.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4112.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4113.                 ],
  4114.                 'SecurityBundle' => [
  4115.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4116.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4117.                 ],
  4118.                 'DoctrineBundle' => [
  4119.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4120.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4121.                 ],
  4122.                 'DoctrineFixturesBundle' => [
  4123.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  4124.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  4125.                 ],
  4126.                 'SensioFrameworkExtraBundle' => [
  4127.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4128.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4129.                 ],
  4130.                 'MonologBundle' => [
  4131.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4132.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4133.                 ],
  4134.                 'TwigBundle' => [
  4135.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4136.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4137.                 ],
  4138.                 'DebugBundle' => [
  4139.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4140.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4141.                 ],
  4142.                 'WebProfilerBundle' => [
  4143.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4144.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4145.                 ],
  4146.                 'MakerBundle' => [
  4147.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4148.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4149.                 ],
  4150.                 'KnpPaginatorBundle' => [
  4151.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  4152.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  4153.                 ],
  4154.                 'ExerciseHTMLPurifierBundle' => [
  4155.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  4156.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  4157.                 ],
  4158.                 'DoctrineMigrationsBundle' => [
  4159.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4160.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4161.                 ],
  4162.                 'TwigExtraBundle' => [
  4163.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4164.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4165.                 ],
  4166.                 'EccubeBundle' => [
  4167.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  4168.                     'namespace' => 'Eccube',
  4169.                 ],
  4170.                 'ApiBundle' => [
  4171.                     'path' => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle'),
  4172.                     'namespace' => 'Plugin\\Api42\\Bundle',
  4173.                 ],
  4174.                 'LeagueOAuth2ServerBundle' => [
  4175.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  4176.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  4177.                 ],
  4178.             ],
  4179.             'kernel.charset' => 'UTF-8',
  4180.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  4181.             'container.dumper.inline_class_loader' => true,
  4182.             'env(ECCUBE_LOCALE)' => 'ja',
  4183.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  4184.             'env(ECCUBE_CURRENCY)' => 'JPY',
  4185.             'env(DATABASE_URL)' => '',
  4186.             'env(DATABASE_SERVER_VERSION)' => NULL,
  4187.             'env(DATABASE_CHARSET)' => 'utf8',
  4188.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  4189.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  4190.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  4191.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  4192.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  4193.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  4194.             'env(ECCUBE_FORCE_SSL)' => '0',
  4195.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  4196.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  4197.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  4198.             'env(ECCUBE_COOKIE_PATH)' => '/',
  4199.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  4200.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  4201.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  4202.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  4203.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  4204.             'env(ECCUBE_2FA_ENABLED)' => '1',
  4205.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  4206.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  4207.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  4208.             'eccube_auth_type' => 'HMAC',
  4209.             'eccube_password_hash_algos' => 'SHA256',
  4210.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  4211.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  4212.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  4213.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  4214.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  4215.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  4216.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  4217.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  4218.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  4219.             'eccube_twig_block_templates' => [
  4220.             ],
  4221.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  4222.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  4223.             'eccube_csv_size' => 5,
  4224.             'eccube_csv_split_lines' => 100,
  4225.             'eccube_default_password' => 'abc********123',
  4226.             'eccube_deliv_addr_max' => 20,
  4227.             'eccube_deliv_date_end_max' => 21,
  4228.             'eccube_id_max_len' => 50,
  4229.             'eccube_id_min_len' => 4,
  4230.             'eccube_int_len' => 9,
  4231.             'eccube_category_nest_level' => 5,
  4232.             'eccube_lltext_len' => 99999,
  4233.             'eccube_ltext_len' => 3000,
  4234.             'eccube_max_total_fee' => 9999999999,
  4235.             'eccube_mltext_len' => 1000,
  4236.             'eccube_mtext_len' => 200,
  4237.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  4238.             'plugin_html_urlpath' => '/plugin/',
  4239.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  4240.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  4241.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  4242.             'eccube_price_len' => 8,
  4243.             'eccube_search_pmax' => 12,
  4244.             'eccube_sitemap_products_per_page' => 1000,
  4245.             'eccube_stext_len' => 255,
  4246.             'eccube_sltext_len' => 500,
  4247.             'eccube_smtext_len' => 100,
  4248.             'eccube_tax_rule_priority' => [
  4249.                 => 'product_id',
  4250.                 => 'product_class_id',
  4251.                 => 'pref_id',
  4252.                 => 'country_id',
  4253.             ],
  4254.             'eccube_url_len' => 1024,
  4255.             'eccube_default_page_count' => 50,
  4256.             'eccube_admin_product_stock_status' => 3,
  4257.             'eccube_customer_reset_expire' => 10,
  4258.             'eccube_csv_export_separator' => ',',
  4259.             'eccube_csv_export_encoding' => 'SJIS-win',
  4260.             'eccube_csv_import_encoding' => [
  4261.                 => 'UTF-8',
  4262.                 => 'SJIS-win',
  4263.                 => 'SJIS',
  4264.                 => 'EUC-JP',
  4265.                 => 'ASCII',
  4266.                 => 'JIS',
  4267.             ],
  4268.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  4269.             'eccube_csv_export_multidata_separator' => ',',
  4270.             'eccube_csv_import_delimiter' => ',',
  4271.             'eccube_csv_import_enclosure' => '"',
  4272.             'eccube_csv_import_escape' => '\\',
  4273.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  4274.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  4275.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  4276.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  4277.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  4278.             'eccube_name_len' => 16,
  4279.             'eccube_kana_len' => 25,
  4280.             'eccube_address1_len' => 32,
  4281.             'eccube_address2_len' => 32,
  4282.             'eccube_birth_max' => 110,
  4283.             'eccube_product_order_price_lower' => 1,
  4284.             'eccube_product_order_newer' => 2,
  4285.             'eccube_product_order_price_higher' => 3,
  4286.             'eccube_price_max' => 2147483647,
  4287.             'eccube_tel_len_max' => 14,
  4288.             'eccube_postal_code' => 8,
  4289.             'eccube_password_min_len' => 12,
  4290.             'eccube_password_max_len' => 50,
  4291.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  4292.             'eccube_composer_memory_limit' => '1536M',
  4293.             'eccube_order_mail_template_id' => 1,
  4294.             'eccube_entry_confirm_mail_template_id' => 2,
  4295.             'eccube_entry_complete_mail_template_id' => 3,
  4296.             'eccube_customer_withdraw_mail_template_id' => 4,
  4297.             'eccube_contact_mail_template_id' => 5,
  4298.             'eccube_forgot_mail_template_id' => 6,
  4299.             'eccube_reset_complete_mail_template_id' => 7,
  4300.             'eccube_shipping_notify_mail_template_id' => 8,
  4301.             'eccube_rfc_email_check' => false,
  4302.             'eccube_email_len' => 254,
  4303.             'eccube_order_no_format' => '',
  4304.             'eccube_order_pdf_message_len' => 30,
  4305.             'eccube_news_start_year' => 2000,
  4306.             'eccube_result_cache_lifetime' => 3600,
  4307.             'eccube_result_cache_lifetime_short' => 10,
  4308.             'eccube_restrict_file_upload_urls' => [
  4309.                 => 'admin_content_file',
  4310.                 => 'admin_store_plugin_install',
  4311.                 => 'admin_content_page_new',
  4312.                 => 'admin_content_page_edit',
  4313.                 => 'admin_content_block_new',
  4314.                 => 'admin_content_block_edit',
  4315.                 => 'admin_content_css',
  4316.                 => 'admin_content_js',
  4317.                 => 'admin_store_template_install',
  4318.             ],
  4319.             'eccube_file_uploadable_extensions' => [
  4320.                 => 'jpg',
  4321.                 => 'jpeg',
  4322.                 => 'png',
  4323.                 => 'gif',
  4324.                 => 'webp',
  4325.                 => 'svg',
  4326.                 => 'ico',
  4327.                 => 'html',
  4328.                 => 'htm',
  4329.                 => 'js',
  4330.                 10 => 'css',
  4331.                 11 => 'txt',
  4332.                 12 => 'pdf',
  4333.             ],
  4334.             'eccube_login_throttling_max_attempts' => 5,
  4335.             'eccube_login_throttling_interval' => '30 minutes',
  4336.             'eccube_nav' => [
  4337.                 'product' => [
  4338.                     'name' => 'admin.product.product_management',
  4339.                     'icon' => 'fa-cube',
  4340.                     'children' => [
  4341.                         'product_master' => [
  4342.                             'name' => 'admin.product.product_list',
  4343.                             'url' => 'admin_product',
  4344.                         ],
  4345.                         'product_edit' => [
  4346.                             'name' => 'admin.product.product_registration',
  4347.                             'url' => 'admin_product_product_new',
  4348.                         ],
  4349.                         'class_name' => [
  4350.                             'name' => 'admin.product.class_management',
  4351.                             'url' => 'admin_product_class_name',
  4352.                         ],
  4353.                         'class_category' => [
  4354.                             'name' => 'admin.product.category_management',
  4355.                             'url' => 'admin_product_category',
  4356.                         ],
  4357.                         'product_tag' => [
  4358.                             'name' => 'admin.product.tag_management',
  4359.                             'url' => 'admin_product_tag',
  4360.                         ],
  4361.                         'product_csv_import' => [
  4362.                             'name' => 'admin.product.product_csv_upload',
  4363.                             'url' => 'admin_product_csv_import',
  4364.                         ],
  4365.                         'category_csv_import' => [
  4366.                             'name' => 'admin.product.category_csv_upload',
  4367.                             'url' => 'admin_product_category_csv_import',
  4368.                         ],
  4369.                         'product_review' => [
  4370.                             'name' => 'product_review.admin.product_review.title',
  4371.                             'url' => 'product_review_admin_product_review',
  4372.                         ],
  4373.                         'product_sellerprice' => [
  4374.                             'name' => '売価・取引・在庫',
  4375.                             'url' => 'admin_sellerprice',
  4376.                         ],
  4377.                         'product_orderquantity' => [
  4378.                             'name' => '当月注文数',
  4379.                             'url' => 'admin_orderquantity',
  4380.                         ],
  4381.                         'vt4g_subsc_salestype' => [
  4382.                             'name' => 'vt4g_plugin.admin.menu.product.subsc_salestype',
  4383.                             'url' => 'vt4g_admin_subsc_salestype',
  4384.                         ],
  4385.                     ],
  4386.                 ],
  4387.                 'order' => [
  4388.                     'name' => 'admin.order.order_management',
  4389.                     'icon' => 'fa-shopping-cart',
  4390.                     'children' => [
  4391.                         'order_master' => [
  4392.                             'name' => 'admin.order.order_list',
  4393.                             'url' => 'admin_order',
  4394.                         ],
  4395.                         'order_edit' => [
  4396.                             'name' => 'admin.order.order_registration',
  4397.                             'url' => 'admin_order_new',
  4398.                         ],
  4399.                         'shipping_csv_import' => [
  4400.                             'name' => 'admin.order.shipping_csv_upload',
  4401.                             'url' => 'admin_shipping_csv_import',
  4402.                         ],
  4403.                         'plugin_coupon' => [
  4404.                             'name' => 'クーポン',
  4405.                             'url' => 'plugin_coupon_list',
  4406.                         ],
  4407.                         'admin_shipping_paid_csv_import' => [
  4408.                             'name' => 'paid4.admin.nav.shipping_paid_csv_upload',
  4409.                             'url' => 'admin_shipping_paid_csv_import',
  4410.                         ],
  4411.                         'order_mailtoseller' => [
  4412.                             'name' => '発送依頼メール',
  4413.                             'url' => 'admin_mailtoseller',
  4414.                         ],
  4415.                         'order_isporder' => [
  4416.                             'name' => 'ISP',
  4417.                             'url' => 'admin_isp_order_index',
  4418.                             'active_routes' => [
  4419.                                 => 'admin_isp_order_index',
  4420.                                 => 'admin_isp_order_edit',
  4421.                             ],
  4422.                         ],
  4423.                         'vt4g_order_csv_upload' => [
  4424.                             'name' => 'vt4g_plugin.admin.menu.order.csv_upload',
  4425.                             'url' => 'vt4g_admin_order_csv_upload',
  4426.                         ],
  4427.                         'vt4g_order_csv_registration' => [
  4428.                             'name' => 'vt4g_plugin.admin.menu.order.csv_registration',
  4429.                             'url' => 'vt4g_admin_order_csv_registration',
  4430.                         ],
  4431.                         'vt4g_order_csv_request' => [
  4432.                             'name' => 'vt4g_plugin.admin.menu.order.csv_request',
  4433.                             'url' => 'vt4g_admin_order_csv_request',
  4434.                         ],
  4435.                         'vt4g_order_csv_result' => [
  4436.                             'name' => 'vt4g_plugin.admin.menu.order.csv_result',
  4437.                             'url' => 'vt4g_admin_order_csv_result',
  4438.                         ],
  4439.                     ],
  4440.                 ],
  4441.                 'customer' => [
  4442.                     'name' => 'admin.customer.customer_management',
  4443.                     'icon' => 'fa-users',
  4444.                     'children' => [
  4445.                         'customer_master' => [
  4446.                             'name' => 'admin.customer.customer_list',
  4447.                             'url' => 'admin_customer',
  4448.                         ],
  4449.                         'customer_edit' => [
  4450.                             'name' => 'admin.customer.customer_registration',
  4451.                             'url' => 'admin_customer_new',
  4452.                         ],
  4453.                         'vt4g_customer_subsc_history' => [
  4454.                             'name' => 'vt4g_plugin.admin.menu.customer.subsc_history',
  4455.                             'url' => 'vt4g_admin_subsc_customer',
  4456.                         ],
  4457.                     ],
  4458.                 ],
  4459.                 'content' => [
  4460.                     'name' => 'admin.content.contents_management',
  4461.                     'icon' => 'fa-file-text-o',
  4462.                     'children' => [
  4463.                         'news' => [
  4464.                             'name' => 'admin.content.news_management',
  4465.                             'url' => 'admin_content_news',
  4466.                         ],
  4467.                         'file' => [
  4468.                             'name' => 'admin.content.file_management',
  4469.                             'url' => 'admin_content_file',
  4470.                         ],
  4471.                         'layout' => [
  4472.                             'name' => 'admin.content.layout_management',
  4473.                             'url' => 'admin_content_layout',
  4474.                         ],
  4475.                         'page' => [
  4476.                             'name' => 'admin.content.page_management',
  4477.                             'url' => 'admin_content_page',
  4478.                         ],
  4479.                         'css' => [
  4480.                             'name' => 'admin.content.css_management',
  4481.                             'url' => 'admin_content_css',
  4482.                         ],
  4483.                         'js' => [
  4484.                             'name' => 'admin.content.js_management',
  4485.                             'url' => 'admin_content_js',
  4486.                         ],
  4487.                         'block' => [
  4488.                             'name' => 'admin.content.block_management',
  4489.                             'url' => 'admin_content_block',
  4490.                         ],
  4491.                         'cache' => [
  4492.                             'name' => 'admin.content.cache_management',
  4493.                             'url' => 'admin_content_cache',
  4494.                         ],
  4495.                         'maintenance' => [
  4496.                             'name' => 'admin.content.maintenance_management',
  4497.                             'url' => 'admin_content_maintenance',
  4498.                         ],
  4499.                         'plugin_recommend' => [
  4500.                             'name' => 'plugin_recommend.admin.navi',
  4501.                             'url' => 'plugin_recommend_list',
  4502.                         ],
  4503.                     ],
  4504.                 ],
  4505.                 'setting' => [
  4506.                     'name' => 'admin.setting',
  4507.                     'icon' => 'fa-cog',
  4508.                     'children' => [
  4509.                         'shop' => [
  4510.                             'name' => 'admin.setting.shop',
  4511.                             'children' => [
  4512.                                 'shop_index' => [
  4513.                                     'name' => 'admin.setting.shop.shop_setting',
  4514.                                     'url' => 'admin_setting_shop',
  4515.                                 ],
  4516.                                 'shop_tradelaw' => [
  4517.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  4518.                                     'url' => 'admin_setting_shop_tradelaw',
  4519.                                 ],
  4520.                                 'shop_agreement' => [
  4521.                                     'name' => 'admin.setting.shop.agreement_setting',
  4522.                                     'url' => 'admin_content_page_edit',
  4523.                                     'param' => [
  4524.                                         'id' => 19,
  4525.                                         'return' => 'agreement',
  4526.                                     ],
  4527.                                 ],
  4528.                                 'shop_payment' => [
  4529.                                     'name' => 'admin.setting.shop.payment_setting',
  4530.                                     'url' => 'admin_setting_shop_payment',
  4531.                                 ],
  4532.                                 'shop_delivery' => [
  4533.                                     'name' => 'admin.setting.shop.delivery_setting',
  4534.                                     'url' => 'admin_setting_shop_delivery',
  4535.                                 ],
  4536.                                 'shop_tax' => [
  4537.                                     'name' => 'admin.setting.shop.tax_setting',
  4538.                                     'url' => 'admin_setting_shop_tax',
  4539.                                 ],
  4540.                                 'shop_mail' => [
  4541.                                     'name' => 'admin.setting.shop.mail_setting',
  4542.                                     'url' => 'admin_setting_shop_mail',
  4543.                                 ],
  4544.                                 'shop_csv' => [
  4545.                                     'name' => 'admin.setting.shop.csv_setting',
  4546.                                     'url' => 'admin_setting_shop_csv',
  4547.                                 ],
  4548.                                 'shop_order_status' => [
  4549.                                     'name' => 'admin.setting.shop.order_status_setting',
  4550.                                     'url' => 'admin_setting_shop_order_status',
  4551.                                 ],
  4552.                                 'shop_calendar' => [
  4553.                                     'name' => 'admin.setting.shop.calendar_setting',
  4554.                                     'url' => 'admin_setting_shop_calendar',
  4555.                                 ],
  4556.                             ],
  4557.                         ],
  4558.                         'system' => [
  4559.                             'name' => 'admin.setting.system',
  4560.                             'children' => [
  4561.                                 'member' => [
  4562.                                     'name' => 'admin.setting.system.member_management',
  4563.                                     'url' => 'admin_setting_system_member',
  4564.                                 ],
  4565.                                 'authority' => [
  4566.                                     'name' => 'admin.setting.system.authority_management',
  4567.                                     'url' => 'admin_setting_system_authority',
  4568.                                 ],
  4569.                                 'security' => [
  4570.                                     'name' => 'admin.setting.system.security_management',
  4571.                                     'url' => 'admin_setting_system_security',
  4572.                                 ],
  4573.                                 'login_history' => [
  4574.                                     'name' => 'admin.setting.system.login_history',
  4575.                                     'url' => 'admin_setting_system_login_history',
  4576.                                 ],
  4577.                                 'log' => [
  4578.                                     'name' => 'admin.setting.system.log_display',
  4579.                                     'url' => 'admin_setting_system_log',
  4580.                                 ],
  4581.                                 'masterdata' => [
  4582.                                     'name' => 'admin.setting.system.master_data_management',
  4583.                                     'url' => 'admin_setting_system_masterdata',
  4584.                                 ],
  4585.                                 'system_index' => [
  4586.                                     'name' => 'admin.setting.system.system_info',
  4587.                                     'url' => 'admin_setting_system_system',
  4588.                                 ],
  4589.                                 'vt4g_log_download' => [
  4590.                                     'name' => 'vt4g_plugin.admin.menu.setting.system.log_download',
  4591.                                     'url' => 'vt4g_admin_log_download',
  4592.                                 ],
  4593.                             ],
  4594.                         ],
  4595.                         'api' => [
  4596.                             'name' => 'api.admin.management',
  4597.                             'children' => [
  4598.                                 'oauth' => [
  4599.                                     'name' => 'api.admin.oauth.management',
  4600.                                     'url' => 'admin_api_oauth',
  4601.                                 ],
  4602.                                 'webhook' => [
  4603.                                     'name' => 'api.admin.webhook.management',
  4604.                                     'url' => 'admin_api_webhook',
  4605.                                 ],
  4606.                                 'graphiql' => [
  4607.                                     'name' => 'api.admin.graphiql.name',
  4608.                                     'url' => 'admin_api_graphiql',
  4609.                                 ],
  4610.                             ],
  4611.                         ],
  4612.                     ],
  4613.                 ],
  4614.                 'store' => [
  4615.                     'name' => 'admin.store',
  4616.                     'icon' => 'fa-plug',
  4617.                     'children' => [
  4618.                         'plugin' => [
  4619.                             'name' => 'admin.store.plugin',
  4620.                             'children' => [
  4621.                                 'plugin_owners_search' => [
  4622.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4623.                                     'url' => 'admin_store_plugin_owners_search',
  4624.                                 ],
  4625.                                 'plugin_list' => [
  4626.                                     'name' => 'admin.store.plugin.plugin_list',
  4627.                                     'url' => 'admin_store_plugin',
  4628.                                 ],
  4629.                             ],
  4630.                         ],
  4631.                         'template' => [
  4632.                             'name' => 'admin.store.template',
  4633.                             'children' => [
  4634.                                 'template_list' => [
  4635.                                     'name' => 'admin.store.template.template_list',
  4636.                                     'url' => 'admin_store_template',
  4637.                                 ],
  4638.                                 'template_install' => [
  4639.                                     'name' => 'admin.store.template.template_install',
  4640.                                     'url' => 'admin_store_template_install',
  4641.                                 ],
  4642.                             ],
  4643.                         ],
  4644.                         'authentication_setting' => [
  4645.                             'name' => 'admin.store.setting',
  4646.                             'url' => 'admin_store_authentication_setting',
  4647.                         ],
  4648.                     ],
  4649.                 ],
  4650.                 'SalesReport42' => [
  4651.                     'name' => 'sales_report.admin.nav.001',
  4652.                     'icon' => 'fa-chart-bar',
  4653.                     'children' => [
  4654.                         'sales_report_admin_term' => [
  4655.                             'id' => 'sales_report_admin_term',
  4656.                             'url' => 'sales_report_admin_term',
  4657.                             'name' => 'sales_report.admin.nav.002',
  4658.                         ],
  4659.                         'sales_report_admin_product' => [
  4660.                             'id' => 'sales_report_admin_product',
  4661.                             'url' => 'sales_report_admin_product',
  4662.                             'name' => 'sales_report.admin.nav.003',
  4663.                         ],
  4664.                         'sales_report_admin_age' => [
  4665.                             'id' => 'sales_report_admin_age',
  4666.                             'url' => 'sales_report_admin_age',
  4667.                             'name' => 'sales_report.admin.nav.004',
  4668.                         ],
  4669.                     ],
  4670.                 ],
  4671.             ],
  4672.             'env(MAILER_DSN)' => 'null://null',
  4673.             'env(ECCUBE_OAUTH2_AUTHORIZATION_SERVER_PRIVATE_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/private.key'),
  4674.             'env(ECCUBE_OAUTH2_RESOURCE_SERVER_PUBLIC_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/public.key'),
  4675.             'env(ECCUBE_OAUTH2_ENCRYPTION_KEY)' => '<change.me>',
  4676.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  4677.             'paid4.admin.config.api.paid_member_register_url' => 'https://api.paid.jp/y/coop/member/register/ver2.0/p.json',
  4678.             'paid4.admin.config.api.paid_member_check_url' => 'https://api.paid.jp/y/coop/member/check/ver1.0/p.json',
  4679.             'paid4.admin.config.api.paid_member_credit_check_url' => 'https://api.paid.jp/y/coop/member/creditCheck/ver1.0/p.json',
  4680.             'paid4.admin.config.api.paid_register_b2b_member_id_url' => 'https://api.paid.jp/y/coop/Register/b2bMemberId/ver2.0/p.json',
  4681.             'paid4.admin.config.api.paid_change_b2b_credit_id_url' => 'https://api.paid.jp/y/coop/Change/b2bCreditId/ver1.0/p.json',
  4682.             'paid4.admin.config.api.paid_fix_b2b_credit_id_url' => 'https://api.paid.jp/y/coop/Fix/b2bCreditId/ver1.0/p.json',
  4683.             'paid4.admin.config.api.paid_cancel_b2b_credit_id_url' => 'https://api.paid.jp/y/coop/Cancel/b2bCreditId/ver1.0/p.json',
  4684.             'paid4.stext_len' => 50,
  4685.             'paid4.tell_len' => 25,
  4686.             'paid4.email_len' => 100,
  4687.             'paid4.confirm.under_review' => 1,
  4688.             'paid4.confirm.under_review.message' => '審査中',
  4689.             'paid4.confirm.available_during_trading' => 2,
  4690.             'paid4.confirm.available_during_trading.message' => '利用可能',
  4691.             'paid4.confirm.available_not_tradable' => 3,
  4692.             'paid4.confirm.available_not_tradable.message' => '利用不可',
  4693.             'paid4.confirm.unusable' => 4,
  4694.             'paid4.confirm.unusable.message' => '利用不可',
  4695.             'paid4.confirm.error' => 0,
  4696.             'paid4.confirm.error.message' => '利用不可',
  4697.             'paid4.register.unregistered' => 1,
  4698.             'paid4.register.registered' => 2,
  4699.             'paid4.settlement.unsettled' => 1,
  4700.             'paid4.settlement.complete' => 2,
  4701.             'paid4.settlement.cancel' => 3,
  4702.             'paid4.use.available' => 1,
  4703.             'paid4.use.not_available' => 2,
  4704.             'product_review_display_count_min' => 1,
  4705.             'product_review_display_count_max' => 30,
  4706.             'plugin_recommend.text_area_len' => 4000,
  4707.             'related_product.text_area_len' => 4000,
  4708.             'related_product.max_item_count' => 6,
  4709.             'mailer_transport' => 'smtp',
  4710.             'mailer_host' => 'mail.sandrea.net',
  4711.             'mailer_port' => 465,
  4712.             'mailer_encryption' => 'tls',
  4713.             'mailer_user' => 'support@sandrea.net',
  4714.             'mailer_password' => 'Sand0405_Sand0405',
  4715.             'sales_report_product_maximum_display' => 20,
  4716.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  4717.             'vt4g_plugin.const' => [
  4718.                 'VT4G_CODE' => 'VeriTrans4G2',
  4719.                 'VT4G_SERVICE_NAME' => 'ベリトランス4G',
  4720.                 'VT4G_PLUGIN_NAME' => 'ベリトランス4G決済プラグイン',
  4721.                 'VT4G_ENCODE' => 'UTF-8',
  4722.                 'VT4G_ENCODE_SJIS' => 'SJIS',
  4723.                 'VT4G_PLUGIN_PATH' => 'vt4g',
  4724.                 'VT4G_PLUGIN_CSS_FILENAME' => 'vt4g_css.twig',
  4725.                 'VT4G_PLUGIN_TOKEN_JS_FILENAME' => '/js/token.js',
  4726.                 'VT4G_PLUGIN_LOADING_IMAGE' => '/img/loading.gif',
  4727.                 'VT4G_PLUGIN_TOKEN_API_ENDPOINT' => 'https://api3.veritrans.co.jp/4gtoken',
  4728.                 'VT4G_USED_MAIL_TO' => 'sales@veritrans.jp',
  4729.                 'VT4G_USED_MAIL_SUBJECT' => '[EC-CUBE4] ベリトランス4Gプラグインご利用通知',
  4730.                 'VT4G_CUSTOMER_ID_DIGITS' => 10,
  4731.                 'VT4G_PAYTYPEID_CREDIT' => 10,
  4732.                 'VT4G_PAYTYPEID_CVS' => 20,
  4733.                 'VT4G_PAYTYPEID_BANK' => 30,
  4734.                 'VT4G_PAYTYPEID_ATM' => 31,
  4735.                 'VT4G_PAYTYPEID_UPOP' => 40,
  4736.                 'VT4G_PAYTYPEID_ALIPAY' => 50,
  4737.                 'VT4G_PAYTYPEID_RAKUTEN' => 60,
  4738.                 'VT4G_PAYTYPEID_RECRUIT' => 61,
  4739.                 'VT4G_PAYTYPEID_LINEPAY' => 62,
  4740.                 'VT4G_PAYTYPEID_RAKUTEN_V2' => 63,
  4741.                 'VT4G_PAYTYPEID_PAYPAL' => 70,
  4742.                 'VT4G_PAYTYPEID_PAYPAY' => 80,
  4743.                 'VT4G_PAYNAME_PAYTYPEID_10' => 'クレジットカード決済',
  4744.                 'VT4G_PAYNAME_PAYTYPEID_12' => '本人認証(クレジットカード決済)',
  4745.                 'VT4G_PAYNAME_PAYTYPEID_20' => 'コンビニ決済',
  4746.                 'VT4G_PAYNAME_PAYTYPEID_30' => 'ネットバンク決済',
  4747.                 'VT4G_PAYNAME_PAYTYPEID_31' => 'ATM決済',
  4748.                 'VT4G_PAYNAME_PAYTYPEID_40' => '銀聯ネット決済',
  4749.                 'VT4G_PAYNAME_PAYTYPEID_50' => 'Alipay決済',
  4750.                 'VT4G_PAYNAME_PAYTYPEID_60' => '楽天ペイ',
  4751.                 'VT4G_PAYNAME_PAYTYPEID_61' => 'リクルートかんたん支払い',
  4752.                 'VT4G_PAYNAME_PAYTYPEID_62' => 'LINE Pay',
  4753.                 'VT4G_PAYNAME_PAYTYPEID_63' => '楽天ペイV2',
  4754.                 'VT4G_PAYNAME_PAYTYPEID_70' => 'PayPal決済',
  4755.                 'VT4G_PAYNAME_PAYTYPEID_80' => 'PayPay',
  4756.                 'VT4G_REMOVED_PAYNAME_LABEL' => '(VT4Gプラグイン削除済み)',
  4757.                 'VT4G_CODE_PAYTYPEID_10' => 'Credit',
  4758.                 'VT4G_CODE_PAYTYPEID_20' => 'CVS',
  4759.                 'VT4G_CODE_PAYTYPEID_30' => 'Bank',
  4760.                 'VT4G_CODE_PAYTYPEID_31' => 'ATM',
  4761.                 'VT4G_CODE_PAYTYPEID_40' => 'UPOP',
  4762.                 'VT4G_CODE_PAYTYPEID_50' => 'Alipay',
  4763.                 'VT4G_CODE_PAYTYPEID_60' => 'Rakuten',
  4764.                 'VT4G_CODE_PAYTYPEID_61' => 'Recruit',
  4765.                 'VT4G_CODE_PAYTYPEID_62' => 'LINEPay',
  4766.                 'VT4G_CODE_PAYTYPEID_63' => 'RakutenV2',
  4767.                 'VT4G_CODE_PAYTYPEID_70' => 'PayPal',
  4768.                 'VT4G_CODE_PAYTYPEID_80' => 'PayPay',
  4769.                 'VT4G_PAYTYPEID_SORT_LIST' => [
  4770.                     => 10,
  4771.                     => 20,
  4772.                     => 30,
  4773.                     => 31,
  4774.                     => 40,
  4775.                     => 50,
  4776.                     => 60,
  4777.                     => 63,
  4778.                     => 61,
  4779.                     => 62,
  4780.                     10 => 70,
  4781.                     11 => 80,
  4782.                 ],
  4783.                 'VT4G_METHOD_COMMON' => 'CommonMethod',
  4784.                 'VT4G_SERVICE_PAYTYPEID_30' => 'netbank-pc',
  4785.                 'VT4G_SERVICE_PAYTYPEID_31' => 'atm',
  4786.                 'VT4G_PAYMENT' => [
  4787.                     'URL' => [
  4788.                         'INDEX' => [
  4789.                             'NAME' => 'vt4g_shopping_payment',
  4790.                             'LABEL' => '商品購入/ベリトランス4G決済画面',
  4791.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Shopping/vt4g_payment',
  4792.                         ],
  4793.                         'COMPLETE' => [
  4794.                             'NAME' => 'vt4g_shopping_payment_complete',
  4795.                         ],
  4796.                         'BACK' => [
  4797.                             'NAME' => 'vt4g_shopping_payment_back',
  4798.                         ],
  4799.                     ],
  4800.                 ],
  4801.                 'VT4G_PAY_STATUS' => [
  4802.                     'AUTH' => [
  4803.                         'VALUE' => 1,
  4804.                         'LABEL' => '与信',
  4805.                         'RECV_NAME' => '申込結果',
  4806.                     ],
  4807.                     'CAPTURE' => [
  4808.                         'VALUE' => 2,
  4809.                         'LABEL' => '売上',
  4810.                         'RECV_NAME' => '売上結果',
  4811.                     ],
  4812.                     'CANCEL' => [
  4813.                         'VALUE' => 3,
  4814.                         'LABEL' => '取消',
  4815.                         'RECV_NAME' => '取消結果',
  4816.                     ],
  4817.                     'REQUEST' => [
  4818.                         'VALUE' => 4,
  4819.                         'LABEL' => '申込',
  4820.                     ],
  4821.                     'DEPOSIT' => [
  4822.                         'VALUE' => 5,
  4823.                         'LABEL' => '入金',
  4824.                         'RECV_NAME' => '入金結果',
  4825.                     ],
  4826.                     'REFUND' => [
  4827.                         'VALUE' => 6,
  4828.                         'LABEL' => '返金',
  4829.                         'RECV_NAME' => '返金結果',
  4830.                     ],
  4831.                     'EXPIRED' => [
  4832.                         'VALUE' => 7,
  4833.                         'LABEL' => '期限切れ',
  4834.                     ],
  4835.                     'NEWLY' => [
  4836.                         'VALUE' => 8,
  4837.                         'LABEL' => '新規決済',
  4838.                     ],
  4839.                     'CAPTURE_REQUEST' => [
  4840.                         'VALUE' => 9,
  4841.                         'LABEL' => '売上要求中',
  4842.                     ],
  4843.                     'CANCEL_REQUEST' => [
  4844.                         'VALUE' => 10,
  4845.                         'LABEL' => '取消要求中',
  4846.                     ],
  4847.                     'REDUCTION_REQUEST' => [
  4848.                         'VALUE' => 11,
  4849.                         'LABEL' => '減額要求中',
  4850.                     ],
  4851.                     'UPDATEAUTH_EXTENSION' => [
  4852.                         'VALUE' => 12,
  4853.                         'LABEL' => '与信変更(与信延長)',
  4854.                     ],
  4855.                     'UPDATEAUTH_AMOUNT' => [
  4856.                         'VALUE' => 13,
  4857.                         'LABEL' => '与信変更(金額変更)',
  4858.                     ],
  4859.                     'UPDATEAUTH_AMOUNT_AND_EXTENSION' => [
  4860.                         'VALUE' => 14,
  4861.                         'LABEL' => '与信変更(与信延長+金額変更)',
  4862.                     ],
  4863.                     'FAILURE' => [
  4864.                         'VALUE' => 99,
  4865.                         'LABEL' => '決済失敗',
  4866.                     ],
  4867.                 ],
  4868.                 'VT4G_LABEL_RENAME' => [
  4869.                     'RAKUTEN' => [
  4870.                         'REFUND' => '減額',
  4871.                     ],
  4872.                 ],
  4873.                 'VT4G_CONVENI' => [
  4874.                     'SEVENELEVEN' => [
  4875.                         'CODE' => 'sej',
  4876.                         'LABEL' => 'セブン-イレブン',
  4877.                     ],
  4878.                     'LAWSON' => [
  4879.                         'CODE' => 'lawson',
  4880.                         'LABEL' => 'ローソン(ローソン、ミニストップ、セイコーマート)',
  4881.                     ],
  4882.                     'FAMILYMART' => [
  4883.                         'CODE' => 'famima',
  4884.                         'LABEL' => 'ファミリーマート',
  4885.                     ],
  4886.                     'DAILYYAMAZAKI' => [
  4887.                         'CODE' => 'other',
  4888.                         'LABEL' => 'デイリーヤマザキ・ヤマザキデイリーストア',
  4889.                     ],
  4890.                     'ECON' => [
  4891.                         'CODE' => 'econ',
  4892.                         'LABEL' => 'ローソン・ファミリーマート・ミニストップ・セイコーマート',
  4893.                     ],
  4894.                 ],
  4895.                 'VT4G_RECV_CVS_TYPE' => [
  4896.                     'sej' => 'セブン-イレブン',
  4897.                     'econ-lw' => 'ローソン',
  4898.                     'econ-fm' => 'ファミリーマート',
  4899.                     'econ-mini' => 'ミニストップ',
  4900.                     'econ-other' => 'セイコーマート',
  4901.                     'lawson' => 'ローソン、ミニストップ、セイコーマート',
  4902.                     'famima' => 'ファミリーマート',
  4903.                     'other' => 'デイリーヤマザキ・ヤマザキデイリーストア',
  4904.                 ],
  4905.                 'VT4G_RECV_PAYPAL_FIXED' => 1,
  4906.                 'VT4G_RECV_TXN_TYPE_AUTH' => 'Authorize',
  4907.                 'VT4G_RECV_TXN_TYPE_CAPTURE' => 'Capture',
  4908.                 'VT4G_RECV_TXN_TYPE_REFUND' => 'Refund',
  4909.                 'VT4G_RECV_TXN_TYPE_CANCEL' => 'Cancel',
  4910.                 'VT4G_RECV_TXN_TYPE_CREDIT' => [
  4911.                     => 'Verify',
  4912.                     => 'AuthorizeConfirm',
  4913.                     => 'VerifyNotify',
  4914.                 ],
  4915.                 'VT4G_RECV_RECODE_HEAD' => [
  4916.                     => 'numberOfNotify',
  4917.                     => 'pushTime',
  4918.                     => 'pushId',
  4919.                 ],
  4920.                 'VT4G_RECV_RECODE_BODY' => [
  4921.                     'VT4G_PAYTYPEID_CREDIT' => [
  4922.                         => 'orderId',
  4923.                         => 'vResultCode',
  4924.                         => 'txnType',
  4925.                         => 'mpiMstatus',
  4926.                         => 'cardMstatus',
  4927.                         => 'dummy',
  4928.                     ],
  4929.                     'VT4G_PAYTYPEID_CVS' => [
  4930.                         => 'orderId',
  4931.                         => 'cvsType',
  4932.                         => 'receiptNo',
  4933.                         => 'receiptDate',
  4934.                         => 'rcvAmount',
  4935.                         => 'dummy',
  4936.                     ],
  4937.                     'VT4G_PAYTYPEID_BANK' => [
  4938.                         => 'orderId',
  4939.                         => 'kikanNo',
  4940.                         => 'kigyoNo',
  4941.                         => 'rcvDate',
  4942.                         => 'customerNo',
  4943.                         => 'confNo',
  4944.                         => 'rcvAmount',
  4945.                         => 'dummy',
  4946.                     ],
  4947.                     'VT4G_PAYTYPEID_UPOP' => [
  4948.                         => 'orderId',
  4949.                         => 'txnType',
  4950.                         => 'mstatus',
  4951.                         => 'traceNumber',
  4952.                         => 'traceTime',
  4953.                         => 'settleAmount',
  4954.                         => 'settleDate',
  4955.                         => 'settleRate',
  4956.                         => 'dummy',
  4957.                     ],
  4958.                     'VT4G_PAYTYPEID_ALIPAY' => [
  4959.                         => 'orderId',
  4960.                         => 'txnType',
  4961.                         => 'mstatus',
  4962.                         => 'vResultCode',
  4963.                         => 'centerTradeId',
  4964.                         => 'dummy',
  4965.                     ],
  4966.                     'VT4G_PAYTYPEID_RAKUTEN_V2' => [
  4967.                         => 'orderId',
  4968.                         => 'txnType',
  4969.                         => 'txnTime',
  4970.                         => 'vResultCode',
  4971.                         => 'mstatus',
  4972.                         => 'usedPoint',
  4973.                         => 'gatewayOrderId',
  4974.                         => 'dummy',
  4975.                     ],
  4976.                     'VT4G_PAYTYPEID_RAKUTEN' => [
  4977.                         => 'orderId',
  4978.                         => 'txnType',
  4979.                         => 'txnTime',
  4980.                         => 'vResultCode',
  4981.                         => 'mstatus',
  4982.                         => 'usedPoint',
  4983.                         => 'dummy',
  4984.                     ],
  4985.                     'VT4G_PAYTYPEID_RECRUIT' => [
  4986.                         => 'orderId',
  4987.                         => 'txnType',
  4988.                         => 'txnTime',
  4989.                         => 'vResultCode',
  4990.                         => 'mstatus',
  4991.                         => 'recruitOrderId',
  4992.                         => 'usePoint',
  4993.                         => 'givePoint',
  4994.                         => 'recruitCoupon',
  4995.                         => 'merchantCoupon',
  4996.                         10 => 'dummy',
  4997.                     ],
  4998.                     'VT4G_PAYTYPEID_LINEPAY' => [
  4999.                         => 'orderId',
  5000.                         => 'txnType',
  5001.                         => 'txnTime',
  5002.                         => 'vResultCode',
  5003.                         => 'mstatus',
  5004.                         => 'linepayOrderId',
  5005.                         => 'dummy',
  5006.                     ],
  5007.                     'VT4G_PAYTYPEID_PAYPAL' => [
  5008.                         => 'orderId',
  5009.                         => 'mstatus',
  5010.                         => 'txnType',
  5011.                         => 'receivedDatetime',
  5012.                         => 'amount',
  5013.                         => 'payerId',
  5014.                         => 'centerTxnId',
  5015.                         => 'dummy',
  5016.                     ],
  5017.                     'VT4G_PAYTYPEID_PAYPAY' => [
  5018.                         => 'orderId',
  5019.                         => 'txnType',
  5020.                         => 'mstatus',
  5021.                         => 'vResultCode',
  5022.                         => 'paypayOrderId',
  5023.                         => 'dummy',
  5024.                     ],
  5025.                 ],
  5026.                 'VT4G_RECV_MAIL_SUBJECT' => [
  5027.                     'ERROR' => ' - 結果通知エラー報知メール',
  5028.                     'RESULT' => '要求結果報知メール',
  5029.                     'PAYMENT_INFO' => '入金報知メール',
  5030.                 ],
  5031.                 'VT4G_OPERATION_AUTH' => 'AUTH',
  5032.                 'VT4G_OPERATION_CAPTURE' => 'CAPTURE',
  5033.                 'VT4G_OPERATION_CANCEL' => 'CANCEL',
  5034.                 'VT4G_OPERATION_REFUND' => 'REFUND',
  5035.                 'VT4G_OPERATION_REFUND_ALL' => 'REFUND_ALL',
  5036.                 'VT4G_OPERATION_NEWLY' => 'NEWLY',
  5037.                 'VT4G_OPERATION_UPDATEAUTH' => 'UPDATEAUTH',
  5038.                 'VT4G_OPERATION_UPDATEAUTH_EXTENSION' => 'UPDATEAUTH_EXTENSION',
  5039.                 'VT4G_OPERATION_UPDATEAUTH_AMOUNT' => 'UPDATEAUTH_AMOUNT',
  5040.                 'VT4G_OPERATION_UPDATEAUTH_AMOUNT_AND_EXTENSION' => 'UPDATEAUTH_AMOUNT_AND_EXTENSION',
  5041.                 'VT4G_OPERATION_NAME' => [
  5042.                     'REFUND' => '再売上(減額用)',
  5043.                     'REFUND_ALL' => '全額返金',
  5044.                 ],
  5045.                 'VT4G_MAIL_TIMING' => [
  5046.                     'ORDER' => [
  5047.                         'ON_COMPLETE' => 0,
  5048.                         'ON_PAYMENT' => 1,
  5049.                     ],
  5050.                     'BANK' => [
  5051.                         'ON_PAYMENT' => 0,
  5052.                         'ON_RECEIVE' => 1,
  5053.                     ],
  5054.                 ],
  5055.                 'VT4G_MAIL_TARGET' => [
  5056.                     'RAKUTEN' => [
  5057.                         'FAILURE' => 0,
  5058.                         'ALL' => 1,
  5059.                     ],
  5060.                 ],
  5061.                 'VT4G_FORM' => [
  5062.                     'REGEX' => [
  5063.                         'VERITRANS_ID_PREFIX' => '/^[[:alnum:]_\\-\\.]+$/i',
  5064.                         'INTEGER' => '/^[0-9]+$/',
  5065.                     ],
  5066.                     'RANGE' => [
  5067.                         'MIN' => [
  5068.                             'PAYMENT_TERM' => 1,
  5069.                             'CARDINFO_REGIST_MAX' => 1,
  5070.                         ],
  5071.                         'MAX' => [
  5072.                             'PAYMENT_TERM' => 60,
  5073.                             'CARDINFO_REGIST_MAX' => 10,
  5074.                         ],
  5075.                     ],
  5076.                     'LENGTH' => [
  5077.                         'MIN' => [
  5078.                             'VERITRANS_ID_PREFIX' => 1,
  5079.                             'CARD_NO' => 14,
  5080.                             'SECURITY_CODE' => 3,
  5081.                             'CARD_NAME' => 2,
  5082.                         ],
  5083.                         'MAX' => [
  5084.                             'PAYMENT_TERM' => 2,
  5085.                             'CONTENTS' => 12,
  5086.                             'CONTENTS_KANA' => 24,
  5087.                             'ORDER_MAIL_TITLE1' => 50,
  5088.                             'ORDER_MAIL_BODY1' => 1000,
  5089.                             'VERITRANS_ID_PREFIX' => 17,
  5090.                             'MERCHANT_CCID' => 24,
  5091.                             'MERCHANT_PASS' => 64,
  5092.                             'MERCHANT_ID' => 24,
  5093.                             'MERCHANT_HASH' => 24,
  5094.                             'TOKEN_API_KEY' => 36,
  5095.                             'VT4G_ORDER_ID_PREFIX' => 50,
  5096.                             'FREE' => 16,
  5097.                             'CARD_NO' => 16,
  5098.                             'SECURITY_CODE' => 4,
  5099.                             'CARD_NAME' => 45,
  5100.                             'COMMODITY_NAME' => 100,
  5101.                             'REFUND_REASON' => 80,
  5102.                             'ITEM_NAME' => [
  5103.                                 'LEN_255' => 255,
  5104.                                 'LEN_300' => 300,
  5105.                             ],
  5106.                             'ORDER_DESCRIPTION' => 127,
  5107.                             'PAYMENT_TERM_DAY' => 2,
  5108.                         ],
  5109.                     ],
  5110.                     'CHOICES' => [
  5111.                         'COMMON_FLG' => [
  5112.                             '利用する' => 1,
  5113.                             '利用しない' => 0,
  5114.                         ],
  5115.                         'WITH_CAPTURE' => [
  5116.                             '与信+売上' => 1,
  5117.                             '与信のみ' => 0,
  5118.                         ],
  5119.                         'CREDIT_PAY_METHOD' => [
  5120.                             '一括払い' => '10',
  5121.                             'ボーナス一括' => '21',
  5122.                             '分割2回払い' => '61C02',
  5123.                             '分割3回払い' => '61C03',
  5124.                             '分割4回払い' => '61C04',
  5125.                             '分割5回払い' => '61C05',
  5126.                             '分割6回払い' => '61C06',
  5127.                             '分割7回払い' => '61C07',
  5128.                             '分割8回払い' => '61C08',
  5129.                             '分割9回払い' => '61C09',
  5130.                             '分割10回払い' => '61C10',
  5131.                             '分割11回払い' => '61C11',
  5132.                             '分割12回払い' => '61C12',
  5133.                             '分割13回払い' => '61C13',
  5134.                             '分割14回払い' => '61C14',
  5135.                             '分割15回払い' => '61C15',
  5136.                             '分割16回払い' => '61C16',
  5137.                             '分割17回払い' => '61C17',
  5138.                             '分割18回払い' => '61C18',
  5139.                             '分割19回払い' => '61C19',
  5140.                             '分割20回払い' => '61C20',
  5141.                             '分割21回払い' => '61C21',
  5142.                             '分割22回払い' => '61C22',
  5143.                             '分割23回払い' => '61C23',
  5144.                             '分割24回払い' => '61C24',
  5145.                             'リボルビング払い' => '80',
  5146.                         ],
  5147.                         'MPI_OPTION' => [
  5148.                             '完全認証' => 'mpi-complete',
  5149.                             '通常認証(カード会社リスク負担)' => 'mpi-company',
  5150.                             '通常認証(カード会社、加盟店リスク負担)' => 'mpi-merchant',
  5151.                         ],
  5152.                         'ONE_CLICK_FLG' => [
  5153.                             'かんたん決済' => 2,
  5154.                             'ベリトランス会員ID決済' => 1,
  5155.                             '利用しない' => 0,
  5156.                         ],
  5157.                         'CONVENI' => [
  5158.                             '01:セブンイレブン' => 'sej',
  5159.                             '02:ローソン・ミニストップ・セイコーマート' => 'lawson',
  5160.                             '03:ファミリーマート' => 'famima',
  5161.                             '04:デイリーヤマザキ・ヤマザキデイリーストア' => 'other',
  5162.                             '05:ローソン・ファミリーマート・ミニストップ・セイコーマート' => 'econ',
  5163.                         ],
  5164.                         'MAIL_TIMING' => [
  5165.                             '入金通知受信時' => 1,
  5166.                             '決済申込完了時' => 0,
  5167.                         ],
  5168.                         'ORDER_MAIL_TIMING_FLG' => [
  5169.                             '入金(結果)通知受信時' => 1,
  5170.                             '注文完了画面表示時' => 0,
  5171.                         ],
  5172.                         'DUMMY_MODE_FLG' => [
  5173.                             '本番モードで稼働' => 0,
  5174.                             'ダミーモードで稼働' => 1,
  5175.                         ],
  5176.                         'RESULT_MAIL_TARGET' => [
  5177.                             'すべて' => 1,
  5178.                             '要求不成立のみ' => 0,
  5179.                         ],
  5180.                         'REGISTRATION_FLG' => [
  5181.                             '登録する' => 1,
  5182.                             '登録しない' => 0,
  5183.                             '初期値なし' => 2,
  5184.                         ],
  5185.                         'RETRADE_FLG' => [
  5186.                             '利用する' => 1,
  5187.                             '利用しない' => 0,
  5188.                         ],
  5189.                         'SEND_PAYMENT_INFO_MAIL' => [
  5190.                             '送信する' => 1,
  5191.                             '送信しない' => 0,
  5192.                         ],
  5193.                         'PUSH_URL_AUTO_SETTING' => [
  5194.                             '設定する' => 1,
  5195.                             '設定しない' => 0,
  5196.                         ],
  5197.                         'UPDATE_AUTHORIZE' => [
  5198.                             '使用する' => 1,
  5199.                             '使用しない' => 0,
  5200.                         ],
  5201.                     ],
  5202.                     'DEFAULT' => [
  5203.                         'WITH_CAPTURE' => 0,
  5204.                         'CREDIT_PAY_METHOD' => '10',
  5205.                         'SECURITY_FLG' => 1,
  5206.                         'MPI_FLG' => 0,
  5207.                         'MPI_OPTION' => 'mpi-company',
  5208.                         'ONE_CLICK_FLG' => 0,
  5209.                         'ORDER_MAIL_TIMING_FLG' => 0,
  5210.                         'DUMMY_MODE_FLG' => 1,
  5211.                         'MAIL_TIMING' => 0,
  5212.                         'RESULT_MAIL_TARGET' => 0,
  5213.                         'CARDINFO_REGIST_DEFAULT' => 2,
  5214.                         'CARDINFO_REGIST_MAX' => 5,
  5215.                         'SEND_PAYMENT_INFO_MAIL' => 0,
  5216.                         'CONTENTS_KANA' => 'ゴチュウモンブン',
  5217.                         'COMMODITY_NAME' => 'ご注文の商品',
  5218.                         'REFUND_REASON' => 'ご注文の返金',
  5219.                         'PUSH_URL_AUTO_SETTING' => 0,
  5220.                         'UPDATE_AUTHORIZE' => 0,
  5221.                     ],
  5222.                 ],
  5223.                 'VT4G_WITH_CAPTURE' => [
  5224.                     'AUTH' => 0,
  5225.                     'CAPTURE' => 1,
  5226.                 ],
  5227.                 'VT4G_REQUEST' => [
  5228.                     'CREDIT' => [
  5229.                         'RETRY_LIMIT' => 3,
  5230.                         'RETRY_WAIT' => 3,
  5231.                     ],
  5232.                 ],
  5233.                 'VT4G_RESPONSE' => [
  5234.                     'MSTATUS' => [
  5235.                         'OK' => 'success',
  5236.                         'NG' => 'failure',
  5237.                         'PENDING' => 'pending',
  5238.                     ],
  5239.                 ],
  5240.                 'VT4G_DOC_PATH' => '/Resource/doc',
  5241.                 'VT4G_EXPLAIN_FILE_NAME_FMT' => '/explain_%s.txt',
  5242.                 'VT4G_CREDIT_ERR_RESPONSE_YEAR98' => 98,
  5243.                 'VT4G_CREDIT_ERR_RESPONSE_YEAR99' => 99,
  5244.                 'VT4G_CREDIT_MPI_OPTION' => [
  5245.                     'COMPLETE' => 'mpi-complete',
  5246.                     'COMPANY' => 'mpi-company',
  5247.                     'MERCHANT' => 'mpi-merchant',
  5248.                 ],
  5249.                 'VT4G_CREDIT_ONE_CLICK' => [
  5250.                     'RETRADE' => 2,
  5251.                     'VERITRANS_ID' => 1,
  5252.                     'DISABLED' => 0,
  5253.                 ],
  5254.                 'VT4G_CREDIT_RETRADE' => [
  5255.                     'DATETIME_FORMAT' => 'Y-m-d 00:00:00',
  5256.                     'LIMIT_CARDS' => 10,
  5257.                     'VALID_MONTH' => 13,
  5258.                 ],
  5259.                 'VT4G_CREDIT_ERR_TRANS_PREFIX' => 'front.order.vt4g.vresult_code_',
  5260.                 'VT4G_CREDIT_VERITRANS_ID_SESSION_KEY' => 'vt4g_veritrans_id',
  5261.                 'VT4G_CREDIT_VERIFY_TIMEOUT' => 25,
  5262.                 'VT4G_CREDIT_VERIFY_RESULT_LINK' => 2,
  5263.                 'VT4G_CREDIT_PAYNOWID_TEMP_REG' => 1,
  5264.                 'VT4G_CREDIT_DEVICE_CHANNEL' => '02',
  5265.                 'VT4G_RAKUTEN_V2_PAYTYPE' => 2,
  5266.                 'VT4G_ALIPAY_CURRENCY' => 'JPY',
  5267.                 'VT4G_UPOP_CURRENCY' => [
  5268.                     392 => '日本円',
  5269.                     156 => '中国元',
  5270.                 ],
  5271.                 'VT4G_PAYPAL_ACTION' => [
  5272.                     'CREDIT' => 'set',
  5273.                     'COMPLETE' => 'do',
  5274.                 ],
  5275.                 'VT4G_PAYPAL_SHIPPING' => [
  5276.                     'DISABLED' => 0,
  5277.                 ],
  5278.                 'VT4G_PAYPAY_SERVICE_OPTION_TYPE' => 'online',
  5279.                 'VT4G_MERCHANT_CCID' => [
  5280.                     'EXCLUDE' => [
  5281.                         => '69951cc',
  5282.                         => '69992cc',
  5283.                     ],
  5284.                 ],
  5285.                 'RULE_MIN_PAYTYPEID_10' => 2,
  5286.                 'RULE_MIN_PAYTYPEID_20' => 1,
  5287.                 'RULE_MIN_PAYTYPEID_30' => 1,
  5288.                 'RULE_MIN_PAYTYPEID_31' => 1,
  5289.                 'RULE_MIN_PAYTYPEID_40' => 1,
  5290.                 'RULE_MIN_PAYTYPEID_50' => 1,
  5291.                 'RULE_MIN_PAYTYPEID_60' => 100,
  5292.                 'RULE_MIN_PAYTYPEID_61' => 1,
  5293.                 'RULE_MIN_PAYTYPEID_62' => 1,
  5294.                 'RULE_MIN_PAYTYPEID_63' => 100,
  5295.                 'RULE_MIN_PAYTYPEID_70' => 1,
  5296.                 'RULE_MIN_PAYTYPEID_80' => 1,
  5297.                 'RULE_MAX_PAYTYPEID_10' => 99999999,
  5298.                 'RULE_MAX_PAYTYPEID_20' => 299999,
  5299.                 'RULE_MAX_PAYTYPEID_30' => 2000000000,
  5300.                 'RULE_MAX_PAYTYPEID_31' => 2000000000,
  5301.                 'RULE_MAX_PAYTYPEID_40' => 999999999,
  5302.                 'RULE_MAX_PAYTYPEID_50' => 9999999,
  5303.                 'RULE_MAX_PAYTYPEID_60' => 99999999,
  5304.                 'RULE_MAX_PAYTYPEID_61' => 9999999,
  5305.                 'RULE_MAX_PAYTYPEID_62' => 9999999,
  5306.                 'RULE_MAX_PAYTYPEID_63' => 99999999,
  5307.                 'RULE_MAX_PAYTYPEID_70' => 1000000,
  5308.                 'RULE_MAX_PAYTYPEID_80' => 500000,
  5309.                 'ORDER_CSV_COLUMN_CONFIG' => [
  5310.                     'NAME' => '注文ID',
  5311.                 ],
  5312.                 'ORDER_CSV_TEMPLATE' => 'order.csv',
  5313.                 'VT4G_MYPAGE' => [
  5314.                     'URL' => [
  5315.                         'INDEX' => [
  5316.                             'NAME' => 'mypage_vt4g_account_id',
  5317.                             'LABEL' => 'MYページ/ベリトランス会員ID',
  5318.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_account_id',
  5319.                         ],
  5320.                     ],
  5321.                 ],
  5322.                 'VT4G_RAKUTEN_BUTTON' => [
  5323.                     'URL' => [
  5324.                         'INDEX' => [
  5325.                             'NAME' => 'vt4g_admin_preview_rakuten_button',
  5326.                             'LABEL' => '商品購入/楽天ペイ支払いボタン',
  5327.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Shopping/vt4g_button_rakuten',
  5328.                         ],
  5329.                     ],
  5330.                 ],
  5331.                 'VT4G_MYPAGE_SUBSC_PAYMENT' => [
  5332.                     'URL' => [
  5333.                         'INDEX' => [
  5334.                             'NAME' => 'mypage_vt4g_subsc_payment',
  5335.                             'LABEL' => 'MYページ/継続課金決済履歴',
  5336.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment',
  5337.                         ],
  5338.                     ],
  5339.                 ],
  5340.                 'VT4G_MYPAGE_SUBSC_PAYMENT_HISTORY' => [
  5341.                     'URL' => [
  5342.                         'INDEX' => [
  5343.                             'NAME' => 'mypage_vt4g_subsc_payment_history',
  5344.                             'LABEL' => 'MYページ/継続課金決済履歴詳細',
  5345.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment_history',
  5346.                         ],
  5347.                     ],
  5348.                 ],
  5349.                 'VT4G_MYPAGE_RETRADE' => [
  5350.                     'URL' => [
  5351.                         'INDEX' => [
  5352.                             'NAME' => 'mypage_vt4g_retrade',
  5353.                             'LABEL' => 'MYページ/かんたん決済',
  5354.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_retrade',
  5355.                         ],
  5356.                     ],
  5357.                 ],
  5358.                 'VT4G_WITHDRAW_ERROR_MAIL_SUBJECT' => ' - ベリトランス会員ID削除エラー報知メール',
  5359.                 'VT4G_DTB_CSV' => [
  5360.                     'CUSTOMER' => [
  5361.                         'VT4G_ACCOUNT_ID' => [
  5362.                             'DISP_NAME' => 'ベリトランス会員ID',
  5363.                             'FIELD_NAME' => 'vt4g_account_id',
  5364.                         ],
  5365.                     ],
  5366.                     'ORDER' => [
  5367.                         'VT4G_PAYMENT_STATUS' => [
  5368.                             'DISP_NAME' => '決済状況',
  5369.                             'FIELD_NAME' => 'vt4g_payment_status',
  5370.                         ],
  5371.                         'VT4G_ORDER_ID' => [
  5372.                             'DISP_NAME' => '決済取引ID',
  5373.                             'FIELD_NAME' => 'vt4g_order_id',
  5374.                         ],
  5375.                     ],
  5376.                 ],
  5377.                 'VT4G_SUBSC_PRODUCT_CULUMN' => [
  5378.                     'MY_PAGE_DISP_FLG_ON' => 1,
  5379.                     'MY_PAGE_DISP_FLG_OFF' => 0,
  5380.                 ],
  5381.                 'VT4G_FEW_CREDIT_AMOUNT' => 2,
  5382.                 'VTG4_SUBSC_STATUS_SUBSC' => 1,
  5383.                 'VTG4_SUBSC_STATUS_CANCEL' => 2,
  5384.                 'VTG4_PAYMENT_REQUEST_SQL_PARAMETER' => [
  5385.                     'SORT_NO_FIRST' => 1,
  5386.                     'CONTINUE_PRODUCT_COUNT_ZERO' => 0,
  5387.                 ],
  5388.                 'VTG4_PAYMENT_REQUEST' => [
  5389.                     'REQUEST_STATUS' => [
  5390.                         'BEFORE_CREATION' => 0,
  5391.                         'NOT_APPLICABLE' => 2,
  5392.                         'WAITING_FOR_REFRECTON' => 5,
  5393.                         'SUCCESS_PAYMENT' => 7,
  5394.                         'FAILURE_PAYMENT' => 9,
  5395.                     ],
  5396.                     'REQUEST_STATUS_NAME' => [
  5397.                         'BEFORE_CREATION' => 'CSV未作成',
  5398.                         'NOT_APPLICABLE' => '対象外',
  5399.                         'WAITING_FOR_REFRECTON' => '反映待ち',
  5400.                         'SUCCESS_PAYMENT' => '決済成功',
  5401.                         'FAILURE_PAYMENT' => '決済失敗',
  5402.                     ],
  5403.                 ],
  5404.                 'VG4G_FEW_CREDIT_FLG_ON' => 1,
  5405.                 'VT4G_PAYMENT_TARGET_YES' => 1,
  5406.                 'VT4G_PAYMENT_TARGET_NO' => 0,
  5407.                 'VT4G_CSV_REQUEST_DETAIL_HEADER' => [
  5408.                     => '決済依頼イベント番号',
  5409.                     => '決済依頼イベント名',
  5410.                     => '継続課金用販売種別名',
  5411.                     => '決済依頼番号',
  5412.                     => '決済依頼ステータス',
  5413.                     => '会員番号',
  5414.                     => '会員名',
  5415.                     => '初回注文ID',
  5416.                     => '取引ID',
  5417.                     => '決済金額',
  5418.                     10 => '決済手数料',
  5419.                     11 => '決済依頼明細番号',
  5420.                     12 => '商品名',
  5421.                     13 => '金額',
  5422.                     14 => '数量',
  5423.                     15 => '付与ポイント',
  5424.                     16 => '出荷ID',
  5425.                     17 => '配送先_お名前',
  5426.                     18 => '配送先_住所',
  5427.                     19 => 'CSV対象',
  5428.                 ],
  5429.             ],
  5430.             'eccube_rate_limiter_configs' => [
  5431.             ],
  5432.             'eccube.plugins.enabled' => [
  5433.                 => 'Recommend42',
  5434.                 => 'Coupon42',
  5435.                 => 'SalesReport42',
  5436.                 => 'RelatedProduct42',
  5437.                 => 'Securitychecker42',
  5438.                 => 'ProductReview42',
  5439.                 => 'Api42',
  5440.                 => 'SandreaOrinalPlugin',
  5441.                 => 'VeriTrans4G2',
  5442.                 => 'RefineCheckItem42',
  5443.                 10 => 'Paid4',
  5444.                 11 => 'SDream',
  5445.             ],
  5446.             'eccube.plugins.disabled' => [
  5447.                 => 'MailMagazine42',
  5448.                 => 'SiteKit42',
  5449.             ],
  5450.             'event_dispatcher.event_aliases' => [
  5451.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5452.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5453.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5454.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5455.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5456.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5457.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5458.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5459.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5460.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5461.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5462.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5463.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5464.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5465.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5466.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5467.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5468.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  5469.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  5470.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  5471.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  5472.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  5473.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  5474.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  5475.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5476.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5477.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5478.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5479.             ],
  5480.             'fragment.renderer.hinclude.global_template' => NULL,
  5481.             'fragment.path' => '/_fragment',
  5482.             'kernel.http_method_override' => true,
  5483.             'kernel.trusted_hosts' => [
  5484.             ],
  5485.             'kernel.enabled_locales' => [
  5486.             ],
  5487.             'kernel.error_controller' => 'error_controller',
  5488.             'debug.file_link_format' => NULL,
  5489.             'asset.request_context.base_path' => NULL,
  5490.             'asset.request_context.secure' => NULL,
  5491.             'translator.logging' => false,
  5492.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5493.             'debug.error_handler.throw_at' => -1,
  5494.             'router.request_context.host' => 'localhost',
  5495.             'router.request_context.scheme' => 'http',
  5496.             'router.request_context.base_url' => '',
  5497.             'router.resource' => 'kernel::loadRoutes',
  5498.             'request_listener.http_port' => 80,
  5499.             'request_listener.https_port' => 443,
  5500.             'session.metadata.storage_key' => '_sf2_meta',
  5501.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  5502.             'session.metadata.update_threshold' => 0,
  5503.             'form.type_extension.csrf.enabled' => true,
  5504.             'form.type_extension.csrf.field_name' => '_token',
  5505.             'validator.translation_domain' => 'validators',
  5506.             'profiler_listener.only_exceptions' => false,
  5507.             'profiler_listener.only_main_requests' => false,
  5508.             'security.role_hierarchy.roles' => [
  5509.             ],
  5510.             'security.access.denied_url' => NULL,
  5511.             'security.authentication.manager.erase_credentials' => true,
  5512.             'security.authentication.session_strategy.strategy' => 'migrate',
  5513.             'security.access.always_authenticate_before_granting' => false,
  5514.             'security.authentication.hide_user_not_found' => true,
  5515.             'security.firewalls' => [
  5516.                 => 'dev',
  5517.                 => 'api',
  5518.                 => 'admin',
  5519.                 => 'customer',
  5520.             ],
  5521.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5522.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5523.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5524.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5525.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5526.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5527.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5528.             'doctrine.entity_managers' => [
  5529.                 'default' => 'doctrine.orm.default_entity_manager',
  5530.             ],
  5531.             'doctrine.default_entity_manager' => 'default',
  5532.             'doctrine.dbal.connection_factory.types' => [
  5533.                 'oauth2_grant' => [
  5534.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  5535.                 ],
  5536.                 'oauth2_redirect_uri' => [
  5537.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  5538.                 ],
  5539.                 'oauth2_scope' => [
  5540.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  5541.                 ],
  5542.                 'datetime' => [
  5543.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  5544.                 ],
  5545.                 'datetimetz' => [
  5546.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  5547.                 ],
  5548.             ],
  5549.             'doctrine.connections' => [
  5550.                 'default' => 'doctrine.dbal.default_connection',
  5551.             ],
  5552.             'doctrine.default_connection' => 'default',
  5553.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5554.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5555.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5556.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5557.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5558.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5559.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5560.             'doctrine.orm.cache.memcache_port' => 11211,
  5561.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5562.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5563.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5564.             'doctrine.orm.cache.memcached_port' => 11211,
  5565.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5566.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5567.             'doctrine.orm.cache.redis_host' => 'localhost',
  5568.             'doctrine.orm.cache.redis_port' => 6379,
  5569.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5570.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5571.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5572.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5573.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5574.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5575.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5576.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5577.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5578.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5579.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5580.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5581.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5582.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5583.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5584.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5585.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5586.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5587.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5588.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5589.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5590.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5591.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5592.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5593.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5594.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5595.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5596.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5597.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5598.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5599.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5600.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  5601.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5602.             'monolog.use_microseconds' => true,
  5603.             'monolog.swift_mailer.handlers' => [
  5604.             ],
  5605.             'monolog.handlers_to_channels' => [
  5606.                 'monolog.handler.console' => [
  5607.                     'type' => 'exclusive',
  5608.                     'elements' => [
  5609.                         => 'event',
  5610.                         => 'doctrine',
  5611.                         => 'console',
  5612.                     ],
  5613.                 ],
  5614.                 'monolog.handler.buffered' => [
  5615.                     'type' => 'exclusive',
  5616.                     'elements' => [
  5617.                         => 'event',
  5618.                     ],
  5619.                 ],
  5620.                 'monolog.handler.ProductClassSyncSubscriber_rotating_file' => [
  5621.                     'type' => 'inclusive',
  5622.                     'elements' => [
  5623.                         => 'ProductClassSyncSubscriber',
  5624.                     ],
  5625.                 ],
  5626.                 'monolog.handler.DisplayProductSyncService_rotating_file' => [
  5627.                     'type' => 'inclusive',
  5628.                     'elements' => [
  5629.                         => 'DisplayProductSyncService',
  5630.                     ],
  5631.                 ],
  5632.                 'monolog.handler.ProductSyncSubscriber_rotating_file' => [
  5633.                     'type' => 'inclusive',
  5634.                     'elements' => [
  5635.                         => 'ProductSyncSubscriber',
  5636.                     ],
  5637.                 ],
  5638.                 'monolog.handler.BillingCsvController_rotating_file' => [
  5639.                     'type' => 'inclusive',
  5640.                     'elements' => [
  5641.                         => 'BillingCsvController',
  5642.                     ],
  5643.                 ],
  5644.                 'monolog.handler.ProductClassSellerKeySubscriber_rotating_file' => [
  5645.                     'type' => 'inclusive',
  5646.                     'elements' => [
  5647.                         => 'ProductClassSellerKeySubscriber',
  5648.                     ],
  5649.                 ],
  5650.                 'monolog.handler.VariableWeightBankReminderController_rotating_file' => [
  5651.                     'type' => 'inclusive',
  5652.                     'elements' => [
  5653.                         => 'VariableWeightBankReminderController',
  5654.                     ],
  5655.                 ],
  5656.                 'monolog.handler.OrderMailSubscriber_rotating_file' => [
  5657.                     'type' => 'inclusive',
  5658.                     'elements' => [
  5659.                         => 'OrderMailSubscriber',
  5660.                     ],
  5661.                 ],
  5662.                 'monolog.handler.ShoppingConfirmSubscriber_rotating_file' => [
  5663.                     'type' => 'inclusive',
  5664.                     'elements' => [
  5665.                         => 'ShoppingConfirmSubscriber',
  5666.                     ],
  5667.                 ],
  5668.                 'monolog.handler.ShoppingIndexSubscriber_rotating_file' => [
  5669.                     'type' => 'inclusive',
  5670.                     'elements' => [
  5671.                         => 'ShoppingIndexSubscriber',
  5672.                     ],
  5673.                 ],
  5674.                 'monolog.handler.ShoppingFlowSubscriber_rotating_file' => [
  5675.                     'type' => 'inclusive',
  5676.                     'elements' => [
  5677.                         => 'ShoppingFlowSubscriber',
  5678.                     ],
  5679.                 ],
  5680.                 'monolog.handler.CartSubscriber_rotating_file' => [
  5681.                     'type' => 'inclusive',
  5682.                     'elements' => [
  5683.                         => 'CartSubscriber',
  5684.                     ],
  5685.                 ],
  5686.                 'monolog.handler.BankReminderController_rotating_file' => [
  5687.                     'type' => 'inclusive',
  5688.                     'elements' => [
  5689.                         => 'BankReminderController',
  5690.                     ],
  5691.                 ],
  5692.                 'monolog.handler.IspOrderController_rotating_file' => [
  5693.                     'type' => 'inclusive',
  5694.                     'elements' => [
  5695.                         => 'IspOrderController',
  5696.                     ],
  5697.                 ],
  5698.                 'monolog.handler.ProductClassGetNetSiteDataService_rotating_file' => [
  5699.                     'type' => 'inclusive',
  5700.                     'elements' => [
  5701.                         => 'ProductClassGetNetSiteDataService',
  5702.                     ],
  5703.                 ],
  5704.                 'monolog.handler.ProductCodeConverterService_rotating_file' => [
  5705.                     'type' => 'inclusive',
  5706.                     'elements' => [
  5707.                         => 'ProductCodeConverterService',
  5708.                     ],
  5709.                 ],
  5710.                 'monolog.handler.ProductCodeConverterController_rotating_file' => [
  5711.                     'type' => 'inclusive',
  5712.                     'elements' => [
  5713.                         => 'ProductCodeConverterController',
  5714.                     ],
  5715.                 ],
  5716.                 'monolog.handler.PriceRuleController_rotating_file' => [
  5717.                     'type' => 'inclusive',
  5718.                     'elements' => [
  5719.                         => 'PriceRuleController',
  5720.                     ],
  5721.                 ],
  5722.                 'monolog.handler.ProductSellerPriceController_rotating_file' => [
  5723.                     'type' => 'inclusive',
  5724.                     'elements' => [
  5725.                         => 'ProductSellerPriceController',
  5726.                     ],
  5727.                 ],
  5728.                 'monolog.handler.PriceCompareController_rotating_file' => [
  5729.                     'type' => 'inclusive',
  5730.                     'elements' => [
  5731.                         => 'PriceCompareController',
  5732.                     ],
  5733.                 ],
  5734.                 'monolog.handler.SandreaMailToSellerController_rotating_file' => [
  5735.                     'type' => 'inclusive',
  5736.                     'elements' => [
  5737.                         => 'SandreaMailToSellerController',
  5738.                     ],
  5739.                 ],
  5740.                 'monolog.handler.SandreaOrinalPluginAllowPaymentService_rotating_file' => [
  5741.                     'type' => 'inclusive',
  5742.                     'elements' => [
  5743.                         => 'SandreaOrinalPluginAllowPaymentService',
  5744.                     ],
  5745.                 ],
  5746.                 'monolog.handler.SandreaOrinalPluginCartController_rotating_file' => [
  5747.                     'type' => 'inclusive',
  5748.                     'elements' => [
  5749.                         => 'SandreaOrinalPluginCartController',
  5750.                     ],
  5751.                 ],
  5752.                 'monolog.handler.SandreaOrinalPluginShoppingController_rotating_file' => [
  5753.                     'type' => 'inclusive',
  5754.                     'elements' => [
  5755.                         => 'SandreaOrinalPluginShoppingController',
  5756.                     ],
  5757.                 ],
  5758.                 'monolog.handler.Paid4_rotating_file' => NULL,
  5759.                 'monolog.handler.SandreaOrinalPlugin_rotating_file' => NULL,
  5760.             ],
  5761.             'twig.form.resources' => [
  5762.                 => 'form_div_layout.html.twig',
  5763.                 => 'bootstrap_5_layout.html.twig',
  5764.             ],
  5765.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5766.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5767.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5768.             'web_profiler.debug_toolbar.mode' => 2,
  5769.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  5770.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5771.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5772.             'knp_paginator.page_range' => 5,
  5773.             'knp_paginator.page_limit' => NULL,
  5774.             'doctrine.migrations.preferred_em' => NULL,
  5775.             'doctrine.migrations.preferred_connection' => NULL,
  5776.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  5777.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  5778.             'league.oauth2_server.encryption_key.type' => 'plain',
  5779.             'league.oauth2_server.scopes.default' => [
  5780.                 => 'read',
  5781.             ],
  5782.             'maker.compatible_check.doctrine.supports_attributes' => true,
  5783.             'data_collector.templates' => [
  5784.                 'data_collector.request' => [
  5785.                     => 'request',
  5786.                     => '@WebProfiler/Collector/request.html.twig',
  5787.                 ],
  5788.                 'data_collector.time' => [
  5789.                     => 'time',
  5790.                     => '@WebProfiler/Collector/time.html.twig',
  5791.                 ],
  5792.                 'data_collector.memory' => [
  5793.                     => 'memory',
  5794.                     => '@WebProfiler/Collector/memory.html.twig',
  5795.                 ],
  5796.                 'data_collector.validator' => [
  5797.                     => 'validator',
  5798.                     => '@WebProfiler/Collector/validator.html.twig',
  5799.                 ],
  5800.                 'data_collector.ajax' => [
  5801.                     => 'ajax',
  5802.                     => '@WebProfiler/Collector/ajax.html.twig',
  5803.                 ],
  5804.                 'data_collector.form' => [
  5805.                     => 'form',
  5806.                     => '@WebProfiler/Collector/form.html.twig',
  5807.                 ],
  5808.                 'data_collector.exception' => [
  5809.                     => 'exception',
  5810.                     => '@WebProfiler/Collector/exception.html.twig',
  5811.                 ],
  5812.                 'data_collector.logger' => [
  5813.                     => 'logger',
  5814.                     => '@WebProfiler/Collector/logger.html.twig',
  5815.                 ],
  5816.                 'data_collector.events' => [
  5817.                     => 'events',
  5818.                     => '@WebProfiler/Collector/events.html.twig',
  5819.                 ],
  5820.                 'data_collector.router' => [
  5821.                     => 'router',
  5822.                     => '@WebProfiler/Collector/router.html.twig',
  5823.                 ],
  5824.                 'data_collector.cache' => [
  5825.                     => 'cache',
  5826.                     => '@WebProfiler/Collector/cache.html.twig',
  5827.                 ],
  5828.                 'data_collector.translation' => [
  5829.                     => 'translation',
  5830.                     => '@WebProfiler/Collector/translation.html.twig',
  5831.                 ],
  5832.                 'data_collector.security' => [
  5833.                     => 'security',
  5834.                     => '@Security/Collector/security.html.twig',
  5835.                 ],
  5836.                 'data_collector.twig' => [
  5837.                     => 'twig',
  5838.                     => '@WebProfiler/Collector/twig.html.twig',
  5839.                 ],
  5840.                 'data_collector.doctrine' => [
  5841.                     => 'db',
  5842.                     => '@Doctrine/Collector/db.html.twig',
  5843.                 ],
  5844.                 'doctrine_migrations.migrations_collector' => [
  5845.                     => 'doctrine_migrations',
  5846.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5847.                 ],
  5848.                 'data_collector.dump' => [
  5849.                     => 'dump',
  5850.                     => '@Debug/Profiler/dump.html.twig',
  5851.                 ],
  5852.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  5853.                 'mailer.data_collector' => [
  5854.                     => 'mailer',
  5855.                     => '@WebProfiler/Collector/mailer.html.twig',
  5856.                 ],
  5857.                 'data_collector.config' => [
  5858.                     => 'config',
  5859.                     => '@WebProfiler/Collector/config.html.twig',
  5860.                 ],
  5861.                 'eccube.collector.core' => [
  5862.                     => 'eccube_core',
  5863.                     => '@toolbar/eccube.html.twig',
  5864.                 ],
  5865.             ],
  5866.             'console.command.ids' => [
  5867.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  5868.             ],
  5869.         ];
  5870.     }
  5871.     protected function throw($message)
  5872.     {
  5873.         throw new RuntimeException($message);
  5874.     }
  5875. }